TablePosition Struct |
Docentric Toolkit Help
Send Feedback |
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
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public struct TablePosition
The TablePosition type exposes the following members.
Name | Description | |
---|---|---|
DistanceFromText | Gets or sets the distances between the edges of a floating table and any surrounding text. | |
HorizontalPosition | Gets or sets the horizontal position for a floating table. | |
IsFloating | Indicates whether the table is a floating table. | |
VerticalPosition | Gets or sets the vertical position for a floating table. |
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
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. | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MainTextFlow | Returns a TablePosition structure indicating that the table is not a floating table but part of the main text flow in the document. | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |