Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 5,578 for

formfield

(0.04 sec)
  1. VisitTableEnd | Aspose.Words for .NET API 参考

    在表的枚举结束时调用.../// <summary> /// 在文档中遇到 FormField 时调用。 /// </summary> public...VisitFormField ( FormField formField ) { if ( formField . Font . Hidden...

    reference.aspose.com/words/zh/net/aspose.words/...
  2. VisitShapeStart | Aspose.Words for .NET API 参考

    在形状枚举开始时调用.../// <summary> /// 在文档中遇到 FormField 时调用。 /// </summary> public...VisitFormField ( FormField formField ) { if ( formField . Font . Hidden...

    reference.aspose.com/words/zh/net/aspose.words/...
  3. Updating check box value dynamically in Word do...

    Hi Awais, I need to update check box dynamically. However, I cannot use the above code, as it iterates all the available checkbox fromt he document and updates it. I need to update specific check box with placeHolder, I mean, i need to update the checkbox in a table cell, based on the value of first Cell in a row. I can iterate the table and fetch values, however, unable to update it. I use below code to update the checkbox and it does not work. Please assist. Formfield FormfieldCollect =...... FormField formFieldCollect = null; for...if(paragraphChildNode instanceof FormField){ isCheckBox = true; isCheckBoxRow...

    forum.aspose.com/t/updating-check-box-value-dyn...
  4. FormFieldFacade.PageNumber returns 0 in certain...

    test.pdf (738.5 KB) Hello! I found weird behavior of FormfieldFacade.PageNumber property. Code below works fine and PageNumber equals 1: using (var pdf = new Document(@“test.pdf”)) { var pageCollection = pdf.Pages; …...Form(pdf); foreach (var formField in pdf.Form.Fields) { var...var fieldFullName = formField.FullName; var fieldfacade = form....

    forum.aspose.com/t/formfieldfacade-pagenumber-r...
  5. FormField.Name | Aspose.Words for .NET API Refe...

    Formfield property. Gets or sets the form field name in C#....FormField.Name Contents [ Hide ] FormField.Name property Gets...a collection of strings. FormField comboBox = builder . InsertComboBox...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Highlighting Form Field - Aspose.Words Product ...

    Hi, I am trying to highlight form fields in my Word document and it's not working. Below is my code snipets. Is there anything else I need to do? field(DocumentFieldName).Font.Shading.ForegroundPatternColor = System…...You currently cannot use FormField.Font properties to do highlighting...DmitryV July 7, 2017, 6:19am #3 FormField is just one of the nodes of...

    forum.aspose.com/t/highlighting-form-field/125335
  7. FormField.Type | Aspose.Words for .NET API Refe...

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

    reference.aspose.com/words/net/aspose.words.fie...
  8. Change text font of whole document using C# - A...

    Can you let me know entire code to change Font in word Document....Continue; } /// /// Called when a FormField node is encountered in the...VisitFormField(FormField formField) { ResetFont(formField.Font); return...

    forum.aspose.com/t/change-text-font-of-whole-do...
  9. VisitSpecialChar | Aspose.Words for .NET API Re...

    Called when a SpecialCharaspose.words/specialchar node is encountered in the document....<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...
  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...