Aspose::Pdf::PageCollection::Accept método
Contenido
[
Ocultar
]PageCollection::Accept(const System::SharedPtr<Annotations::AnnotationSelector>&) method
Acepta el objeto visitante AnnotationSelector que proporciona funcionalidad para trabajar con anotaciones.
void Aspose::Pdf::PageCollection::Accept(const System::SharedPtr<Annotations::AnnotationSelector> &visitor)
| Parámetro | Tipo | Descripción |
|---|---|---|
| visitante | const System::SharedPtr<Annotations::AnnotationSelector>& | Visitante AnnotationSelector |
Ver también
- Typedef SharedPtr
- Class AnnotationSelector
- Class PageCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
PageCollection::Accept(const System::SharedPtr<ImagePlacementAbsorber>&) method
Acepta el objeto visitante ImagePlacementAbsorber que proporciona funcionalidad para trabajar con objetos de colocación de imágenes.
void Aspose::Pdf::PageCollection::Accept(const System::SharedPtr<ImagePlacementAbsorber> &visitor)
| Parámetro | Tipo | Descripción |
|---|---|---|
| visitor | const System::SharedPtr<ImagePlacementAbsorber>& | Objeto de colocación de Image. |
Ver también
- Typedef SharedPtr
- Class ImagePlacementAbsorber
- Class PageCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
PageCollection::Accept(const System::SharedPtr<Text::TextAbsorber>&) method
Acepta el objeto visitante TextAbsorber que proporciona funcionalidad para trabajar con objetos de texto.
void Aspose::Pdf::PageCollection::Accept(const System::SharedPtr<Text::TextAbsorber> &visitor)
| Parámetro | Tipo | Descripción |
|---|---|---|
| visitor | const System::SharedPtr<Text::TextAbsorber>& | Objeto absorbente de Text. |
Ver también
- Typedef SharedPtr
- Class TextAbsorber
- Class PageCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
PageCollection::Accept(const System::SharedPtr<Text::TextFragmentAbsorber>&) method
Acepta el objeto visitante TextFragmentAbsorber que proporciona funcionalidad para trabajar con objetos de texto.
void Aspose::Pdf::PageCollection::Accept(const System::SharedPtr<Text::TextFragmentAbsorber> &visitor)
| Parámetro | Tipo | Descripción |
|---|---|---|
| visitor | const System::SharedPtr<Text::TextFragmentAbsorber>& | Objeto absorbente de fragmentos de Text. |
Ver también
- Typedef SharedPtr
- Class TextFragmentAbsorber
- Class PageCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++