Skip to content

19.10

Choose a tag to compare

@WordsCloud WordsCloud released this 15 Nov 04:00

API Changes

Added API to configure borders of a Paragraph

GET, DELETE

/{paragraphPath}/borders

GET, DELETE, PUT

/{paragraphPath}/borders/{borderType}

borderType - see Aspose.Words.BorderType

Added ability to add Html Text via range api

Customer can specify type of text in

POST "/range/{startId}/{endId}"

Request example

{
  "Text": "<b>Replaced Text</b>",
  "TextType": "Html"
}

Supported TextType: Text, Html

Added "ChildNodes" property to "GET header/footer" response

Added DocSaveOption.AlwaysCompressMetafiles property

Added "nodeId" attribute to "section" element

Added support of DELETE section

DELETE /words/{name}/sections/{sectionIndex}

Added support of replace section and body via range api

Added ParagraphFormat.IsListItem property