枚举类的使用
com.grapecity.documents.excel.drawing.ImageLayout
-
com.grapecity.documents.excel.drawing中ImageLayout的使用
修饰符和类型方法说明IBackgroundPicture.getBackgroundImageLayout()
获取一个值,该值描述如何拉伸图像以填充目标矩形。static ImageLayout
返回带有指定名称的该类的枚举常量。static ImageLayout[]
ImageLayout.values()
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同修饰符和类型方法说明void
IBackgroundPicture.setBackgroundImageLayout
(ImageLayout value) 设置一个值,描述如何拉伸图像以填充目标矩形。