Aspose::Pdf::Forms::Field::idx_get method
Field::idx_get(const System::String&) method
Gets subfield contained in this field by name of the subfield.
System::SharedPtr<Annotations::WidgetAnnotation> Aspose::Pdf::Forms::Field::idx_get(const System::String &name)
| Parameter | Type | Description |
|---|---|---|
| name | const System::String& | Contained subfield name. |
ReturnValue
Field instance.
See Also
- Typedef SharedPtr
- Class WidgetAnnotation
- Class String
- Class Field
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++
Field::idx_get(int32_t) method
Gets subfield contained in this field by index.
System::SharedPtr<Annotations::WidgetAnnotation> Aspose::Pdf::Forms::Field::idx_get(int32_t index)
| Parameter | Type | Description |
|---|---|---|
| index | int32_t | Index of the reuqested subfield. |
ReturnValue
Field instance.
See Also
- Typedef SharedPtr
- Class WidgetAnnotation
- Class Field
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++