setContentVAlign Method
Sets the vertical alignment for text inside of a layout cell or cell formatting table.
expression.setContentVAlign(pszVal)
expression Required. An expression that returns an FPLayoutRegion object.
pszVal Required String. Specifies the vertical alignment. Can be one of the following String values: "top", "middle", "bottom".
Remarks
Use the getContentVAlign method to return the vertical alignment for text inside of a layout cell or cell formatting table.