Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 6,149 for

formfield

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

    DocumentVisitor 方法. 当一个SpecialChar在文档中遇到节点.../// <summary> /// 在文档中遇到 FormField 时调用。 /// </summary> public...VisitFormField ( FormField formField ) { if ( formField . Font . Hidden...

    reference.aspose.com/words/zh/net/aspose.words/...
  2. Changing Default Font Formatting (Name Size etc...

    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-default-font-format...
  3. FormFieldCollection class | Aspose.Words for Py...

    aspose.words.fields.FormfieldCollection class. A collection of [Formfield](../Formfield/) objects that represent all the form fields in a range...FormFieldCollection class A collection of FormField objects that represent all...module aspose.words.fields FormField class GeneralFormat enumeration...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentVisitor.VisitFootnoteStart | Aspose.Wor...

    DocumentVisitor VisitFootnoteStart method. Called when enumeration of a footnote or endnote text has started 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...
  5. FormField.Type | Aspose.Words for .NET

    Formfield Type property. Returns the form field type in C#....Type FormField.Type property Returns the form field type. public...a collection of strings. FormField comboBox = builder . InsertComboBox...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Obtaining Form Fields | Documentation

    Obtaining Form Fields Contents [ Hide ] Placing form fields into the document via code is easy. DocumentBuilder has s......FormFields property. This means that...FormFieldCollection formFields = doc.Range.FormFields; You can get a...

    docs.aspose.com/words/net/obtaining-form-fields/
  7. 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...
  8. 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....
  9. 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...
  10. 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...