FindShape
FindShape(IPresentation, string)
在PPTX演示文稿中通过替代文本查找形状。
public static IShape FindShape(IPresentation pres, string altText)
参数 | 类型 | 描述 |
---|---|---|
pres | IPresentation | 扫描的演示文稿。 |
altText | String | 形状的替代文本。 |
返回值
形状或null。
另请参见
- interface IShape
- interface IPresentation
- class SlideUtil
- namespace Aspose.Slides.Util
- assembly Aspose.Slides
FindShape(IBaseSlide, string)
在PPTX演示文稿中的幻灯片上通过替代文本查找形状。
public static IShape FindShape(IBaseSlide slide, string altText)
参数 | 类型 | 描述 |
---|---|---|
slide | IBaseSlide | 扫描的幻灯片。 |
altText | String | 形状的替代文本。 |
返回值
形状或null。
另请参见
- interface IShape
- interface IBaseSlide
- class SlideUtil
- namespace Aspose.Slides.Util
- assembly Aspose.Slides