Modifier and Type | Field and Description |
---|---|
protected DirectoryNode |
POIDocument.directory
The directory that our document lives in
|
Modifier and Type | Method and Description |
---|---|
protected void |
POIDocument.copyNodes(DirectoryNode sourceRoot,
DirectoryNode targetRoot,
java.util.List<java.lang.String> excepts)
Deprecated.
|
Constructor and Description |
---|
POIDocument(DirectoryNode dir) |
POIDocument(DirectoryNode dir,
POIFSFileSystem fs)
Deprecated.
use
POIDocument.POIDocument(DirectoryNode) instead |
Modifier and Type | Method and Description |
---|---|
static POITextExtractor |
ExtractorFactory.createExtractor(DirectoryNode poifsDir) |
static POITextExtractor |
ExtractorFactory.createExtractor(DirectoryNode poifsDir,
POIFSFileSystem fs)
Deprecated.
Use
ExtractorFactory.createExtractor(DirectoryNode) instead |
Constructor and Description |
---|
HDGFDiagram(DirectoryNode dir) |
HDGFDiagram(DirectoryNode dir,
POIFSFileSystem fs)
Deprecated.
Use
HDGFDiagram.HDGFDiagram(DirectoryNode) instead |
Constructor and Description |
---|
VisioTextExtractor(DirectoryNode dir) |
VisioTextExtractor(DirectoryNode dir,
POIFSFileSystem fs)
Deprecated.
|
Constructor and Description |
---|
HPBFDocument(DirectoryNode dir)
Opens an embedded publisher document,
at the given directory.
|
HPBFDocument(DirectoryNode dir,
POIFSFileSystem fs)
Deprecated.
Use
HPBFDocument.HPBFDocument(DirectoryNode) instead |
Modifier and Type | Method and Description |
---|---|
protected void |
HPBFDumper.dump001CompObj(DirectoryNode dir) |
void |
HPBFDumper.dumpCONTENTSguessed(DirectoryNode dir) |
void |
HPBFDumper.dumpCONTENTSraw(DirectoryNode dir) |
protected void |
HPBFDumper.dumpEscherDelayStm(DirectoryNode escherDir) |
protected void |
HPBFDumper.dumpEscherStm(DirectoryNode escherDir) |
Constructor and Description |
---|
PublisherTextExtractor(DirectoryNode dir) |
PublisherTextExtractor(DirectoryNode dir,
POIFSFileSystem fs)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
HPBFPart.writeOut(DirectoryNode baseDir) |
Constructor and Description |
---|
EscherDelayStm(DirectoryNode baseDir) |
EscherPart(DirectoryNode baseDir,
java.lang.String[] parts)
Creates the Escher Part, and finds our child
escher records
|
EscherStm(DirectoryNode baseDir) |
HPBFPart(DirectoryNode baseDir,
java.lang.String[] path) |
MainContents(DirectoryNode baseDir) |
QuillContents(DirectoryNode baseDir) |
Modifier and Type | Method and Description |
---|---|
protected DirectoryNode |
HSLFSlideShow.getPOIFSDirectory()
Returns the directory in the underlying POIFSFileSystem for the
document that is open.
|
Constructor and Description |
---|
HSLFSlideShow(DirectoryNode dir)
Constructs a Powerpoint document from a specific point in a
POIFS Filesystem.
|
HSLFSlideShow(DirectoryNode dir,
POIFSFileSystem filesystem)
Deprecated.
Use
HSLFSlideShow.HSLFSlideShow(DirectoryNode) instead |
Constructor and Description |
---|
PowerPointExtractor(DirectoryNode dir)
Creates a PowerPointExtractor, from a specific place
inside an open NPOIFSFileSystem
|
PowerPointExtractor(DirectoryNode dir,
POIFSFileSystem fs)
Deprecated.
|
Constructor and Description |
---|
CurrentUserAtom(DirectoryNode dir)
Find the Current User in the filesystem, and create from that
|
Constructor and Description |
---|
MAPIMessage(DirectoryNode poifsDir)
Constructor for reading MSG Files from a certain
point within a POIFS filesystem
|
MAPIMessage(DirectoryNode poifsDir,
POIFSFileSystem fs)
Deprecated.
Use
MAPIMessage.MAPIMessage(DirectoryNode) instead |
Modifier and Type | Method and Description |
---|---|
DirectoryNode |
DirectoryChunk.getDirectory()
Returns the directory entry for this chunk.
|
Constructor and Description |
---|
DirectoryChunk(DirectoryNode dir,
java.lang.String namePrefix,
int chunkId,
Types.MAPIType type) |
Constructor and Description |
---|
OutlookTextExtactor(DirectoryNode poifsDir) |
OutlookTextExtactor(DirectoryNode poifsDir,
POIFSFileSystem fs)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ChunkGroup[] |
POIFSChunkParser.parse(DirectoryNode node) |
protected static void |
POIFSChunkParser.processChunks(DirectoryNode node,
ChunkGroup grouping)
Creates all the chunks for a given Directory, but
doesn't recurse or descend
|
Modifier and Type | Method and Description |
---|---|
short |
HSSFEventFactory.abortableProcessWorkbookEvents(HSSFRequest req,
DirectoryNode dir)
Processes a file into essentially record events.
|
void |
HSSFEventFactory.processWorkbookEvents(HSSFRequest req,
DirectoryNode dir)
Processes a file into essentially record events.
|
Constructor and Description |
---|
EventBasedExcelExtractor(DirectoryNode dir) |
EventBasedExcelExtractor(DirectoryNode dir,
POIFSFileSystem fs)
Deprecated.
|
ExcelExtractor(DirectoryNode dir) |
ExcelExtractor(DirectoryNode dir,
POIFSFileSystem fs)
Deprecated.
Use
ExcelExtractor.ExcelExtractor(DirectoryNode) instead |
Modifier and Type | Method and Description |
---|---|
DirectoryNode |
HSSFWorkbook.getRootDirectory() |
Modifier and Type | Method and Description |
---|---|
static void |
HSSFShapeFactory.createShapeTree(EscherContainerRecord container,
EscherAggregate agg,
HSSFShapeContainer out,
DirectoryNode root)
build shape tree from escher container
|
Constructor and Description |
---|
HSSFWorkbook(DirectoryNode directory,
boolean preserveNodes)
given a POI POIFSFileSystem object, and a specific directory
within it, read in its Workbook and populate the high and
low level models.
|
HSSFWorkbook(DirectoryNode directory,
POIFSFileSystem fs,
boolean preserveNodes)
given a POI POIFSFileSystem object, and a specific directory
within it, read in its Workbook and populate the high and
low level models.
|
Constructor and Description |
---|
HWPFDocument(DirectoryNode directory)
This constructor loads a Word document from a specific point
in a POIFSFileSystem, probably not the default.
|
HWPFDocument(DirectoryNode directory,
POIFSFileSystem pfilesystem)
Deprecated.
Use
HWPFDocument.HWPFDocument(DirectoryNode) instead |
HWPFDocumentCore(DirectoryNode directory)
This constructor loads a Word document from a specific point
in a POIFSFileSystem, probably not the default.
|
HWPFOldDocument(DirectoryNode directory) |
HWPFOldDocument(DirectoryNode directory,
POIFSFileSystem fs)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
WordToTextConverter.getText(DirectoryNode root) |
static HWPFDocumentCore |
AbstractWordUtils.loadDoc(DirectoryNode root) |
Constructor and Description |
---|
Word6Extractor(DirectoryNode dir) |
Word6Extractor(DirectoryNode dir,
POIFSFileSystem fs)
Deprecated.
Use
Word6Extractor.Word6Extractor(DirectoryNode) instead |
WordExtractor(DirectoryNode dir) |
WordExtractor(DirectoryNode dir,
POIFSFileSystem fs)
Deprecated.
Use
WordExtractor.WordExtractor(DirectoryNode) instead |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
EcmaDecryptor.getDataStream(DirectoryNode dir) |
abstract java.io.InputStream |
Decryptor.getDataStream(DirectoryNode dir)
Return a stream with decrypted data.
|
java.io.InputStream |
AgileDecryptor.getDataStream(DirectoryNode dir) |
Constructor and Description |
---|
EncryptionInfo(DirectoryNode dir) |
Modifier and Type | Method and Description |
---|---|
static void |
POIFSLister.displayDirectory(DirectoryNode dir,
java.lang.String indent,
boolean withSizes) |
Modifier and Type | Method and Description |
---|---|
DirectoryNode |
POIFSFileSystem.getRoot()
get the root entry
|
DirectoryNode |
NPOIFSFileSystem.getRoot()
Get the root entry
|
Modifier and Type | Method and Description |
---|---|
static Ole10Native |
Ole10Native.createFromEmbeddedOleObject(DirectoryNode directory)
Creates an instance of this class from an embedded OLE Object.
|
Constructor and Description |
---|
EntryNode(Property property,
DirectoryNode parent)
create a DocumentNode.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.