Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java 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 originally came from
Aspose.Pdf.Kit. |
Modifier and Type | Method and Description |
---|---|
static TextEncodingInternal |
TextEncodingInternal.getASCII()
Gets an encoding for the ASCII (7-bit) character set.
|
static TextEncodingInternal |
TextEncodingInternal.getBigEndianUnicode()
Gets an encoding for the UTF-16 format that uses the big endian byte order.
|
static TextEncodingInternal |
TextEncodingInternal.getDefault()
Gets an encoding for the operating system's current ANSI code page.
|
static TextEncodingInternal |
TextEncodingInternal.getEncoding(String name)
Returns the encoding associated with the specified code page name.
|
static TextEncodingInternal |
TextEncodingInternal.getUnicode()
Gets an encoding for the UTF-16 format using the little endian byte order.
|
static TextEncodingInternal |
TextEncodingInternal.getUTF32()
Gets an encoding for the UTF-32 format using the little endian byte order.
|
static TextEncodingInternal |
TextEncodingInternal.getUTF32BE()
Gets an encoding for the UTF-16 format that uses the big endian byte order.
|
static TextEncodingInternal |
TextEncodingInternal.getUTF7()
Gets an encoding for the UTF-7 format.
|
static TextEncodingInternal |
TextEncodingInternal.getUTF8()
Gets an encoding for the UTF-8 format.
|
static TextEncodingInternal |
TextEncodingInternal.getUTF8Unmarked()
Gets an encoding for the UTF-8 Unmarked format.
|
Modifier and Type | Method and Description |
---|---|
static String |
TextEncodingInternal.toString(TextEncodingInternal encoding)
Returns a string that represents the current object.
|
Modifier and Type | Method and Description |
---|---|
TextEncodingInternal |
TextDevice.getEncodingInternal()
Gets 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
|