Click or drag to resize

TextAlignmentType Enumeration

Represents different text alignment styles.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum TextAlignmentType
Members
Member name Value Description
None -1 Default aligment.
Left 0 Left alignment.
Center 1 Center alignment.
Right 2 Right alignment.
Justify 3 Justify alignment.
Dist 4 Distribute alignment.
See Also