ClassElementBase
Class
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:
Implements:
Constructors
ElementBase()
Declaration
cs-api-definition
protected ElementBase()
ElementBase(IElementsCollection, IAttributesCollection)
Declaration
cs-api-definition
public ElementBase(IElementsCollection elementsCollection, IAttributesCollection attributesCollection)
Parameters
elementsCollection
attributesCollection
Properties
Attributes
Declaration
cs-api-definition
public virtual IAttributesCollection Attributes { get; }
Property Value
Implements
InnerElements
Declaration
cs-api-definition
public virtual IElementsCollection InnerElements { get; }
Property Value
Implements
Methods
AppendAttributes(StringBuilder)
Declaration
cs-api-definition
protected virtual void AppendAttributes(StringBuilder sb)
Parameters
sb
Render(StringBuilder)
Declaration
cs-api-definition
public virtual void Render(StringBuilder sb)
Parameters
sb
Implements
RenderChildElements(StringBuilder)
Declaration
cs-api-definition
protected virtual void RenderChildElements(StringBuilder sb)
Parameters
sb