OdTextAlignModeFlags Enumeration
The open document text align mode flags
Module: aspose.imaging.fileformats.opendocument.enums
Full Name: aspose.imaging.fileformats.opendocument.enums.OdTextAlignModeFlags
Members
| Member name | Description |
|---|---|
| BASELINE | The reference point MUST be on the baseline of the text. |
| BOTTOM | The reference point MUST be on the bottom edge of the bounding rectangle. |
| CENTER | The reference point MUST be aligned horizontally with the center of the bounding rectangle. |
| HORIZONTAL | Represents Horisontal text algin sets (Left |
| JUSTIFY | The text must be aligned in a way each text line of a paragraph has the same length. |
| LEFT | The reference point MUST be on the left edge of the bounding rectangle. |
| NOUPDATECP | The drawing position in the playback device context MUST NOT be updated after each text output call. The reference point MUST be passed to the text output function. |
| RIGHT | The reference point MUST be on the right edge of the bounding rectangle. |
| RTLREADING | The text MUST be laid out in right-to-left reading order, instead of the default left-to right order. This SHOULD be applied only when the font that is defined in the playback device context is either Hebrew or Arabic. |
| TOP | The reference point MUST be on the top edge of the bounding rectangle. |
| UPDATECP | The drawing position in the playback device context MUST be updated after each text output call. It MUST be used as the reference point. |
| VERTICAL | Represents Vertical text algin sets (Top |