FindShape
FindShape(IPresentation, string)
Form anhand von alternativem Text in einer PPTX-Präsentation finden.
public static IShape FindShape(IPresentation pres, string altText)
| Parameter | Typ | Beschreibung | 
|---|---|---|
| pres | IPresentation | Durchsuchte Präsentation. | 
| altText | String | Alternativtext einer Form. | 
Rückgabewert
Form oder null.
Siehe auch
- Schnittstelle IShape
- Schnittstelle IPresentation
- Klasse SlideUtil
- Namespace Aspose.Slides.Util
- Assembly Aspose.Slides
FindShape(IBaseSlide, string)
Form anhand von alternativem Text auf einer Folie in einer PPTX-Präsentation finden.
public static IShape FindShape(IBaseSlide slide, string altText)
| Parameter | Typ | Beschreibung | 
|---|---|---|
| slide | IBaseSlide | Durchsuchte Folie. | 
| altText | String | Alternativtext einer Form. | 
Rückgabewert
Form oder null.
Siehe auch
- Schnittstelle IShape
- Schnittstelle IBaseSlide
- Klasse SlideUtil
- Namespace Aspose.Slides.Util
- Assembly Aspose.Slides