Class FontStyleElement
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()
Namespace: Telerik.WinControls.UI.Export.ExcelML
Assembly: TelerikData.dll
Syntax
public class FontStyleElement : ElementBase, IElement
Constructors
FontStyleElement()
Declaration
public FontStyleElement()
Properties
Bold
Get or Set font bold
Declaration
public bool Bold { get; set; }
Property Value
System.Boolean
|
Color
Get or Set font color
Declaration
public Color Color { get; set; }
Property Value
System.Drawing.Color
|
EndTag
Declaration
protected override string EndTag { get; }
Property Value
System.String
|
Overrides
FontName
Get or Set font name
Declaration
public string FontName { get; set; }
Property Value
System.String
|
Italic
Get or Set font italic
Declaration
public bool Italic { get; set; }
Property Value
System.Boolean
|
Size
Get or Set font size.
Declaration
public float Size { get; set; }
Property Value
System.Single
|
StartTag
Declaration
protected override string StartTag { get; }
Property Value
System.String
|
Overrides
Underline
Get or set font underline.
Declaration
public bool Underline { get; set; }
Property Value
System.Boolean
|
Methods
AppendAttributes(StringBuilder)
Declaration
protected override void AppendAttributes(StringBuilder sb)
Parameters
System.Text.StringBuilder
sb
|