setCornerHeight Method
Sets the height of a specified corner in a layout cell or cell formatting table.
expression.setCornerHeight(pszType, ival)
expression Required. An expression that returns an FPLayoutRegion object.
pszType Required String. Specifies which corner. Can be one of the following String values: "top-left", "top-right", "bottom-left", "bottom-right", or "all".
ival Required Integer. Specifies the height of the corner in pixels.
Remarks
Use the getCornerHeight method to return the height of a specified corner in a layout cell or cell formatting table.