public class

GSChangesIterator

extends PDFNetIterator<T>
java.lang.Object
   ↳ com.pdftron.common.PDFNetIterator<T>
     ↳ com.pdftron.pdf.GSChangesIterator

Class Overview

GSChangesIterator is an iterator type that can be used to traverse a list of changes in the graphics state between subsequnet graphical elements on the page. For a sample use case, please take a look at ElementReaderAdv sample project.

Summary

Public Methods
Object clone()
Integer next()
Advances the iterator to the next element of the collection.
[Expand]
Inherited Methods
From class com.pdftron.common.PDFNetIterator
From class java.lang.Object
From interface java.util.Iterator

Public Methods

public Object clone ()

public Integer next ()

Advances the iterator to the next element of the collection.

Returns
  • the next object