public class ActualTextIterator extends Object implements Iterator<GlyphLine.GlyphLinePart>
Constructor and Description |
---|
ActualTextIterator(GlyphLine glyphLine) |
ActualTextIterator(GlyphLine glyphLine, int start, int end) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
GlyphLine.GlyphLinePart |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ActualTextIterator(GlyphLine glyphLine)
public ActualTextIterator(GlyphLine glyphLine, int start, int end)
public boolean hasNext()
hasNext
in interface Iterator<GlyphLine.GlyphLinePart>
public GlyphLine.GlyphLinePart next()
next
in interface Iterator<GlyphLine.GlyphLinePart>
public void remove()
remove
in interface Iterator<GlyphLine.GlyphLinePart>
Copyright © 1998–2023 iText Group NV. All rights reserved.