Class Font
Inheritance
System.Object
Font
Assembly: IronPPT.dll
Syntax
public class Font : Object, IFont
Constructors
Font()
Declaration
Properties
ComplexScript
Declaration
public string ComplexScript { get; set; }
Property Value
Type |
Description |
System.String |
|
EastAsia
Declaration
public string EastAsia { get; set; }
Property Value
Type |
Description |
System.String |
|
FontFamily
Declaration
public string FontFamily { get; set; }
Property Value
Type |
Description |
System.String |
|
FontSize
Declaration
public FontSize FontSize { get; set; }
Property Value
LatinFont
Declaration
public string LatinFont { get; set; }
Property Value
Type |
Description |
System.String |
|
SymbolFont
Declaration
public string SymbolFont { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements