Aspose.Slides.NET
16.1.0
Aspose.Slides is a PowerPoint management library for working with Microsoft PowerPoint files without using Microsoft PowerPoint. It allows developers to work with PPT, PPS, POT, PPTX, PPSX, POTX and ODP files on ASP.NET web applications, web services and Windows applications.
See the version list below for details.
Install-Package Aspose.Slides.NET -Version 16.1.0
dotnet add package Aspose.Slides.NET --version 16.1.0
<PackageReference Include="Aspose.Slides.NET" Version="16.1.0" />
paket add Aspose.Slides.NET --version 16.1.0
Release Notes
Minor Changes
SLIDESNET-37033 - Setting custom rotation angle for textframe
SLIDESNET-34799 - Support for default automatic series colors for chart
Other Improvements and Changes
Bug Fixes
SLIDESNET-37155 - Presentation repair message on saving PPTX with mp3
SLIDESNET-37108 - ArgumentNullException on ppt presentation save
SLIDESNET-37106 - PptxReadException thrown on loading pptx
SLIDESNET-37083 - Error occurs on opening PPTX file
SLIDESNET-37080 - Missing chart category
SLIDESNET-37071 - Charts rendered incorrectly in generated PDF
SLIDESNET-37068 - Presentation loading takes too much time
SLIDESNET-37066 - PptxReadException thrown on loading pptx
SLIDESNET-37065 - PPT presentaiton can't constains more than 8 placeholders in one slide
SLIDESNET-37060 - Chart is Plotting 0 for null values
SLIDESNET-37044 - Properties set on slide master are returned as undefined
SLIDESNET-37041 - Chart rendered incorrectly on slide cloning
SLIDESNET-36995 - Empty datapoints appear while DisplayBlanksAsType.Gap is set
SLIDESNET-36986 - Application keeps executing on generating thumbnails
SLIDESNET-36957 - Setting some borders for table cells doesn't work
SLIDESNET-36936 - Wrong word wrapping in table cells
SLIDESNET-36884 - 3D bevel effects are not getting applied in generated presentation
SLIDESNET-36871 - Format exception on loading ODP presentaiton
SLIDESNET-36796 - Missing text in generated thumbnail
SLIDESNET-36670 - joinPortionsWithSameFormatting() changes font size
SLIDESNET-36638 - ArgumentOutOfRange Exception on loading presentation
SLIDESNET-36557 - Saving to PPT changes markers of bullets
SLIDESNET-36522 - Text Alignment changed on pdf export
SLIDESNET-36471 - Wrong text alignment in cells
SLIDESNET-36416 - Text Wrapping issue in exported XPS and PDF
SLIDESNET-35648 - Bullets are improperly rendered in generated thumbnails
SLIDESNET-34145 - The background image is improperly rendered in generated thumbnail
Public API Changes
Property RotationAngle has been added to IChartTextBlockFormat and ITextFrameFormat interfaces
Property RotationAngle has been added to interfaces Aspose.Slides.Charts.IChartTextBlockFormat and Aspose.Slides.ITextFrameFormat.
It specifies the custom rotation that is being applied to the text within the bounding box.
using (Presentation pres = new Presentation())
{
IChart chart = pres.Slides[0].Shapes.AddChart(ChartType.ClusteredColumn, 50, 50, 500, 300);
IChartSeries series = chart.ChartData.Series[0];
series.Labels.DefaultDataLabelFormat.ShowValue = true;
series.Labels.DefaultDataLabelFormat.TextFormat.TextBlockFormat.RotationAngle = 65;
chart.HasTitle = true;
chart.ChartTitle.AddTextFrameForOverriding("Custom title").TextFrameFormat.RotationAngle = -30;
pres.Save("out.pptx", SaveFormat.Pptx);
}
OdpException moved from Aspose.Slides.Odp to Aspose.Slides namespace
OdpException moved from Aspose.Slides.Odp to Aspose.Slides namespace.
Dependencies
This package has no dependencies.
GitHub Usage
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated | ||
---|---|---|---|---|
19.11.0 | 2,474 | 11/27/2019 | ||
19.10.0 | 5,239 | 10/29/2019 | ||
19.9.0 | 9,847 | 9/12/2019 | ||
19.8.0 | 1,784 | 8/30/2019 | ||
19.7.0 | 14,210 | 7/26/2019 | ||
19.6.0 | 3,427 | 6/25/2019 | ||
19.5.0 | 5,673 | 5/31/2019 | ||
19.4.0 | 7,766 | 4/26/2019 | ||
19.3.0 | 3,475 | 4/3/2019 | ||
19.2.0 | 8,054 | 2/28/2019 | ||
19.1.0 | 12,762 | 1/30/2019 | ||
18.12.0 | 5,670 | 12/27/2018 | ||
18.11.0 | 4,526 | 11/30/2018 | ||
18.10.0 | 17,973 | 10/30/2018 | ||
18.9.0 | 3,512 | 9/30/2018 | ||
18.8.0 | 3,815 | 8/29/2018 | ||
18.7.0 | 10,388 | 7/27/2018 | ||
18.6.0 | 15,584 | 7/1/2018 | ||
18.5.0 | 6,950 | 5/30/2018 | ||
18.4.0 | 4,235 | 5/3/2018 | ||
18.3.0 | 3,318 | 4/1/2018 | ||
18.2.1 | 9,742 | 3/7/2018 | ||
18.2.0 | 2,132 | 2/28/2018 | ||
18.1.0 | 3,547 | 1/30/2018 | ||
17.12.1 | 6,449 | 12/26/2017 | ||
17.12.0 | 866 | 12/16/2017 | ||
17.11.0 | 1,359 | 11/30/2017 | ||
17.10.0 | 5,642 | 10/31/2017 | ||
17.9.1 | 3,595 | 10/12/2017 | ||
17.9.0 | 1,575 | 10/2/2017 | ||
17.8.0 | 10,223 | 8/30/2017 | ||
17.7.0 | 6,456 | 7/31/2017 | ||
17.6.0 | 2,647 | 7/1/2017 | ||
17.5.0 | 2,073 | 5/31/2017 | ||
17.4.0 | 2,847 | 4/28/2017 | ||
17.3.0 | 3,368 | 4/2/2017 | ||
17.2.0 | 8,379 | 3/1/2017 | ||
17.1.0 | 3,225 | 1/31/2017 | ||
16.12.1 | 4,625 | 1/16/2017 | ||
16.12.0 | 1,609 | 12/27/2016 | ||
16.11.0 | 2,473 | 11/30/2016 | ||
16.10.0 | 2,447 | 11/4/2016 | ||
16.9.0 | 3,264 | 10/12/2016 | ||
16.8.0 | 2,986 | 9/27/2016 | ||
16.7.0 | 1,564 | 8/22/2016 | ||
16.6.0 | 19,810 | 7/15/2016 | ||
16.5.0 | 3,415 | 6/16/2016 | ||
16.4.0 | 3,903 | 5/16/2016 | ||
16.3.0 | 8,614 | 4/11/2016 | ||
16.2.0 | 4,321 | 3/17/2016 | ||
16.1.0 | 6,914 | 2/4/2016 | ||
15.11.0 | 10,778 | 1/11/2016 | ||
15.10.0 | 9,352 | 12/10/2015 | ||
15.9.0 | 5,913 | 11/6/2015 | ||
15.8.1 | 955 | 10/16/2015 | ||
15.8.0 | 1,262 | 10/5/2015 | ||
15.7.0 | 3,293 | 9/3/2015 | ||
15.6.0 | 8,798 | 7/22/2015 | ||
15.5.0 | 2,843 | 6/16/2015 | ||
15.4.0 | 1,857 | 5/14/2015 | ||
15.3.1 | 1,044 | 4/23/2015 | ||
15.3.0 | 701 | 4/14/2015 | ||
15.2.0 | 12,633 | 3/6/2015 | ||
15.1.0 | 1,365 | 2/3/2015 | ||
14.10.0 | 4,703 | 11/28/2014 | ||
14.9.0 | 1,536 | 11/11/2014 | ||
14.8.1 | 1,424 | 10/24/2014 | ||
14.8.0 | 665 | 10/16/2014 | ||
14.7.0 | 1,886 | 9/7/2014 | ||
14.6.0 | 1,176 | 8/6/2014 | ||
14.5.0 | 3,195 | 7/16/2014 | ||
14.4.0 | 1,793 | 6/2/2014 | ||
14.3.0 | 2,029 | 5/6/2014 | ||
14.2.0 | 1,188 | 3/24/2014 | ||
14.1.2 | 1,621 | 2/17/2014 | ||
14.1.1 | 667 | 2/10/2014 | ||
14.1.0.2 | 584 | 2/6/2014 | ||
13.12.0 | 1,524 | 12/30/2013 | ||
8.4.2 | 6,361 | 6/5/2014 | ||
8.4.1 | 1,190 | 5/6/2014 | ||
8.4.0 | 822 | 3/3/2014 | ||
8.3.0.1 | 701 | 2/3/2014 | ||
8.2.0 | 654 | 12/27/2013 | ||
8.1.0 | 5,162 | 12/16/2013 | ||
8.0.0 | 1,678 | 10/25/2013 | ||
7.9.0 | 1,046 | 10/8/2013 | ||
7.8.0 | 760 | 9/3/2013 | ||
7.7.0 | 4,134 | 8/4/2013 | ||
7.6.0 | 861 | 7/5/2013 | ||
7.5.0 | 1,068 | 5/27/2013 | ||
7.4.0 | 7,348 | 4/24/2013 | ||
7.3.0 | 858 | 4/10/2013 | ||
7.2.0 | 1,097 | 3/8/2013 | ||
7.1.0 | 3,158 | 1/28/2013 | ||
7.0.0 | 901 | 12/31/2012 | ||
6.9.0 | 822 | 12/10/2012 | ||
6.8.0 | 892 | 10/30/2012 | ||
6.7.0 | 1,250 | 10/4/2012 | ||
6.6.0 | 759 | 9/13/2012 | ||
6.5.0 | 869 | 7/27/2012 | ||
6.4.0 | 795 | 6/27/2012 | ||
6.3.0 | 721 | 5/29/2012 | ||
6.2.0 | 762 | 5/7/2012 | ||
6.1.0 | 780 | 3/28/2012 | ||
6.0.0 | 760 | 3/2/2012 | ||
5.9.0.1 | 784 | 2/16/2012 | ||
5.9.0 | 1,216 | 2/16/2012 |