[]
Specifies the vertical positioning of a floating table within a document.
public class TableVerticalPosition : FormattingBag
Gets or sets the relative vertical alignment position of the table.
public TableVerticalRelativeAlignment Alignment { get; set; }
Gets or sets the vertical offset in points.
public float Offset { get; set; }
Gets or sets a value specifying the element relative to which the vertical position of the table is calculated.
If value is Paragraph then Type is set to Points automatically.
public TableVerticalRelativePosition RelativeTo { get; set; }
Gets or sets a value specifying how the table position is calculated.
public TablePositionType Type { get; set; }