public final class PublisherTextExtractor extends POIOLE2TextExtractor
document
Constructor and Description |
---|
PublisherTextExtractor(DirectoryNode dir) |
PublisherTextExtractor(DirectoryNode dir,
POIFSFileSystem fs)
Deprecated.
|
PublisherTextExtractor(HPBFDocument doc) |
PublisherTextExtractor(InputStream is) |
PublisherTextExtractor(NPOIFSFileSystem fs) |
PublisherTextExtractor(POIFSFileSystem fs) |
Modifier and Type | Method and Description |
---|---|
String |
getText()
Retrieves all the text from the document.
|
static void |
main(String[] args) |
void |
setHyperlinksByDefault(boolean hyperlinksByDefault)
Should a call to getText() return hyperlinks inline
with the text?
Default is no
|
getDocSummaryInformation, getFileSystem, getMetadataTextExtractor, getRoot, getSummaryInformation
public PublisherTextExtractor(HPBFDocument doc)
public PublisherTextExtractor(DirectoryNode dir) throws IOException
IOException
public PublisherTextExtractor(POIFSFileSystem fs) throws IOException
IOException
public PublisherTextExtractor(NPOIFSFileSystem fs) throws IOException
IOException
public PublisherTextExtractor(InputStream is) throws IOException
IOException
@Deprecated public PublisherTextExtractor(DirectoryNode dir, POIFSFileSystem fs) throws IOException
IOException
public void setHyperlinksByDefault(boolean hyperlinksByDefault)
public String getText()
POITextExtractor
getText
in class POITextExtractor
Copyright © 2020. All rights reserved.