HorizontalPositionAlignment Enum |
Docentric Toolkit Help
Send Feedback |
Represents a set of possible alignment values when using the 'Alignment' position for a floating object.
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum HorizontalPositionAlignment
| Member name | Description |
|---|---|
| Center | Specifies that the floating object shall be centered with respect to the positioning base. |
| Inside | Specifies that the floating object shall be inside of the anchor object. |
| Left | Specifies that the floating object shall be left aligned with respect to the positioning base. |
| Outside | Specifies that the floating object shall be outside of the anchor object. |
| Right | Specifies that the floating object shall be right aligned with respect to the positioning base. |