Table Class |
Docentric Toolkit Help
Send Feedback |
Represents a table containing content that is arranged in rows and columns.
System.Object
Docentric.Documents.ObjectModel.DocumentObject
Docentric.Documents.ObjectModel.Element
Docentric.Documents.ObjectModel.CompositeElement
Docentric.Documents.ObjectModel.Tables.Table
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
The Table type exposes the following members.
Name | Description | |
---|---|---|
.ctor() |
Name | Description | |
---|---|---|
Columns | Gets the table columns. | |
ConditionalFormattingUsage | Gets or sets a value that specifies the components of the conditional formatting of a table style (if one exists) which shall be applied to the table. | |
Elements | Gets the child elements. (Inherited from CompositeElement) | |
OwnerDocument | Gets the owner document. (Inherited from DocumentObject) | |
Position | Gets or sets the Table position. A table can either be part of the main text flow, or it can be floating with fixed horizontal and vertical positions set. | |
Range | (Inherited from Element) | |
Rows | Gets the table rows. | |
Style | Gets or sets the table style. | |
TableFormat | Gets or sets the TableFormat object for this table. |
Name | Description | |
---|---|---|
Clone | Clones this Element object including its DOM children. (Inherited from Element) | |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) | |
GetSection | Returns the section this element belongs to. (Inherited from Element) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns a String that represents the current Object. (Inherited from Object) |