Class WTableStyle
Represents a style of WTable.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class WTableStyle : Style, IXDLSSerializable, IWTableStyle, IStyle
Properties
CellProperties
Gets cell properties.
Declaration
public TableStyleCellProperties CellProperties { get; }
Property Value
Type | Description |
---|---|
TableStyleCellProperties |
ConditionalFormattingStyles
Gets conditional formatting styles collection of the table style.
Declaration
public ConditionalFormattingStyleCollection ConditionalFormattingStyles { get; }
Property Value
Type | Description |
---|---|
ConditionalFormattingStyleCollection |
ParagraphFormat
Gets the paragraph format.
Declaration
public WParagraphFormat ParagraphFormat { get; }
Property Value
Type | Description |
---|---|
WParagraphFormat | The WParagraphFormat object. |
RowProperties
Gets row properties.
Declaration
public TableStyleRowProperties RowProperties { get; }
Property Value
Type | Description |
---|---|
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 | Description |
---|---|
TableStyleTableProperties |
Methods
ApplyBaseStyle(String)
Apply base style for current style.
Declaration
public override void ApplyBaseStyle(string styleName)
Parameters
Type | Name | Description |
---|---|---|
System.String | styleName | The string that specifies the style name. |
Overrides
Clone()
Creates a duplicate copy of the style.
Declaration
public override IStyle Clone()
Returns
Type | Description |
---|---|
IStyle | The reference to the newly created style. |
Overrides
CloneImpl()
Creates a duplicate copy of the entity.
Declaration
protected override object CloneImpl()
Returns
Type | Description |
---|---|
System.Object | An object that can be casted as WTableStyle. |