Interface IWCharacterStyle
Represents the style that can be used to format a characters inside the paragraph.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public interface IWCharacterStyle : IStyle
Properties
CharacterFormat
Gets formatting of characters inside paragraph.
Declaration
WCharacterFormat CharacterFormat { get; }
Property Value
Type |
---|
WCharacterFormat |
IsPrimaryStyle
Gets or sets a value indicating whether this instance is primary style.
Declaration
bool IsPrimaryStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | if this instance is primary style, set to |