setCorner Method
Sets the type of corner border for a specified corner in a layout cell or cell formatting table.
expression.setCorner(pszType, pszVal)
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", and "all".
pszVal Required String. Specifies the type of corner border. Can be one of the following String values: "none", "round", or "custom".
Remarks
Use the getCorner method to return the type of corner border for a specified corner in a layout cell or cell formatting table.