19.10
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}