PageBlockVerticalAlignment
public indirect enum PageBlockVerticalAlignment : Codable, Equatable, FunctionResult, TDEnum, EquatableEnum
Describes a Vertical alignment of a table cell content
-
The content should be top-aligned
Declaration
Swift
case top
-
The content should be middle-aligned
Declaration
Swift
case middle
-
The content should be bottom-aligned
Declaration
Swift
case bottom