Class
ElementBase

Definition

Namespace:Telerik.WinControls.UI.Export.ExcelML

Assembly:TelerikData.dll

Syntax:

cs-api-definition
[DataContract]
[KnownType(typeof(AlignmentStyleElement))]
[KnownType(typeof(FontStyleElement))]
[KnownType(typeof(BorderStyles))]
[KnownType(typeof(InteriorStyleElement))]
[KnownType(typeof(NumberFormatStyleElement))]
[KnownType(typeof(SingleStyleElement))]
[KnownType(typeof(BorderStylesCollection))]
public abstract class ElementBase : IElement

Inheritance: objectElementBase

Derived Classes: AlignmentStyleElementBorderStylesCellElementColumnElementDataElementFontStyleElementInteriorStyleElementNumberFormatStyleElementRowElementSingleStyleElementStylesElementTableElementWorkBookElementWorksheetElement

Implements: IElement

Constructors

ElementBase()

Declaration

cs-api-definition
protected ElementBase()

ElementBase(IElementsCollection, IAttributesCollection)

Declaration

cs-api-definition
public ElementBase(IElementsCollection elementsCollection, IAttributesCollection attributesCollection)

Parameters

elementsCollection

IElementsCollection

attributesCollection

IAttributesCollection

Properties

Attributes

Declaration

cs-api-definition
public virtual IAttributesCollection Attributes { get; }

Property Value

IAttributesCollection

Implements IElement.Attributes

EndTag

Declaration

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

Property Value

string

InnerElements

Declaration

cs-api-definition
public virtual IElementsCollection InnerElements { get; }

Property Value

IElementsCollection

Implements IElement.InnerElements

StartTag

Declaration

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

Property Value

string

Methods

AppendAttributes(StringBuilder)

Declaration

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

Parameters

sb

StringBuilder

DeepCopy()

Declaration

cs-api-definition
public virtual object DeepCopy()

Returns

object

Render(StringBuilder)

Declaration

cs-api-definition
public virtual void Render(StringBuilder sb)

Parameters

sb

StringBuilder

Implements IElement.Render(StringBuilder)

RenderChildElements(StringBuilder)

Declaration

cs-api-definition
protected virtual void RenderChildElements(StringBuilder sb)

Parameters

sb

StringBuilder