Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Text.Layout.Table.Spec.HeaderColSpec
Synopsis
- data HeaderColSpec = HeaderColSpec (Position H) (Maybe CutMark)
- headerColumn :: Position H -> Maybe CutMark -> HeaderColSpec
Documentation
data HeaderColSpec Source #
Specifies how a header is rendered.
Constructors
HeaderColSpec (Position H) (Maybe CutMark) |
Instances
Default HeaderColSpec Source # | Header columns are usually centered. |
Defined in Text.Layout.Table.Spec.HeaderColSpec Methods def :: HeaderColSpec # |
headerColumn :: Position H -> Maybe CutMark -> HeaderColSpec Source #
Smart constructor for HeaderColSpec
. By omitting the cut mark it will use
the one specified in the ColSpec
like the
other cells in that column.