Class
AlignmentStyleElement

Definition

Namespace:Telerik.WinControls.UI.Export.ExcelML

Assembly:TelerikData.dll

Syntax:

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

Inheritance: objectElementBaseAlignmentStyleElement

Implements: IElement

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

Constructors

AlignmentStyleElement()

Declaration

cs-api-definition
public AlignmentStyleElement()

Properties

EndTag

Declaration

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

Property Value

string

Overrides ElementBase.EndTag

HorizontalAlignment

Declaration

cs-api-definition
public HorizontalAlignmentType HorizontalAlignment { get; set; }

Property Value

HorizontalAlignmentType

StartTag

Declaration

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

Property Value

string

Overrides ElementBase.StartTag

VerticalAlignment

Declaration

cs-api-definition
public VerticalAlignmentType VerticalAlignment { get; set; }

Property Value

VerticalAlignmentType

WrapText

Declaration

cs-api-definition
public bool WrapText { 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)