Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 6,325 for

formfield

(0.12 sec)
  1. Aspose::Words::SpecialChar class | Aspose.Words...

    Aspose::Words::SpecialChar class. Base class for special characters in the document. To learn more, visit the documentation article 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/spe...
  2. Header font - Free Support Forum - aspose.com

    I am trying to override the Header font, but it only works sometimes. Here is my code. any thoughts? foreach (HeaderFooter header in firstSection.HeadersFooters) { var isFooter = header.HeaderFooterType == HeaderFoo…...<summary> /// Called when a FormField node is encountered in the...VisitFormField(FormField formField) { ResetFont(formField.Font); return...

    forum.aspose.com/t/header-font/291533
  3. Aspose::Words::Fields::FormFieldCollection Memb...

    Aspose::Words::Fields::FormfieldCollection Member List This is the complete list of members for Aspose::Words::Fields......Remove (const System::String &formField) Aspose::Words::Fields::FormFieldCollection...

    reference.aspose.com/words/cpp/class/aspose.wor...
  4. HTML with checkbox to PDF - Aspose.Words Produc...

    Hello! I am converting a HTML with some checkboxes to PDF/A using Aspose.Words for Java. Comparing checkbox.html and checkboxAspose.pdf, you can see some styling issue: checkbox.zip (189.0 KB) Knowing that Aspose.Word…...can try replacing checkbox formfields with the corresponding Windings...FIELD_FORM_CHECK_BOX) { FormField ff = (FormField)f.getEnd().getPreviousSibling();...

    forum.aspose.com/t/html-with-checkbox-to-pdf/24...
  5. 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...
  6. DocumentVisitor.VisitTableEnd | Aspose.Words fo...

    DocumentVisitor VisitTableEnd method. Called when enumeration of a table has ended 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...
  7. DocumentVisitor.VisitParagraphStart | Aspose.Wo...

    DocumentVisitor VisitParagraphStart method. Called when enumeration of a paragraph 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...
  8. DocumentBuilder.InsertTextInput | Aspose.Words ...

    DocumentBuilder InsertTextInput method. Inserts a text form field at the current position in C#.... public FormField InsertTextInput ( string name.... Save ( ArtifactsDir + "FormFields.TextInput.html" ); Shows...

    reference.aspose.com/words/net/aspose.words/doc...
  9. DropDownItemCollection - Aspose.Words for Java ...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....Footnote FootnoteOptions FormField FormFieldCollection Forms2OleControl...{"One", "Two", "Three"}; FormField comboBoxField = builder.i...

    reference.aspose.com/words/java/com.aspose.word...
  10. dropdownitemcollection - Aspose.Words for Java ...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....Footnote FootnoteOptions FormField FormFieldCollection Forms2OleControl...{"One", "Two", "Three"}; FormField comboBoxField = builder.i...

    reference.aspose.com/words/java/com.aspose.word...