Class ExcelTextFont
Used by Rich-text and Paragraphs.
Inheritance
System.Object
ExcelTextFont
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Experior.Core.dll
Syntax
public class ExcelTextFont : XmlHelper
Properties
Bold
Declaration
public bool Bold { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Color
Declaration
public Color Color { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
ComplexFont
Declaration
public string ComplexFont { get; set; }
Property Value
Type |
Description |
System.String |
|
Italic
Declaration
public bool Italic { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LatinFont
Declaration
public string LatinFont { get; set; }
Property Value
Type |
Description |
System.String |
|
Size
Declaration
public float Size { get; set; }
Property Value
Type |
Description |
System.Single |
|
Strike
Declaration
public eStrikeType Strike { get; set; }
Property Value
UnderLine
Declaration
public eUnderLineType UnderLine { get; set; }
Property Value
UnderLineColor
Declaration
public Color UnderLineColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Methods
CreateTopNode()
Declaration
protected void CreateTopNode()
SetFromFont(Font)
Set the font style from a font object
Declaration
public void SetFromFont(Font Font)
Parameters
Type |
Name |
Description |
System.Drawing.Font |
Font |
|