org.apache.poi.hdf.model.util
Class ParsingState
java.lang.Object
org.apache.poi.hdf.model.util.ParsingState
public final class ParsingState
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParsingState
public ParsingState(int firstPage,
FormattedDiskPage fkp)
getCurrentPageIndex
public int getCurrentPageIndex()
getFkp
public FormattedDiskPage getFkp()
getCurrentPropIndex
public int getCurrentPropIndex()
setState
public void setState(int currentPageIndex,
FormattedDiskPage fkp,
int currentPropIndex)