Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 31,668 for

request

(0.08 sec)
  1. Update a list object in an Excel worksheet|Docu...

    Use Aspose.Cells Cloud REST API to update a list object (table) in an Excel worksheet. Includes Request details, a cURL example, and SDK code samples for multiple programming languages..../listobjects/ { listObjectIndex } The request parameters are: Parameter Name...body ListObject DTO in the request body. folder string query Folder...

    docs.aspose.cloud/cells/list-objects/update/
  2. Batch Unlock|Document

    Unlock multiple Excel files in batch using Aspose.Cells Cloud REST API. Supports SDKs for C#, Java, Python, and other languages....0/cells/batch/unlock The request parameters are: Parameter Name...Description BatchLockRequest body Request body that contains the unlock...

    docs.aspose.cloud/cells/batch/unlock/
  3. Add a pivot field into pivot table|Document

    Learn how to add a pivot field to an existing pivot table using the Aspose.Cells Cloud REST API. The guide includes Request details, cURL examples, and SDK code snippets for multiple programming languages....pivotTableIndex } /PivotField Request parameters Parameter Name Type...area (e.g., Row, Column). request object body DTO that contains...

    docs.aspose.cloud/cells/pivot-tables/add-pivot-...
  4. Delete Slides|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.... Using the request methods below, you can delete...specified index. DeleteSlide Request Parameters Name Type Location...

    docs.aspose.cloud/slides/delete-slides/
  5. Page|Aspose Words Cloud Docs

    Page...Page Contents [ Hide ] Request Response Model Insert InsertPageNumbersOnl...used for insert page number request building. This class is used...

    docs.aspose.cloud/words/spec/page/
  6. Add Section Break in Word with Python REST API

    Follow this article to add section break in Word with Python REST API. You will automatically add sections to Word document with Python REST API using the Python cloud SDK....properties of the insertion request to customize the process. Prerequisite...InsertSectionOnline() method using the request object Save the output Word...

    kb.aspose.cloud/words/python/add-section-break-...
  7. Edit HTML In Swift

    Edit HTML using Swift SDK. Edit text, modify tables, add images in HTML with REST API....insertParagraphOnlin(request: insertParagraphReque); let...= try api.convertDocument(request: convertRequest); import AsposeWordsCloud...

    products.aspose.cloud/words/swift/edit/html/
  8. Edit MARKDOWN In Swift

    Edit MARKDOWN using Swift SDK. Edit text, modify tables, add images in MARKDOWN with REST API....insertParagraphOnlin(request: insertParagraphReque); let...= try api.convertDocument(request: convertRequest); import AsposeWordsCloud...

    products.aspose.cloud/words/swift/edit/markdown/
  9. Edit DOCX In Swift

    Edit DOCX using Swift SDK. Edit text, modify tables, add images in DOCX with REST API....insertParagraphOnlin(request: insertParagraphReque); let...= try api.convertDocument(request: convertRequest); import AsposeWordsCloud...

    products.aspose.cloud/words/swift/edit/docx/
  10. Edit WORD In Swift

    Edit a Word document using Swift SDK. Edit text, modify tables, add images in a Word document with REST API....insertParagraphOnlin(request: insertParagraphReque); let...= try api.convertDocument(request: convertRequest); import AsposeWordsCloud...

    products.aspose.cloud/words/swift/edit/word/