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