TextDocumentInfo
Inheritance: java.lang.Object, com.groupdocs.parser.options.DocumentInfo
public abstract class TextDocumentInfo extends DocumentInfo
Represents the text document information.
Learn more:
Constructors
| Constructor | Description | 
|---|---|
| TextDocumentInfo() | 
Methods
| Method | Description | 
|---|---|
| getCharset() | Gets the detected encoding of the text document. | 
TextDocumentInfo()
public TextDocumentInfo()
getCharset()
public abstract Charset getCharset()
Gets the detected encoding of the text document.
Returns: java.nio.charset.Charset - An instance of Charset class.