[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TablePosition

Class TablePosition

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

Represents information about the current table with regard to floating tables. Floating tables are tables in a document which are not part of the main text flow in the document, and are instead absolutely positioned with a specific size and position relative to non-frame content in the current document.

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

Properties

AllowOverlap

Gets or sets a value indicating whether the current table shall allow other floating tables to overlap its extents when the tables are displayed in a document. If true, then no adjustment shall be made to prevent tables whose properties would normally cause them to overlap from overlapping when displayed. If false, then the tables shall be adjusted as needed to prevent them from overlapping when displayed by adjusting the floating table properties as needed.

public bool AllowOverlap { get; set; }

Property Value

bool

Distance

Gets the minimum distance which shall be maintained between the current floating table and text in the text in the paragraphs which are around this floating table.

public CellPadding Distance { get; }

Property Value

CellPadding

Horizontal

Gets the horizontal positioning of the current floating table within a document.

public TableHorizontalPosition Horizontal { get; }

Property Value

TableHorizontalPosition

Vertical

Gets the vertical positioning of the current floating table within a document.

public TableVerticalPosition Vertical { get; }

Property Value

TableVerticalPosition