[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TableHorizontalPosition

Class TableHorizontalPosition

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents the horizontal positioning of a floating table within a document.

public class TableHorizontalPosition : FormattingBag
Inheritance
object
TableHorizontalPosition
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Alignment

Gets or sets the relative horizontal alignment of a table.

public TableHorizontalRelativeAlignment Alignment { get; set; }

Property Value

TableHorizontalRelativeAlignment

Offset

Gets or sets the horizontal offset in points.

public float Offset { get; set; }

Property Value

float

RelativeTo

Gets or sets a value specifying the element relative to which the horizontal position of the table is calculated.

public TableHorizontalRelativePosition RelativeTo { get; set; }

Property Value

TableHorizontalRelativePosition

Type

Gets or sets a value specifying how the table position must be calculated.

public TablePositionType Type { get; set; }

Property Value

TablePositionType