Aspose.Slides for .NET 14.2.0 中的公共 API 和向后不兼容的更改

公共 API 和向后不兼容的更改

已删除 Aspose.Slides.IPresentation.Write(…) 方法

这些方法仅将 Presentation 对象写入 PPTX 格式文件。新的 API 中,Presentation 类用于处理所有格式。可以使用 Presentation.Save(…) 方法将 Presentation 对象保存为所有受支持的格式。

与主题样式相关的类已移动到 Aspose.Slides.Theme 命名空间

以下类已从 Aspose.Slides 命名空间移动到 Aspose.Slides.Theme 命名空间。

  • Types ColorScheme
  • EffectStyle
  • EffectStyleCollection
  • EffectStyleCollectionEffectiveData
  • ExtraColorSchemeCollection
  • ExtraColorSchemeCollection
  • ExtraColorScheme
  • FillFormatCollection
  • FillFormatCollectionEffectiveData
  • FontScheme
  • FontSchemeEffectiveData
  • FormatScheme
  • IColorScheme
  • IEffectStyle
  • IEffectStyleCollection
  • IEffectStyleCollectionEffectiveData
  • IEffectStyleEffectiveData
  • IExtraColorScheme
  • IExtraColorSchemeCollection
  • IFillFormatCollection
  • IFillFormatCollectionEffectiveData
  • IFontScheme
  • IFontSchemeEffectiveData
  • IFormatScheme
  • ILineFormatCollection
  • ILineFormatCollectionEffectiveData

自 Aspose.Slides for .NET 8.X.0 起的更改

Aspose.Slides for .NET 8.4 的功能已添加到 Aspose.Slides for .NET 14.2.0 中