Enum OfficeShapeHorizontalAlignmentType
Specifies the horizontal alignment of the text.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.Base.dll
Syntax
public enum OfficeShapeHorizontalAlignmentType
Fields
| Name | Description |
|---|---|
| Center | Specifies the OfficeShapeHorizontalAlignmentType is center. |
| Distributed | Specifies the OfficeShapeHorizontalAlignmentType is distributed. |
| Justify | Specifies the OfficeShapeHorizontalAlignmentType is justify. |
| Left | Specifies the OfficeShapeHorizontalAlignmentType is left. |
| None | Specifies the OfficeShapeHorizontalAlignmentType is none. |
| Right | Specifies the OfficeShapeHorizontalAlignmentType is right. |