Class Style
Inheritance
System.Object
Style
Implements
System.ICloneable
Assembly: IronWord.dll
Syntax
public class Style : DocumentStyle, ICloneable
Constructors
Style()
Declaration
Properties
BasedOn
Declaration
public string BasedOn { get; set; }
Property Value
Type |
Description |
System.String |
|
IsPrimaryStyle
Declaration
public Nullable<bool> IsPrimaryStyle { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
NextParagraphStyle
Declaration
public string NextParagraphStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
ParagraphStyle
Declaration
public ParagraphStyle ParagraphStyle { get; set; }
Property Value
StyleName
Declaration
public string StyleName { get; set; }
Property Value
Type |
Description |
System.String |
|
StyleType
Declaration
public Nullable<StyleValues> StyleType { get; set; }
Property Value
TextStyle
Declaration
public TextStyle TextStyle { get; set; }
Property Value
Methods
Clone()
Declaration
public override object Clone()
Returns
Type |
Description |
System.Object |
|
Overrides
Implements
System.ICloneable