Aspose.Slides for Cloud 1.8.0 Release Notes

New Features

KeySummaryCategory
SLIDESCLOUD-189Support for setting slide background image and changing themeFeature
SLIDESCLOUD-206Themes processingFeature
SLIDESCLOUD-146Cell borders missing in the generated PDF fileBug
SLIDESCLOUD-225Incorrect text alignment in generated pdfBug

Public API Changes

  • Properties MasterSlides and LayoutSlides have been to Presentation DTO (Data Transfer Object).
  • Added property LayoutSlide to Slide DTO (Data Transfer Object).
  • Added new resource MasterSlides. It allows to GET list of all master slides in presentation. It also allows to clone master slide from another presentation via POST request and optionally apply cloned master to all existing slides.
  • Added new resource MasterSlide. It allows to GET list of child layout slides and list of depending slides.
  • Added new resource LayoutSlides. It allows to GET list of all layout slides in presentation. It also allows to clone layout slide from another presentation via POST request.
  • Added new resource LayoutSlide. It allows to GET list of depending slides and parent master slide. Master slide could be change in PUT request
  • Changing layout slide for particular slide allowed in PUT request for Slide resource.
  • Optional parameter ’layoutAlias’ allowed in POST request of Slides resource. It could be an integer layout slide index or string layout type.
  • Added new pipeline task AddLayoutSlide
  • Added new pipeline task AddMasterSlide