public class DocImporter extends Object implements TextDocumentImporter
TextDocumentImporter for "classic" MS Word
documents ("doc").| Constructor and Description |
|---|
DocImporter(InputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfParagraphs() |
Paragraph |
getParagraph(int index) |
String |
getTitle() |
public DocImporter(InputStream stream) throws TextImportException
TextImportExceptionpublic String getTitle()
getTitle in interface TextDocumentImporterpublic int getNumberOfParagraphs()
getNumberOfParagraphs in interface TextDocumentImporterpublic Paragraph getParagraph(int index)
getParagraph in interface TextDocumentImporterParagraph"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"