Class
FontStyleElement

Definition

Namespace:Telerik.WinControls.UI.Export.ExcelML

Assembly:TelerikData.dll

Syntax:

cs-api-definition
public class FontStyleElement : ElementBase, IElement

Inheritance: objectElementBaseFontStyleElement

Implements: IElement

Inherited Members ElementBase.Render(StringBuilder)ElementBase.RenderChildElements(StringBuilder)ElementBase.DeepCopy()ElementBase.InnerElementsElementBase.Attributes

Constructors

FontStyleElement()

Declaration

cs-api-definition
public FontStyleElement()

Properties

Bold

Get or Set font bold

Declaration

cs-api-definition
public bool Bold { get; set; }

Property Value

bool

Color

Get or Set font color

Declaration

cs-api-definition
public Color Color { get; set; }

Property Value

Color

EndTag

Declaration

cs-api-definition
protected override string EndTag { get; }

Property Value

string

Overrides ElementBase.EndTag

FontName

Get or Set font name

Declaration

cs-api-definition
public string FontName { get; set; }

Property Value

string

Italic

Get or Set font italic

Declaration

cs-api-definition
public bool Italic { get; set; }

Property Value

bool

Size

Get or Set font size.

Declaration

cs-api-definition
public float Size { get; set; }

Property Value

float

StartTag

Declaration

cs-api-definition
protected override string StartTag { get; }

Property Value

string

Overrides ElementBase.StartTag

Underline

Get or set font underline.

Declaration

cs-api-definition
public bool Underline { get; set; }

Property Value

bool

Methods

AppendAttributes(StringBuilder)

Declaration

cs-api-definition
protected override void AppendAttributes(StringBuilder sb)

Parameters

sb

StringBuilder

Overrides ElementBase.AppendAttributes(StringBuilder)