Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 24,993 for

form

(0.07 sec)
  1. Working with Operators|Aspose.PDF for Java

    This topic explains how to use operators with Aspose.PDF. The operator classes provide great features for PDF manipulation....GSave ()); // Create xForm XForm form = XForm . createNewForm ( pdfDocument...getResources (). getForms (). add ( form ); form . getContents (). add (...

    docs.aspose.com/pdf/java/operators/
  2. FormField.drop_down_items property | Aspose.Wor...

    FormField.drop_down_items property. Provides access to the items of a dropdown Form field....access to the items of a dropdown form field. @property def drop_down_items...maximum 25 items in a dropdown form field. See Also module aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 使用 XFA 表单|Aspose.PDF for .NET

    Aspose.PDF for .NET API 让您在 PDF 文档中处理 XFA 和 XFA AcroForm 字段。Aspose.Pdf.Facades....表单类提供了处理静态 AcroForm 的能力,您可以使用 Form 类的 GetFieldFacade(..) 方法获取特定字段实例。然而,XFA...字段无法通过 Form.GetFieldFacade(..) 方法访问。相反,请使用 Document.Form.XFA 来获取/设置字段值并操作...

    docs.aspose.com/pdf/zh/net/xfa-forms/
  4. FormField.Type | Aspose.Words for .NET

    Discover the FormField Type property to easily identify and utilize various Form field types, enhancing your web Forms' functionality and user experience....Type property Returns the form field type. public FieldType..."Apple" )); // The form field will appear in the form of a "select"...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Import and Export Annotations to XFDF format|As...

    You may import and export annotation with XFDF Format using Aspose.PDF for Java library....[ Hide ] XFDF stand for XML Forms Data Format. It is an XML based...represent form data or annotations contained in a PDF form. XFDF...

    docs.aspose.com/pdf/java/import-export-xfdf/
  6. 填写复选框字段|Aspose.PDF for Python via .NET

    本示例演示了如何使用 Aspose.PDF for Python via .NET 以编程方式填写 PDF 表单中的复选框字段。它展示了如何绑定 PDF 文档、按字段名称更新复选框的值,并保存修改后的文件。...在本示例中, Form facade 来自 aspose.pdf.facades...PDF 将另存为新文档。 初始化 ‘pdf_facades.Form()’ 以管理表单字段交互。 使用 ‘bind_pdf()’...

    docs.aspose.com/pdf/zh/python-net/fill-check-bo...
  7. FormFieldCollection.removeAt method | Aspose.Wo...

    FormFieldCollection.removeAt method. Removes a Form field at the specified index....method removeAt(index) Removes a form field at the specified index...The zero-based index of the form field to remove. Remarks If...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 填写列表框|Aspose.PDF for Python via .NET

    本示例演示了如何使用 Aspose.PDF for Python via .NET 以编程方式填充 PDF 表单中的列表框和多选字段。它展示了如何绑定 PDF 文档、在基于列表的表单字段中选择值,并保存更新后的文件。...在本示例中, Form facade 来自 aspose.pdf.facades...字段。选择所需的选项后,更新的文档将被保存。 初始化 ‘pdf_facades.Form()’ 以管理和更新表单字段。 调用 ‘bind_pdf()’...

    docs.aspose.com/pdf/zh/python-net/fill-list-box/
  9. text_input|Documentation

    Text_input element generates a placeholder consisting of several boxes in which the respondent can write letters or numbers, one character in each box....handwritten text placeholder to the form. The placeholder consists of...textual information in free form or to offer a respondent answer...

    docs.aspose.com/omr/net/json-markup/text_input/
  10. FormFieldCollection.remove method | Aspose.Word...

    FormFieldCollection.remove method. Removes a Form field with the specified name....remove method remove(form_field) Removes a form field with the specified...specified name. def remove ( self , form_field : str ): ... Parameter...

    reference.aspose.com/words/python-net/aspose.wo...