Uses of Class
org.apache.poi.hwpf.model.FileInformationBlock

Packages that use FileInformationBlock
org.apache.poi.hwpf   
org.apache.poi.hwpf.model   
 

Uses of FileInformationBlock in org.apache.poi.hwpf
 

Fields in org.apache.poi.hwpf declared as FileInformationBlock
protected  FileInformationBlock HWPFDocument._fib
          The FIB
 

Methods in org.apache.poi.hwpf that return FileInformationBlock
 FileInformationBlock HWPFDocument.getFileInformationBlock()
           
 

Uses of FileInformationBlock in org.apache.poi.hwpf.model
 

Constructors in org.apache.poi.hwpf.model with parameters of type FileInformationBlock
CPSplitCalculator(FileInformationBlock fib)
           
ShapesTable(byte[] tblStream, FileInformationBlock fib)
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.