[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TableVerticalPosition

Class TableVerticalPosition

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

Specifies the vertical positioning of a floating table within a document.

public class TableVerticalPosition : FormattingBag
Inheritance
TableVerticalPosition
Inherited Members

Properties

Alignment

Gets or sets the relative vertical alignment position of the table.

public TableVerticalRelativeAlignment Alignment { get; set; }

Property Value

TableVerticalRelativeAlignment

Offset

Gets or sets the vertical offset in points.

public float Offset { get; set; }

Property Value

float

RelativeTo

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; }

Property Value

TableVerticalRelativePosition

Type

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

public TablePositionType Type { get; set; }

Property Value

TablePositionType