public class

FontCharCodeIterator

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

Class Overview

FontCharCodeIterator is an iterator type that can be used to traverse a list of visible char codes in a font embedded in PDF. For more information, please take a look at Font.getCodeIterator().

Summary

Public Methods
Object clone()
Long 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 Long next ()

Advances the iterator to the next element of the collection.

Returns
  • the next object