Class AlignmentStyleElement
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 AlignmentStyleElement : ElementBase, IElement
Constructors
AlignmentStyleElement()
Declaration
public AlignmentStyleElement()
Properties
EndTag
Declaration
protected override string EndTag { get; }
Property Value
System.String
|
Overrides
HorizontalAlignment
Declaration
public HorizontalAlignmentType HorizontalAlignment { get; set; }
Property Value
HorizontalAlignmentType
|
StartTag
Declaration
protected override string StartTag { get; }
Property Value
System.String
|
Overrides
VerticalAlignment
Declaration
public VerticalAlignmentType VerticalAlignment { get; set; }
Property Value
VerticalAlignmentType
|
WrapText
Declaration
public bool WrapText { get; set; }
Property Value
System.Boolean
|
Methods
AppendAttributes(StringBuilder)
Declaration
protected override void AppendAttributes(StringBuilder sb)
Parameters
System.Text.StringBuilder
sb
|