Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 1,238 for

formfield

(0.08 sec)
  1. 从AcroForm提取数据|Aspose.PDF for Android via Java

    AcroForms存在于许多PDF文档中。本文旨在帮助您了解如何使用Aspose.PDF从AcroForms中提取数据。... Field formField : document . getForm (). getFields..."字段名称: " ); sb . append ( formField . getPartialName ()); sb ...

    docs.aspose.com/pdf/zh/androidjava/extract-data...
  2. Aspose::Words::Fields::FieldOptions::get_IsBidi...

    Aspose::Words::Fields::FieldOptions::get_IsBidiTextSupportedOnUpdate method. Gets or sets the value indicating whether bidirectional text is fully supported during field update or not in C++....Aspose :: Words :: Fields :: FormField > comboBox = builder -> InsertComboBox...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Insert Checkboxes, Text Input or Images during ...

    Insert checkboxes or text input fields during Mail Merge using C++. Also insert images from a Database during Mail Merge in C++....name and replace it with a FormField of type CheckBox . Use DocumentBuilder...input placeholder, create a FormField of type TextInput . Set its...

    docs.aspose.com/words/cpp/insert-checkboxes-tex...
  4. Aspose.Words updating formfields clears text in...

    After calling the method Document.UpdateFields some fields loose there input value. I included a sample file to reproduce the behavior. If I first call NormalizeFieldTypes() before UpdateFields() then it works as expect…...Words updating formfields clears text input Aspose.Words...BookmarkStart Run text=’ FORMTEXT ’ FormField fieldType=‘FieldFormTextInput’...

    forum.aspose.com/t/aspose-words-updating-formfi...
  5. DropDownItemCollection.Clear | Aspose.Words for...

    Efficiently clear all elements from the DropDownItemCollection with our Clear method. Streamline your data management effortlessly!..."One" , "Two" , "Three" }; FormField comboBoxField = builder ..... Save ( ArtifactsDir + "FormFields.DropDownItemCollecti.html"...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Aspose Words insertHtml checkbox rendering - Fr...

    Hello, I am creating a report where the content is created in HTML and then the insertHtml method is used and it is being saved as a docx. Part of the html are checkboxes. In HTML they look like this: <input _ngconten…...DocumentBuilder(doc); List<FormField> checkBoxes = doc.Range.FormFields.Where(ff...FieldFormCheckBox).ToList(); foreach (FormField ff in checkBoxes) { Node current...

    forum.aspose.com/t/aspose-words-inserthtml-chec...
  7. DropDownItemCollection.Item | Aspose.Words for ...

    Access and manage elements effortlessly with the DropDownItemCollection Item property. Set or retrieve items by index for seamless data handling...."One" , "Two" , "Three" }; FormField comboBoxField = builder ..... Save ( ArtifactsDir + "FormFields.DropDownItemCollecti.html"...

    reference.aspose.com/words/net/aspose.words.fie...
  8. DropDownItemCollection.GetEnumerator | Aspose.W...

    Discover the DropDownItemCollection GetEnumerator method to effortlessly iterate through collection items. Enhance your coding efficiency today!..."One" , "Two" , "Three" }; FormField comboBoxField = builder ..... Save ( ArtifactsDir + "FormFields.DropDownItemCollecti.html"...

    reference.aspose.com/words/net/aspose.words.fie...
  9. DropDownItemCollection.RemoveAt | Aspose.Words ...

    Effortlessly manage your DropDownItemCollection with the RemoveAt method. Seamlessly remove items by index for streamlined data handling...."One" , "Two" , "Three" }; FormField comboBoxField = builder ..... Save ( ArtifactsDir + "FormFields.DropDownItemCollecti.html"...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Import and Export Form Data|Aspose.PDF for Pyth...

    This section explains how to import and Export Form Data....values from all fields for formField in form . field_names : #...form_data [ formField ] = form . get_field ( formField ) # Serialize...

    docs.aspose.com/pdf/python-net/import-export-fo...