Package | Description |
---|---|
org.apache.poi | |
org.apache.poi.hdgf | |
org.apache.poi.hdgf.extractor | |
org.apache.poi.hpbf | |
org.apache.poi.hpbf.extractor | |
org.apache.poi.hpsf |
|
org.apache.poi.hpsf.extractor | |
org.apache.poi.hslf | |
org.apache.poi.hslf.extractor | |
org.apache.poi.hsmf | |
org.apache.poi.hsmf.extractor | |
org.apache.poi.poifs.crypt |
Implementation of the ECMA-376 Document Encryption
|
org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
org.apache.poi.poifs.property |
property package contains high and low level Property structures for POIFS.
|
org.apache.poi.ss.usermodel |
Constructor and Description |
---|
POIDocument(NPOIFSFileSystem fs) |
Constructor and Description |
---|
HDGFDiagram(NPOIFSFileSystem fs) |
Constructor and Description |
---|
VisioTextExtractor(NPOIFSFileSystem fs) |
Constructor and Description |
---|
HPBFDocument(NPOIFSFileSystem fs) |
Constructor and Description |
---|
PublisherTextExtractor(NPOIFSFileSystem fs) |
Constructor and Description |
---|
HPSFPropertiesOnlyDocument(NPOIFSFileSystem fs) |
Constructor and Description |
---|
HPSFPropertiesExtractor(NPOIFSFileSystem fs) |
Constructor and Description |
---|
HSLFSlideShow(NPOIFSFileSystem filesystem)
Constructs a Powerpoint document from a POIFS Filesystem.
|
Constructor and Description |
---|
PowerPointExtractor(NPOIFSFileSystem fs)
Creates a PowerPointExtractor, from an open NPOIFSFileSystem
|
Constructor and Description |
---|
MAPIMessage(NPOIFSFileSystem fs)
Constructor for reading MSG Files from a POIFS filesystem
|
Constructor and Description |
---|
OutlookTextExtactor(NPOIFSFileSystem fs) |
Modifier and Type | Method and Description |
---|---|
java.io.OutputStream |
Encryptor.getDataStream(NPOIFSFileSystem fs) |
java.io.InputStream |
Decryptor.getDataStream(NPOIFSFileSystem fs) |
Constructor and Description |
---|
EncryptionInfo(NPOIFSFileSystem fs) |
EncryptionInfo(NPOIFSFileSystem fs,
EncryptionMode encryptionMode) |
EncryptionInfo(NPOIFSFileSystem fs,
EncryptionMode encryptionMode,
CipherAlgorithm cipherAlgorithm,
HashAlgorithm hashAlgorithm,
int keyBits,
int blockSize,
ChainingMode chainingMode) |
Modifier and Type | Method and Description |
---|---|
NPOIFSFileSystem |
DirectoryNode.getNFileSystem() |
Constructor and Description |
---|
NPOIFSDocument(DocumentProperty property,
NPOIFSFileSystem filesystem)
Constructor for an existing Document
|
NPOIFSDocument(java.lang.String name,
NPOIFSFileSystem filesystem,
java.io.InputStream stream)
Constructor for a new Document
|
NPOIFSMiniStore(NPOIFSFileSystem filesystem,
RootProperty root,
java.util.List<BATBlock> sbats,
HeaderBlock header) |
Constructor and Description |
---|
NPropertyTable(HeaderBlock headerBlock,
NPOIFSFileSystem filesystem)
reading constructor (used when we've read in a file and we want
to extract the property table from it).
|
Modifier and Type | Method and Description |
---|---|
static Workbook |
WorkbookFactory.create(NPOIFSFileSystem fs)
Creates a HSSFWorkbook from the given NPOIFSFileSystem
|
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.