Метод Aspose::Pdf::Text::TextAbsorber::Visit
TextAbsorber::Visit(System::SharedPtr<Document>) method
Извлекает текст в указанном документе.
virtual void Aspose::Pdf::Text::TextAbsorber::Visit(System::SharedPtr<Document> pdf)
| Параметр | Тип | Описание |
|---|---|---|
| System::SharedPtr<Document> | Pdf объект. |
См. также
- Typedef SharedPtr
- Class Document
- Class TextAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
TextAbsorber::Visit(System::SharedPtr<Page>) method
Извлекает текст на указанной странице.
virtual void Aspose::Pdf::Text::TextAbsorber::Visit(System::SharedPtr<Page> page)
| Параметр | Тип | Описание |
|---|---|---|
| page | System::SharedPtr<Page> | Pdf объект страницы документа. |
См. также
- Typedef SharedPtr
- Class Page
- Class TextAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
TextAbsorber::Visit(System::SharedPtr<XForm>) method
Извлекает текст из указанного XForm.
virtual void Aspose::Pdf::Text::TextAbsorber::Visit(System::SharedPtr<XForm> form)
| Параметр | Тип | Описание |
|---|---|---|
| form | System::SharedPtr<XForm> | Pdf объект формы. |
См. также
- Typedef SharedPtr
- Class XForm
- Class TextAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++