{"@attributes":{"version":"2.0"},"channel":{"title":"Documentation \u2013 Working with DrawingObjects in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/drawing-objects\/","description":"Recent content in Working with DrawingObjects in a Word document online on Documentation","generator":"Hugo -- gohugo.io","item":[{"title":"Developer-Guide: Insert a DrawingObject into a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/drawing-objects\/add\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/drawing-objects\/add\/","description":"\n        \n        \n        <p>Inserts a <code>DrawingObject<\/code> into a Word document.<\/p>\n<h2 id=\"insert-a-drawingobject-into-a-word-document-rest-api\">Insert a DrawingObject into a Word document REST API<\/h2>\n<table>\n<thead>\n<tr>\n<th>Server<\/th>\n<th>Method<\/th>\n<th>Endpoint<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>https:\/\/api.aspose.cloud\/v4.0<\/code><\/td>\n<td>PUT<\/td>\n<td><code>\/words\/online\/post\/{nodePath}\/drawingObjects<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>, where:<\/p>\n<ul>\n<li><strong><code>nodePath<\/code><\/strong> (required) \u2014 the path to the node in the document tree.<\/li>\n<\/ul>\n<p>You can use the following parameters in a REST request:<\/p>\n<table>\n<thead>\n<tr>\n<th>Parameter Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>loadEncoding<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.<\/td>\n<\/tr>\n<tr>\n<td><code>password<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don&rsquo;t recommend to use the parameter to pass a plain password for direct call of API.<\/td>\n<\/tr>\n<tr>\n<td><code>encryptedPassword<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.<\/td>\n<\/tr>\n<tr>\n<td><code>destFileName<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Result path of the document after the operation. If this parameter is omitted then result of the operation will be saved as the source document.<\/td>\n<\/tr>\n<tr>\n<td><code>revisionAuthor<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Initials of the author to use for revisions.If you set this parameter and then make some changes to the document programmatically, save the document and later open the document in MS Word you will see these changes as revisions.<\/td>\n<\/tr>\n<tr>\n<td><code>revisionDateTime<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>The date and time to use for revisions.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Use <code>$multipart\/form-data<\/code> request to combine one or more properties into a single body:<\/p>\n<table>\n<thead>\n<tr>\n<th>Property Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>document<\/code><\/td>\n<td>string(binary)<\/td>\n<td>Required<\/td>\n<td>The document.<\/td>\n<\/tr>\n<tr>\n<td><code>multipartbody<\/code><\/td>\n<td>#\/paths\/\/words\/{name}\/drawingObjects\/post\/requestBody\/content\/application\/json\/schema<\/td>\n<td>Required<\/td>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n<div class=\"alert alert-primary\" role=\"alert\">\n\n<strong>Note<\/strong>: to access this REST API, you need to register and get personal credentials. Use the &lsquo;<a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">Quick Start<\/a>&rsquo; guide to go through the procedure in a couple of minutes.\n<\/div>\n\n<h2 id=\"insert-a-drawingobject-into-a-word-document-usage-examples\">Insert a DrawingObject into a Word document usage examples<\/h2>\n<p>Let&rsquo;s look at practical examples of using the web service. You can do this both with cURL and Postman utilities, and from your code in various programming languages: Python, Java, JavaScript, C#, PHP, C++, Go, Ruby, Swift, Dart.<\/p>\n<h3 id=\"how-to-insert-a-drawingobject-into-a-word-document-with-curl-or-postman\">How to insert a DrawingObject into a Word document with cURL or Postman<\/h3>\n<p>One of the easiest and fastest ways to call a REST API is to use cURL or Postman:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-1\" checked=\"checked\" \/>\n      <label for=\"tabs-1-1\">cURL Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/8a52e648cd36d3e0a7402727561073b6.js?file=InsertDrawingObjectOnline.curl\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-2\"  \/>\n      <label for=\"tabs-1-2\">Postman Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/894866974db18d27af2a7f67dd929b6f.js?file=InsertDrawingObjectOnline.json\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h3 id=\"how-to-insert-a-drawingobject-into-a-word-document-in-python-java-c-c-javascript-and-other-programming-languages\">How to insert a DrawingObject into a Word document in Python, Java, C#, C++, JavaScript and other programming languages<\/h3>\n<p>Using SDK is the quickest way to speed up the development. Please take a look at the provided code examples to quickly call this web service from your favourite programming language:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-1\" checked=\"checked\" \/>\n      <label for=\"tabs-2-1\">Python<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e26813ced70692c544820cd8011ee7e0.js?file=InsertDrawingObjectOnline.py\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-2\"  \/>\n      <label for=\"tabs-2-2\">Java<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/caede439bfd2e57c3010befe504faff4.js?file=InsertDrawingObjectOnline.java\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-3\"  \/>\n      <label for=\"tabs-2-3\">Node.js<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/a9510e4b51613f1138e7c1ec09634c4a.js?file=InsertDrawingObjectOnline.js\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-4\"  \/>\n      <label for=\"tabs-2-4\">C#<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/374e1e3dd4bca8f696f29d913645f549.js?file=InsertDrawingObjectOnline.cs\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-5\"  \/>\n      <label for=\"tabs-2-5\">PHP<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e2a72445b96362dc0117f06ab54bb94a.js?file=InsertDrawingObjectOnline.php\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-6\"  \/>\n      <label for=\"tabs-2-6\">C&#43;&#43;<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/49aa5151a094849179bae8672c887a0e.js?file=InsertDrawingObjectOnline.cpp\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-7\"  \/>\n      <label for=\"tabs-2-7\">Go<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=config.json\"><\/script>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=InsertDrawingObjectOnline.go\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-8\"  \/>\n      <label for=\"tabs-2-8\">Ruby<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/339f3835a4c0a536c81ec941de29baf7.js?file=InsertDrawingObjectOnline.rb\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-9\"  \/>\n      <label for=\"tabs-2-9\">Swift<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/790dbd2edd5d36f170732366f52cac4c.js?file=InsertDrawingObjectOnline.swift\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-10\"  \/>\n      <label for=\"tabs-2-10\">Dart<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/6aae628cf2b878b78fea177c3171c6bf.js?file=InsertDrawingObjectOnline.dart\"><\/script>\n<\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h2 id=\"see-also\">See Also<\/h2>\n<ul>\n<li><a href=\"https:\/\/github.com\/aspose-words-cloud\">GitHub repository<\/a> \u2014 explore Aspose.Words Cloud SDK Family. These software libraries take care of all low-level document-processing details.<\/li>\n<\/ul>\n\n      "},{"title":"Developer-Guide: Delete a `DrawingObject` from a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/drawing-objects\/delete\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/drawing-objects\/delete\/","description":"\n        \n        \n        <p>Deletes a <code>DrawingObject<\/code> from a Word document.<\/p>\n<h2 id=\"delete-a-drawingobject-from-a-word-document-rest-api\">Delete a <code>DrawingObject<\/code> from a Word document REST API<\/h2>\n<table>\n<thead>\n<tr>\n<th>Server<\/th>\n<th>Method<\/th>\n<th>Endpoint<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>https:\/\/api.aspose.cloud\/v4.0<\/code><\/td>\n<td>PUT<\/td>\n<td><code>\/words\/online\/delete\/{nodePath}\/drawingObjects\/{index}<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>, where:<\/p>\n<ul>\n<li><strong><code>nodePath<\/code><\/strong> (required) \u2014 the path to the node in the document tree.<\/li>\n<li><strong><code>index<\/code><\/strong> (required) \u2014 object index.<\/li>\n<\/ul>\n<p>You can use the following parameters in a REST request:<\/p>\n<table>\n<thead>\n<tr>\n<th>Parameter Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>loadEncoding<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.<\/td>\n<\/tr>\n<tr>\n<td><code>password<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don&rsquo;t recommend to use the parameter to pass a plain password for direct call of API.<\/td>\n<\/tr>\n<tr>\n<td><code>encryptedPassword<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.<\/td>\n<\/tr>\n<tr>\n<td><code>destFileName<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Result path of the document after the operation. If this parameter is omitted then result of the operation will be saved as the source document.<\/td>\n<\/tr>\n<tr>\n<td><code>revisionAuthor<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Initials of the author to use for revisions.If you set this parameter and then make some changes to the document programmatically, save the document and later open the document in MS Word you will see these changes as revisions.<\/td>\n<\/tr>\n<tr>\n<td><code>revisionDateTime<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>The date and time to use for revisions.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Use <code>$multipart\/form-data<\/code> request to combine one or more properties into a single body:<\/p>\n<table>\n<thead>\n<tr>\n<th>Property Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>document<\/code><\/td>\n<td>string(binary)<\/td>\n<td>Required<\/td>\n<td>The document.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n<div class=\"alert alert-primary\" role=\"alert\">\n\n<strong>Note<\/strong>: to access this REST API, you need to register and get personal credentials. Use the &lsquo;<a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">Quick Start<\/a>&rsquo; guide to go through the procedure in a couple of minutes.\n<\/div>\n\n<h2 id=\"delete-a-drawingobject-from-a-word-document-usage-examples\">Delete a <code>DrawingObject<\/code> from a Word document usage examples<\/h2>\n<p>Let&rsquo;s look at practical examples of using the web service. You can do this both with cURL and Postman utilities, and from your code in various programming languages: Python, Java, JavaScript, C#, PHP, C++, Go, Ruby, Swift, Dart.<\/p>\n<h3 id=\"how-to-delete-a-drawingobject-from-a-word-document-with-curl-or-postman\">How to delete a <code>DrawingObject<\/code> from a Word document with cURL or Postman<\/h3>\n<p>One of the easiest and fastest ways to call a REST API is to use cURL or Postman:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-1\" checked=\"checked\" \/>\n      <label for=\"tabs-1-1\">cURL Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/8a52e648cd36d3e0a7402727561073b6.js?file=DeleteDrawingObjectOnline.curl\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-2\"  \/>\n      <label for=\"tabs-1-2\">Postman Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/894866974db18d27af2a7f67dd929b6f.js?file=DeleteDrawingObjectOnline.json\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h3 id=\"how-to-delete-a-drawingobject-from-a-word-document-in-python-java-c-c-javascript-and-other-programming-languages\">How to delete a <code>DrawingObject<\/code> from a Word document in Python, Java, C#, C++, JavaScript and other programming languages<\/h3>\n<p>Using SDK is the quickest way to speed up the development. Please take a look at the provided code examples to quickly call this web service from your favourite programming language:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-1\" checked=\"checked\" \/>\n      <label for=\"tabs-2-1\">Python<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e26813ced70692c544820cd8011ee7e0.js?file=DeleteDrawingObjectOnline.py\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-2\"  \/>\n      <label for=\"tabs-2-2\">Java<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/caede439bfd2e57c3010befe504faff4.js?file=DeleteDrawingObjectOnline.java\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-3\"  \/>\n      <label for=\"tabs-2-3\">Node.js<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/a9510e4b51613f1138e7c1ec09634c4a.js?file=DeleteDrawingObjectOnline.js\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-4\"  \/>\n      <label for=\"tabs-2-4\">C#<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/374e1e3dd4bca8f696f29d913645f549.js?file=DeleteDrawingObjectOnline.cs\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-5\"  \/>\n      <label for=\"tabs-2-5\">PHP<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e2a72445b96362dc0117f06ab54bb94a.js?file=DeleteDrawingObjectOnline.php\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-6\"  \/>\n      <label for=\"tabs-2-6\">C&#43;&#43;<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/49aa5151a094849179bae8672c887a0e.js?file=DeleteDrawingObjectOnline.cpp\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-7\"  \/>\n      <label for=\"tabs-2-7\">Go<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=config.json\"><\/script>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=DeleteDrawingObjectOnline.go\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-8\"  \/>\n      <label for=\"tabs-2-8\">Ruby<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/339f3835a4c0a536c81ec941de29baf7.js?file=DeleteDrawingObjectOnline.rb\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-9\"  \/>\n      <label for=\"tabs-2-9\">Swift<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/790dbd2edd5d36f170732366f52cac4c.js?file=DeleteDrawingObjectOnline.swift\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-10\"  \/>\n      <label for=\"tabs-2-10\">Dart<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/6aae628cf2b878b78fea177c3171c6bf.js?file=DeleteDrawingObjectOnline.dart\"><\/script>\n<\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h2 id=\"see-also\">See Also<\/h2>\n<ul>\n<li><a href=\"https:\/\/github.com\/aspose-words-cloud\">GitHub repository<\/a> \u2014 explore Aspose.Words Cloud SDK Family. These software libraries take care of all low-level document-processing details.<\/li>\n<\/ul>\n\n      "},{"title":"Developer-Guide: Get a DrawingObject in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/drawing-objects\/get\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/drawing-objects\/get\/","description":"\n        \n        \n        <p>Returns a <code>DrawingObject<\/code> in a Word document.<\/p>\n<h2 id=\"get-a-drawingobject-in-a-word-document-rest-api\">Get a DrawingObject in a Word document REST API<\/h2>\n<table>\n<thead>\n<tr>\n<th>Server<\/th>\n<th>Method<\/th>\n<th>Endpoint<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>https:\/\/api.aspose.cloud\/v4.0<\/code><\/td>\n<td>PUT<\/td>\n<td><code>\/words\/online\/get\/{nodePath}\/drawingObjects\/{index}<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>, where:<\/p>\n<ul>\n<li><strong><code>nodePath<\/code><\/strong> (required) \u2014 the path to the node in the document tree.<\/li>\n<li><strong><code>index<\/code><\/strong> (required) \u2014 object index.<\/li>\n<\/ul>\n<p>You can use the following parameters in a REST request:<\/p>\n<table>\n<thead>\n<tr>\n<th>Parameter Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>loadEncoding<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.<\/td>\n<\/tr>\n<tr>\n<td><code>password<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don&rsquo;t recommend to use the parameter to pass a plain password for direct call of API.<\/td>\n<\/tr>\n<tr>\n<td><code>encryptedPassword<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Use <code>$multipart\/form-data<\/code> request to combine one or more properties into a single body:<\/p>\n<table>\n<thead>\n<tr>\n<th>Property Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>document<\/code><\/td>\n<td>string(binary)<\/td>\n<td>Required<\/td>\n<td>The document.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n<div class=\"alert alert-primary\" role=\"alert\">\n\n<strong>Note<\/strong>: to access this REST API, you need to register and get personal credentials. Use the &lsquo;<a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">Quick Start<\/a>&rsquo; guide to go through the procedure in a couple of minutes.\n<\/div>\n\n<h2 id=\"get-a-drawingobject-in-a-word-document-usage-examples\">Get a DrawingObject in a Word document usage examples<\/h2>\n<p>Let&rsquo;s look at practical examples of using the web service. You can do this both with cURL and Postman utilities, and from your code in various programming languages: Python, Java, JavaScript, C#, PHP, C++, Go, Ruby, Swift, Dart.<\/p>\n<h3 id=\"how-to-get-a-drawingobject-in-a-word-document-with-curl-or-postman\">How to get a DrawingObject in a Word document with cURL or Postman<\/h3>\n<p>One of the easiest and fastest ways to call a REST API is to use cURL or Postman:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-1\" checked=\"checked\" \/>\n      <label for=\"tabs-1-1\">cURL Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/8a52e648cd36d3e0a7402727561073b6.js?file=GetDocumentDrawingObjectByIndexOnline.curl\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-2\"  \/>\n      <label for=\"tabs-1-2\">Postman Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/894866974db18d27af2a7f67dd929b6f.js?file=GetDocumentDrawingObjectByIndexOnline.json\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h3 id=\"how-to-get-a-drawingobject-in-a-word-document-in-python-java-c-c-javascript-and-other-programming-languages\">How to get a DrawingObject in a Word document in Python, Java, C#, C++, JavaScript and other programming languages<\/h3>\n<p>Using SDK is the quickest way to speed up the development. Please take a look at the provided code examples to quickly call this web service from your favourite programming language:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-1\" checked=\"checked\" \/>\n      <label for=\"tabs-2-1\">Python<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e26813ced70692c544820cd8011ee7e0.js?file=GetDocumentDrawingObjectByIndexOnline.py\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-2\"  \/>\n      <label for=\"tabs-2-2\">Java<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/caede439bfd2e57c3010befe504faff4.js?file=GetDocumentDrawingObjectByIndexOnline.java\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-3\"  \/>\n      <label for=\"tabs-2-3\">Node.js<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/a9510e4b51613f1138e7c1ec09634c4a.js?file=GetDocumentDrawingObjectByIndexOnline.js\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-4\"  \/>\n      <label for=\"tabs-2-4\">C#<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/374e1e3dd4bca8f696f29d913645f549.js?file=GetDocumentDrawingObjectByIndexOnline.cs\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-5\"  \/>\n      <label for=\"tabs-2-5\">PHP<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e2a72445b96362dc0117f06ab54bb94a.js?file=GetDocumentDrawingObjectByIndexOnline.php\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-6\"  \/>\n      <label for=\"tabs-2-6\">C&#43;&#43;<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/49aa5151a094849179bae8672c887a0e.js?file=GetDocumentDrawingObjectByIndexOnline.cpp\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-7\"  \/>\n      <label for=\"tabs-2-7\">Go<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=config.json\"><\/script>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=GetDocumentDrawingObjectByIndexOnline.go\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-8\"  \/>\n      <label for=\"tabs-2-8\">Ruby<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/339f3835a4c0a536c81ec941de29baf7.js?file=GetDocumentDrawingObjectByIndexOnline.rb\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-9\"  \/>\n      <label for=\"tabs-2-9\">Swift<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/790dbd2edd5d36f170732366f52cac4c.js?file=GetDocumentDrawingObjectByIndexOnline.swift\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-10\"  \/>\n      <label for=\"tabs-2-10\">Dart<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/6aae628cf2b878b78fea177c3171c6bf.js?file=GetDocumentDrawingObjectByIndexOnline.dart\"><\/script>\n<\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h2 id=\"see-also\">See Also<\/h2>\n<ul>\n<li><a href=\"https:\/\/github.com\/aspose-words-cloud\">GitHub repository<\/a> \u2014 explore Aspose.Words Cloud SDK Family. These software libraries take care of all low-level document-processing details.<\/li>\n<\/ul>\n\n      "},{"title":"Developer-Guide: Get all DrawingObjects in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/drawing-objects\/get-all\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/drawing-objects\/get-all\/","description":"\n        \n        \n        <p>Returns all DrawingObjects in a Word document.<\/p>\n<h2 id=\"get-all-drawingobjects-in-a-word-document-rest-api\">Get all DrawingObjects in a Word document REST API<\/h2>\n<table>\n<thead>\n<tr>\n<th>Server<\/th>\n<th>Method<\/th>\n<th>Endpoint<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>https:\/\/api.aspose.cloud\/v4.0<\/code><\/td>\n<td>PUT<\/td>\n<td><code>\/words\/online\/get\/{nodePath}\/drawingObjects<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>, where:<\/p>\n<ul>\n<li><strong><code>nodePath<\/code><\/strong> (required) \u2014 the path to the node in the document tree.<\/li>\n<\/ul>\n<p>You can use the following parameters in a REST request:<\/p>\n<table>\n<thead>\n<tr>\n<th>Parameter Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>loadEncoding<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.<\/td>\n<\/tr>\n<tr>\n<td><code>password<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don&rsquo;t recommend to use the parameter to pass a plain password for direct call of API.<\/td>\n<\/tr>\n<tr>\n<td><code>encryptedPassword<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Use <code>$multipart\/form-data<\/code> request to combine one or more properties into a single body:<\/p>\n<table>\n<thead>\n<tr>\n<th>Property Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>document<\/code><\/td>\n<td>string(binary)<\/td>\n<td>Required<\/td>\n<td>The document.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n<div class=\"alert alert-primary\" role=\"alert\">\n\n<strong>Note<\/strong>: to access this REST API, you need to register and get personal credentials. Use the &lsquo;<a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">Quick Start<\/a>&rsquo; guide to go through the procedure in a couple of minutes.\n<\/div>\n\n<h2 id=\"get-all-drawingobjects-in-a-word-document-usage-examples\">Get all DrawingObjects in a Word document usage examples<\/h2>\n<p>Let&rsquo;s look at practical examples of using the web service. You can do this both with cURL and Postman utilities, and from your code in various programming languages: Python, Java, JavaScript, C#, PHP, C++, Go, Ruby, Swift, Dart.<\/p>\n<h3 id=\"how-to-get-all-drawingobjects-in-a-word-document-with-curl-or-postman\">How to get all DrawingObjects in a Word document with cURL or Postman<\/h3>\n<p>One of the easiest and fastest ways to call a REST API is to use cURL or Postman:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-1\" checked=\"checked\" \/>\n      <label for=\"tabs-1-1\">cURL Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/8a52e648cd36d3e0a7402727561073b6.js?file=GetDocumentDrawingObjectsOnline.curl\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-2\"  \/>\n      <label for=\"tabs-1-2\">Postman Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/894866974db18d27af2a7f67dd929b6f.js?file=GetDocumentDrawingObjectsOnline.json\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h3 id=\"how-to-get-all-drawingobjects-in-a-word-document-in-python-java-c-c-javascript-and-other-programming-languages\">How to get all DrawingObjects in a Word document in Python, Java, C#, C++, JavaScript and other programming languages<\/h3>\n<p>Using SDK is the quickest way to speed up the development. Please take a look at the provided code examples to quickly call this web service from your favourite programming language:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-1\" checked=\"checked\" \/>\n      <label for=\"tabs-2-1\">Python<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e26813ced70692c544820cd8011ee7e0.js?file=GetDocumentDrawingObjectsOnline.py\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-2\"  \/>\n      <label for=\"tabs-2-2\">Java<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/caede439bfd2e57c3010befe504faff4.js?file=GetDocumentDrawingObjectsOnline.java\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-3\"  \/>\n      <label for=\"tabs-2-3\">Node.js<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/a9510e4b51613f1138e7c1ec09634c4a.js?file=GetDocumentDrawingObjectsOnline.js\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-4\"  \/>\n      <label for=\"tabs-2-4\">C#<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/374e1e3dd4bca8f696f29d913645f549.js?file=GetDocumentDrawingObjectsOnline.cs\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-5\"  \/>\n      <label for=\"tabs-2-5\">PHP<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e2a72445b96362dc0117f06ab54bb94a.js?file=GetDocumentDrawingObjectsOnline.php\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-6\"  \/>\n      <label for=\"tabs-2-6\">C&#43;&#43;<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/49aa5151a094849179bae8672c887a0e.js?file=GetDocumentDrawingObjectsOnline.cpp\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-7\"  \/>\n      <label for=\"tabs-2-7\">Go<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=config.json\"><\/script>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=GetDocumentDrawingObjectsOnline.go\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-8\"  \/>\n      <label for=\"tabs-2-8\">Ruby<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/339f3835a4c0a536c81ec941de29baf7.js?file=GetDocumentDrawingObjectsOnline.rb\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-9\"  \/>\n      <label for=\"tabs-2-9\">Swift<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/790dbd2edd5d36f170732366f52cac4c.js?file=GetDocumentDrawingObjectsOnline.swift\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-10\"  \/>\n      <label for=\"tabs-2-10\">Dart<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/6aae628cf2b878b78fea177c3171c6bf.js?file=GetDocumentDrawingObjectsOnline.dart\"><\/script>\n<\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h2 id=\"see-also\">See Also<\/h2>\n<ul>\n<li><a href=\"https:\/\/github.com\/aspose-words-cloud\">GitHub repository<\/a> \u2014 explore Aspose.Words Cloud SDK Family. These software libraries take care of all low-level document-processing details.<\/li>\n<\/ul>\n\n      "},{"title":"Developer-Guide: Get the image data of a DrawingObject in a Word document. online","link":"https:\/\/docs.aspose.cloud\/words\/drawing-objects\/get-image-data\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/drawing-objects\/get-image-data\/","description":"\n        \n        \n        <p>Returns the image data of a <code>DrawingObject<\/code> in a Word document.<\/p>\n<h2 id=\"get-the-image-data-of-a-drawingobject-in-a-word-document-rest-api\">Get the image data of a DrawingObject in a Word document REST API<\/h2>\n<table>\n<thead>\n<tr>\n<th>Server<\/th>\n<th>Method<\/th>\n<th>Endpoint<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>https:\/\/api.aspose.cloud\/v4.0<\/code><\/td>\n<td>PUT<\/td>\n<td><code>\/words\/online\/get\/{nodePath}\/drawingObjects\/{index}\/imageData<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>, where:<\/p>\n<ul>\n<li><strong><code>nodePath<\/code><\/strong> (required) \u2014 the path to the node in the document tree.<\/li>\n<li><strong><code>index<\/code><\/strong> (required) \u2014 object index.<\/li>\n<\/ul>\n<p>You can use the following parameters in a REST request:<\/p>\n<table>\n<thead>\n<tr>\n<th>Parameter Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>loadEncoding<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.<\/td>\n<\/tr>\n<tr>\n<td><code>password<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don&rsquo;t recommend to use the parameter to pass a plain password for direct call of API.<\/td>\n<\/tr>\n<tr>\n<td><code>encryptedPassword<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Use <code>$multipart\/form-data<\/code> request to combine one or more properties into a single body:<\/p>\n<table>\n<thead>\n<tr>\n<th>Property Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>document<\/code><\/td>\n<td>string(binary)<\/td>\n<td>Required<\/td>\n<td>The document.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n<div class=\"alert alert-primary\" role=\"alert\">\n\n<strong>Note<\/strong>: to access this REST API, you need to register and get personal credentials. Use the &lsquo;<a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">Quick Start<\/a>&rsquo; guide to go through the procedure in a couple of minutes.\n<\/div>\n\n<h2 id=\"get-the-image-data-of-a-drawingobject-in-a-word-document-usage-examples\">Get the image data of a DrawingObject in a Word document usage examples<\/h2>\n<p>Let&rsquo;s look at practical examples of using the web service. You can do this both with cURL and Postman utilities, and from your code in various programming languages: Python, Java, JavaScript, C#, PHP, C++, Go, Ruby, Swift, Dart.<\/p>\n<h3 id=\"how-to-get-the-image-data-of-a-drawingobject-in-a-word-document-with-curl-or-postman\">How to get the image data of a DrawingObject in a Word document with cURL or Postman<\/h3>\n<p>One of the easiest and fastest ways to call a REST API is to use cURL or Postman:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-1\" checked=\"checked\" \/>\n      <label for=\"tabs-1-1\">cURL Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/8a52e648cd36d3e0a7402727561073b6.js?file=GetDocumentDrawingObjectImageDataOnline.curl\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-2\"  \/>\n      <label for=\"tabs-1-2\">Postman Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/894866974db18d27af2a7f67dd929b6f.js?file=GetDocumentDrawingObjectImageDataOnline.json\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h3 id=\"how-to-get-the-image-data-of-a-drawingobject-in-a-word-document-in-python-java-c-c-javascript-and-other-programming-languages\">How to get the image data of a DrawingObject in a Word document in Python, Java, C#, C++, JavaScript and other programming languages<\/h3>\n<p>Using SDK is the quickest way to speed up the development. Please take a look at the provided code examples to quickly call this web service from your favourite programming language:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-1\" checked=\"checked\" \/>\n      <label for=\"tabs-2-1\">Python<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e26813ced70692c544820cd8011ee7e0.js?file=GetDocumentDrawingObjectImageDataOnline.py\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-2\"  \/>\n      <label for=\"tabs-2-2\">Java<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/caede439bfd2e57c3010befe504faff4.js?file=GetDocumentDrawingObjectImageDataOnline.java\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-3\"  \/>\n      <label for=\"tabs-2-3\">Node.js<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/a9510e4b51613f1138e7c1ec09634c4a.js?file=GetDocumentDrawingObjectImageDataOnline.js\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-4\"  \/>\n      <label for=\"tabs-2-4\">C#<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/374e1e3dd4bca8f696f29d913645f549.js?file=GetDocumentDrawingObjectImageDataOnline.cs\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-5\"  \/>\n      <label for=\"tabs-2-5\">PHP<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e2a72445b96362dc0117f06ab54bb94a.js?file=GetDocumentDrawingObjectImageDataOnline.php\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-6\"  \/>\n      <label for=\"tabs-2-6\">C&#43;&#43;<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/49aa5151a094849179bae8672c887a0e.js?file=GetDocumentDrawingObjectImageDataOnline.cpp\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-7\"  \/>\n      <label for=\"tabs-2-7\">Go<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=config.json\"><\/script>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=GetDocumentDrawingObjectImageDataOnline.go\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-8\"  \/>\n      <label for=\"tabs-2-8\">Ruby<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/339f3835a4c0a536c81ec941de29baf7.js?file=GetDocumentDrawingObjectImageDataOnline.rb\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-9\"  \/>\n      <label for=\"tabs-2-9\">Swift<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/790dbd2edd5d36f170732366f52cac4c.js?file=GetDocumentDrawingObjectImageDataOnline.swift\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-10\"  \/>\n      <label for=\"tabs-2-10\">Dart<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/6aae628cf2b878b78fea177c3171c6bf.js?file=GetDocumentDrawingObjectImageDataOnline.dart\"><\/script>\n<\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h2 id=\"see-also\">See Also<\/h2>\n<ul>\n<li><a href=\"https:\/\/github.com\/aspose-words-cloud\">GitHub repository<\/a> \u2014 explore Aspose.Words Cloud SDK Family. These software libraries take care of all low-level document-processing details.<\/li>\n<\/ul>\n\n      "},{"title":"Developer-Guide: Get embedded OLE data from a DrawingObject in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/drawing-objects\/get-ole-file\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/drawing-objects\/get-ole-file\/","description":"\n        \n        \n        <p>Returns embedded <code>OLE<\/code> data from a <code>DrawingObject<\/code> in a Word document.<\/p>\n<h2 id=\"get-embedded-ole-data-from-a-drawingobject-in-a-word-document-rest-api\">Get embedded OLE data from a DrawingObject in a Word document REST API<\/h2>\n<table>\n<thead>\n<tr>\n<th>Server<\/th>\n<th>Method<\/th>\n<th>Endpoint<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>https:\/\/api.aspose.cloud\/v4.0<\/code><\/td>\n<td>PUT<\/td>\n<td><code>\/words\/online\/get\/{nodePath}\/drawingObjects\/{index}\/oleData<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>, where:<\/p>\n<ul>\n<li><strong><code>nodePath<\/code><\/strong> (required) \u2014 the path to the node in the document tree.<\/li>\n<li><strong><code>index<\/code><\/strong> (required) \u2014 object index.<\/li>\n<\/ul>\n<p>You can use the following parameters in a REST request:<\/p>\n<table>\n<thead>\n<tr>\n<th>Parameter Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>loadEncoding<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.<\/td>\n<\/tr>\n<tr>\n<td><code>password<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don&rsquo;t recommend to use the parameter to pass a plain password for direct call of API.<\/td>\n<\/tr>\n<tr>\n<td><code>encryptedPassword<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Use <code>$multipart\/form-data<\/code> request to combine one or more properties into a single body:<\/p>\n<table>\n<thead>\n<tr>\n<th>Property Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>document<\/code><\/td>\n<td>string(binary)<\/td>\n<td>Required<\/td>\n<td>The document.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n<div class=\"alert alert-primary\" role=\"alert\">\n\n<strong>Note<\/strong>: to access this REST API, you need to register and get personal credentials. Use the &lsquo;<a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">Quick Start<\/a>&rsquo; guide to go through the procedure in a couple of minutes.\n<\/div>\n\n<h2 id=\"get-embedded-ole-data-from-a-drawingobject-in-a-word-document-usage-examples\">Get embedded OLE data from a DrawingObject in a Word document usage examples<\/h2>\n<p>Let&rsquo;s look at practical examples of using the web service. You can do this both with cURL and Postman utilities, and from your code in various programming languages: Python, Java, JavaScript, C#, PHP, C++, Go, Ruby, Swift, Dart.<\/p>\n<h3 id=\"how-to-get-embedded-ole-data-from-a-drawingobject-in-a-word-document-with-curl-or-postman\">How to get embedded OLE data from a DrawingObject in a Word document with cURL or Postman<\/h3>\n<p>One of the easiest and fastest ways to call a REST API is to use cURL or Postman:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-1\" checked=\"checked\" \/>\n      <label for=\"tabs-1-1\">cURL Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/8a52e648cd36d3e0a7402727561073b6.js?file=GetDocumentDrawingObjectOleDataOnline.curl\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-2\"  \/>\n      <label for=\"tabs-1-2\">Postman Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/894866974db18d27af2a7f67dd929b6f.js?file=GetDocumentDrawingObjectOleDataOnline.json\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h3 id=\"how-to-get-embedded-ole-data-from-a-drawingobject-in-a-word-document-in-python-java-c-c-javascript-and-other-programming-languages\">How to get embedded OLE data from a DrawingObject in a Word document in Python, Java, C#, C++, JavaScript and other programming languages<\/h3>\n<p>Using SDK is the quickest way to speed up the development. Please take a look at the provided code examples to quickly call this web service from your favourite programming language:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-1\" checked=\"checked\" \/>\n      <label for=\"tabs-2-1\">Python<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e26813ced70692c544820cd8011ee7e0.js?file=GetDocumentDrawingObjectOleDataOnline.py\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-2\"  \/>\n      <label for=\"tabs-2-2\">Java<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/caede439bfd2e57c3010befe504faff4.js?file=GetDocumentDrawingObjectOleDataOnline.java\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-3\"  \/>\n      <label for=\"tabs-2-3\">Node.js<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/a9510e4b51613f1138e7c1ec09634c4a.js?file=GetDocumentDrawingObjectOleDataOnline.js\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-4\"  \/>\n      <label for=\"tabs-2-4\">C#<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/374e1e3dd4bca8f696f29d913645f549.js?file=GetDocumentDrawingObjectOleDataOnline.cs\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-5\"  \/>\n      <label for=\"tabs-2-5\">PHP<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e2a72445b96362dc0117f06ab54bb94a.js?file=GetDocumentDrawingObjectOleDataOnline.php\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-6\"  \/>\n      <label for=\"tabs-2-6\">C&#43;&#43;<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/49aa5151a094849179bae8672c887a0e.js?file=GetDocumentDrawingObjectOleDataOnline.cpp\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-7\"  \/>\n      <label for=\"tabs-2-7\">Go<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=config.json\"><\/script>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=GetDocumentDrawingObjectOleDataOnline.go\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-8\"  \/>\n      <label for=\"tabs-2-8\">Ruby<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/339f3835a4c0a536c81ec941de29baf7.js?file=GetDocumentDrawingObjectOleDataOnline.rb\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-9\"  \/>\n      <label for=\"tabs-2-9\">Swift<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/790dbd2edd5d36f170732366f52cac4c.js?file=GetDocumentDrawingObjectOleDataOnline.swift\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-10\"  \/>\n      <label for=\"tabs-2-10\">Dart<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/6aae628cf2b878b78fea177c3171c6bf.js?file=GetDocumentDrawingObjectOleDataOnline.dart\"><\/script>\n<\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h2 id=\"see-also\">See Also<\/h2>\n<ul>\n<li><a href=\"https:\/\/github.com\/aspose-words-cloud\">GitHub repository<\/a> \u2014 explore Aspose.Words Cloud SDK Family. These software libraries take care of all low-level document-processing details.<\/li>\n<\/ul>\n\n      "},{"title":"Developer-Guide: Update a `DrawingObject` in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/drawing-objects\/update\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/drawing-objects\/update\/","description":"\n        \n        \n        <p>Updates a <code>DrawingObject<\/code> in a Word document.<\/p>\n<h2 id=\"update-a-drawingobject-in-a-word-document-rest-api\">Update a <code>DrawingObject<\/code> in a Word document REST API<\/h2>\n<table>\n<thead>\n<tr>\n<th>Server<\/th>\n<th>Method<\/th>\n<th>Endpoint<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>https:\/\/api.aspose.cloud\/v4.0<\/code><\/td>\n<td>PUT<\/td>\n<td><code>\/words\/online\/put\/{nodePath}\/drawingObjects\/{index}<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>, where:<\/p>\n<ul>\n<li><strong><code>nodePath<\/code><\/strong> (required) \u2014 the path to the node in the document tree.<\/li>\n<li><strong><code>index<\/code><\/strong> (required) \u2014 object index.<\/li>\n<\/ul>\n<p>You can use the following parameters in a REST request:<\/p>\n<table>\n<thead>\n<tr>\n<th>Parameter Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>loadEncoding<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.<\/td>\n<\/tr>\n<tr>\n<td><code>password<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don&rsquo;t recommend to use the parameter to pass a plain password for direct call of API.<\/td>\n<\/tr>\n<tr>\n<td><code>encryptedPassword<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.<\/td>\n<\/tr>\n<tr>\n<td><code>destFileName<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Result path of the document after the operation. If this parameter is omitted then result of the operation will be saved as the source document.<\/td>\n<\/tr>\n<tr>\n<td><code>revisionAuthor<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Initials of the author to use for revisions.If you set this parameter and then make some changes to the document programmatically, save the document and later open the document in MS Word you will see these changes as revisions.<\/td>\n<\/tr>\n<tr>\n<td><code>revisionDateTime<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>The date and time to use for revisions.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Use <code>$multipart\/form-data<\/code> request to combine one or more properties into a single body:<\/p>\n<table>\n<thead>\n<tr>\n<th>Property Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>document<\/code><\/td>\n<td>string(binary)<\/td>\n<td>Required<\/td>\n<td>The document.<\/td>\n<\/tr>\n<tr>\n<td><code>multipartbody<\/code><\/td>\n<td>#\/paths\/\/words\/{name}\/drawingObjects\/{index}\/post\/requestBody\/content\/application\/json\/schema<\/td>\n<td>Required<\/td>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n<div class=\"alert alert-primary\" role=\"alert\">\n\n<strong>Note<\/strong>: to access this REST API, you need to register and get personal credentials. Use the &lsquo;<a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">Quick Start<\/a>&rsquo; guide to go through the procedure in a couple of minutes.\n<\/div>\n\n<h2 id=\"update-a-drawingobject-in-a-word-document-usage-examples\">Update a <code>DrawingObject<\/code> in a Word document usage examples<\/h2>\n<p>Let&rsquo;s look at practical examples of using the web service. You can do this both with cURL and Postman utilities, and from your code in various programming languages: Python, Java, JavaScript, C#, PHP, C++, Go, Ruby, Swift, Dart.<\/p>\n<h3 id=\"how-to-update-a-drawingobject-in-a-word-document-with-curl-or-postman\">How to update a <code>DrawingObject<\/code> in a Word document with cURL or Postman<\/h3>\n<p>One of the easiest and fastest ways to call a REST API is to use cURL or Postman:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-1\" checked=\"checked\" \/>\n      <label for=\"tabs-1-1\">cURL Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/8a52e648cd36d3e0a7402727561073b6.js?file=UpdateDrawingObjectOnline.curl\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-2\"  \/>\n      <label for=\"tabs-1-2\">Postman Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/894866974db18d27af2a7f67dd929b6f.js?file=UpdateDrawingObjectOnline.json\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h3 id=\"how-to-update-a-drawingobject-in-a-word-document-in-python-java-c-c-javascript-and-other-programming-languages\">How to update a <code>DrawingObject<\/code> in a Word document in Python, Java, C#, C++, JavaScript and other programming languages<\/h3>\n<p>Using SDK is the quickest way to speed up the development. Please take a look at the provided code examples to quickly call this web service from your favourite programming language:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-1\" checked=\"checked\" \/>\n      <label for=\"tabs-2-1\">Python<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e26813ced70692c544820cd8011ee7e0.js?file=UpdateDrawingObjectOnline.py\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-2\"  \/>\n      <label for=\"tabs-2-2\">Java<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/caede439bfd2e57c3010befe504faff4.js?file=UpdateDrawingObjectOnline.java\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-3\"  \/>\n      <label for=\"tabs-2-3\">Node.js<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/a9510e4b51613f1138e7c1ec09634c4a.js?file=UpdateDrawingObjectOnline.js\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-4\"  \/>\n      <label for=\"tabs-2-4\">C#<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/374e1e3dd4bca8f696f29d913645f549.js?file=UpdateDrawingObjectOnline.cs\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-5\"  \/>\n      <label for=\"tabs-2-5\">PHP<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e2a72445b96362dc0117f06ab54bb94a.js?file=UpdateDrawingObjectOnline.php\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-6\"  \/>\n      <label for=\"tabs-2-6\">C&#43;&#43;<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/49aa5151a094849179bae8672c887a0e.js?file=UpdateDrawingObjectOnline.cpp\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-7\"  \/>\n      <label for=\"tabs-2-7\">Go<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=config.json\"><\/script>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=UpdateDrawingObjectOnline.go\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-8\"  \/>\n      <label for=\"tabs-2-8\">Ruby<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/339f3835a4c0a536c81ec941de29baf7.js?file=UpdateDrawingObjectOnline.rb\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-9\"  \/>\n      <label for=\"tabs-2-9\">Swift<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/790dbd2edd5d36f170732366f52cac4c.js?file=UpdateDrawingObjectOnline.swift\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-10\"  \/>\n      <label for=\"tabs-2-10\">Dart<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/6aae628cf2b878b78fea177c3171c6bf.js?file=UpdateDrawingObjectOnline.dart\"><\/script>\n<\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h2 id=\"see-also\">See Also<\/h2>\n<ul>\n<li><a href=\"https:\/\/github.com\/aspose-words-cloud\">GitHub repository<\/a> \u2014 explore Aspose.Words Cloud SDK Family. These software libraries take care of all low-level document-processing details.<\/li>\n<\/ul>\n\n      "}]}}