Enum Class的使用
com.grapecity.documents.excel.PrintErrors
-
com.grapecity.documents.excel中PrintErrors的使用
修饰符和类型方法说明static PrintErrors
PrintErrors.forValue
(int value) IPageSetup.getPrintErrors()
Gets an PrintErrors contstant specifying the type of print error displayed.final PrintErrors
PageSettings.getPrintErrors()
Returns an PrintErrors contstant specifying the type of print error displayed.static PrintErrors
Returns the enum constant of this class with the specified name.static PrintErrors[]
PrintErrors.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明void
IPageSetup.setPrintErrors
(PrintErrors value) Sets an PrintErrors contstant specifying the type of print error displayed.final void
PageSettings.setPrintErrors
(PrintErrors value) Sets an PrintErrors contstant specifying the type of print error displayed.