Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 6,149 for

formfield

(0.05 sec)
  1. DocumentVisitor.VisitSpecialChar | Aspose.Words...

    DocumentVisitor VisitSpecialChar method. Called when a SpecialChar node is encountered in the document in C#....<summary> /// Called when a FormField is encountered in the document...VisitFormField ( FormField formField ) { if ( formField . Font . Hidden...

    reference.aspose.com/words/net/aspose.words/doc...
  2. FormField.Type | Aspose.Words for .NET API 参考

    Formfield 财产. 返回表单字段类型...FormField.Type FormField.Type property 返回表单字段类型。 public FieldType...插入一个组合框,允许用户从字符串集合中选择一个选项。 FormField comboBox = builder . InsertComboBox...

    reference.aspose.com/words/zh/net/aspose.words....
  3. Node.Accept | Aspose.Words for .NET API 参考

    Node 方法. 接受访客.../// <summary> /// 在文档中遇到 FormField 时调用。 /// </summary> public...VisitFormField ( FormField formField ) { if ( formField . Font . Hidden...

    reference.aspose.com/words/zh/net/aspose.words/...
  4. Aspose::Words::Paragraph::get_ParagraphBreakFon...

    Aspose::Words::Paragraph::get_ParagraphBreakFont method. Provides access to the font formatting of the paragraph break character in C++....SharedPtr < FormField > formField ) override { if ( formField -> get_Font...get_Font () -> get_Hidden ()) { formField -> Remove (); } return VisitorAction...

    reference.aspose.com/words/cpp/aspose.words/par...
  5. Aspose.Email for Java 19.10 Release Notes|Docum...

    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....Class CarouselType Class FormField Class FormMethod Class FormTarget...toHtml Method FormField.#ctor Method FormField.#ctor(String)...

    docs.aspose.com/email/java/aspose-email-for-jav...
  6. DocumentBuilder.InsertCheckBox | Aspose.Words f...

    DocumentBuilder 方法. 在当前位置插入一个复选框表单域... public FormField InsertCheckBox ( string name..."CheckBox_OnlyChecked" , doc . Range . FormFields [ 2 ]. Name ); // 我们可以通过双击它们在...

    reference.aspose.com/words/zh/net/aspose.words/...
  7. Extract data from AcroForm|Aspose.PDF for Java

    AcroForms exists in many PDF documents. This article aims to help you understand how to extract data from AcroForms using Java and the Aspose.PDF.... Field formField : document . getForm (). getFields...println ( "Field Name :" + formField . getPartialName ()); System...

    docs.aspose.com/pdf/java/extract-data-from-acro...
  8. FormField.Name | Aspose.Words for .NET API 参考

    Formfield 财产. 获取或设置表单字段名称...FormField.Name FormField.Name property 获取或设置表单字段名称。 public string...插入一个组合框,允许用户从字符串集合中选择一个选项。 FormField comboBox = builder . InsertComboBox...

    reference.aspose.com/words/zh/net/aspose.words....
  9. Changing the Default Font Name - Aspose.Words P...

    I was able to solve an issue with incorrectly rendering text by manually editing the document.xml file (after unzipping the docx archive) to change the Fonts ascii “LOFFWC+Arial” (I don’t think that 6 letter prefix is pr…...CONTINUE; } /// /// Called when a FormField node is encountered in the...VisitFormField(final FormField formField) { ResetFont(formField.getFont());...

    forum.aspose.com/t/changing-the-default-font-na...
  10. Extract data from PDF Forms via Python for .NET...

    Extract PDF Forms with this Python source code in PDF using Aspose.PDF and Python.NET....all fields foreach ( Field formField in pdfDocument . Form ) {...WriteLine ( "Field Name : {0} " , formField . PartialName ); Console ...

    products.aspose.com/pdf/python-net/acroforms/ex...