[]
        
(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
object
TableVerticalPosition
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 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