Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 22,536 for

form

(0.06 sec)
  1. FormField.OwnHelp | Aspose.Words for .NET

    Discover the FormField OwnHelp property. Easily user experience by customizing help messages when users press F1 on focused Form fields....displayed in a message box when a form field has the focus and the...how insert different kinds of form fields into a document, and...

    reference.aspose.com/words/net/aspose.words.fie...
  2. PdfJavaScriptStripper.Strip modifies the PDF co...

    We are seeing cases where we call PdfJavaScriptStripper.Strip, it returns false, but the PDF content has been visibly altered. Some text is getting removed from the PDF that existed before calling Strip. It seems like re…...PdfJavaScriptStrippe(); // Flattens form fields and annotations. If these...behavior because it disables the form features in the document and...

    forum.aspose.com/t/pdfjavascriptstripper-strip-...
  3. Aspose::Words::Fields::FormField::get_Name meth...

    Aspose::Words::Fields::FormField::get_Name method. Gets or sets the Form field name in C++....FormField::get_Name method Gets or sets the form field name. System :: String...get_Result ()); // The form field will appear in the form of a "select"...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. FormField.name property | Aspose.Words for Python

    FormField.name property. Gets or sets the Form field name....name property Gets or sets the form field name. @property def name... fields . FieldType . FIELD_FORM_DROP_DOWN , combo_box . type...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Working with Operators|Aspose.PDF for .NET

    This topic explains how to use operators with Aspose.PDF. The operator classes provide great features for PDF manipulation....()); // Create an XForm var form = Aspose . Pdf . XForm . CreateNewForm...1 ]. Resources . Forms . Add ( form ); form . Contents . Add...

    docs.aspose.com/pdf/net/working-with-operators/
  6. FormField.name property | Aspose.Words for Node.js

    FormField.name property. Gets or sets the Form field name....name property Gets or sets the form field name. get name () : string..."Apple" ); // The form field will appear in the form of a "select"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FormField.exitMacro property | Aspose.Words for...

    FormField.exitMacro property. Returns or sets an exit macro name for the Form field....sets an exit macro name for the form field. get exitMacro () : string...The exit macro runs when the form field loses the focus in Microsoft...

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

    FormField.checked property. Gets or sets the checked status of the check box Form field...checked status of the check box form field. Default value for this...Remarks Applicable for a check box form field only. See Also module...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FormField.default property | Aspose.Words for P...

    FormField.default property. Gets or sets the default value of the check box Form field...default value of the check box form field. Default value for this...Remarks Applicable for a check box form field only. See Also module...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 通过 C# 导入 FDF 格式注释到 PDF|Aspose.PDF for .NET

    使用现有的 Form.ImportFdf() 或 PdfAnnotationEditor.ImportAnnotationsFromFdf() 方法将 FDF 格式注释导入 PDF,使用 Aspose.PDF for .NET。... 此外, Class Form 包含 Form.ImportFdf 方法 - 从 FDF 文件导入字段内容并将其放入新的...文件导入字段内容并将其放入新的 PDF 中。 以下代码片段演示了如何使用 Form.ImportFdf() 方法将 FDF 格式注释导入 PDF:...

    docs.aspose.com/pdf/zh/net/import-fdf/