Enum Class的使用
com.grapecity.documents.excel.drawing.ImageLayout
-
com.grapecity.documents.excel.drawing中ImageLayout的使用
修饰符和类型方法说明IBackgroundPicture.getBackgroundImageLayout()
Gets a value that describes how an Image should be stretched to fill the destination rectangle.static ImageLayout
Returns the enum constant of this class with the specified name.static ImageLayout[]
ImageLayout.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明void
IBackgroundPicture.setBackgroundImageLayout
(ImageLayout value) Sets a value that describes how an Image should be stretched to fill the destination rectangle.