Class TextStyle
Inheritance
System.Object
TextStyle
Assembly: IronPPT.dll
Syntax
public class TextStyle : DocumentStyle, ITextStyle, IDocumentStyle
Constructors
TextStyle()
Declaration
Properties
Color
Declaration
public IColor Color { get; set; }
Property Value
IsBold
Declaration
public bool IsBold { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsItalic
Declaration
public bool IsItalic { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Languages
Declaration
public string Languages { get; set; }
Property Value
Type |
Description |
System.String |
|
NoProof
Declaration
public bool NoProof { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Outline
Declaration
public bool Outline { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Spacing
Declaration
public DocUnit Spacing { get; set; }
Property Value
SpecVanish
Declaration
public bool SpecVanish { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Strike
Declaration
public Nullable<StrikValue> Strike { get; set; }
Property Value
TextFont
Declaration
public IFont TextFont { get; set; }
Property Value
Underline
Declaration
public IUnderline Underline { get; set; }
Property Value
Methods
Clone()
Declaration
public ITextStyle Clone()
Returns
Reset()
Declaration
public ITextStyle Reset()
Returns
Implements