findShape
findShape(Presentation pres, String altText) method
Find shape by alternative text in a PPTX presentation.
Parameters
Name | Type | Description |
---|---|---|
pres | Presentation | Scanned presentation. |
altText | String | Alternative text of a shape. |
Returns
Connector, GraphicalObject, SmartArtShape, Shape, Table, Ink, GeometryShape, SummaryZoomFrame, SummaryZoomSection, ZoomFrame, VideoFrame, OleObjectFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, AudioFrame, Chart, ZoomObject, LegacyDiagram
findShape(MasterHandoutSlide slide, String altText) method
Find shape by alternative text on a slide in a PPTX presentation.
Parameters
Name | Type | Description |
---|---|---|
slide | MasterHandoutSlide | Scanned slide. |
altText | String | Alternative text of a shape. |
Returns
Connector, GraphicalObject, SmartArtShape, Shape, Table, Ink, GeometryShape, SummaryZoomFrame, SummaryZoomSection, ZoomFrame, VideoFrame, OleObjectFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, AudioFrame, Chart, ZoomObject, LegacyDiagram
findShape(LayoutSlide slide, String altText) method
Find shape by alternative text on a slide in a PPTX presentation.
Parameters
Name | Type | Description |
---|---|---|
slide | LayoutSlide | Scanned slide. |
altText | String | Alternative text of a shape. |
Returns
Connector, GraphicalObject, SmartArtShape, Shape, Table, Ink, GeometryShape, SummaryZoomFrame, SummaryZoomSection, ZoomFrame, VideoFrame, OleObjectFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, AudioFrame, Chart, ZoomObject, LegacyDiagram
findShape(Slide slide, String altText) method
Find shape by alternative text on a slide in a PPTX presentation.
Parameters
Name | Type | Description |
---|---|---|
slide | Slide | Scanned slide. |
altText | String | Alternative text of a shape. |
Returns
Connector, GraphicalObject, SmartArtShape, Shape, Table, Ink, GeometryShape, SummaryZoomFrame, SummaryZoomSection, ZoomFrame, VideoFrame, OleObjectFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, AudioFrame, Chart, ZoomObject, LegacyDiagram
findShape(MasterSlide slide, String altText) method
Find shape by alternative text on a slide in a PPTX presentation.
Parameters
Name | Type | Description |
---|---|---|
slide | MasterSlide | Scanned slide. |
altText | String | Alternative text of a shape. |
Returns
Connector, GraphicalObject, SmartArtShape, Shape, Table, Ink, GeometryShape, SummaryZoomFrame, SummaryZoomSection, ZoomFrame, VideoFrame, OleObjectFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, AudioFrame, Chart, ZoomObject, LegacyDiagram
findShape(NotesSlide slide, String altText) method
Find shape by alternative text on a slide in a PPTX presentation.
Parameters
Name | Type | Description |
---|---|---|
slide | NotesSlide | Scanned slide. |
altText | String | Alternative text of a shape. |
Returns
Connector, GraphicalObject, SmartArtShape, Shape, Table, Ink, GeometryShape, SummaryZoomFrame, SummaryZoomSection, ZoomFrame, VideoFrame, OleObjectFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, AudioFrame, Chart, ZoomObject, LegacyDiagram
findShape(MasterNotesSlide slide, String altText) method
Find shape by alternative text on a slide in a PPTX presentation.
Parameters
Name | Type | Description |
---|---|---|
slide | MasterNotesSlide | Scanned slide. |
altText | String | Alternative text of a shape. |
Returns
Connector, GraphicalObject, SmartArtShape, Shape, Table, Ink, GeometryShape, SummaryZoomFrame, SummaryZoomSection, ZoomFrame, VideoFrame, OleObjectFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, AudioFrame, Chart, ZoomObject, LegacyDiagram