Represents a value specifying whether a Table is part of a main content flow, or a floating table with fixed horizontal and vertical positions set.

System.Object
  System.ValueType
    Docentric.Documents.ObjectModel.Tables.TablePosition

Namespace: Docentric.Documents.ObjectModel.Tables
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public struct TablePosition

The TablePosition type exposes the following members.

Name Description
Public member DistanceFromText Gets or sets the distances between the edges of a floating table and any surrounding text.
Public member HorizontalPosition Gets or sets the horizontal position for a floating table.
Public member IsFloating Indicates whether the table is a floating table.
Public member VerticalPosition Gets or sets the vertical position for a floating table.
Name Description
Public method Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType)
Public methodStatic member Floating Gets the TablePosition structure indicating that the table is not part of the main text flow in the document but rather a floating table.
Public method GetHashCode Returns the hash code for this instance. (Inherited from ValueType)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public methodStatic member MainTextFlow Returns a TablePosition structure indicating that the table is not a floating table but part of the main text flow in the document.
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType)