Class Font
Inheritance
System.Object
Font
Assembly: IronWord.dll
Syntax
public class Font : Object
Constructors
Font()
Declaration
Properties
AsciiTheme
Declaration
public Nullable<ThemeFontValues> AsciiTheme { get; set; }
Property Value
ComplexScript
Declaration
public string ComplexScript { get; set; }
Property Value
Type |
Description |
System.String |
|
ComplexScriptTheme
Declaration
public Nullable<ThemeFontValues> ComplexScriptTheme { get; set; }
Property Value
EastAsia
Declaration
public string EastAsia { get; set; }
Property Value
Type |
Description |
System.String |
|
EastAsiaTheme
Declaration
public Nullable<ThemeFontValues> EastAsiaTheme { get; set; }
Property Value
FontFamily
Declaration
public string FontFamily { get; set; }
Property Value
Type |
Description |
System.String |
|
FontSize
Declaration
public Nullable<double> FontSize { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
FontSizeComplexScript
Declaration
public Nullable<double> FontSizeComplexScript { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
HighAnsi
Declaration
public string HighAnsi { get; set; }
Property Value
Type |
Description |
System.String |
|
HighAnsiTheme
Declaration
public Nullable<ThemeFontValues> HighAnsiTheme { get; set; }
Property Value