Spire.Presentation 3.4.6 supports to get or set the title of the alternative text of shape

Spire.Presentation

We're pleased to announce that Spire.Presentation hotfix version 3.4.6 is release today. This version supports to get/set the title of the alternative text of shape and to get start paragraph and end paragraph of animation effects. Furthermore, it also fixes two bugs that were occurring when converting PPT and PPTX to PDF. The complete list of new features and bug fixes is given below.

New features:

  • Add AlternativeTitle property to get/set the title of the alternative text of shape.
  • string title = ppt.Slides[0].Shapes[0].AlternativeTitle;
    
  • Add StartParagraph property and EndParagraph property to get start paragraph and end paragraph of animation effects.
  • AnimationEffect anim = ppt.Slides[0].Timeline.MainSequence[0];
    TextParagraph startParagraph = anim.StartParagraph;
    TextParagraph endParagraph = anim.EndParagraph;
    

Bug fixes:

  • Fixes the issue that the chart legend added extra borders when converting PPT to PDF.
  • Fixes the issue of invalid font when converting PPTX to PDF.

Get the most recent version of Spire.Presentation 3.4.6 here:
More information of Spire.Presentation new release or hotfix: