Skip to content

Releases: aspose-words-cloud/aspose-words-cloud-swift

20.7

06 Jul 08:27
Compare
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 10:27
Compare
Choose a tag to compare

API changes

  1. Added OoxmlSaveOption CompressionLevel property
  2. Added group of methods without nodePath property
    2.1 DeleteAllParagraphTabStops
    2.2 DeleteParagraphListFormat
    2.3 DeleteParagraphTabStop
    2.4 GetParagraphTabStops
    2.5 InsertOrUpdateParagraphTabStop
    2.6 InsertParagraph
    2.7 UpdateParagraphFormat
    2.8 UpdateParagraphListFormat
  3. In methods InsertOrUpdateParagraphTabStop, DeleteParagraphTabStop order of parameters has changed NodePath was moved to one position next, like if it was second before, now it's third.

20.5

13 May 06:14
Compare
Choose a tag to compare

API changes

  1. Added methods to work with Word document lists
    1.1 GetLists
    1.2 GetList
    1.3 InsertList
    1.4 UpdateList
    1.5 UpdateListLevel
  2. Added methods to work with styles
    2.1 GetStyles
    2.2 UpdateStyle
    2.3 InsertStyle
    2.4 CopyStyle
    2.5 GetStyleFromDocumentElement
    2.6 ApplyStyleToDocumentElement
  3. Added methods to work with paragraph list format
    3.1 GetParagraphListFormat
    3.2 GetParagraphListFormatWithoutNodePath
    3.3 UpdateParagraphListFormat
    3.4 DeleteParagraphListFormat
  4. Added methods to work with paragraph tab stops
    4.1 GetParagraphTabStops
    4.2 InsertOrUpdateParagraphTabStop
    4.3 DeleteAllParagraphTabStops
    4.4 DeleteParagraphTabStop
  5. Added methods to build reports
    5.1 BuildReport
    5.2 BuildReportOnline
  6. Added Shading property to ParagraphFormat

20.4

08 Apr 07:44
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

First released version of Aspose.Words Cloud SDK for Swift

17 Mar 07:20
Compare
Choose a tag to compare