TableStyle Class |
Docentric Toolkit Help
Send Feedback |
Represents a style which can be applied to a Table element.
System.Object
Docentric.Documents.ObjectModel.DocumentObject
Docentric.Documents.ObjectModel.Style
Docentric.Documents.ObjectModel.Tables.TableStyle
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
The TableStyle type exposes the following members.
Name | Description | |
---|---|---|
.ctor() | ||
.ctor(String) |
Name | Description | |
---|---|---|
BaseStyle | Gets or sets the base style. (Inherited from Style) | |
CharacterFormat | Gets or sets the character format for this table style. | |
ConditionalFormattings | Gets a TableStyleConditionalFormattingSet object that represents a set of formatting objects which shall be conditionally applied to the parts of a table which match the requirement on the Type property of each formatting object. | |
Name | Gets or sets the name of the style. (Inherited from Style) | |
OwnerDocument | Gets the owner document. (Inherited from DocumentObject) | |
ParagraphFormat | Gets or sets the paragraph format for this table style. | |
TableCellFormat | Gets or sets the TableCellFormat object for this paragraph. | |
TableFormat | Gets or sets the TableFormat object for this paragraph. |
Name | Description | |
---|---|---|
Clone | Clones this DocumentObject object including its DOM children. (Inherited from DocumentObject) | |
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) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Style) |