{"@attributes":{"version":"2.0"},"channel":{"title":"Documentation \u2013 Document Elements","link":"https:\/\/docs.aspose.cloud\/words\/elements\/","description":"Recent content in Document Elements on Documentation","generator":"Hugo -- gohugo.io","item":[{"title":"Developer-Guide: Working with Bookmarks in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/bookmarks\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/bookmarks\/","description":"\n        \n        \n        <p>A bookmark is a named location in a Word document that allows user to quickly navigate to a specific section or text within the document. A bookmark is defined by a name and a range of text that it marks.<\/p>\n<p>The name of a bookmark is a unique identifier that is used to reference the bookmark within the document. When creating a bookmark, you can assign it a name, and then you can use that name to perform operations on the associated text.<\/p>\n<p>Aspose.Words REST API allows developers to manipulate bookmarks programmatically. The API includes several related methods:<\/p>\n<ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/bookmarks\/get\/'>Get all bookmarks in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/bookmarks\/read\/'>Get a bookmark in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/bookmarks\/update\/'>Update a bookmark in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/bookmarks\/insert\/'>Insert a bookmark into a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/bookmarks\/delete\/'>Delete a bookmark from a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/bookmarks\/delete-all\/'>Delete all bookmarks from a Word document online<\/a>\n    <\/li><\/ul>\n\n\n\n      "},{"title":"Developer-Guide: Working with comments in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/comments\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/comments\/","description":"\n        \n        \n        <p>A comment is a feature that allows users to add notes or annotations to a document. The main purpose of comments is to facilitate collaboration and communication among users working on a document, allowing them to share their thoughts and suggestions without altering the original content of the document. Comments are used to provide feedback, make suggestions, or ask questions. They can be added to specific sections of text, images, or other elements within the document.<\/p>\n<p>Aspose.Words REST API allows developers to work with comments in Word documents. The API includes several related methods:<\/p>\n<ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/comments\/add\/'>Insert a comment into a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/comments\/delete\/'>Delete a comment from a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/comments\/delete-all\/'>Delete all comments from a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/comments\/get\/'>Get a comment in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/comments\/get-all\/'>Get all comments in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/comments\/update\/'>Update a comment in a Word document online<\/a>\n    <\/li><\/ul>\n\n\n\n      "},{"title":"Developer-Guide: Working with `CustomXmlParts` in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/customxmlparts\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/customxmlparts\/","description":"\n        \n        \n        <p><code>CustomXMLParts<\/code> is a feature that allows users to store and manipulate custom XML data in a Word document. This XML data is stored separately from the main content of the document.<\/p>\n<p>One of the main uses of <code>CustomXMLParts<\/code> is to store metadata about the document, such as author information, document creation date, and keywords. This metadata can be leveraged to enhance the search and retrieval process for the document and also to offer supplementary information to users about the document&rsquo;s context and objective.<\/p>\n<p>Another use of <code>CustomXMLParts<\/code> is to store application-specific data that is not directly visible in the document. For example, an application that generates reports may use <code>CustomXMLParts<\/code> to store data about the report, such as the data source, query, and calculations used to generate the report. This data can then be used by the application to regenerate the report or to provide additional information to users.<\/p>\n<p>CustomXMLParts are also used in the context of document automation, for example in the workflow of a company, to store data for tracking and approval processes, such as the name of the person who reviewed a document, the date it was reviewed, and their comments.<\/p>\n<p>Aspose.Words REST API allows developers to work with <code>CustomXmlParts<\/code> and includes several related methods:<\/p>\n<ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/customxmlparts\/delete\/'>Delete CustomXmlParts from a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/customxmlparts\/delete-all\/'>Delete all CustomXmlParts from a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/customxmlparts\/get\/'>Get a CustomXmlPart in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/customxmlparts\/get-all\/'>Get all CustomXmlPart items in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/customxmlparts\/insert\/'>Insert a CustomXmlPart into a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/customxmlparts\/update\/'>Update a CustomXmlPart in a Word document online<\/a>\n    <\/li><\/ul>\n\n\n\n      "},{"title":"Developer-Guide: Working with document properties online","link":"https:\/\/docs.aspose.cloud\/words\/documents\/properties\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/documents\/properties\/","description":"\n        \n        \n        <ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/documents\/properties\/add-or-update\/'>Create a new or update an existing property in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/documents\/properties\/delete\/'>Delete a property from a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/documents\/properties\/get\/'>Get a property in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/documents\/properties\/get-all\/'>Get all properties in a Word document online<\/a>\n    <\/li><\/ul>\n\n\n\n      "},{"title":"Developer-Guide: Working with DrawingObjects in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/drawing-objects\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/drawing-objects\/","description":"\n        \n        \n        <p>DrawingObjects are graphic elements that are used to enhance the visual appeal of a Word document. These objects may include, but are not limited to, shapes, lines, images, and charts. They can be used to organize information, highlight important details, and make a document look more aesthetically pleasing.<\/p>\n<p>One of the most common uses for DrawingObjects in Word documents is to create flowcharts, diagrams, and other illustrations that help explain complex concepts. For example, a flowchart can be used to show the steps in a process, while a diagram can be used to depict the relationships between different elements in a system.<\/p>\n<p>In addition to the uses outlined above, DrawingObjects can also be used to create custom graphics and logos. By using a combination of shapes, lines, and images, it is possible to create a unique and professional-looking graphic that can be used to enhance the overall look and feel of the document.<\/p>\n<p>Aspose.Words REST API allows developers to work with DrawingObjects in Word documents by providing a set of functions:<\/p>\n<ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/drawing-objects\/add\/'>Insert a DrawingObject into a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/drawing-objects\/delete\/'>Delete a `DrawingObject` from a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/drawing-objects\/get\/'>Get a DrawingObject in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/drawing-objects\/get-all\/'>Get all DrawingObjects in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/drawing-objects\/get-image-data\/'>Get the image data of a DrawingObject in a Word document. online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/drawing-objects\/get-ole-file\/'>Get embedded OLE data from a DrawingObject in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/drawing-objects\/update\/'>Update a `DrawingObject` in a Word document online<\/a>\n    <\/li><\/ul>\n\n\n\n      "},{"title":"Developer-Guide: Working with fields in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/fields\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/fields\/","description":"\n        \n        \n        <p>A field in a Word document is a special type of object used to insert dynamic content into a document, such as the current date, page number, or a even piece of information from a database. Fields can be updated automatically by Word, and their contents can change depending on the context in which they are used. There are several types of fields, each with its own specific purpose: date field, page field, TOC field, cross-reference field, index field, Mail Merge field, etc. Fields can be programmatically inserted into a document and then updated to reflect the actual information.<\/p>\n<p>Aspose.Words REST API allows developers to work with fields in Word documents. The API includes several related methods:<\/p>\n<ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/fields\/add\/'>Insert a field into a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/fields\/delete\/'>Delete a field from a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/fields\/get\/'>Get a field in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/fields\/get-all\/'>Get all fields in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/fields\/remove\/'>Remove<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/fields\/update\/'>Update all field values in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/fields\/update-field-properties\/'>Update a field in a Word document online<\/a>\n    <\/li><\/ul>\n\n\n\n      "},{"title":"Developer-Guide: Working with Fonts in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/fonts\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/fonts\/","description":"\n        \n        \n        <p>A font in a Word document is a set of characters and symbols that have a specific design and style, such as the shape and size of the letters and numbers. Fonts are used to change the appearance of text in a document. A font can be changed to a different one for a selected text, for a paragraph, or for the whole document. Word documents support many types of fonts, including Serif, Sans-Serif, Monospace, and Handwriting fonts. Some fonts come pre-installed with Microsoft Word, while others can be downloaded and installed from the internet.<\/p>\n<p>Aspose.Words REST API is a powerful instrument for working with fonts in a Word document through a simple set of RESTful calls. It allows developers to change the formatting of text, including font size, color, style, and other properties. This can be useful for creating a document with a specific layout or for automating the formatting of a large number of documents.<\/p>\n<ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/fonts\/gets-the-list-of-fonts\/'>Get all fonts in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/fonts\/reset-fonts-cache\/'>Clear the font cache in a Word document online<\/a>\n    <\/li><\/ul>\n\n\n\n      "},{"title":"Developer-Guide: Working with Footnotes in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/footnotes\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/footnotes\/","description":"\n        \n        \n        <p>A footnote is a reference or additional information that appears at the bottom of a page, usually indicated by a superscript number or symbol. Footnotes are used to provide additional information or clarification about a specific point in the text without interrupting the flow of the main text. They are often used in academic or research papers, legal documents, and other forms of professional writing.<\/p>\n<p>Aspose.Words REST API provides several functions for working with footnotes in Word documents, such as adding, modifying, extracting, removing and formatting footnotes. This allows developers to easily manipulate footnotes in Word documents.<\/p>\n<ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/footnotes\/add\/'>Insert a footnote into a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/footnotes\/get\/'>Get a footnote from a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/footnotes\/get-all\/'>Get all footnotes from a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/footnotes\/remove\/'>Delete a footnote from a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/footnotes\/update\/'>Update a Footnote in a Word document online<\/a>\n    <\/li><\/ul>\n\n\n\n      "},{"title":"Developer-Guide: Working with FormFields in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/formfields\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/formfields\/","description":"\n        \n        \n        <p>A <code>FormField<\/code> is a type of field that can be used to input or display information, such as text, dates, and numbers. Formfields are often used to create forms and templates, such as legal documents, invoices, and surveys. They are typically represented by a blank space in the document that can be filled in by the user, and can have various properties such as format and validation.<\/p>\n<p>Aspose.Words REST API provides several functions for working with formfields in Word documents, such as adding, modifying, extracting, removing and formatting formfields. This allows developers to easily manipulate formfields in Word documents.<\/p>\n<ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/formfields\/add\/'>Insert a FormField into a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/formfields\/get-all\/'>Get all FormFields in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/formfields\/get\/'>Get a FormField in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/formfields\/remove\/'>Delete a `FormField` from a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/formfields\/update\/'>Update a FormField in a Word document online<\/a>\n    <\/li><\/ul>\n\n\n\n      "},{"title":"Developer-Guide: Working with Headers and Footers in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/headers-and-footers\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/headers-and-footers\/","description":"\n        \n        \n        <ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/headers-and-footers\/add\/'>Insert a HeaderFooter into a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/headers-and-footers\/delete\/'>Delete a `HeaderFooter` object from a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/headers-and-footers\/delete-all\/'>Delete all HeaderFooter objects from a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/headers-and-footers\/get\/'>Get a HeaderFooter in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/headers-and-footers\/get-of-section\/'>Get a Header\/Footer of a Section online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/headers-and-footers\/get-all\/'>Get all headers\/footers in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/headers-and-footers\/link\/'>Link headers\/footers of a section to the previous one online<\/a>\n    <\/li><\/ul>\n\n\n\n      "},{"title":"Developer-Guide: Working with Hyperlinks in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/hyperlinks\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/hyperlinks\/","description":"\n        \n        \n        <ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/hyperlinks\/get\/'>Get a hyperlink in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/hyperlinks\/get-all\/'>Get all hyperlinks in a Word document online<\/a>\n    <\/li><\/ul>\n\n\n\n      "},{"title":"Developer-Guide: Working with Lists in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/lists\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/lists\/","description":"\n        \n        \n        <ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/lists\/get\/'>Get a List in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/lists\/get-all\/'>Get all Lists in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/lists\/insert\/'>Insert a List into a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/lists\/update\/'>Update a List in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/lists\/update-level\/'>Update a list&#39;s level in a Word document online<\/a>\n    <\/li><\/ul>\n\n\n\n      "},{"title":"Developer-Guide: Working with OfficeMath objects in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/math-objects\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/math-objects\/","description":"\n        \n        \n        <ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/math-objects\/get\/'>Get an OfficeMath object in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/math-objects\/get-all\/'>Get all OfficeMath objects in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/math-objects\/remove\/'>Delete an OfficeMath object from a Word document online<\/a>\n    <\/li><\/ul>\n\n\n\n      "},{"title":"Developer-Guide: Insert page numbers into a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/insert-page-numbers\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/insert-page-numbers\/","description":"\n        \n        \n        <p>Inserts page numbers into a Word document.<\/p>\n<h2 id=\"insert-page-numbers-into-a-word-document-rest-api\">Insert page numbers 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\/put\/PageNumbers<\/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<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>pageNumber<\/code><\/td>\n<td>PageNumber<\/td>\n<td>Required<\/td>\n<td>Page number 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=\"insert-page-numbers-into-a-word-document-usage-examples\">Insert page numbers 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-page-numbers-into-a-word-document-with-curl-or-postman\">How to insert page numbers 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=InsertPageNumbersOnline.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=InsertPageNumbersOnline.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-page-numbers-into-a-word-document-in-python-java-c-c-javascript-and-other-programming-languages\">How to insert page numbers 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=InsertPageNumbersOnline.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=InsertPageNumbersOnline.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=InsertPageNumbersOnline.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=InsertPageNumbersOnline.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=InsertPageNumbersOnline.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=InsertPageNumbersOnline.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=InsertPageNumbersOnline.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=InsertPageNumbersOnline.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=InsertPageNumbersOnline.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=InsertPageNumbersOnline.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: Working with Paragraphs in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/paragraphs\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/paragraphs\/","description":"\n        \n        \n        <ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/paragraphs\/add\/'>Add a paragraph to a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/paragraphs\/add-run\/'>Insert a Run object into a paragraph in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/paragraphs\/get\/'>Get a paragraph in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/paragraphs\/get-all\/'>Get all paragraphs in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/paragraphs\/get-all-runs\/'>Get all Run objects in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/paragraphs\/get-all-formatting\/'>Get the formatting properties of a paragraph in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/paragraphs\/get-font\/'>Get font properties of a `Run` object in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/paragraphs\/get-run\/'>Get a `Run` object in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/paragraphs\/remove\/'>Delete a paragraph from a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/paragraphs\/remove-run\/'>Delete a Run object from a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/paragraphs\/update-font-properties\/'>Update font properties for text in a Word document. online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/paragraphs\/update\/'>Update the formatting properties of a paragraph in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/paragraphs\/update-run\/'>Update properties of a Run object in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/paragraphs\/lists\/'>Working with Lists in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/paragraphs\/tab-stop\/'>Working with paragraph tab stops in a Word document online<\/a>\n    <\/li><\/ul>\n\n\n\n      "},{"title":"Developer-Guide: Working with Ranges in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/range\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/range\/","description":"\n        \n        \n        <p>A Range in a Word document is a continuous sequence of text or a group of elements such as paragraphs, tables, and images. Ranges are used to indicate the part of the document on which you want to apply a particular operation, such as inserting new content or manipulating existing content. For example, you can use a Range to format text, insert a table, or apply styles to a portion of a document.<\/p>\n<p>The Range object has several properties, including: the text contained in the range, the starting and ending positions, the length in characters, and others.<\/p>\n<p>Aspose.Words REST API provides a set of functions to work with Ranges, making it easy to manipulate Word documents programmatically.<\/p>\n<ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/range\/get\/'>Get the Range text in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/range\/save\/'>Save the specified Range as a new document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/range\/remove\/'>Delete a Range from a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/range\/replace\/'>Replace a Range with text in a Word document online<\/a>\n    <\/li><\/ul>\n\n\n\n      "},{"title":"Developer-Guide: Working with Sections in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/sections\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/sections\/","description":"\n        \n        \n        <p>A section in a Microsoft Word document is a part of the document that has its own distinct formatting and page layout. Each section can have its own margins, page orientation, page background, and page borders.<\/p>\n<p>With Aspose.Words REST API, developers can easily create, modify, and manipulate sections within a Word document.<\/p>\n<ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/sections\/get-all\/'>Get all sections in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/sections\/get\/'>Get a section in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/sections\/read\/'>Get the page settings of a Section in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/sections\/update\/'>Update the page settings of a Section in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/sections\/delete\/'>Delete a section from a Word document online<\/a>\n    <\/li><\/ul>\n\n\n\n      "},{"title":"Developer-Guide: Working with Styles in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/styles\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/styles\/","description":"\n        \n        \n        <p>A style in a Word document is a predefined set of formatting options that can be applied to text, tables, paragraphs, and other document elements. Styles allow you to apply and update formatting across a document, as changes made to a style automatically apply to all elements that use that style.<\/p>\n<p>Styles are used for a variety of purposes in Word documents. They can be used to format headings, subheadings, and body text, making it easier to create a consistent, professional-looking document. They can also be used to apply specific formatting options to tables, lists, and other elements. Styles can also be used to control the layout and structure of your document, making it easier to keep your document organized and consistent. For example, you can use styles to control the spacing between paragraphs, the margins of your document, and the placement of images and other media.<\/p>\n<p>Styles in Word documents consist of several elements and properties, including font, size, color, and alignment. They can also include borders, shading, and paragraph spacing. In addition, styles can be based on other styles, allowing you to create a hierarchy of styles that can be applied to different sections or elements of your document.<\/p>\n<p>Aspose.Words REST API allows you to create, modify, and delete styles in Word documents, as well as apply styles to different elements of your document.<\/p>\n<ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/styles\/apply\/'>Apply a style to an element in a Word document. online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/styles\/copy\/'>Copy the style of the specified Word document element online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/styles\/copy-from-template\/'>Copy all styles from the source document to the target document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/styles\/read\/'>Get a style in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/styles\/get\/'>Get the style of the document element online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/styles\/get-all\/'>Get all styles in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/styles\/insert\/'>Insert a style for an element in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/styles\/update\/'>Update the style of an element in a Word document online<\/a>\n    <\/li><\/ul>\n\n\n\n      "},{"title":"Developer-Guide: Working with Tables in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/tables\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/tables\/","description":"\n        \n        \n        <p>Tables play a crucial role in organizing and presenting data in Word documents. By presenting the data in a table, readers can quickly and easily see patterns and trends that would be difficult to identify from a large set of raw data.<\/p>\n<p>This can include numerical data such as sales figures, prices, or production statistics, or categorical data such as names and addresses. When presenting this type of information in a table, it is easier for readers to compare and understand the relationships between the data. For example, in a table of sales figures, readers can easily compare the sales of different products or regions over time.<\/p>\n<p>Tables can also be useful for presenting data that is hierarchical in nature. For example, a table can be used to show the structure of an organization, with each row representing a different level of management and each column representing different departments or functional areas. This type of table helps readers to understand the relationships between different levels of the organization and the responsibilities of each department.<\/p>\n<p>In terms of structure, a table is made up of rows, columns, and cells. Rows run horizontally, columns run vertically, and cells are the intersections of rows and columns where data is stored.<\/p>\n<p>Aspose.Words REST API provides a comprehensive set of functions for working with tables, making it easy to create, modify, delete, and format tables in Word documents:<\/p>\n<ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/tables\/add-row\/'>Insert a row into a table in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/tables\/add-cell\/'>Insert a cell into a given row of a table in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/tables\/add\/'>Insert a table a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/tables\/delete-cell\/'>Delete a cell from a table in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/tables\/delete\/'>Delete a table from a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/tables\/delete-row\/'>Delete a row from a table in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/tables\/get-border\/'>Get a table border in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/tables\/get-borders\/'>Get all table borders in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/tables\/get-all\/'>Get all tables in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/tables\/get\/'>Get a table in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/tables\/get-cell\/'>Get a table cell in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/tables\/get-cell-format\/'>Get the formatting properties of a table cell in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/tables\/get-row\/'>Get table row in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/tables\/get-row-format\/'>Get the formatting properties of a table row in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/tables\/get-table-properties\/'>Get table properties in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/tables\/reset-border-properties\/'>Reset border properties of a table in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/tables\/reset-border-properties-all\/'>Reset all border properties of a table in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/tables\/update-cell-format\/'>Updates the formatting properties of a table cell in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/tables\/update-row-format\/'>Update the formatting properties of a table row in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/tables\/update-border-properties\/'>Update the border properties of a table in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/tables\/update-properties\/'>Update table properties in a Word document online<\/a>\n    <\/li><\/ul>\n\n\n\n      "},{"title":"Developer-Guide: Working with text in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/text\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/text\/","description":"\n        \n        \n        <ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/text\/search\/'>Search text in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/text\/replace\/'>Replace text in a Word document online<\/a>\n    <\/li><\/ul>\n\n\n\n      "},{"title":"Developer-Guide: Working with Watermarks in a Word document online","link":"https:\/\/docs.aspose.cloud\/words\/watermark\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/watermark\/","description":"\n        \n        \n        <p>A watermark is a background image or text that appears behind the main content of a Word document. You can use the REST API to perform various operations such as inserting a watermark into a Word document, setting the watermark text and rotation angle, and deleting an existing watermark.<\/p>\n<p>Text watermarks are words or phrases that appear as a faded background image in Word documents. They are commonly used to indicate the status of a document, such as &lsquo;Draft&rsquo;, &lsquo;Confidential&rsquo;, or &lsquo;Final&rsquo;. Text watermarks are often placed diagonally across the page, so they don&rsquo;t obstruct the main content of the document. This REST API allows you to set the font, color, size, and angle of the text watermark, making it a versatile tool for adding custom status indicators to your Word documents. With the ability to insert text watermarks programmatically, you can automate the process of marking documents with important information or status updates.<\/p>\n<p>Graphic watermarks are images that are used as a background in Word documents. They can be in the form of logos, stamps, or other graphics. Unlike text watermarks, graphic watermarks are typically used to add branding or authenticity to a document. For example, a company logo or a confidential stamp can be used as a graphic watermark to identify the document as official or confidential. Our REST API allows you to set the size, transparency, and position of the graphic watermark, making it an effective tool for adding custom branding to your Word documents.<\/p>\n<ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/watermark\/delete\/'>Delete watermark from a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/watermark\/insert-image\/'>Insert watermark image into a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/watermark\/insert-text\/'>Insert watermark text into a Word document online<\/a>\n    <\/li><\/ul>\n\n\n\n      "}]}}