borders method

This method returns a Border object that represents a border of the table.

Defined in

TextTable

Syntax

public Border borders(int position) throws SymphonyException

Parameters

int position

Specifies the type of the border, and the type 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