接口的使用
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) 创建一个背景图片,从现有的数据流中。IBackgroundPictures.addPicture
(String filename, double left, double top, double width, double height) 从现有文件创建一个背景图片。IBackgroundPictures.addPictureInPixel
(InputStream stream, ImageType type, double left, double top, double width, double height) 从现有流创建一个背景图片。IBackgroundPictures.addPictureInPixel
(String filename, double left, double top, double width, double height) 从现有文件创建一个背景图片。IBackgroundPictures.get
(int index) 返回集合中的一个单一对象。返回集合中的一个单一对象。