setCornerWidth Method

Sets the width of a specified corner in a layout cell or cell formatting table.

expression.setCornerWidth(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 width in pixels.

Remarks

Use the getCornerWidth method to return the width of a specified corner in a layout cell or cell formatting table.

Applies to | FPLayoutRegion Object | IFPLayoutRegion Object