Aspose::Pdf::Forms::Form::idx_get metod
Form::idx_get(const System::String&) method
Hämtar fältet i formuläret efter fältnamn. Kastar undantag om fältet inte hittades.
System::SharedPtr<Annotations::WidgetAnnotation> Aspose::Pdf::Forms::Form::idx_get(const System::String &name)
| Parameter | Typ | Beskrivning |
|---|---|---|
| namn | const System::String& | Namnet på fältet. |
ReturnValue
Hämtat fält.
Se även
- Typedef SharedPtr
- Class WidgetAnnotation
- Class String
- Class Form
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++
Form::idx_get(int32_t) method
Hämtar fältet i formuläret efter fältindex.
System::SharedPtr<Annotations::WidgetAnnotation> Aspose::Pdf::Forms::Form::idx_get(int32_t index)
| Parameter | Typ | Beskrivning |
|---|---|---|
| index | int32_t | Index för fältet. |
ReturnValue
Hämtat fält.
Se även
- Typedef SharedPtr
- Class WidgetAnnotation
- Class Form
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++