Enum Class的使用
com.grapecity.documents.excel.PrintQuality
-
com.grapecity.documents.excel中PrintQuality的使用
修饰符和类型方法说明static PrintQuality
PrintQuality.forValue
(int value) IPageSetup.getPrintQuality()
Gets aPrintQuality
value that represents the print quality ofthis page.static PrintQuality
Returns the enum constant of this class with the specified name.static PrintQuality[]
PrintQuality.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明void
IPageSetup.setPrintQuality
(PrintQuality value) Sets aPrintQuality
value that represents the print quality of thispage.