Search
Drawing.getPictures Method
See Also
 






Gets an iterable with all pictures in the drawing.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public Iterable<Picture> getPictures ()

 Return Value

An Iterable object that can be used to iterate the pictures in the drawing.

 See Also