TableVerticalPositionPositioningBase Enum |
Docentric Toolkit Help
Send Feedback |
Represents a vertical position to which a floating table is anchored in the document. This position shall be used as the base location to determine the final vertical position of the table in the document.
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum TableVerticalPositionPositioningBase
Member name | Description |
---|---|
Margin | Specifies that the floating table shall be vertically anchored to the text margins. |
Page | Specifies that the floating table shall be vertically anchored to the page edge. |
Paragraph | Specifies that the floating table shall be vertically anchored to the Paragraph next to a floating table's logical position. |