Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 25,009 for

form

(2.19 sec)
  1. StructuredDocumentTag.checked property | Aspose...

    StructuredDocumentTag.checked property. Gets/Sets current state of the Checkbox SDT...structured document tag in the form of a check box. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  2. LINQ Reporting Engine Features in Java|Aspose.W...

    Learn the powerful LINQ Reporting Engine features to build a report in Java....templates based on tags that you can form using just plain text. These...the expression syntax in the form of IEnumerable<T> extension...

    docs.aspose.com/words/java/linq-reporting-engin...
  3. Unable to add text on top of the shapes - Free ...

    image.png (29.3 KB) I am unable to add text on top of the shpaes....disable the update for shape or form controls (including textbox)...modify or add text to shapes or form controls....

    forum.aspose.com/t/unable-to-add-text-on-top-of...
  4. XFA initialize JavaScript events do not fire af...

    When I load a dynamic XFA PDF and immediately save it using Aspose, all embedded JavaScript events (initialize, calculate, click, etc.) stop working in Adobe Acrobat — even if I do not modify the document. It leads to so…...PDF Product Family xfa-forms , xfa ayershovmgb July 4, 2025...how the library handles XFA forms. When you save the document...

    forum.aspose.com/t/xfa-initialize-javascript-ev...
  5. Aspose::Words::Markup::XmlMapping::get_StoreIte...

    Aspose::Words::Markup::XmlMapping::get_StoreItemId method. Specifies the custom XML data identifier for the custom XML data part which shall be used to evaluate the XPath expression in C++....document tags have IDs in the form of GUIDs. auto tag = System...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. SdtListItemCollection class | Aspose.Words for ...

    Aspose.Words.Markup.SdtListItemCollection class. Provides access to [SdtListItem](../sdtlistitem/) elements of a structured document tag...structured document tag is a form that allows the user to // select...left-clicking and opening the form in Microsoft Word. // The "ListItems"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Node.GetText | Aspose.Words for .NET

    Discover the Node GetText method to effortlessly retrieve text from a node and its child elements, enhancing your data management and development efficiency....Converting the document to text form reveals that control characters...converting a document to string form, // we can omit some of the...

    reference.aspose.com/words/net/aspose.words/nod...
  8. How to create a Shape and also edit with points...

    Here is the document for reference to know in detail edit points.zip (33.3 KB)...edit points after adding free form. //Create a new shape path ShapePath...= new Workbook(); //add free form workbook.Worksheets[0].Shapes...

    forum.aspose.com/t/how-to-create-a-shape-and-al...
  9. Extract Data from XFA Forms in Python | Aspose.PDF

    Python source code to extract data from XFA Forms in PDF file on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop....How to extract data from XFA Forms in PDF using Aspose.PDF for...need to extract data from XFA Forms in PDF? Programmatic modification...

    products.aspose.com/pdf/python-net/parser/xfa/
  10. 使用C++创建AcroForms|Aspose.PDF for C++

    本节介绍如何使用Aspose.PDF for C++从头开始在PDF文档中创建AcroForms。...类提供了一个名为Form的集合,用于管理PDF文档中的表单字段。 要添加表单字段: 创建要添加的表单字段。 调用 Form 集合的add方法。...首先,创建一个字段对象并设置其属性。 然后,将字段添加到Form集合中。 添加TextBoxField 文本字段是一个表...

    docs.aspose.com/pdf/zh/cpp/create-form/