Aspose.Slides for .NET 14.2.0 中的公共 API 和向后不兼容的更改
Contents
[
Hide
]
公共 API 和向后不兼容的更改
我们在 Aspose.Slides for .NET 14.2.0 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 中