item method

This method gets a section of the document according to an index.

Defined in

TextSections

Syntax

public TextSection item(int index) throws SymphonyException

Parameters

int index

Specifies the index of the section, starting at 1.

Return Value

section

A TextSection object that represents a section.

Usage

If the index is out of bounds, this method throws an exception.

See examples

Example: item method