Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 6,325 for

formfield

(0.14 sec)
  1. FormField.h - Aspose.Words for C++ - API Reference

    Formfield.h 1 // Copyright 2001-2022 Aspose Pty Ltd. All Rights Reserved. 3 // 4 // This file is part of Aspose.Words......FormField.h 1 // Copyright 2001-2022 Aspose Pty Ltd. All Rights...ASPOSE_WORDS_SHARED_CLASS FormField : public Aspose::Words::SpecialChar...

    reference.aspose.com/words/cpp/_form_field_8h_s...
  2. How to extract the Style and Font Information's...

    Hello Team, Could you please help me on how to extract the common style and font information of one document and apply that properties to another document...<summary> /// Called when a FormField node is encountered in the...VisitFormField(FormField formField) { ResetFont(formField.Font); return...

    forum.aspose.com/t/how-to-extract-the-style-and...
  3. Aspose::Words::SpecialChar Class Reference - As...

    Base class for special characters in the document....VisitFormField(SharedPtr<FormField> formField) override { if (formField->get_F...(formField->get_Font()->get_Hidden()) { formField->Remove(); } return VisitorAction::Continue...

    reference.aspose.com/words/cpp/class/aspose.wor...
  4. DocumentBuilder.InsertComboBox | Aspose.Words f...

    DocumentBuilder InsertComboBox method. Inserts a combobox form field at the current position in C#.... public FormField InsertComboBox ( string name...CreateForm.docx" ); See Also class FormField class DocumentBuilder namespace...

    reference.aspose.com/words/net/aspose.words/doc...
  5. DocumentVisitor.VisitShapeStart | Aspose.Words ...

    DocumentVisitor VisitShapeStart method. Called when enumeration of a shape 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...
  6. FormField.help_text property | Aspose.Words for...

    Formfield.help_text property. Returns or sets the text that's displayed in a message box when the form field has the focus and the user presses F1....help_text property FormField.help_text property Returns or sets...the FormField.own_help property is set to True , FormField.help_text...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Extract AcroForm Data using C++|Aspose.PDF for C++

    This section explains how to extract forms from your PDF document with Aspose.PDF for C++....document -> get_Form ()) { auto formField = System :: DynamicCast <...( u "Field Name : {0} " , formField -> get_PartialName ()); Console...

    docs.aspose.com/pdf/cpp/extract-form/
  8. Aspose::Words::DocumentVisitor::VisitShapeStart...

    Aspose::Words::DocumentVisitor::VisitShapeStart method. Called when enumeration of a shape has started 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/doc...
  9. SpecialChar Class | Aspose.Words for .NET

    Aspose.Words.SpecialChar class. Base class for special characters 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/spe...
  10. Aspose::Words::DocumentVisitor::VisitFootnoteSt...

    Aspose::Words::DocumentVisitor::VisitFootnoteStart method. Called when enumeration of a footnote or endnote text has started 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/doc...