ClassFontStyleElement
Class
Definition
Namespace:Telerik.WinControls.UI.Export.ExcelML
Assembly:TelerikData.dll
Syntax:
cs-api-definition
public class FontStyleElement : ElementBase, IElement
Inheritance: objectElementBaseFontStyleElement
Implements:
Inherited Members
Constructors
FontStyleElement()
Declaration
cs-api-definition
public FontStyleElement()
Properties
Bold
Get or Set font bold
Color
Get or Set font color
EndTag
Declaration
cs-api-definition
protected override string EndTag { get; }
Property Value
Overrides
FontName
Get or Set font name
Italic
Get or Set font italic
Size
Get or Set font size.
StartTag
Declaration
cs-api-definition
protected override string StartTag { get; }
Property Value
Overrides
Methods
AppendAttributes(StringBuilder)
Declaration
cs-api-definition
protected override void AppendAttributes(StringBuilder sb)
Parameters
sb
Overrides