Uses of Class
org.apache.poi.POIDocument
Packages that use POIDocument
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
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.poiModifier and TypeClassDescriptionclass
This holds the common functionality for all read-only POI Document classes, i.e. -
Uses of POIDocument in org.apache.poi.extractor
Fields in org.apache.poi.extractor declared as POIDocumentModifier and TypeFieldDescriptionprotected POIDocument
POIOLE2TextExtractor.document
The POIDocument that's openMethods in org.apache.poi.extractor that return POIDocumentModifier and TypeMethodDescriptionPOIOLE2TextExtractor.getDocument()
Return the underlying POIDocumentConstructors in org.apache.poi.extractor with parameters of type POIDocumentModifierConstructorDescriptionPOIOLE2TextExtractor
(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.hdgfModifier and TypeClassDescriptionfinal class
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.hpbfModifier and TypeClassDescriptionfinal class
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.hpsfModifier and TypeClassDescriptionclass
A version ofPOIDocument
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 -
Uses of POIDocument in org.apache.poi.hslf.usermodel
Subclasses of POIDocument in org.apache.poi.hslf.usermodelModifier and TypeClassDescriptionfinal class
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.hsmfModifier and TypeClassDescriptionclass
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.usermodelModifier and TypeClassDescriptionfinal class
High level representation of a workbook. -
Uses of POIDocument in org.apache.poi.hwpf
Subclasses of POIDocument in org.apache.poi.hwpfModifier and TypeClassDescriptionfinal class
This class acts as the bucket that we throw all of the Word data structures into.class
This class holds much of the core of a Word document, but without some of the table structure information.class
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 POIDocumentModifier and TypeMethodDescriptionstatic void
IOUtils.write
(POIDocument doc, OutputStream out) Deprecated.since 4.0, use try-with-resources, will be removed in 4.2static void
IOUtils.writeAndClose
(POIDocument doc) Deprecated.since 4.0, use try-with-resources, will be removed in 4.2static void
IOUtils.writeAndClose
(POIDocument doc, File out) Deprecated.since 4.0, use try-with-resources, will be removed in 4.2static void
IOUtils.writeAndClose
(POIDocument doc, OutputStream out) Deprecated.since 4.0, use try-with-resources, will be removed in 4.2