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)
ParameterTypBeskrivning
namnconst System::String&Namnet på fältet.

ReturnValue

Hämtat fält.

Se även

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)
ParameterTypBeskrivning
indexint32_tIndex för fältet.

ReturnValue

Hämtat fält.

Se även