com.aspose.words
Class TableContentAlignment

java.lang.Object
    extended by com.aspose.words.TableContentAlignment

public class TableContentAlignment 
extends java.lang.Object

Utility class containing constants. Allows to specify the alignment of the content of the table to be used when exporting into Markdown format.

Field Summary
static final intAUTO = 0
           The alignment will be taken from the first paragraph in corresponding table column.
static final intLEFT = 1
           The content of tables will be aligned to the Left.
static final intCENTER = 2
           The content of tables will be aligned to the Center.
static final intRIGHT = 3
           The content of tables will be aligned to the Right.
 

Field Detail

AUTO = 0

public static final int AUTO
The alignment will be taken from the first paragraph in corresponding table column.

LEFT = 1

public static final int LEFT
The content of tables will be aligned to the Left.

CENTER = 2

public static final int CENTER
The content of tables will be aligned to the Center.

RIGHT = 3

public static final int RIGHT
The content of tables will be aligned to the Right.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.