Specifies horizontal alignment of a floating shape, text frame or floating table.
[Visual Basic]
Public Enum HorizontalAlignment
[C#]public enum HorizontalAlignment
Members
| Member Name | Description | Value |
| None | The object is explicitly positioned, usually using its Left property. | 0 |
| Left | The object is aligned to the left of the reference object. | 1 |
| Center | The object is centered relative to the reference object. | 2 |
| Right | The object is aligned to the right of the reference object. | 3 |
| Inside | Not documented. | 4 |
| Outside | Not documented. | 5 |
Requirements
Namespace: Aspose.Editor.Desktop
Assembly: Aspose.Editor.Desktop (in Aspose.Editor.Desktop.dll)
See Also
Aspose.Editor.Desktop Namespace