枚举类的使用
com.grapecity.documents.excel.BackgroundImageLayout
-
com.grapecity.documents.excel中BackgroundImageLayout的使用
修饰符和类型方法说明static BackgroundImageLayout
根据指定的整数值获取对应的枚举常量。IRange.getBackgroundImageLayout()
获取单元格背景图像布局,默认为拉伸。static BackgroundImageLayout
返回带有指定名称的该类的枚举常量。static BackgroundImageLayout[]
BackgroundImageLayout.values()
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同修饰符和类型方法说明void
IRange.setBackgroundImageLayout
(BackgroundImageLayout backgroundImageLayout) 设置单元格背景图片布局。