Uses of Class
org.apache.poi.POIDocument

Packages that use POIDocument
org.apache.poi   
org.apache.poi.hdgf   
org.apache.poi.hpbf   
org.apache.poi.hpsf
 
org.apache.poi.hpsf.extractor   
org.apache.poi.hslf.usermodel   
org.apache.poi.hsmf   
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.hwpf   
org.apache.poi.util Top-level util package are classes that are useful throughout the project. 
 

Uses of POIDocument in org.apache.poi
 

Subclasses of POIDocument in org.apache.poi
 class POIReadOnlyDocument
          This holds the common functionality for all read-only POI Document classes, i.e.
 

Fields in org.apache.poi declared as POIDocument
protected  POIDocument POIOLE2TextExtractor.document
          The POIDocument that's open
 

Methods in org.apache.poi that return POIDocument
 POIDocument POIOLE2TextExtractor.getDocument()
          Return the underlying POIDocument
 

Constructors in org.apache.poi with parameters of type POIDocument
POIOLE2TextExtractor(POIDocument document)
          Creates a new text extractor for the given document
 

Uses of POIDocument in org.apache.poi.hdgf
 

Subclasses of POIDocument in org.apache.poi.hdgf
 class HDGFDiagram
          See http://www.redferni.uklinux.net/visio/ http://www.gnome.ru/projects/docs/vsdocs.html http://www.gnome.ru/projects/docs/slide1.png http://www.gnome.ru/projects/docs/slide2.png
 

Uses of POIDocument in org.apache.poi.hpbf
 

Subclasses of POIDocument in org.apache.poi.hpbf
 class HPBFDocument
          This class provides the basic functionality for HPBF, our implementation of the publisher file format.
 

Uses of POIDocument in org.apache.poi.hpsf
 

Subclasses of POIDocument in org.apache.poi.hpsf
 class HPSFPropertiesOnlyDocument
          A version of POIDocument which allows access to the HPSF Properties, but no other document contents.
 

Uses of POIDocument in org.apache.poi.hpsf.extractor
 

Constructors in org.apache.poi.hpsf.extractor with parameters of type POIDocument
HPSFPropertiesExtractor(POIDocument doc)
           
 

Uses of POIDocument in org.apache.poi.hslf.usermodel
 

Subclasses of POIDocument in org.apache.poi.hslf.usermodel
 class HSLFSlideShowImpl
          This class contains the main functionality for the Powerpoint file "reader".
 

Uses of POIDocument in org.apache.poi.hsmf
 

Subclasses of POIDocument in org.apache.poi.hsmf
 class MAPIMessage
          Reads an Outlook MSG File in and provides hooks into its data structure.
 

Uses of POIDocument in org.apache.poi.hssf.usermodel
 

Subclasses of POIDocument in org.apache.poi.hssf.usermodel
 class HSSFWorkbook
          High level representation of a workbook.
 

Uses of POIDocument in org.apache.poi.hwpf
 

Subclasses of POIDocument in org.apache.poi.hwpf
 class HWPFDocument
          This class acts as the bucket that we throw all of the Word data structures into.
 class HWPFDocumentCore
          This class holds much of the core of a Word document, but without some of the table structure information.
 class HWPFOldDocument
          Provides very simple support for old (Word 6 / Word 95) files.
 

Uses of POIDocument in org.apache.poi.util
 

Methods in org.apache.poi.util with parameters of type POIDocument
static void IOUtils.write(POIDocument doc, java.io.OutputStream out)
          Write a POI Document (Workbook, SlideShow, etc) to an output stream and close the output stream.
static void IOUtils.writeAndClose(POIDocument doc)
          Like IOUtils.writeAndClose(POIDocument, File), but for writing a POI Document in place (to the same file that it was opened from).
static void IOUtils.writeAndClose(POIDocument doc, java.io.File out)
          Like IOUtils.writeAndClose(POIDocument, OutputStream), but for writing to a File instead of an OutputStream.
static void IOUtils.writeAndClose(POIDocument doc, java.io.OutputStream out)
          Write a POI Document (Workbook, SlideShow, etc) to an output stream and close the output stream.
 



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