FindShape

FindShape(IPresentation, string)

Form anhand alternativen Texts in einer PPTX-Präsentation finden.

public static IShape FindShape(IPresentation pres, string altText)
ParameterTypBeschreibung
presIPresentationGescannte Präsentation.
altTextStringAlternativer Text einer Form.

Rückgabewert

Form oder null.

Siehe auch


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)
ParameterTypBeschreibung
slideIBaseSlideGescannte Folie.
altTextStringAlternativer Text einer Form.

Rückgabewert

Form oder null.

Siehe auch