Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.Pdf.New library which are either directly in it like Document or indirectly through several subpackages. |
com.aspose.pdf.devices |
The com.aspose.pdf.devices package provides classes which are used for representing document as image(s) or a plain text.
|
com.aspose.pdf.facades |
The
com.aspose.pdf.facades package provides classes originaly came from Aspose.Pdf.Kit. |
Modifier and Type | Method and Description |
---|---|
static TextEncodingInternal |
TextEncodingInternal.getASCII() |
static TextEncodingInternal |
TextEncodingInternal.getBigEndianUnicode() |
static TextEncodingInternal |
TextEncodingInternal.getDefault() |
static TextEncodingInternal |
TextEncodingInternal.getEncoding(String name) |
static TextEncodingInternal |
TextEncodingInternal.getUnicode() |
static TextEncodingInternal |
TextEncodingInternal.getUTF32() |
static TextEncodingInternal |
TextEncodingInternal.getUTF32BE() |
static TextEncodingInternal |
TextEncodingInternal.getUTF7() |
static TextEncodingInternal |
TextEncodingInternal.getUTF8() |
static TextEncodingInternal |
TextEncodingInternal.getUTF8Unmarked() |
Modifier and Type | Method and Description |
---|---|
static String |
TextEncodingInternal.toString(TextEncodingInternal encoding) |
Modifier and Type | Method and Description |
---|---|
TextEncodingInternal |
TextDevice.getEncodingInternal()
Gets or sets encoding of extracted text.
|
Modifier and Type | Method and Description |
---|---|
void |
TextDevice.setEncodingInternal(TextEncodingInternal value)
Sets encoding of extracted text.
|
Constructor and Description |
---|
TextDevice(TextEncodingInternal encoding)
Initializes a new instance of the
TextDevice for the specified encoding. |
TextDevice(TextExtractionOptions extractionOptions,
TextEncodingInternal encoding)
Initializes a new instance of the
TextDevice for the specified encoding with text extraction options. |
Modifier and Type | Method and Description |
---|---|
void |
PdfExtractor.extractTextInternal(TextEncodingInternal encoding)
For Internal usage only
|
Copyright © 2018 Aspose. All Rights Reserved.