ClassSingleStyleElement
Definition
Namespace:Telerik.WinControls.UI.Export.ExcelML
Assembly:TelerikData.dll
Syntax:
public class SingleStyleElement : ElementBase, IElement
Inheritance: objectElementBaseSingleStyleElement
Implements:
Inherited Members
Constructors
SingleStyleElement()
Creates new style element.
Declaration
public SingleStyleElement()
SingleStyleElement(string)
Creates new style element with specified ID.
Declaration
public SingleStyleElement(string id)
Parameters
id
Unique style identificator.
Properties
AlignmentElement
Get text alignment element (use to set text alignments).
Declaration
public AlignmentStyleElement AlignmentElement { get; }
Property Value
Borders
Get border elements collection (use to add borders).
Declaration
public virtual IBorderStylesCollection Borders { get; }
Property Value
EndTag
Declaration
protected override string EndTag { get; }
Property Value
Overrides
FontStyle
Get font style settings (use to change font settings).
Declaration
public virtual FontStyleElement FontStyle { get; }
Property Value
Id
Get or Set unique style identificator.
InteriorStyle
Get interior style element (use to change back color and color pattern).
Declaration
public virtual InteriorStyleElement InteriorStyle { get; }
Property Value
NumberFormat
Get number formatting element (use to set format).
Declaration
public NumberFormatStyleElement NumberFormat { get; }
Property Value
Methods
AppendAttributes(StringBuilder)
Declaration
protected override void AppendAttributes(StringBuilder sb)
Parameters
sb
Overrides
Equals(object)
Compare with other style element.
RenderChildElements(StringBuilder)
Declaration
protected override void RenderChildElements(StringBuilder sb)
Parameters
sb
Overrides