FindShape

FindShape(IPresentation, string)

Find shape by alternative text in a PPTX presentation.

public static IShape FindShape(IPresentation pres, string altText)
ParameterTypeDescription
presIPresentationScanned presentation.
altTextStringAlternative text of a shape.

Return Value

Shape or null.

See Also


FindShape(IBaseSlide, string)

Find shape by alternative text on a slide in a PPTX presentation.

public static IShape FindShape(IBaseSlide slide, string altText)
ParameterTypeDescription
slideIBaseSlideScanned slide.
altTextStringAlternative text of a shape.

Return Value

Shape or null.

See Also