Class WCharacterStyle
Represent a style of paragraph items.
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 WCharacterStyle : Style, IXDLSSerializable, IWCharacterStyle, IStyleConstructors
WCharacterStyle(WordDocument)
Initializes a new instance of the WCharacterStyle class.
Declaration
public WCharacterStyle(WordDocument doc)Parameters
| Type | Name | Description | 
|---|---|---|
| WordDocument | doc | The WordDocument object. | 
Properties
BaseStyle
Gets the base style.
Declaration
public WCharacterStyle BaseStyle { get; }Property Value
| Type | 
|---|
| WCharacterStyle | 
StyleType
Gets the type of the style.
Declaration
public override StyleType StyleType { get; }Property Value
| Type | Description | 
|---|---|
| StyleType | The StyleTypespecifies the type of the style. | 
Overrides
Methods
Clone()
Clones the IStyle, creating duplicate style.
Declaration
public override IStyle Clone()Returns
| Type | Description | 
|---|---|
| IStyle | The IStyle object. |