Class Excel2007TextAlign
Represents Excel 2007 Text alignment.
Inheritance
System.Object
Excel2007TextAlign
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class Excel2007TextAlign : Enum
Fields
ctr
Align text in the center.
Declaration
public const Excel2007TextAlign ctr
Field Value
Type |
---|
Excel2007TextAlign |
dist
Distributes the text words across an entire text line.
Declaration
public const Excel2007TextAlign dist
Field Value
Type |
---|
Excel2007TextAlign |
just
Align text so that it is justified across the whole line.
Declaration
public const Excel2007TextAlign just
Field Value
Type |
---|
Excel2007TextAlign |
justLow
Aligns the text with an adjusted kashida length for Arabic text.
Declaration
public const Excel2007TextAlign justLow
Field Value
Type |
---|
Excel2007TextAlign |
l
Align text to the left margin.
Declaration
public const Excel2007TextAlign l
Field Value
Type |
---|
Excel2007TextAlign |
r
Align text to the right margin.
Declaration
public const Excel2007TextAlign r
Field Value
Type |
---|
Excel2007TextAlign |
thaiDist
Distributes Thai text specially, because each character is treated as a word.
Declaration
public const Excel2007TextAlign thaiDist
Field Value
Type |
---|
Excel2007TextAlign |