borders method

This method returns a Border object, which represents a border around the cell.

Defined in

TextTableCell

Syntax

public Border borders(int position) throws SymphonyException

Parameters

int position

Specifies the position of the border, and the type of this property can be a border type constant.

Return Value

border

A Border object that represents a border.

Usage

If the border type is invalid, this method throws an exception.

See examples

Example: borders method