Package | Description |
---|---|
org.apache.poi | |
org.apache.poi.extractor | |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
POIReadOnlyDocument
This holds the common functionality for all read-only
POI Document classes, i.e.
|
Modifier and Type | Field and Description |
---|---|
protected POIDocument |
POIOLE2TextExtractor.document
The POIDocument that's open
|
Modifier and Type | Method and Description |
---|---|
POIDocument |
POIOLE2TextExtractor.getDocument()
Return the underlying POIDocument
|
Constructor and Description |
---|
POIOLE2TextExtractor(POIDocument document)
Creates a new text extractor for the given document
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
HPBFDocument
This class provides the basic functionality
for HPBF, our implementation of the publisher
file format.
|
Modifier and Type | Class and Description |
---|---|
class |
HPSFPropertiesOnlyDocument
A version of
POIDocument which allows access to the
HPSF Properties, but no other document contents. |
Constructor and Description |
---|
HPSFPropertiesExtractor(POIDocument doc) |
Modifier and Type | Class and Description |
---|---|
class |
HSLFSlideShowImpl
This class contains the main functionality for the Powerpoint file
"reader".
|
Modifier and Type | Class and Description |
---|---|
class |
MAPIMessage
Reads an Outlook MSG File in and provides hooks into its data structure.
|
Modifier and Type | Class and Description |
---|---|
class |
HSSFWorkbook
High level representation of a workbook.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
IOUtils.write(POIDocument doc,
java.io.OutputStream out)
Deprecated.
since 4.0, use try-with-resources, will be removed in 4.2
|
static void |
IOUtils.writeAndClose(POIDocument doc)
Deprecated.
since 4.0, use try-with-resources, will be removed in 4.2
|
static void |
IOUtils.writeAndClose(POIDocument doc,
java.io.File out)
Deprecated.
since 4.0, use try-with-resources, will be removed in 4.2
|
static void |
IOUtils.writeAndClose(POIDocument doc,
java.io.OutputStream out)
Deprecated.
since 4.0, use try-with-resources, will be removed in 4.2
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.