Class TextStyle
Inheritance
System.Object
TextStyle
Assembly: IronWord.dll
Syntax
public class TextStyle : DocumentStyle, ITextStyle
Constructors
TextStyle()
Declaration
Properties
Caps
Declaration
public bool Caps { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CharacterScale
Declaration
public Nullable<int> CharacterScale { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Color
Declaration
public Color Color { get; set; }
Property Value
Emboss
Declaration
public bool Emboss { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Emphasis
Declaration
public Nullable<EmphasisMarkValues> Emphasis { get; set; }
Property Value
Imprint
Declaration
public bool Imprint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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 |
|
Kern
Declaration
public Nullable<int> Kern { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
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 |
|
Shading
Declaration
public Shading Shading { get; set; }
Property Value
Shadow
Declaration
public bool Shadow { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SmallCaps
Declaration
public bool SmallCaps { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SnapToGrid
Declaration
public bool SnapToGrid { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Spacing
Declaration
public Nullable<int> Spacing { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
SpecVanish
Declaration
public bool SpecVanish { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Strike
Declaration
public Nullable<StrikeValue> Strike { get; set; }
Property Value
TextEffect
Declaration
public TextEffect TextEffect { get; set; }
Property Value
TextFont
Declaration
public Font TextFont { get; set; }
Property Value
Underline
Declaration
public Underline Underline { get; set; }
Property Value
Vanish
Declaration
public bool Vanish { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
VerticalPosition
Declaration
public Nullable<double> VerticalPosition { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
VerticalTextAlignment
Declaration
public Nullable<VerticalPositionValues> VerticalTextAlignment { get; set; }
Property Value
WebHidden
Declaration
public bool WebHidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Clone()
Declaration
Returns
Reset()
Declaration
Returns
Implements