public final class VisioTextExtractor extends Object implements POIOLE2TextExtractor
| Constructor and Description |
|---|
VisioTextExtractor(DirectoryNode dir) |
VisioTextExtractor(HDGFDiagram hdgf) |
VisioTextExtractor(InputStream inp) |
VisioTextExtractor(POIFSFileSystem fs) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAllText()
Locates all the text entries in the file, and returns their
contents.
|
HDGFDiagram |
getDocument() |
HDGFDiagram |
getFilesystem() |
String |
getText()
Returns the textual contents of the file.
|
boolean |
isCloseFilesystem() |
void |
setCloseFilesystem(boolean doCloseFilesystem) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDocSummaryInformation, getMetadataTextExtractor, getRoot, getSummaryInformationclosepublic VisioTextExtractor(HDGFDiagram hdgf)
public VisioTextExtractor(POIFSFileSystem fs) throws IOException
IOExceptionpublic VisioTextExtractor(DirectoryNode dir) throws IOException
IOExceptionpublic VisioTextExtractor(InputStream inp) throws IOException
IOExceptionpublic String[] getAllText()
public String getText()
getText in interface POITextExtractor\npublic HDGFDiagram getDocument()
getDocument in interface POIOLE2TextExtractorgetDocument in interface POITextExtractorpublic void setCloseFilesystem(boolean doCloseFilesystem)
setCloseFilesystem in interface POITextExtractorpublic boolean isCloseFilesystem()
isCloseFilesystem in interface POITextExtractorpublic HDGFDiagram getFilesystem()
getFilesystem in interface POITextExtractor