Alignment
Use this property to set horizontal text alignment. Alignment can be any one of haLeft, haRight, haCenter or haJustify.
Syntax
[VC++]
long GetAlignment();
void SetAlignment(long nNewValue);
[C#]
public abstract new eDocEngineX.TxgtHAlignment Alignment [ get, set ]
[VB]
Property Alignment As TxgtHAlignment
Examples
For an example, see Table Formatting.