Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 21,193 for

form

(0.11 sec)
  1. 用C++更改数据透视表的布局|Documentation

    学习如何使用Aspose.Cells for C++以紧凑、轮廓和表格式在数据透视表中更改布局。...Show the pivot table in compact form pivotTable . ShowInCompactForm...Show the pivot table in outline form pivotTable . ShowInOutlineForm...

    docs.aspose.com/cells/zh/cpp/changing-the-layou...
  2. Import and Export Annotations to XFDF format us...

    You may import and export annotation with XFDF Format with C++ and Aspose.PDF for C++ library....format to store data such as form encoding and annotations, which...used either to send or receive form data or annotations to other...

    docs.aspose.com/pdf/cpp/import-export-xfdf/
  3. SdtListItem | Aspose.Words for Java

    This element specifies a single list item within a parent SdtType.COMBO_BOX or SdtType.DROP_DOWN_LIST structured document tag in Java....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/java/com.aspose.word...
  4. Triangulation of a Simple Polygon|Documentation

    Using Aspose.3D for .NET API, developers can triangulate a simple polygon. Any polygon can be divided into triangles. All of the operations and calculations for triangles can be piecewise applied to the polygon....from a polygon area, and then form triangles by calling Triangulate...PolygonModifier class, each of the form V{1}, V{i-1}, V{i} with the...

    docs.aspose.com/3d/net/triangulation-of-a-simpl...
  5. ImageAttach for Dynamics CRM|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platForms....record and view them on the main form. Aspose .NET ImageAttach can...The addon is provided in the form of a solution. You can download...

    docs.aspose.com/imaging/net/imageattach-for-dyn...
  6. Aspose::Words::ControlChar::Cr method | Aspose....

    Aspose::Words::ControlChar::Cr method. Carriage return character: "\x000d" or "\r". Same as ParagraphBreak in C++....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/cpp/aspose.words/con...
  7. Customize Row and Column Headers|Documentation

    This article introduces how to customzie row header and column header in GridWeb....GridWeb control to a Web Form. Access the worksheet in the...Cells.GridWeb control to a Web Form. Access the worksheet in the...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  8. Slow performance of facades FillField method - ...

    The facades FillField method is running very slow for one of my pdf Forms. Most other run quickly. I have a sample program that illustrates the problem by comparing the slow Form to a fast Form.Can you take a look and …...very slow for one of my pdf forms. Most other run quickly. I have...by comparing the slow form to a fast form.Can you take a look and...

    forum.aspose.com/t/slow-performance-of-facades-...
  9. Section.protectedForForms property | Aspose.Wor...

    Section.protectedForForms property. True if the section is protected for Forms...protected for forms. When a section is protected for forms, users can...select and modify text only in form fields in Microsoft Word. get...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 创建 AcroForm - 在 C# 中创建可填写 PDF|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET,您可以在 PDF 文件中从头开始创建表单...文档中添加表单字段 Document 类提供了一个名为 Form 的集合,帮助您管理 PDF 文档中的表单字段。 要添加表单字段:...要添加表单字段: 创建您想要添加的表单字段。 调用 Form 集合的 Add 方法。 添加 TextBoxField 以下示例演示如何添加...

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