'Declaration Public Enum ParagraphAlignment Inherits System.Enum
public enum ParagraphAlignment : System.Enum
'Declaration Public Enum ParagraphAlignment Inherits System.Enum
public enum ParagraphAlignment : System.Enum
Member | Description |
---|---|
Center | The center of the text flow is aligned to the center of the layout box. |
Distributed | Same as Justified except the case with a single line which is centered. |
Far | The bottom of the text flow is aligned to the bottom edge of the layout box. |
Justified | The lines of text are justified between the top and bottom edges of the layout box. |
Near | The top of the text flow is aligned to the top edge of the layout box. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Text.ParagraphAlignment