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