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.

Namespace: Docentric.Documents.ObjectModel.Tables
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.