Class ConditionalFormattingStyle
Represents a conditional style of table.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class ConditionalFormattingStyle : Style, IXDLSSerializable, IStyle
Properties
CellProperties
Gets cell properties.
Declaration
public TableStyleCellProperties CellProperties { get; }
Property Value
Type |
---|
TableStyleCellProperties |
ConditionalFormattingType
Gets conditional formatting code.
Declaration
public ConditionalFormattingType ConditionalFormattingType { get; }
Property Value
Type |
---|
ConditionalFormattingType |
ParagraphFormat
Gets paragraph format.
Declaration
public WParagraphFormat ParagraphFormat { get; }
Property Value
Type |
---|
WParagraphFormat |
RowProperties
Gets row properties.
Declaration
public TableStyleRowProperties RowProperties { get; }
Property Value
Type |
---|
TableStyleRowProperties |
StyleType
Gets the type of the style.
Declaration
public override StyleType StyleType { get; }
Property Value
Type | Description |
---|---|
StyleType | The StyleTypemember that specifies the type of the style. |
Overrides
TableProperties
Gets table properties.
Declaration
public TableStyleTableProperties TableProperties { get; }
Property Value
Type |
---|
TableStyleTableProperties |
Methods
Clone()
Clones the IStyle, creating duplicate style.
Declaration
public override IStyle Clone()
Returns
Type | Description |
---|---|
IStyle | The IStyle object. |
Overrides
CloneImpl()
Clones itself.
Declaration
protected override object CloneImpl()
Returns
Type | Description |
---|---|
System.Object | Returns cloned object. |