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

Namespace: Docentric.Documents.ObjectModel.Tables
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class TableStyleConditionalFormattingSet : DocumentObject

The TableStyleConditionalFormattingSet type exposes the following members.

Name Description
Public member BottomLeftCell Bottom-left table cell conditional formatting.
Public member BottomRightCell Bottom-right table cell conditional formatting.
Public member EvenBandedColumns Even banded columns conditional formatting.
Public member EvenBandedRows Even banded rows conditional formatting.
Public member FirstColumn First column conditional formatting.
Public member FirstRow First row conditional formatting.
Public member LastColumn Last column conditional formatting.
Public member LastRow Last row conditional formatting.
Public member OddBandedColumns Odd banded columns conditional formatting.
Public member OddBandedRows Odd banded rows conditional formatting.
Public member OwnerDocument Gets the owner document. (Inherited from DocumentObject)
Public member TopLeftCell Top-left table cell conditional formatting.
Public member TopRightCell Top-right table cell conditional formatting.
Name Description
Public method Clone Clones this DocumentObject object including its DOM children. (Inherited from DocumentObject)
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 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)