PowerPoint.ParagraphHorizontalAlignment enum
Represents the horizontal alignment of the PowerPoint.TextFrame in a PowerPoint.Shape.
Remarks
[ API set: PowerPointApi 1.4 ]
Fields
center = "Center" | Align text in the center. |
distributed = "Distributed" | Distributes the text words across an entire text line. |
justify = "Justify" | Align text so that it is justified across the whole line. |
justifyLow = "JustifyLow" | Specifies the alignment or adjustment of kashida length in Arabic text. |
left = "Left" | Align text to the left margin. |
right = "Right" | Align text to the right margin. |
thaiDistributed = "ThaiDistributed" | Distributes Thai text specially, because each character is treated as a word. |