Interface IStyle
Assembly: IronPPT.dll
Syntax
Properties
BasedOn
Declaration
string BasedOn { get; set; }
Property Value
Type |
Description |
System.String |
|
IsPrimaryStyle
Declaration
Nullable<bool> IsPrimaryStyle { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
NextParagraphStyle
Declaration
string NextParagraphStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
ParagraphStyle
Declaration
IParagraphStyle ParagraphStyle { get; set; }
Property Value
StyleName
Declaration
string StyleName { get; set; }
Property Value
Type |
Description |
System.String |
|
StyleType
Declaration
Nullable<StyleValues> StyleType { get; set; }
Property Value
TextStyle
Declaration
ITextStyle TextStyle { get; set; }
Property Value