Class Style
Inheritance
System.Object
Style
Assembly: IronPPT.dll
Syntax
public class Style : DocumentStyle, IDocumentStyle, IStyle
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 IParagraphStyle 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 ITextStyle TextStyle { get; set; }
Property Value
Implements