Package org.apache.poi.hwpf.sprm
Class SprmIterator
- java.lang.Object
-
- org.apache.poi.hwpf.sprm.SprmIterator
-
@Internal public final class SprmIterator extends java.lang.Object
This class is used to iterate through a list of sprms from a Word 97/2000/XP document.
-
-
Constructor Summary
Constructors Constructor Description SprmIterator(byte[] grpprl, int offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
SprmOperation
next()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
-
next
public SprmOperation next()
-
-