Skip to content

Releases: aspose-words-cloud/aspose-words-cloud-node

20.7

06 Jul 09:56

Choose a tag to compare

API changes

  1. Added "Markdown" save format
  2. Added endpoint to update paragraph format without node path (PUT "/words/{name}/paragraphs/{index}/format")

20.6

05 Jun 09:28

Choose a tag to compare

  • 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

13 May 09:27

Choose a tag to compare

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

10 Apr 11:13

Choose a tag to compare

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

19 Mar 10:20

Choose a tag to compare

API change

  • XmlColor.Alpha isn't a required property
  • RtfSaveOptionsData.SaveImageAsWmf property is added

20.1

22 Jan 09:01

Choose a tag to compare

API changes

  1. ColorMode property has moved from SaveOptionsData to FixedPageSaveOptionsData

19.10

08 Nov 09:35

Choose a tag to compare

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

07 Oct 05:17

Choose a tag to compare

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