Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 31,650 for

request

(0.13 sec)
  1. Update font properties for text in a Word docum...

    Update font properties for text in a Word document. programmatically via Cloud API....following parameters in a REST request: Parameter Name Data Type Required/Optional... Use $multipart/form-data request to combine one or more properties...

    docs.aspose.cloud/words/paragraphs/update-font-...
  2. Update properties of a Run object in a Word doc...

    Update properties of a Run object in a Word document programmatically via Cloud API....following parameters in a REST request: Parameter Name Data Type Required/Optional... Use $multipart/form-data request to combine one or more properties...

    docs.aspose.cloud/words/paragraphs/update-run/
  3. Update the border properties of a table in a Wo...

    Update the border properties of a table in a Word document programmatically via Cloud API....following parameters in a REST request: Parameter Name Data Type Required/Optional... Use $multipart/form-data request to combine one or more properties...

    docs.aspose.cloud/words/tables/update-border-pr...
  4. Aspose.Cells Cloud Web API - Add, Subtract, Mul...

    Comprehensive guide for using the Math Calculate API to perform calculations in Excel spreadsheets....0/cells/calculate/math Request Parameters: Parameter Name...} } ] Error Codes 400 Bad Request : Invalid Aspose.Cells Cloud...

    docs.aspose.cloud/cells/math-calculate/
  5. 清除Excel文件中的内部元素并生成各种格式的输出文件。

    事实上,Aspose.Cells云为清除Excel文件中的内部元素以及生成各种格式的输出文件提供了强大的支持。...Request ; using Newtonsoft.Json ; using...); var request = new PostClearObjectsRequ(); request.File = new...

    products.aspose.cloud/cells/zh/net/clear/
  6. Excel的出口对象

    Aspose.Cells Cloud REST API 有助于将工作簿及其内部对象导出为各种格式,并提供适用于多种编程语言的 SDK,包括 Android、C#、Go、Java、NodeJS、Perl、PHP、Python、Ruby 和 Swift。...Request ; using System ; using System...PostExportRequest request = new PostExportRequest(); request.File = new...

    products.aspose.cloud/cells/zh/export/
  7. Insert Comments in DOCX with Python REST API

    This article entails how to insert Comments in DOCX with Python REST API. By following this article add MS Word comments with Python REST API....start and end range Create a request to add comments using an instance...create the InsertCommentOnlineR request and use the InsertCommentOnline...

    kb.aspose.cloud/words/python/insert-comments-in...
  8. Password Protect XLSX File using Java REST API

    In this tutorial, you'll learn to password protect XLSX File using Java REST API. You can easily encrypt XLSX file using Java low code API with the help of following steps and below code for free....instance Call the postProtect request method to encrypt XLSX file...properties. After formulating the Request Message, postProtect() performs...

    kb.aspose.cloud/cells/java/password-protect-xls...
  9. Remove Password Protection From XLSX File using...

    In this tutorial, you'll learn to remove password protection from XLSX File using Java REST API. You can easily decrypt XLSX file using Java low code API with the help of following steps and below code for free....Call the deleteUnProtectWorkb request method to decrypt excel file...properties. After formulating the Request Message, deleteUnProtectWorkb()...

    kb.aspose.cloud/cells/java/remove-password-prot...
  10. Delete a row from a table in a Word document on...

    Delete a row from a table in a Word document programmatically via Cloud API....following parameters in a REST request: Parameter Name Data Type Required/Optional... Use $multipart/form-data request to combine one or more properties...

    docs.aspose.cloud/words/tables/delete-row/