setFooterVAlign Method

Sets the vertical alignment for text inside a footer for a layout cell or cell formatting table.

expression.setFooterVAlign(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", or "bottom".

Remarks

Use the getFooterVAlign method to return the vertical alignment for text inside a footer for a layout cell or cell formatting table.

Applies to | FPLayoutRegion Object | IFPLayoutRegion Object