Class Font
Inheritance
System.Object
Font
Implements
IronSoftware.IDocumentFontObject
IronSoftware.IDocumentObject
System.ICloneable
Assembly: IronWord.dll
Syntax
public class Font : Object, IDocumentFontObject, IDocumentObject, ICloneable
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
DocumentId
Declaration
public IDocumentId DocumentId { get; set; }
Property Value
Type |
Description |
IronSoftware.IDocumentId |
|
EastAsia
Declaration
public string EastAsia { get; set; }
Property Value
Type |
Description |
System.String |
|
EastAsiaTheme
Declaration
public Nullable<ThemeFontValues> EastAsiaTheme { get; set; }
Property Value
FontData
Declaration
public byte[] FontData { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
FontFamily
Declaration
public string FontFamily { get; set; }
Property Value
Type |
Description |
System.String |
|
FontSize
Declaration
public float FontSize { get; set; }
Property Value
Type |
Description |
System.Single |
|
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
IsEmbedded
Declaration
public bool IsEmbedded { get; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
ObjNum
Declaration
public uint ObjNum { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
PageIndex
Declaration
public uint PageIndex { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
Methods
Clone()
Declaration
Returns
Type |
Description |
System.Object |
|
Implements
IronSoftware.IDocumentFontObject
IronSoftware.IDocumentObject
System.ICloneable