Skip to content

Releases: aspose-words-cloud/aspose-words-cloud-dotnet

20.10

23 Oct 08:02
Compare
Choose a tag to compare
version 20.10

20.8

07 Aug 10:05
Compare
Choose a tag to compare

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.6

17 Jun 08:10
Compare
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 07:31
Compare
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
    • GetParagraphTabStops
    • InsertOrUpdateParagraphTabStop
    • DeleteAllParagraphTabStops
    • DeleteParagraphTabStop
  • Added methods to build reports
    • BuildReport
    • BuildReportOnline
  • Added Shading property to ParagraphFormat

20.4

08 Apr 10:21
Compare
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 05:42
Compare
Choose a tag to compare

API changes

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

20.1

22 Jan 07:43
Compare
Choose a tag to compare

API changes

  1. ColorMode property has moved from SaveOptionsData to FixedPageSaveOptionsData

19.12

28 Dec 05:02
Compare
Choose a tag to compare

API changes

  • Border related operations use borderType instead of index. The borderType is a string that is any name of BorderTypeEnum.
  • UploadFileRequest: renamed File property to FileContent
  • ErrorDetails: renamed Date property to ErrorDateTime

19.10

08 Nov 08:18
Compare
Choose a tag to compare

API changes

  • Added suport for .Net Standard 2.0
  • 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.1

02 Oct 07:48
Compare
Choose a tag to compare

API changes

  • 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