Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 23,222 for

form

(0.2 sec)
  1. HtmlSaveOptions.export_drop_down_form_field_as_...

    HtmlSaveOptions.export_drop_down_Form_field_as_text property. Controls how drop-down Form fields are saved to HTML or MHTML...export_drop_down_form_field_as_text property HtmlSaveOptions...HtmlSaveOptions.export_drop_down_form_field_as_text property Controls how drop-down...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 在文本框字段中对齐文本|Aspose.PDF for .NET

    本文展示了如何使用 Form 类在文本框字段中对齐文本。...在下面的示例中,我们将首先使用 Form 类的 FillField 方法填充一个文本框字段。之后,我们将使用...MemoryStream ()) { // Create Form Object var form = new Aspose . Pdf ...

    docs.aspose.com/pdf/zh/net/justify-text-in-a-te...
  3. 修改 AcroForm|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET 库修改 PDF 文件中的表单。您可以在现有表单中添加或删除字段,获取和设置字段限制等。... GetDataDir_AsposePdf_Forms (); // Create FormEditor instance...instance using ( var form = new Aspose . Pdf . Facades . FormEditor...

    docs.aspose.com/pdf/zh/net/modifing-form/
  4. Optical mark recognition|Documentation

    How to recognize the completed Form and get results with Aspose.OMR for Java....other completed machine-readable form, digitize it in one of the supported...simply take a picture of the form with a smartphone. If using...

    docs.aspose.com/omr/java/recognition/
  5. Extract data from PDF Forms using Python | Aspo...

    Extract user data fields from fillable PDF document programmatically with Python sample code using Aspose.PDF for Python for .NET....How to Extract data from PDF Forms using Python Library In order...order to extract PDF Forms (Acroforms) in a PDF file, we’ll use...

    products.aspose.com/pdf/python-net/acroforms/ex...
  6. FormFieldCollection.Item | Aspose.Words for .NET

    Access specific Form fields easily with the FormFieldCollection Item property. Streamline your data handling and enhance Form management....FormFieldCollection indexer (1 of 2) Returns a form field at the specified index...how insert different kinds of form fields into a document, and...

    reference.aspose.com/words/net/aspose.words.fie...
  7. HtmlSaveOptions.exportTextInputFormFieldAsText ...

    HtmlSaveOptions.exportTextInputFormFieldAsText property. Controls how text input Form fields are saved to HTML or MHTML...property Controls how text input form fields are saved to HTML or...to true , exports text input form fields as normal text. When...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FormField.type property | Aspose.Words for Python

    FormField.type property. Returns the Form field type....type property Returns the form field type. @property def type... fields . FieldType . FIELD_FORM_DROP_DOWN , combo_box . type...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Fields::FormField::get_TextInput...

    Aspose::Words::Fields::FormField::get_TextInputFormat method. Returns or sets the text Formatting for a text Form field in C++....the text formatting for a text form field. System :: String Aspose...get_TextInputFormat () Remarks If the text form field contains regular text...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. 使用 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/