PageBlockHorizontalAlignment
public indirect enum PageBlockHorizontalAlignment : Codable, Equatable, FunctionResult, TDEnum, EquatableEnum
Describes a horizontal alignment of a table cell content
-
The content should be left-aligned
Declaration
Swift
case left
-
The content should be center-aligned
Declaration
Swift
case center
-
The content should be right-aligned
Declaration
Swift
case right