FindShape
FindShape(IPresentation, string)
Form anhand alternativen Texts in einer PPTX-Präsentation finden.
public static IShape FindShape(IPresentation pres, string altText)
Parameter | Typ | Beschreibung |
---|---|---|
pres | IPresentation | Gescannte Präsentation. |
altText | String | Alternativer Text einer Form. |
Rückgabewert
Form oder null.
Siehe auch
- interface IShape
- interface IPresentation
- class SlideUtil
- namensraum Aspose.Slides.Util
- Montage Aspose.Slides
FindShape(IBaseSlide, string)
Finden Sie Formen anhand von alternativem Text auf einer Folie in einer PPTX-Präsentation.
public static IShape FindShape(IBaseSlide slide, string altText)
Parameter | Typ | Beschreibung |
---|---|---|
slide | IBaseSlide | Gescannte Folie. |
altText | String | Alternativer Text einer Form. |
Rückgabewert
Form oder null.
Siehe auch
- interface IShape
- interface IBaseSlide
- class SlideUtil
- namensraum Aspose.Slides.Util
- Montage Aspose.Slides