Modifier and Type | Method and Description |
---|---|
protected void |
POIDocument.writeProperties(NPOIFSFileSystem outFS)
Writes out the standard Document Information Properties (HPSF)
|
protected void |
POIDocument.writeProperties(NPOIFSFileSystem outFS,
java.util.List<java.lang.String> writtenEntries)
Writes out the standard Document Information Properties (HPSF)
|
protected void |
POIDocument.writePropertySet(java.lang.String name,
PropertySet set,
NPOIFSFileSystem outFS)
Writes out a given ProperySet
|
Constructor and Description |
---|
POIDocument(NPOIFSFileSystem fs)
Constructs from an old-style OPOIFS
|
POIReadOnlyDocument(NPOIFSFileSystem fs) |
Modifier and Type | Method and Description |
---|---|
static POIOLE2TextExtractor |
ExtractorFactory.createExtractor(NPOIFSFileSystem fs) |
static POIOLE2TextExtractor |
OLE2ExtractorFactory.createExtractor(NPOIFSFileSystem fs) |
Constructor and Description |
---|
HDGFDiagram(NPOIFSFileSystem fs) |
Constructor and Description |
---|
VisioTextExtractor(NPOIFSFileSystem fs) |
Constructor and Description |
---|
HPBFDocument(NPOIFSFileSystem fs) |
Constructor and Description |
---|
HPBFDumper(NPOIFSFileSystem fs) |
PLCDumper(NPOIFSFileSystem fs) |
Constructor and Description |
---|
PublisherTextExtractor(NPOIFSFileSystem fs) |
Constructor and Description |
---|
HPSFPropertiesOnlyDocument(NPOIFSFileSystem fs) |
Constructor and Description |
---|
HPSFPropertiesExtractor(NPOIFSFileSystem fs) |
Constructor and Description |
---|
SlideShowDumper(NPOIFSFileSystem filesystem,
java.io.PrintStream out)
Constructs a Powerpoint dump from a POIFS Filesystem.
|
Constructor and Description |
---|
PowerPointExtractor(NPOIFSFileSystem fs)
Creates a PowerPointExtractor, from an open NPOIFSFileSystem
|
QuickButCruddyTextExtractor(NPOIFSFileSystem poifs)
Creates an extractor from a POIFS Filesystem
|
Modifier and Type | Method and Description |
---|---|
void |
CurrentUserAtom.writeToFS(NPOIFSFileSystem fs)
Writes ourselves back out to a filesystem
|
Modifier and Type | Method and Description |
---|---|
static SlideShow<?,?> |
HSLFSlideShowFactory.createSlideShow(NPOIFSFileSystem fs)
Creates a HSLFSlideShow from the given NPOIFSFileSystem
|
Constructor and Description |
---|
HSLFSlideShow(NPOIFSFileSystem npoifs)
Constructs a Powerpoint document from an POIFSFileSystem.
|
HSLFSlideShowImpl(NPOIFSFileSystem filesystem)
Constructs a Powerpoint document from a POIFS Filesystem.
|
Constructor and Description |
---|
MAPIMessage(NPOIFSFileSystem fs)
Constructor for reading MSG Files from a POIFS filesystem
|
Constructor and Description |
---|
HSMFDump(NPOIFSFileSystem fs) |
Constructor and Description |
---|
OutlookTextExtactor(NPOIFSFileSystem fs) |
Modifier and Type | Method and Description |
---|---|
static ChunkGroup[] |
POIFSChunkParser.parse(NPOIFSFileSystem fs) |
Modifier and Type | Method and Description |
---|---|
protected static java.io.InputStream |
BiffViewer.getPOIFSInputStream(NPOIFSFileSystem fs) |
Constructor and Description |
---|
OldExcelExtractor(NPOIFSFileSystem fs) |
Constructor and Description |
---|
HSSFWorkbook(NPOIFSFileSystem fs)
Given a POI POIFSFileSystem object, read in its Workbook along
with all related nodes, and populate the high and low level models.
|
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)
Opens for decryption
|
Modifier and Type | Method and Description |
---|---|
void |
CryptoAPIEncryptor.setSummaryEntries(DirectoryNode dir,
java.lang.String encryptedStream,
NPOIFSFileSystem entries)
Encrypt the Document-/SummaryInformation and other optionally streams.
|
Modifier and Type | Method and Description |
---|---|
static void |
POIFSDump.dump(NPOIFSFileSystem fs,
int startBlock,
java.lang.String name,
java.io.File parent) |
Modifier and Type | Class and Description |
---|---|
class |
POIFSFileSystem
Transition class for the move from
POIFSFileSystem to
OPOIFSFileSystem , and from NPOIFSFileSystem to
POIFSFileSystem . |
Modifier and Type | Method and Description |
---|---|
NPOIFSFileSystem |
DirectoryNode.getFileSystem() |
NPOIFSFileSystem |
DirectoryNode.getNFileSystem()
If this is NPOIFS based, return the NPOIFSFileSystem
that this belong to, otherwise Null if OPOIFS based
|
Modifier and Type | Method and Description |
---|---|
static void |
EntryUtils.copyNodes(NPOIFSFileSystem source,
NPOIFSFileSystem target)
Copies all nodes from one POIFS to the other
|
static void |
EntryUtils.copyNodes(NPOIFSFileSystem source,
NPOIFSFileSystem target,
java.util.List<java.lang.String> excepts)
Copies nodes from one POIFS to the other, minus the excepts.
|
static java.io.InputStream |
DocumentFactoryHelper.getDecryptedStream(NPOIFSFileSystem fs,
java.lang.String password)
Wrap the OLE2 data in the NPOIFSFileSystem into a decrypted stream by using
the given password.
|
Constructor and Description |
---|
NPOIFSDocument(DocumentProperty property,
NPOIFSFileSystem filesystem)
Constructor for an existing Document
|
NPOIFSDocument(java.lang.String name,
int size,
NPOIFSFileSystem filesystem,
POIFSWriterListener writer) |
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 |
---|
VBAMacroReader(NPOIFSFileSystem fs) |
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 SlideShow<?,?> |
SlideShowFactory.create(NPOIFSFileSystem fs)
Creates a SlideShow from the given NPOIFSFileSystem.
|
static SlideShow<?,?> |
SlideShowFactory.create(NPOIFSFileSystem fs,
java.lang.String password)
Creates a SlideShow from the given NPOIFSFileSystem, which may
be password protected
|
Modifier and Type | Method and Description |
---|---|
static Workbook |
WorkbookFactory.create(NPOIFSFileSystem fs)
Creates a HSSFWorkbook from the given NPOIFSFileSystem
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.