{"@attributes":{"version":"2.0"},"channel":{"title":"Documentation \u2013 Working with Sections in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/sections\/","description":"Recent content in Working with Sections in a Word document online on Documentation","generator":"Hugo -- gohugo.io","item":[{"title":"Developer-Guide: Get all sections in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/sections\/get-all\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/sections\/get-all\/","description":"\n        \n        \n        <p>Returns all sections in a Word document.<\/p>\n<h2 id=\"get-all-sections-in-a-word-document-rest-api\">Get all sections 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\/sections<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\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-sections-in-a-word-document-usage-examples\">Get all sections 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-sections-in-a-word-document-with-curl-or-postman\">How to get all sections 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=GetSectionsOnline.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=GetSectionsOnline.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-sections-in-a-word-document-in-python-java-c-c-javascript-and-other-programming-languages\">How to get all sections 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=GetSectionsOnline.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=GetSectionsOnline.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=GetSectionsOnline.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=GetSectionsOnline.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=GetSectionsOnline.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=GetSectionsOnline.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=GetSectionsOnline.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=GetSectionsOnline.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=GetSectionsOnline.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=GetSectionsOnline.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 section in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/sections\/get\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/sections\/get\/","description":"\n        \n        \n        <p>Returns a section in a Word document.<\/p>\n<h2 id=\"get-a-section-in-a-word-document-rest-api\">Get a section 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\/sections\/{sectionIndex}<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>, where:<\/p>\n<ul>\n<li><strong><code>sectionIndex<\/code><\/strong> (required) \u2014 the index of the section.<\/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-section-in-a-word-document-usage-examples\">Get a section 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-section-in-a-word-document-with-curl-or-postman\">How to get a section 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=GetSectionOnline.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=GetSectionOnline.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-section-in-a-word-document-in-python-java-c-c-javascript-and-other-programming-languages\">How to get a section 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=GetSectionOnline.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=GetSectionOnline.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=GetSectionOnline.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=GetSectionOnline.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=GetSectionOnline.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=GetSectionOnline.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=GetSectionOnline.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=GetSectionOnline.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=GetSectionOnline.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=GetSectionOnline.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 page settings of a Section in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/sections\/read\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/sections\/read\/","description":"\n        \n        \n        <p>Returns the page settings of a Section in a Word document.<\/p>\n<h2 id=\"get-the-page-settings-of-a-section-in-a-word-document-rest-api\">Get the page settings of a Section 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\/sections\/{sectionIndex}\/pageSetup<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>, where:<\/p>\n<ul>\n<li><strong><code>sectionIndex<\/code><\/strong> (required) \u2014 the index of the section.<\/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-page-settings-of-a-section-in-a-word-document-usage-examples\">Get the page settings of a Section 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-page-settings-of-a-section-in-a-word-document-with-curl-or-postman\">How to get the page settings of a Section 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=GetSectionPageSetupOnline.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=GetSectionPageSetupOnline.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-page-settings-of-a-section-in-a-word-document-in-python-java-c-c-javascript-and-other-programming-languages\">How to get the page settings of a Section 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=GetSectionPageSetupOnline.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=GetSectionPageSetupOnline.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=GetSectionPageSetupOnline.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=GetSectionPageSetupOnline.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=GetSectionPageSetupOnline.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=GetSectionPageSetupOnline.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=GetSectionPageSetupOnline.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=GetSectionPageSetupOnline.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=GetSectionPageSetupOnline.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=GetSectionPageSetupOnline.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 the page settings of a Section in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/sections\/update\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/sections\/update\/","description":"\n        \n        \n        <p>Updates the page settings of a Section in a Word document.<\/p>\n<h2 id=\"update-the-page-settings-of-a-section-in-a-word-document-rest-api\">Update the page settings of a Section 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\/sections\/{sectionIndex}\/pageSetup<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>, where:<\/p>\n<ul>\n<li><strong><code>sectionIndex<\/code><\/strong> (required) \u2014 the index of the section.<\/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>pageSetup<\/code><\/td>\n<td>PageSetup<\/td>\n<td>Required<\/td>\n<td>Page setup properties dto.<\/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-the-page-settings-of-a-section-in-a-word-document-usage-examples\">Update the page settings of a Section 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-the-page-settings-of-a-section-in-a-word-document-with-curl-or-postman\">How to update the page settings of a Section 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=UpdateSectionPageSetupOnline.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=UpdateSectionPageSetupOnline.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-the-page-settings-of-a-section-in-a-word-document-in-python-java-c-c-javascript-and-other-programming-languages\">How to update the page settings of a Section 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=UpdateSectionPageSetupOnline.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=UpdateSectionPageSetupOnline.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=UpdateSectionPageSetupOnline.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=UpdateSectionPageSetupOnline.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=UpdateSectionPageSetupOnline.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=UpdateSectionPageSetupOnline.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=UpdateSectionPageSetupOnline.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=UpdateSectionPageSetupOnline.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=UpdateSectionPageSetupOnline.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=UpdateSectionPageSetupOnline.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 section from a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/sections\/delete\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/sections\/delete\/","description":"\n        \n        \n        <p>Deletes a section from a Word document.<\/p>\n<h2 id=\"delete-a-section-from-a-word-document-rest-api\">Delete a section 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\/sections\/{sectionIndex}<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>, where:<\/p>\n<ul>\n<li><strong><code>sectionIndex<\/code><\/strong> (required) \u2014 the index of the section.<\/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-section-from-a-word-document-usage-examples\">Delete a section 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-section-from-a-word-document-with-curl-or-postman\">How to delete a section 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=DeleteSectionOnline.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=DeleteSectionOnline.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-section-from-a-word-document-in-python-java-c-c-javascript-and-other-programming-languages\">How to delete a section 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=DeleteSectionOnline.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=DeleteSectionOnline.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=DeleteSectionOnline.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=DeleteSectionOnline.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=DeleteSectionOnline.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=DeleteSectionOnline.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=DeleteSectionOnline.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=DeleteSectionOnline.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=DeleteSectionOnline.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=DeleteSectionOnline.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      "}]}}