Uses of Class
org.apache.poi.poifs.filesystem.POIFSFileSystem
-
-
Uses of POIFSFileSystem in org.apache.poi
Methods in org.apache.poi with parameters of type POIFSFileSystem Modifier and Type Method Description protected voidPOIDocument. writeProperties(POIFSFileSystem outFS)Writes out the standard Document Information Properties (HPSF)protected voidPOIDocument. writeProperties(POIFSFileSystem outFS, java.util.List<java.lang.String> writtenEntries)Writes out the standard Document Information Properties (HPSF)Constructors in org.apache.poi with parameters of type POIFSFileSystem Constructor Description POIDocument(POIFSFileSystem fs)Constructs from the default POIFSPOIReadOnlyDocument(POIFSFileSystem fs) -
Uses of POIFSFileSystem in org.apache.poi.extractor
Methods in org.apache.poi.extractor with parameters of type POIFSFileSystem Modifier and Type Method Description static <T extends POITextExtractor>
TOLE2ExtractorFactory. createExtractor(POIFSFileSystem fs) -
Uses of POIFSFileSystem in org.apache.poi.hdgf
Constructors in org.apache.poi.hdgf with parameters of type POIFSFileSystem Constructor Description HDGFDiagram(POIFSFileSystem fs) -
Uses of POIFSFileSystem in org.apache.poi.hdgf.extractor
Constructors in org.apache.poi.hdgf.extractor with parameters of type POIFSFileSystem Constructor Description VisioTextExtractor(POIFSFileSystem fs) -
Uses of POIFSFileSystem in org.apache.poi.hpbf
Constructors in org.apache.poi.hpbf with parameters of type POIFSFileSystem Constructor Description HPBFDocument(POIFSFileSystem fs)Opens a new publisher document -
Uses of POIFSFileSystem in org.apache.poi.hpbf.dev
Constructors in org.apache.poi.hpbf.dev with parameters of type POIFSFileSystem Constructor Description HPBFDumper(POIFSFileSystem fs)PLCDumper(POIFSFileSystem fs) -
Uses of POIFSFileSystem in org.apache.poi.hpbf.extractor
Constructors in org.apache.poi.hpbf.extractor with parameters of type POIFSFileSystem Constructor Description PublisherTextExtractor(POIFSFileSystem fs) -
Uses of POIFSFileSystem in org.apache.poi.hpsf
Constructors in org.apache.poi.hpsf with parameters of type POIFSFileSystem Constructor Description HPSFPropertiesOnlyDocument(POIFSFileSystem fs) -
Uses of POIFSFileSystem in org.apache.poi.hpsf.extractor
Constructors in org.apache.poi.hpsf.extractor with parameters of type POIFSFileSystem Constructor Description HPSFPropertiesExtractor(POIFSFileSystem fs) -
Uses of POIFSFileSystem in org.apache.poi.hslf.dev
Constructors in org.apache.poi.hslf.dev with parameters of type POIFSFileSystem Constructor Description SlideShowDumper(POIFSFileSystem filesystem, java.io.PrintStream out)Constructs a Powerpoint dump from a POIFS Filesystem. -
Uses of POIFSFileSystem in org.apache.poi.hslf.extractor
Constructors in org.apache.poi.hslf.extractor with parameters of type POIFSFileSystem Constructor Description PowerPointExtractor(POIFSFileSystem fs)Deprecated.Creates a PowerPointExtractor, from an open POIFSFileSystemQuickButCruddyTextExtractor(POIFSFileSystem poifs)Creates an extractor from a POIFS Filesystem -
Uses of POIFSFileSystem in org.apache.poi.hslf.record
Methods in org.apache.poi.hslf.record with parameters of type POIFSFileSystem Modifier and Type Method Description voidCurrentUserAtom. writeToFS(POIFSFileSystem fs)Writes ourselves back out to a filesystem -
Uses of POIFSFileSystem in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel with parameters of type POIFSFileSystem Modifier and Type Method Description intHSLFSlideShow. addEmbed(POIFSFileSystem poiData)Add a embedded object to this presentationstatic HSLFSlideShowHSLFSlideShowFactory. createSlideShow(POIFSFileSystem fs)Creates a HSLFSlideShow from the given NPOIFSFileSystemConstructors in org.apache.poi.hslf.usermodel with parameters of type POIFSFileSystem Constructor Description HSLFSlideShow(POIFSFileSystem npoifs)Constructs a Powerpoint document from an POIFSFileSystem.HSLFSlideShowImpl(POIFSFileSystem filesystem)Constructs a Powerpoint document from a POIFS Filesystem. -
Uses of POIFSFileSystem in org.apache.poi.hsmf
Constructors in org.apache.poi.hsmf with parameters of type POIFSFileSystem Constructor Description MAPIMessage(POIFSFileSystem fs)Constructor for reading MSG Files from a POIFS filesystem -
Uses of POIFSFileSystem in org.apache.poi.hsmf.dev
Constructors in org.apache.poi.hsmf.dev with parameters of type POIFSFileSystem Constructor Description HSMFDump(POIFSFileSystem fs) -
Uses of POIFSFileSystem in org.apache.poi.hsmf.extractor
Constructors in org.apache.poi.hsmf.extractor with parameters of type POIFSFileSystem Constructor Description OutlookTextExtactor(POIFSFileSystem fs) -
Uses of POIFSFileSystem in org.apache.poi.hsmf.parsers
Methods in org.apache.poi.hsmf.parsers with parameters of type POIFSFileSystem Modifier and Type Method Description static ChunkGroup[]POIFSChunkParser. parse(POIFSFileSystem fs) -
Uses of POIFSFileSystem in org.apache.poi.hssf.eventusermodel
Methods in org.apache.poi.hssf.eventusermodel with parameters of type POIFSFileSystem Modifier and Type Method Description shortHSSFEventFactory. abortableProcessWorkbookEvents(HSSFRequest req, POIFSFileSystem fs)Processes a file into essentially record events.voidHSSFEventFactory. processWorkbookEvents(HSSFRequest req, POIFSFileSystem fs)Processes a file into essentially record events. -
Uses of POIFSFileSystem in org.apache.poi.hssf.extractor
Constructors in org.apache.poi.hssf.extractor with parameters of type POIFSFileSystem Constructor Description EventBasedExcelExtractor(POIFSFileSystem fs)ExcelExtractor(POIFSFileSystem fs)OldExcelExtractor(POIFSFileSystem fs) -
Uses of POIFSFileSystem in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel with parameters of type POIFSFileSystem Modifier and Type Method Description intHSSFWorkbook. 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 sheetstatic HSSFWorkbookHSSFWorkbookFactory. createWorkbook(POIFSFileSystem fs)Creates a HSSFWorkbook from the given NPOIFSFileSystemConstructors in org.apache.poi.hssf.usermodel with parameters of type POIFSFileSystem Constructor 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. -
Uses of POIFSFileSystem in org.apache.poi.hwpf
Methods in org.apache.poi.hwpf that return POIFSFileSystem Modifier and Type Method Description static POIFSFileSystemHWPFDocumentCore. verifyAndBuildPOIFS(java.io.InputStream istream)Takes an InputStream, verifies that it's not RTF or PDF, builds a POIFSFileSystem from it, and returns that.Constructors in org.apache.poi.hwpf with parameters of type POIFSFileSystem Constructor Description HWPFDocument(POIFSFileSystem pfilesystem)This constructor loads a Word document from a POIFSFileSystemHWPFDocumentCore(POIFSFileSystem pfilesystem)This constructor loads a Word document from a POIFSFileSystemHWPFOldDocument(POIFSFileSystem fs) -
Uses of POIFSFileSystem in org.apache.poi.hwpf.converter
Methods in org.apache.poi.hwpf.converter with parameters of type POIFSFileSystem Modifier and Type Method Description static HWPFDocumentCoreAbstractWordUtils. loadDoc(POIFSFileSystem poifsFileSystem) -
Uses of POIFSFileSystem in org.apache.poi.hwpf.extractor
Constructors in org.apache.poi.hwpf.extractor with parameters of type POIFSFileSystem Constructor Description Word6Extractor(DirectoryNode dir, POIFSFileSystem fs)Deprecated.UseWord6Extractor(DirectoryNode)insteadWord6Extractor(POIFSFileSystem fs)Create a new Word ExtractorWordExtractor(POIFSFileSystem fs)Create a new Word Extractor -
Uses of POIFSFileSystem in org.apache.poi.ooxml.extractor
Methods in org.apache.poi.ooxml.extractor with parameters of type POIFSFileSystem Modifier and Type Method Description static <T extends POITextExtractor>
TExtractorFactory. createExtractor(POIFSFileSystem fs) -
Uses of POIFSFileSystem in org.apache.poi.poifs.crypt
Methods in org.apache.poi.poifs.crypt with parameters of type POIFSFileSystem Modifier and Type Method Description java.io.InputStreamDecryptor. getDataStream(POIFSFileSystem fs)java.io.OutputStreamEncryptor. getDataStream(POIFSFileSystem fs)Constructors in org.apache.poi.poifs.crypt with parameters of type POIFSFileSystem Constructor Description EncryptionInfo(POIFSFileSystem fs)Opens for decryption -
Uses of POIFSFileSystem in org.apache.poi.poifs.crypt.cryptoapi
Methods in org.apache.poi.poifs.crypt.cryptoapi that return POIFSFileSystem Modifier and Type Method Description POIFSFileSystemCryptoAPIDecryptor. getSummaryEntries(DirectoryNode root, java.lang.String encryptedStream)Decrypt the Document-/SummaryInformation and other optionally streams.Methods in org.apache.poi.poifs.crypt.cryptoapi with parameters of type POIFSFileSystem Modifier and Type Method Description voidCryptoAPIEncryptor. setSummaryEntries(DirectoryNode dir, java.lang.String encryptedStream, POIFSFileSystem entries)Encrypt the Document-/SummaryInformation and other optionally streams. -
Uses of POIFSFileSystem in org.apache.poi.poifs.dev
Methods in org.apache.poi.poifs.dev with parameters of type POIFSFileSystem Modifier and Type Method Description static voidPOIFSDump. dump(POIFSFileSystem fs, int startBlock, java.lang.String name, java.io.File parent) -
Uses of POIFSFileSystem in org.apache.poi.poifs.eventfilesystem
Methods in org.apache.poi.poifs.eventfilesystem with parameters of type POIFSFileSystem Modifier and Type Method Description voidPOIFSReader. read(POIFSFileSystem poifs)Read from a NPOIFSFileSystem and process the documents we get -
Uses of POIFSFileSystem in org.apache.poi.poifs.filesystem
Methods in org.apache.poi.poifs.filesystem that return POIFSFileSystem Modifier and Type Method Description static POIFSFileSystemPOIFSFileSystem. create(java.io.File file)Creates a newPOIFSFileSystemin a newFile.POIFSFileSystemDirectoryNode. getFileSystem()POIFSFileSystemDirectoryNode. getNFileSystem()If this is NPOIFS based, return the NPOIFSFileSystem that this belong to, otherwise Null if OPOIFS basedMethods in org.apache.poi.poifs.filesystem with parameters of type POIFSFileSystem Modifier and Type Method Description static voidEntryUtils. copyNodes(POIFSFileSystem source, POIFSFileSystem target)Copies all nodes from one POIFS to the otherstatic voidEntryUtils. copyNodes(POIFSFileSystem source, POIFSFileSystem target, java.util.List<java.lang.String> excepts)Copies nodes from one POIFS to the other, minus the excepts.static Ole10NativeOle10Native. createFromEmbeddedOleObject(POIFSFileSystem poifs)Creates an instance of this class from an embedded OLE Object.static voidOle10Native. createOleMarkerEntry(POIFSFileSystem poifs)Add the \1OLE marker entry, which is not the Ole10Native entry.static java.io.InputStreamDocumentFactoryHelper. getDecryptedStream(POIFSFileSystem fs, java.lang.String password)Wrap the OLE2 data in the NPOIFSFileSystem into a decrypted stream by using the given password.Constructors in org.apache.poi.poifs.filesystem with parameters of type POIFSFileSystem Constructor Description 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 DocumentPOIFSDocument(DocumentProperty property, POIFSFileSystem filesystem)Constructor for an existing Document -
Uses of POIFSFileSystem in org.apache.poi.poifs.macros
Constructors in org.apache.poi.poifs.macros with parameters of type POIFSFileSystem Constructor Description VBAMacroReader(POIFSFileSystem fs) -
Uses of POIFSFileSystem in org.apache.poi.poifs.property
Constructors in org.apache.poi.poifs.property with parameters of type POIFSFileSystem Constructor 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). -
Uses of POIFSFileSystem in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel with parameters of type POIFSFileSystem Modifier and Type Method Description static <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
SlideShow<S,P>SlideShowFactory. create(POIFSFileSystem fs)Creates a SlideShow from the given NPOIFSFileSystem.static <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
SlideShow<S,P>SlideShowFactory. create(POIFSFileSystem fs, java.lang.String password)Creates a SlideShow from the given NPOIFSFileSystem, which may be password protected -
Uses of POIFSFileSystem in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel with parameters of type POIFSFileSystem Modifier and Type Method Description static WorkbookWorkbookFactory. create(POIFSFileSystem fs)Creates a HSSFWorkbook from the given NPOIFSFileSystem
-