Represents a table containing content that is arranged in rows and columns.

Namespace: Docentric.Documents.ObjectModel.Tables
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class Table : CompositeElement

The Table type exposes the following members.

Name Description
Public constructor .ctor()
Name Description
Public member Columns Gets the table columns.
Public member 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.
Public member Elements Gets the child elements. (Inherited from CompositeElement)
Public member OwnerDocument Gets the owner document. (Inherited from DocumentObject)
Public member 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.
Public member Range (Inherited from Element)
Public member Rows Gets the table rows.
Public member Style Gets or sets the table style.
Public member TableFormat Gets or sets the TableFormat object for this table.
Name Description
Public method Clone Clones this Element object including its DOM children. (Inherited from Element)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object)
Public method GetSection Returns the section this element belongs to. (Inherited from Element)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method ToString Returns a String that represents the current Object. (Inherited from Object)