TableStyleConditionalFormattingSet Class |
Docentric Toolkit Help
Send Feedback |
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. Each formatting object in turn represents specific format objects for different elements (Table, TableRow, TableCell, Paragraph and Run).
System.Object
Docentric.Documents.ObjectModel.DocumentObject
Docentric.Documents.ObjectModel.Tables.TableStyleConditionalFormattingSet
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
The TableStyleConditionalFormattingSet type exposes the following members.
Name | Description | |
---|---|---|
BottomLeftCell | Bottom-left table cell conditional formatting. | |
BottomRightCell | Bottom-right table cell conditional formatting. | |
EvenBandedColumns | Even banded columns conditional formatting. | |
EvenBandedRows | Even banded rows conditional formatting. | |
FirstColumn | First column conditional formatting. | |
FirstRow | First row conditional formatting. | |
LastColumn | Last column conditional formatting. | |
LastRow | Last row conditional formatting. | |
OddBandedColumns | Odd banded columns conditional formatting. | |
OddBandedRows | Odd banded rows conditional formatting. | |
OwnerDocument | Gets the owner document. (Inherited from DocumentObject) | |
TopLeftCell | Top-left table cell conditional formatting. | |
TopRightCell | Top-right table cell conditional formatting. |
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 Object) |