com.aspose.words
Class CellVerticalAlignment

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

public class CellVerticalAlignment 
extends java.lang.Object

Utility class containing constants. Specifies vertical justification of text inside a table cell.

Field Summary
static final intTOP
           Text is aligned at the top of a cell.
static final intCENTER
           Text is aligned in the middle of a cell.
static final intBOTTOM
           Text is aligned at the bottom of the cell.
 

Field Detail

TOP

public static final int TOP
Text is aligned at the top of a cell.

CENTER

public static final int CENTER
Text is aligned in the middle of a cell.

BOTTOM

public static final int BOTTOM
Text is aligned at the bottom of the cell.

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