Uses of Class
org.apache.poi.hdf.model.hdftypes.FormattedDiskPage

Packages that use FormattedDiskPage
org.apache.poi.hdf.model.hdftypes   
org.apache.poi.hdf.model.util   
 

Uses of FormattedDiskPage in org.apache.poi.hdf.model.hdftypes
 

Subclasses of FormattedDiskPage in org.apache.poi.hdf.model.hdftypes
 class CHPFormattedDiskPage
          Represents a CHP fkp.
 class PAPFormattedDiskPage
          Represents a PAP FKP.
 

Uses of FormattedDiskPage in org.apache.poi.hdf.model.util
 

Methods in org.apache.poi.hdf.model.util that return FormattedDiskPage
 FormattedDiskPage ParsingState.getFkp()
           
 

Methods in org.apache.poi.hdf.model.util with parameters of type FormattedDiskPage
 void ParsingState.setState(int currentPageIndex, FormattedDiskPage fkp, int currentPropIndex)
           
 

Constructors in org.apache.poi.hdf.model.util with parameters of type FormattedDiskPage
ParsingState(int firstPage, FormattedDiskPage fkp)
           
 



Copyright © 2003 Apache Software Foundation.