Interface IWTableStyle
Represents the style of the WTable.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public interface IWTableStyle : IStyle
Properties
ParagraphFormat
Gets the paragraph format.
Declaration
WParagraphFormat ParagraphFormat { get; }
Property Value
Type | Description |
---|---|
WParagraphFormat | The WParagraphFormat object. |