| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.Template.TableCellStyleProperty
Documentation
data TableSideBorderOptionsProperty Source #
Constructors
| TableSideBorderOptionsProperty | |
Instances
data TableBorderOptionsProperty Source #
Constructors
| TableBorderOptionsProperty | |
Fields | |
Instances
| ToJSON TableBorderOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.TableBorderOptionsProperty Methods toJSON :: TableBorderOptionsProperty -> Value # toEncoding :: TableBorderOptionsProperty -> Encoding # toJSONList :: [TableBorderOptionsProperty] -> Value # toEncodingList :: [TableBorderOptionsProperty] -> Encoding # | |||||
| Show TableBorderOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.TableBorderOptionsProperty Methods showsPrec :: Int -> TableBorderOptionsProperty -> ShowS # show :: TableBorderOptionsProperty -> String # showList :: [TableBorderOptionsProperty] -> ShowS # | |||||
| Eq TableBorderOptionsProperty Source # | |||||
| ToResourceProperties TableBorderOptionsProperty Source # | |||||
| Property "Color" TableBorderOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.TableBorderOptionsProperty Associated Types
Methods set :: PropertyType "Color" TableBorderOptionsProperty -> TableBorderOptionsProperty -> TableBorderOptionsProperty # | |||||
| Property "Style" TableBorderOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.TableBorderOptionsProperty Associated Types
Methods set :: PropertyType "Style" TableBorderOptionsProperty -> TableBorderOptionsProperty -> TableBorderOptionsProperty # | |||||
| Property "Thickness" TableBorderOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.TableBorderOptionsProperty Associated Types
Methods set :: PropertyType "Thickness" TableBorderOptionsProperty -> TableBorderOptionsProperty -> TableBorderOptionsProperty # | |||||
| type PropertyType "Color" TableBorderOptionsProperty Source # | |||||
| type PropertyType "Style" TableBorderOptionsProperty Source # | |||||
| type PropertyType "Thickness" TableBorderOptionsProperty Source # | |||||
data GlobalTableBorderOptionsProperty Source #
Constructors
| GlobalTableBorderOptionsProperty | |
Instances
| ToJSON GlobalTableBorderOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GlobalTableBorderOptionsProperty | |||||
| Show GlobalTableBorderOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GlobalTableBorderOptionsProperty Methods showsPrec :: Int -> GlobalTableBorderOptionsProperty -> ShowS # | |||||
| Eq GlobalTableBorderOptionsProperty Source # | |||||
| ToResourceProperties GlobalTableBorderOptionsProperty Source # | |||||
| Property "SideSpecificBorder" GlobalTableBorderOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GlobalTableBorderOptionsProperty Associated Types
Methods set :: PropertyType "SideSpecificBorder" GlobalTableBorderOptionsProperty -> GlobalTableBorderOptionsProperty -> GlobalTableBorderOptionsProperty # | |||||
| Property "UniformBorder" GlobalTableBorderOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GlobalTableBorderOptionsProperty Associated Types
Methods set :: PropertyType "UniformBorder" GlobalTableBorderOptionsProperty -> GlobalTableBorderOptionsProperty -> GlobalTableBorderOptionsProperty # | |||||
| type PropertyType "SideSpecificBorder" GlobalTableBorderOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GlobalTableBorderOptionsProperty type PropertyType "SideSpecificBorder" GlobalTableBorderOptionsProperty = TableSideBorderOptionsProperty | |||||
| type PropertyType "UniformBorder" GlobalTableBorderOptionsProperty Source # | |||||
data TableCellStyleProperty Source #
Constructors
| TableCellStyleProperty | |
Fields
| |
Instances
| ToJSON TableCellStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.TableCellStyleProperty Methods toJSON :: TableCellStyleProperty -> Value # toEncoding :: TableCellStyleProperty -> Encoding # toJSONList :: [TableCellStyleProperty] -> Value # toEncodingList :: [TableCellStyleProperty] -> Encoding # omitField :: TableCellStyleProperty -> Bool # | |||||
| Show TableCellStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.TableCellStyleProperty Methods showsPrec :: Int -> TableCellStyleProperty -> ShowS # show :: TableCellStyleProperty -> String # showList :: [TableCellStyleProperty] -> ShowS # | |||||
| Eq TableCellStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.TableCellStyleProperty Methods (==) :: TableCellStyleProperty -> TableCellStyleProperty -> Bool # (/=) :: TableCellStyleProperty -> TableCellStyleProperty -> Bool # | |||||
| ToResourceProperties TableCellStyleProperty Source # | |||||
| Property "BackgroundColor" TableCellStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.TableCellStyleProperty Associated Types
Methods set :: PropertyType "BackgroundColor" TableCellStyleProperty -> TableCellStyleProperty -> TableCellStyleProperty # | |||||
| Property "Border" TableCellStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.TableCellStyleProperty Associated Types
Methods set :: PropertyType "Border" TableCellStyleProperty -> TableCellStyleProperty -> TableCellStyleProperty # | |||||
| Property "FontConfiguration" TableCellStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.TableCellStyleProperty Associated Types
Methods set :: PropertyType "FontConfiguration" TableCellStyleProperty -> TableCellStyleProperty -> TableCellStyleProperty # | |||||
| Property "Height" TableCellStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.TableCellStyleProperty Associated Types
Methods set :: PropertyType "Height" TableCellStyleProperty -> TableCellStyleProperty -> TableCellStyleProperty # | |||||
| Property "HorizontalTextAlignment" TableCellStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.TableCellStyleProperty Associated Types
Methods set :: PropertyType "HorizontalTextAlignment" TableCellStyleProperty -> TableCellStyleProperty -> TableCellStyleProperty # | |||||
| Property "TextWrap" TableCellStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.TableCellStyleProperty Associated Types
Methods set :: PropertyType "TextWrap" TableCellStyleProperty -> TableCellStyleProperty -> TableCellStyleProperty # | |||||
| Property "VerticalTextAlignment" TableCellStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.TableCellStyleProperty Associated Types
Methods set :: PropertyType "VerticalTextAlignment" TableCellStyleProperty -> TableCellStyleProperty -> TableCellStyleProperty # | |||||
| Property "Visibility" TableCellStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.TableCellStyleProperty Associated Types
Methods set :: PropertyType "Visibility" TableCellStyleProperty -> TableCellStyleProperty -> TableCellStyleProperty # | |||||
| type PropertyType "BackgroundColor" TableCellStyleProperty Source # | |||||
| type PropertyType "Border" TableCellStyleProperty Source # | |||||
| type PropertyType "FontConfiguration" TableCellStyleProperty Source # | |||||
| type PropertyType "Height" TableCellStyleProperty Source # | |||||
| type PropertyType "HorizontalTextAlignment" TableCellStyleProperty Source # | |||||
| type PropertyType "TextWrap" TableCellStyleProperty Source # | |||||
| type PropertyType "VerticalTextAlignment" TableCellStyleProperty Source # | |||||
| type PropertyType "Visibility" TableCellStyleProperty Source # | |||||