Modifier and Type | Method and Description |
---|---|
protected void |
POIDocument.writeProperties(POIFSFileSystem outFS)
Writes out the standard Document Information Properties (HPSF)
|
protected void |
POIDocument.writeProperties(POIFSFileSystem outFS,
java.util.List<java.lang.String> writtenEntries)
Writes out the standard Document Information Properties (HPSF)
|
Constructor and Description |
---|
POIDocument(POIFSFileSystem fs)
Constructs from the default POIFS
|
POIReadOnlyDocument(POIFSFileSystem fs) |
Modifier and Type | Method and Description |
---|---|
static <T extends POITextExtractor> |
OLE2ExtractorFactory.createExtractor(POIFSFileSystem fs) |
Constructor and Description |
---|
HDGFDiagram(POIFSFileSystem fs) |
Constructor and Description |
---|
VisioTextExtractor(POIFSFileSystem fs) |
Constructor and Description |
---|
HPBFDocument(POIFSFileSystem fs)
Opens a new publisher document
|
Constructor and Description |
---|
HPBFDumper(POIFSFileSystem fs) |
PLCDumper(POIFSFileSystem fs) |
Constructor and Description |
---|
PublisherTextExtractor(POIFSFileSystem fs) |
Constructor and Description |
---|
HPSFPropertiesOnlyDocument(POIFSFileSystem fs) |
Constructor and Description |
---|
HPSFPropertiesExtractor(POIFSFileSystem fs) |
Constructor and Description |
---|
SlideShowDumper(POIFSFileSystem filesystem,
java.io.PrintStream out)
Constructs a Powerpoint dump from a POIFS Filesystem.
|
Constructor and Description |
---|
PowerPointExtractor(POIFSFileSystem fs)
Deprecated.
Creates a PowerPointExtractor, from an open POIFSFileSystem
|
QuickButCruddyTextExtractor(POIFSFileSystem poifs)
Creates an extractor from a POIFS Filesystem
|
Modifier and Type | Method and Description |
---|---|
void |
CurrentUserAtom.writeToFS(POIFSFileSystem fs)
Writes ourselves back out to a filesystem
|
Modifier and Type | Method and Description |
---|---|
int |
HSLFSlideShow.addEmbed(POIFSFileSystem poiData)
Add a embedded object to this presentation
|
static HSLFSlideShow |
HSLFSlideShowFactory.createSlideShow(POIFSFileSystem fs)
Creates a HSLFSlideShow from the given
POIFSFileSystem |
Constructor and Description |
---|
HSLFSlideShow(POIFSFileSystem poifs)
Constructs a Powerpoint document from an POIFSFileSystem.
|
HSLFSlideShowImpl(POIFSFileSystem filesystem)
Constructs a Powerpoint document from a POIFS Filesystem.
|
Constructor and Description |
---|
MAPIMessage(POIFSFileSystem fs)
Constructor for reading MSG Files from a POIFS filesystem
|
Constructor and Description |
---|
HSMFDump(POIFSFileSystem fs) |
Constructor and Description |
---|
OutlookTextExtactor(POIFSFileSystem fs)
Deprecated.
|
OutlookTextExtractor(POIFSFileSystem fs) |
Modifier and Type | Method and Description |
---|---|
static ChunkGroup[] |
POIFSChunkParser.parse(POIFSFileSystem fs) |
Modifier and Type | Method and Description |
---|---|
short |
HSSFEventFactory.abortableProcessWorkbookEvents(HSSFRequest req,
POIFSFileSystem fs)
Processes a file into essentially record events.
|
void |
HSSFEventFactory.processWorkbookEvents(HSSFRequest req,
POIFSFileSystem fs)
Processes a file into essentially record events.
|
Constructor and Description |
---|
EventBasedExcelExtractor(POIFSFileSystem fs) |
ExcelExtractor(POIFSFileSystem fs) |
OldExcelExtractor(POIFSFileSystem fs) |
Modifier and Type | Method and Description |
---|---|
int |
HSSFWorkbook.addOlePackage(POIFSFileSystem poiData,
java.lang.String label,
java.lang.String fileName,
java.lang.String command)
Adds an OLE package manager object with the given POIFS to the sheet
|
static HSSFWorkbook |
HSSFWorkbookFactory.createWorkbook(POIFSFileSystem fs)
Creates a HSSFWorkbook from the given
POIFSFileSystem |
Constructor and Description |
---|
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.
|
HSSFWorkbook(POIFSFileSystem fs)
Given a POI POIFSFileSystem object, read in its Workbook along
with all related nodes, and populate the high and low level models.
|
HSSFWorkbook(POIFSFileSystem fs,
boolean preserveNodes)
Given a POI POIFSFileSystem object, read in its Workbook and populate
the high and low level models.
|
Modifier and Type | Method and Description |
---|---|
static POIFSFileSystem |
HWPFDocumentCore.verifyAndBuildPOIFS(java.io.InputStream istream)
Takes an InputStream, verifies that it's not RTF or PDF, builds a
POIFSFileSystem from it, and returns that.
|
Constructor and Description |
---|
HWPFDocument(POIFSFileSystem pfilesystem)
This constructor loads a Word document from a POIFSFileSystem
|
HWPFDocumentCore(POIFSFileSystem pfilesystem)
This constructor loads a Word document from a POIFSFileSystem
|
HWPFOldDocument(POIFSFileSystem fs) |
Modifier and Type | Method and Description |
---|---|
static HWPFDocumentCore |
AbstractWordUtils.loadDoc(POIFSFileSystem poifsFileSystem) |
Constructor and Description |
---|
Word6Extractor(DirectoryNode dir,
POIFSFileSystem fs)
Deprecated.
Use
Word6Extractor.Word6Extractor(DirectoryNode) instead |
Word6Extractor(POIFSFileSystem fs)
Create a new Word Extractor
|
WordExtractor(POIFSFileSystem fs)
Create a new Word Extractor
|
Modifier and Type | Method and Description |
---|---|
static <T extends POITextExtractor> |
ExtractorFactory.createExtractor(POIFSFileSystem fs) |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
Decryptor.getDataStream(POIFSFileSystem fs) |
java.io.OutputStream |
Encryptor.getDataStream(POIFSFileSystem fs) |
Constructor and Description |
---|
EncryptionInfo(POIFSFileSystem fs)
Opens for decryption
|
Modifier and Type | Method and Description |
---|---|
POIFSFileSystem |
CryptoAPIDecryptor.getSummaryEntries(DirectoryNode root,
java.lang.String encryptedStream)
Decrypt the Document-/SummaryInformation and other optionally streams.
|
Modifier and Type | Method and Description |
---|---|
void |
CryptoAPIEncryptor.setSummaryEntries(DirectoryNode dir,
java.lang.String encryptedStream,
POIFSFileSystem entries)
Encrypt the Document-/SummaryInformation and other optionally streams.
|
Modifier and Type | Method and Description |
---|---|
static void |
POIFSDump.dump(POIFSFileSystem fs,
int startBlock,
java.lang.String name,
java.io.File parent) |
Modifier and Type | Method and Description |
---|---|
void |
POIFSReader.read(POIFSFileSystem poifs)
Read from a
POIFSFileSystem and process the documents we get |
Modifier and Type | Class and Description |
---|---|
class |
TempFilePOIFSFileSystem
An experimental POIFSFileSystem to support the encryption of large files
|
Modifier and Type | Method and Description |
---|---|
static POIFSFileSystem |
POIFSFileSystem.create(java.io.File file)
Creates a new
POIFSFileSystem in a new File . |
POIFSFileSystem |
DirectoryNode.getFileSystem() |
Modifier and Type | Method and Description |
---|---|
static void |
EntryUtils.copyNodes(POIFSFileSystem source,
POIFSFileSystem target)
Copies all nodes from one POIFS to the other
|
static void |
EntryUtils.copyNodes(POIFSFileSystem source,
POIFSFileSystem target,
java.util.List<java.lang.String> excepts)
Copies nodes from one POIFS to the other, minus the excepts.
|
static Ole10Native |
Ole10Native.createFromEmbeddedOleObject(POIFSFileSystem poifs)
Creates an instance of this class from an embedded OLE Object.
|
static void |
Ole10Native.createOleMarkerEntry(POIFSFileSystem poifs)
Add the \1OLE marker entry, which is not the Ole10Native entry.
|
static java.io.InputStream |
DocumentFactoryHelper.getDecryptedStream(POIFSFileSystem fs,
java.lang.String password)
Wrap the OLE2 data in the
POIFSFileSystem into a decrypted stream by using
the given password. |
Constructor and Description |
---|
POIFSDocument(DocumentProperty property,
POIFSFileSystem filesystem)
Constructor for an existing Document
|
POIFSDocument(java.lang.String name,
int size,
POIFSFileSystem filesystem,
POIFSWriterListener writer) |
POIFSDocument(java.lang.String name,
POIFSFileSystem filesystem,
java.io.InputStream stream)
Constructor for a new Document
|
Constructor and Description |
---|
VBAMacroReader(POIFSFileSystem fs) |
Constructor and Description |
---|
PropertyTable(HeaderBlock headerBlock,
POIFSFileSystem filesystem)
reading constructor (used when we've read in a file and we want
to extract the property table from it).
|
Modifier and Type | Field and Description |
---|---|
protected static SlideShowFactory.CreateSlideShow1<POIFSFileSystem> |
SlideShowFactory.createHslfByPoifs |
Modifier and Type | Method and Description |
---|---|
static <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
SlideShowFactory.create(POIFSFileSystem fs)
Creates a SlideShow from the given POIFSFileSystem.
|
static <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
SlideShowFactory.create(POIFSFileSystem fs,
java.lang.String password)
Creates a SlideShow from the given POIFSFileSystem, which may
be password protected
|
Modifier and Type | Method and Description |
---|---|
static Workbook |
WorkbookFactory.create(POIFSFileSystem fs)
Creates a HSSFWorkbook from the given POIFSFileSystem
|
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.