Aspose::Pdf::Forms::Form::idx_get método
Form::idx_get(const System::String&) method
Obtiene el campo del formulario por nombre de campo. Lanza una excepción si no se encuentra el campo.
System::SharedPtr<Annotations::WidgetAnnotation> Aspose::Pdf::Forms::Form::idx_get(const System::String &name)
| Parámetro | Tipo | Descripción |
|---|---|---|
| nombre | const System::String& | Nombre del campo. |
ReturnValue
Campo recuperado.
Ver también
- Typedef SharedPtr
- Class WidgetAnnotation
- Class String
- Class Form
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++
Form::idx_get(int32_t) method
Obtiene el campo del formulario por índice de campo.
System::SharedPtr<Annotations::WidgetAnnotation> Aspose::Pdf::Forms::Form::idx_get(int32_t index)
| Parámetro | Tipo | Descripción |
|---|---|---|
| índice | int32_t | Índice del campo. |
ReturnValue
Campo recuperado.
Ver también
- Typedef SharedPtr
- Class WidgetAnnotation
- Class Form
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++