Aspose::Pdf::Devices::TextDevice::TextDevice конструктор
Содержание
[
Скрывать
]TextDevice::TextDevice() constructor
Инициализирует новый экземпляр TextDevice с режимом форматирования Raw text и кодировкой Unicode.
Aspose::Pdf::Devices::TextDevice::TextDevice()
См. также
- Class TextDevice
- Namespace Aspose::Pdf::Devices
- Library Aspose.PDF for C++
TextDevice::TextDevice(const System::SharedPtr<System::Text::Encoding>&) constructor
Инициализирует новый экземпляр TextDevice для указанной кодировки.
Aspose::Pdf::Devices::TextDevice::TextDevice(const System::SharedPtr<System::Text::Encoding> &encoding)
| Параметр | Тип | Описание |
|---|---|---|
| encoding | const System::SharedPtr<System::Text::Encoding>& | Кодировка извлечённого текста |
См. также
- Typedef SharedPtr
- Class Encoding
- Class TextDevice
- Namespace Aspose::Pdf::Devices
- Library Aspose.PDF for C++
TextDevice::TextDevice(const System::SharedPtr<Text::TextExtractionOptions>&) constructor
Инициализирует новый экземпляр TextDevice с параметрами извлечения текста.
Aspose::Pdf::Devices::TextDevice::TextDevice(const System::SharedPtr<Text::TextExtractionOptions> &extractionOptions)
| Параметр | Тип | Описание |
|---|---|---|
| extractionOptions | const System::SharedPtr<Text::TextExtractionOptions>& | Text параметры извлечения. |
См. также
- Typedef SharedPtr
- Class TextExtractionOptions
- Class TextDevice
- Namespace Aspose::Pdf::Devices
- Library Aspose.PDF for C++
TextDevice::TextDevice(const System::SharedPtr<Text::TextExtractionOptions>&, const System::SharedPtr<System::Text::Encoding>&) constructor
Инициализирует новый экземпляр TextDevice для указанной кодировки с параметрами извлечения текста.
Aspose::Pdf::Devices::TextDevice::TextDevice(const System::SharedPtr<Text::TextExtractionOptions> &extractionOptions, const System::SharedPtr<System::Text::Encoding> &encoding)
| Параметр | Тип | Описание |
|---|---|---|
| extractionOptions | const System::SharedPtr<Text::TextExtractionOptions>& | Text параметры извлечения. |
| encoding | const System::SharedPtr<System::Text::Encoding>& | Кодировка извлечённого текста. |
См. также
- Typedef SharedPtr
- Class TextExtractionOptions
- Class Encoding
- Class TextDevice
- Namespace Aspose::Pdf::Devices
- Library Aspose.PDF for C++