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