ASPOSE home

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:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home