Aspose::Pdf::Text::TextFragmentAbsorber::RemoveAllText method
Contents
[
Hide
]TextFragmentAbsorber::RemoveAllText(const System::SharedPtr<Document>&) method
Removes all text from the document.
void Aspose::Pdf::Text::TextFragmentAbsorber::RemoveAllText(const System::SharedPtr<Document> &document)
| Parameter | Type | Description |
|---|---|---|
| document | const System::SharedPtr<Document>& | PDF document object. |
See Also
- Typedef SharedPtr
- Class Document
- Class TextFragmentAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
TextFragmentAbsorber::RemoveAllText(const System::SharedPtr<Page>&) method
Removes all text from the specified page.
void Aspose::Pdf::Text::TextFragmentAbsorber::RemoveAllText(const System::SharedPtr<Page> &page)
| Parameter | Type | Description |
|---|---|---|
| page | const System::SharedPtr<Page>& | PDF document page object. |
See Also
- Typedef SharedPtr
- Class Page
- Class TextFragmentAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
TextFragmentAbsorber::RemoveAllText(const System::SharedPtr<Page>&, const System::SharedPtr<Rectangle>&) method
Removes text inside the specified rectangle from the specified page.
void Aspose::Pdf::Text::TextFragmentAbsorber::RemoveAllText(const System::SharedPtr<Page> &page, const System::SharedPtr<Rectangle> &rect)
| Parameter | Type | Description |
|---|---|---|
| page | const System::SharedPtr<Page>& | PDF document page object. |
| rect | const System::SharedPtr<Rectangle>& | Rectangle to remove text inside. |
See Also
- Typedef SharedPtr
- Class Page
- Class Rectangle
- Class TextFragmentAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++