TableHorizontalPositionPositioningBase Enum |
Docentric Toolkit Help
Send Feedback |
Represents a horizontal position to which a floating table is anchored in the document. This anchor position shall be used as the base location to determine the final horizontal position of the table on the page.
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum TableHorizontalPositionPositioningBase
| Member name | Description |
|---|---|
| Column | Specifies that the floating table shall be horizontally anchored to the text extents ( TextColumn). |
| Margin | Specifies that the floating table shall be horizontally anchored to the text margins. |
| Page | Specifies that the floating table shall be horizontally anchored to the page edge. |