PresentationSlide

PresentationSlide class

表示 PowerPoint 文档幻灯片。

public class PresentationSlide : PresentationBaseSlide

特性

姓名 描述
Charts { get; } 获取演示文稿中所有图表的集合。
ImageFillFormat { get; } 获取演示文稿的图像填充格式设置。
LayoutSlide { get; } 获取此布局幻灯片PresentationSlide.
MasterSlide { get; } 获取此母版幻灯片PresentationSlide.
NotesSlide { get; } 获取此的注释幻灯片PresentationSlide.
Shapes { get; } 获取演示文稿所有形状的集合。

方法

姓名 描述
FindImages() 查找内容中的所有图像。 搜索在指定的对象中进行SearchableObjects.
FindImages(ImageSearchCriteria) 根据指定的搜索条件查找图像。 搜索在指定的对象中进行SearchableObjects.
Search() 查找内容中所有可能的水印。 搜索在指定的对象中进行SearchableObjects.
Search(SearchCriteria) 根据指定的搜索条件查找可能的水印。 搜索在指定的对象中进行SearchableObjects.

也可以看看