ParagraphHorizontalAlignment Enumeration
Horizontal alignment
Module: aspose.imaging.fileformats.cmx.objectmodel.enums
Full Name: aspose.imaging.fileformats.cmx.objectmodel.enums.ParagraphHorizontalAlignment
Members
| Member name | Description |
|---|---|
| CENTER | Center text between the left and right sides of the text frame. |
| FORCE_JUSTIFY | Align text with both left and right sides of the text frame. |
| FULL_JUSTIFY | Align text, excluding the last line, with the left and right sides of the text frame. |
| LEFT | Align text with the left side of the text frame. |
| NO_ALIGN | Do not align text with the text frame. |
| RIGHT | Align text with the right side of the text frame. |