Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 6,336 for

formfield

(0.09 sec)
  1. Class SpecialChar | Aspose.Words for .NET API 参考

    Aspose.Words.SpecialChar 班级. 文档中特殊字符的基类.../// <summary> /// 在文档中遇到 FormField 时调用。 /// </summary> public...VisitFormField ( FormField formField ) { if ( formField . Font . Hidden...

    reference.aspose.com/words/zh/net/aspose.words/...
  2. DropDownItemCollection | Aspose.Words for Java

    A collection of strings that represent all the items in a drop-down form field in Java....{"One", "Two", "Three"}; FormField comboBoxField = builder.i...save(getArtifactsDir() + "FormFields.DropDownItemCollecti.html");...

    reference.aspose.com/words/java/com.aspose.word...
  3. Extract data from AcroForm|Aspose.PDF for Andro...

    AcroForms exists in many PDF documents. This article aims to help you understand how to extract data from AcroForms with the Aspose.PDF.... Field formField : document . getForm (). getFields...Name: " ); sb . append ( formField . getPartialName ()); sb ...

    docs.aspose.com/pdf/androidjava/extract-data-fr...
  4. Class DropDownItemCollection | Aspose.Words for...

    Aspose.Words.Fields.DropDownItemCollection 班级. 代表下拉表单字段中所有项目的字符串集合..."One" , "Two" , "Three" }; FormField comboBoxField = builder ..... Save ( ArtifactsDir + "FormFields.DropDownItemCollecti.html"...

    reference.aspose.com/words/zh/net/aspose.words....
  5. Setting the proofing language Word Document - F...

    Hello Aspose Team, Whenever we have more than one language in configured in word document, it is showing track changes on every page of the modified word document. What I want, to force the word document to set the defa…...<summary> /// Called when a FormField node is encountered in the...visitFormField(FormField formField) { resetFont(formField.getFont());...

    forum.aspose.com/t/setting-the-proofing-languag...
  6. FormField.text_input_default property | Aspose....

    Formfield.text_input_default property. Gets or sets the default string or a calculation expression of a text form field....text_input_default property FormField.text_input_default property...of the FormField.text_input_type property. When FormField.text_input_type...

    reference.aspose.com/words/python-net/aspose.wo...
  7. HtmlLoadOptions.PreferredControlType | Aspose.W...

    HtmlLoadOptions PreferredControlType property. Gets or sets preferred type of document nodes that will represent imported input and select elements. Default value is Formfield in C#.... Default value is FormField. public HtmlControlType PreferredControlType...

    reference.aspose.com/words/net/aspose.words.loa...
  8. Aspose.Pdf .Net 3.4.4.0 Hot Fix Release Notes|A...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....\6) Background color for FormField supported. New property BackgroundColor...

    docs.aspose.com/pdf/net/aspose-pdf-net-3-4-4-0-...
  9. Aspose::Words::Fields::DropDownItemCollection C...

    A collection of strings that represent all the items in a drop-down form field....Aspose::Words::Fields::FormField Aspose::Words::Fields::FormField::get_DropDownItems... u "Three" }); SharedPtr<FormField> comboBoxField = builder->InsertComboBox(u...

    reference.aspose.com/words/cpp/class/aspose.wor...
  10. Extract Data from AcroForm using C#|Aspose.PDF ...

    Aspose.PDF makes it easy to extract form field data from PDF files. Learn how to extract data from AcroForms and save it into JSON, XML, or FDF format....all fields foreach ( Field formField in document . Form ) { Console...WriteLine ( "Field Name : {0} " , formField . PartialName ); Console ...

    docs.aspose.com/pdf/net/extract-data-from-acrof...