com.aspose.words
Class PlaintextDocument

java.lang.Object
    extended by com.aspose.words.PlaintextDocument

public class PlaintextDocument 
extends java.lang.Object

Contains plain-text representation of the document's content as extracted by Document.extractText(java.lang.String) and alike.

Property Getters/Setters Summary
BuiltInDocumentPropertiesgetBuiltInDocumentProperties()
           Gets BuiltInDocumentProperties of the document
CustomDocumentPropertiesgetCustomDocumentProperties()
           Gets CustomDocumentProperties of the document
java.lang.StringgetText()
           Gets textual content of the document concatenated as a string.
 

Property Getters/Setters Detail

getBuiltInDocumentProperties

public BuiltInDocumentProperties getBuiltInDocumentProperties()
Gets BuiltInDocumentProperties of the document

getCustomDocumentProperties

public CustomDocumentProperties getCustomDocumentProperties()
Gets CustomDocumentProperties of the document

getText

public java.lang.String getText()
Gets textual content of the document concatenated as a string.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.