| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.PageBlockVerticalAlignment
Documentation
data PageBlockVerticalAlignment Source #
Describes a Vertical alignment of a table cell content
Constructors
| PageBlockVerticalAlignmentTop | The content must be top-aligned |
| PageBlockVerticalAlignmentMiddle | The content must be middle-aligned |
| PageBlockVerticalAlignmentBottom | The content must be bottom-aligned |
Instances
| FromJSON PageBlockVerticalAlignment Source # | |
Defined in TD.Data.PageBlockVerticalAlignment Methods parseJSON :: Value -> Parser PageBlockVerticalAlignment # parseJSONList :: Value -> Parser [PageBlockVerticalAlignment] # | |
| Show PageBlockVerticalAlignment Source # | |
Defined in TD.Data.PageBlockVerticalAlignment Methods showsPrec :: Int -> PageBlockVerticalAlignment -> ShowS # show :: PageBlockVerticalAlignment -> String # showList :: [PageBlockVerticalAlignment] -> ShowS # | |
| Eq PageBlockVerticalAlignment Source # | |
Defined in TD.Data.PageBlockVerticalAlignment Methods (==) :: PageBlockVerticalAlignment -> PageBlockVerticalAlignment -> Bool # (/=) :: PageBlockVerticalAlignment -> PageBlockVerticalAlignment -> Bool # | |
| ShortShow PageBlockVerticalAlignment Source # | |
Defined in TD.Data.PageBlockVerticalAlignment Methods | |