Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 4,297 for

body

(0.51 sec)
  1. Update an Effect in a Main Sequence|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.... effect Effect body true The data transfer object...

    docs.aspose.cloud/slides/update-an-effect-in-a-...
  2. Update Paragraphs|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.... dto Paragraph body true The data transfer object...

    docs.aspose.cloud/slides/update-paragraphs-on-a...
  3. Update picture in an Excel file|Document

    Learn how to update a picture in an Excel worksheet using Aspose.Cells Cloud REST API. This guide provides request details, a cURL example, and SDK code snippets for multiple programming languages.... picture object body JSON object that describes the...

    docs.aspose.cloud/cells/pictures/update/
  4. Delete Folder – Aspose.Cells Cloud API | Remove...

    Learn how to delete a folder (optionally recursively) from Aspose.Cells Cloud storage using the DELETE /v4.0/cells/storage/folder/{path} endpoint. Includes request syntax, parameters, sample code, and error handling....returns HTTP 200 OK with an empty body: {} Error Handling HTTP Status...

    docs.aspose.cloud/cells/delete-folder/
  5. Issue adding comments to DOCX with API/Ruby SDK...

    I cannot get either the API or Ruby SDK working when attempting to add comments to a word doc. I have tried using simple coordinates 0.0.0.0 and using the coordinates from a text search. For the Ruby SDK, I have used the…...error_info[:response_body] = e.response_body if e.respond_to?(:response_body)...(:response_body) return { success: false, error: "Upload failed:...

    forum.aspose.cloud/t/issue-adding-comments-to-d...
  6. 通过云端 Node.js SDK 向 PDF 添加表格

    使用 Node.js 和 Aspose.PDF Cloud SDK 向 PDF 文档中添加表格。... body ); console . log ( "Downloaded:...jsonTable ]); if ( resultTabs . body . code == 200 ) { console ....

    products.aspose.cloud/pdf/zh/nodejs/table/add/
  7. 通过云端 Node.js SDK 替换 PDF 中的表格

    Aspose.PDF Cloud 允许您替换 PDF 文档中的表格。查看 Node.js 源代码以替换 PDF 文件中的表格。... body ); console . log ( "Downloaded:...jsonTable ); if ( resultTabs . body . code == 200 ) { console ....

    products.aspose.cloud/pdf/zh/nodejs/table/replace/
  8. Decrypt PDF via Cloud PHP

    Aspose.PDF Cloud allows you to decrypt PDF Document. Check the PHP source code to decrypt PDF file....file_put_contents ( $outputPath , $result [ 'body' ]); echo "Downloaded: { $outputPath...$documentPassword ); if ( $response [ 'body' ][ 'code' ] == 200 ) { echo...

    products.aspose.cloud/pdf/php/decrypt/
  9. Add an OLE object in an Excel worksheet|Document

    Use Aspose.Cells Cloud REST API to add OLE objects to Excel worksheets. The API can be called directly or through SDKs for C#, Java, PHP, Ruby, Node.js, Python, Perl, and Go.... oleObject object body The OLE object definition. upperLeftRow...

    docs.aspose.cloud/cells/oleobjects/add/
  10. Import 2 Dimension String Array into Excel Work...

    Learn how to use Aspose.Cells Cloud REST API to import a two‑dimensional string array into an Excel worksheet. Includes request format, parameter details, and SDK code examples for C#, PHP, and Ruby.... Example Request Body { "Data" : [ [ "1.0" , "2.9"...

    docs.aspose.cloud/cells/import-a-2d-string-arra...