HorizontalPositionType Enumeration |
Represents a set of possible relative horizontal positions for the parent floating element.
Namespace:
SautinSoft.Document
Assembly:
SautinSoft.Document (in SautinSoft.Document.dll) Version: 4.0.11.12 (4.0.11.12)
Syntaxpublic enum HorizontalPositionType
Public Enumeration HorizontalPositionType
Members
| Member name | Value | Description |
---|
| Absolute | 0 |
Specifies that the parent object should have absolute horizontal positioning
with respect to the anchor settings.
|
| Left | 1 |
Specifies that the parent object shall be left aligned with respect to the anchor settings.
|
| Center | 2 |
Specifies that the parent object shall be centered with respect to the anchor settings.
|
| Right | 3 |
Specifies that the parent object shall be right aligned with respect to the anchor settings.
|
| Inside | 4 |
Specifies that the parent object shall be inside of the anchor object.
|
| Outside | 5 |
Specifies that the parent object shall be outside of the anchor object.
|
See Also