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