[]
Represents the horizontal positioning of a floating table within a document.
public class TableHorizontalPosition : FormattingBag
Gets or sets the relative horizontal alignment of a table.
public TableHorizontalRelativeAlignment Alignment { get; set; }
Gets or sets the horizontal offset in points.
public float Offset { get; set; }
Gets or sets a value specifying the element relative to which the horizontal position of the table is calculated.
public TableHorizontalRelativePosition RelativeTo { get; set; }
Gets or sets a value specifying how the table position must be calculated.
public TablePositionType Type { get; set; }