Class StylesElement
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Export.ExcelML
Assembly: TelerikData.dll
Syntax
public class StylesElement : ElementBase, IElement
Constructors
StylesElement()
Declaration
public StylesElement()
Properties
Attributes
This element cannot have attributes
Declaration
public override IAttributesCollection Attributes { get; }
Property Value
IAttributesCollection
|
Overrides
EndTag
Declaration
protected override string EndTag { get; }
Property Value
System.String
|
Overrides
StartTag
Declaration
protected override string StartTag { get; }
Property Value
System.String
|
Overrides
Styles
Methods
AppendAttributes(StringBuilder)
Declaration
protected override void AppendAttributes(StringBuilder sb)
Parameters
System.Text.StringBuilder
sb
|
Overrides
RenderChildElements(StringBuilder)
Declaration
protected override void RenderChildElements(StringBuilder sb)
Parameters
System.Text.StringBuilder
sb
|