Aspose::Pdf::Annotations::FreeTextAnnotation::FreeTextAnnotation constructor
Contenido
[
Ocultar
]FreeTextAnnotation::FreeTextAnnotation(const System::SharedPtr<Aspose::Pdf::Page>&, const System::SharedPtr<Rectangle>&, const System::SharedPtr<Aspose::Pdf::Annotations::DefaultAppearance>&) constructor
Crea una nueva anotación FreeText en la página especificada.
Aspose::Pdf::Annotations::FreeTextAnnotation::FreeTextAnnotation(const System::SharedPtr<Aspose::Pdf::Page> &page, const System::SharedPtr<Rectangle> &rect, const System::SharedPtr<Aspose::Pdf::Annotations::DefaultAppearance> &appearance)
| Parámetro | Tipo | Descripción |
|---|---|---|
| página | const System::SharedPtr\Aspose::Pdf::Page\\\& | La página del documento donde se debe crear la anotación. |
| rect | const System::SharedPtr<Rectangle>& | El rectángulo de la anotación, que define la ubicación de la anotación en la página. |
| apariencia | const System::SharedPtr<Aspose::Pdf::Annotations::DefaultAppearance>& | La apariencia predeterminada que se usará al formatear el texto. |
Ver también
- Typedef SharedPtr
- Class Page
- Class Rectangle
- Class DefaultAppearance
- Class FreeTextAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
FreeTextAnnotation::FreeTextAnnotation(const System::SharedPtr<Document>&, const System::SharedPtr<Aspose::Pdf::Annotations::DefaultAppearance>&) constructor
Constructor para usar con Generator.
Aspose::Pdf::Annotations::FreeTextAnnotation::FreeTextAnnotation(const System::SharedPtr<Document> &document, const System::SharedPtr<Aspose::Pdf::Annotations::DefaultAppearance> &appearance)
| Parámetro | Tipo | Descripción |
|---|---|---|
| document | const System::SharedPtr<Document>& | Documento donde se creará la anotación. |
| apariencia | const System::SharedPtr<Aspose::Pdf::Annotations::DefaultAppearance>& | Apariencia predeterminada |
Ver también
- Typedef SharedPtr
- Class Document
- Class DefaultAppearance
- Class FreeTextAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++