Class Style
Inheritance
System.Object
Style
Assembly: IronWord.dll
Syntax
public class Style : DocumentStyle
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