Releases: aspose-words-cloud/aspose-words-cloud-node
Releases · aspose-words-cloud/aspose-words-cloud-node
20.9
asposewordscloud-20.9.0 version asposewordscloud-20.9.0
20.8
Enhancements in Version 20.8
- Added new api method (PUT '/words/{name}/compatibility/optimize') which is allows to optimize the document contents as well as default Aspose.Words behavior to a particular versions of MS Word
- Added 'ApplyBaseDocumentHeadersAndFootersToAppendingDocuments' option to 'DocumentEntryList' for AppendDocument API
- WithoutNodePath methods have been removed, pass null values instead
20.7
API changes
- Added "Markdown" save format
- Added endpoint to update paragraph format without node path (PUT "/words/{name}/paragraphs/{index}/format")
20.6
- Added new methods:
- deleteAllParagraphTabStopsWithoutNodePath
- deleteParagraphTabStopWithoutNodePath
- getParagraphTabStopsWithoutNodePath
- insertOrUpdateParagraphTabStopWithoutNodePath
- insertParagraphWithoutNodePath
- updateParagraphFormatWithoutNodePath
- updateParagraphListFormatWithoutNodePath
- deleteParagraphListFormatWithoutNodePath
- DrawingObject related methods have been changed body content. Special request classes are introduced instead of strings.
- insertOrUpdateParagraphTabStop, deleteParagraphTabStop methods have been changed parameter order
- OoxmlSaveOptionsData.CompressionLevel property has been added
20.5
API changes
- Added methods to work with Word document lists
- getLists
- getList
- insertList
- updateList
- updateListLevel
- Added methods to work with styles
- getStyles
- updateStyle
- insertStyle
- copyStyle
- getStyleFromDocumentElement
- applyStyleToDocumentElement
- Added methods to work with paragraph list format
- getParagraphListFormat
- getParagraphListFormatWithoutNodePath
- updateParagraphListFormat
- deleteParagraphListFormat
- Added methods to work with paragraph tab stops
- g1etParagraphTabStops
- insertOrUpdateParagraphTabStop
- deleteAllParagraphTabStops
- deleteParagraphTabStop
- Added methods to build reports
- buildReport
- buildReportOnline
- Added Shading property to ParagraphFormat
20.4
API changes
- Added CompareOptions property to CompareData class
- Added Password property to OdtSaveOptions class
- Added Dml3DEffectsRenderingMode property to SaveOptions class
- Added UpdateLastPrintedProperty property to SaveOptions class
- Added InterpolateImages property to PdfSaveOptions class
- Added UseTargetMachineFonts property to HtmlFixedSaveOptions class
- Added some request data classes:
- RunUpdate and RunInsert
- FootnoteUpdate and FootnoteInsert
- FieldUpdate and FieldInsert
- CommentUpdate and CommentInsert
- DocumentPropertyCreateOrUpdate
20.3
API change
- XmlColor.Alpha isn't a required property
- RtfSaveOptionsData.SaveImageAsWmf property is added
20.1
API changes
- ColorMode property has moved from SaveOptionsData to FixedPageSaveOptionsData
19.10
API changes
- Added new method DeleteSection
- All border-related methods accept nodePath to paragraphs. It allows adding / editing / deleting paragraph borders.
- Added ChildNodes property to HederFooter class
- Added TextType property to ReplaceRange class
- Added AlwaysCompressMetafiles property to DocSaveOptionsData class
- Added IsListItem property to ParagraphFormat class
- Added NodeId property to SectionLink type
19.9
API changes
- Moved to Words Cloud API ver 4.0
- Made all methods respond in unified way
- Made all methods that don't respond return 204 code instead of 200
- Made all mandatory parameters be checked before API calls
- Moved all storage operations to Words Cloud API
- Made method names simpler
- Improved method documentation
- Replaced oauth2 token to JWT token for all API methods
- Added a version without nodePath parameter for a lot of methods
- Added methods to implement Words Range API
- Added TiffSaveOptionsData.ThresholdForFloydSteinbergDithering
- Added MetafileRenderingOptionsData.ScaleWmfFontsToMetafileSize
- Added DocSaveOptionsData.SavePictureBullet
- Added HtmlSaveOptionsData.ResolveFontNames
- Changed type of TextSaveOptions.ExportHeadersFootersMode property from int to enum
- Made TextSaveOptionsData.ExportHeadersFootersMode optional
- Fixed issue with nodeId, when node is in header/footer
- Deleted DestFileName property from SaveAsRequest and SaveAsTiffRequest