接口的使用
com.grapecity.documents.excel.drawing.IBackgroundPicture
-
com.grapecity.documents.excel.drawing中IBackgroundPicture的使用
修饰符和类型方法说明IBackgroundPictures.addPicture
(InputStream stream, ImageType type, double left, double top, double width, double height) Creates a background picture from an existing stream.IBackgroundPictures.addPicture
(String filename, double left, double top, double width, double height) Creates a background picture from an existing file.IBackgroundPictures.addPictureInPixel
(InputStream stream, ImageType type, double left, double top, double width, double height) Creates a background picture from an existing stream.IBackgroundPictures.addPictureInPixel
(String filename, double left, double top, double width, double height) Creates a background picture from an existing file.IBackgroundPictures.get
(int index) Returns a single object from a collection.Returns a single object from a collection.