Enum ParagraphHorizontalAlignment
ParagraphHorizontalAlignment enumeration
Horizontal alignment
public enum ParagraphHorizontalAlignment
Values
Name | Value | Description |
---|---|---|
NoAlign | 0 | Do not align text with the text frame. |
Left | 1 | Align text with the left side of the text frame. |
Center | 2 | Center text between the left and right sides of the text frame. |
Right | 3 | Align text with the right side of the text frame. |
FullJustify | 4 | Align text, excluding the last line, with the left and right sides of the text frame. |
ForceJustify | 5 | Align text with both left and right sides of the text frame. |
See Also
- namespace Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums
- assembly Aspose.Imaging