SignDoc SDK (Java)  5.0.0
SignDocTextIterator Class Reference

An iterator for the text of a document. More...

Inheritance diagram for SignDocTextIterator:

Public Member Functions

synchronized SignDocTextCluster next () throws SignDocException
 Get the next cluster. More...
 
synchronized void close ()
 Destroy the underlying native object (for java.lang.AutoCloseable). More...
 

Protected Member Functions

void finalize () throws Throwable
 Finalize this object. More...
 

Detailed Description

An iterator for the text of a document.

Use SignDocDocument.createTextIterator() to create objects of this type.

Member Function Documentation

synchronized void close ( )

Destroy the underlying native object (for java.lang.AutoCloseable).

After calling this method, all methods but close() will throw SignDocUnexpectedErrorException.

void finalize ( ) throws Throwable
protected

Finalize this object.

Do not call this method unless you know what you are doing.

synchronized SignDocTextCluster next ( ) throws SignDocException

Get the next cluster.

Returns
The next cluster or null if there is no more text.

The documentation for this class was generated from the following file: