Skip to content

20.6

Choose a tag to compare

@ivan-kishchenko-aspose ivan-kishchenko-aspose released this 05 Jun 10:27
· 337 commits to release since this release

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.