Enum Class的使用
com.grapecity.documents.excel.PageOrientation
-
com.grapecity.documents.excel中PageOrientation的使用
修饰符和类型方法说明static PageOrientation
PageOrientation.forValue
(int value) IPageSetup.getOrientation()
Gets aPageOrientation
value that represents the portrait orlandscape printing mode.static PageOrientation
Returns the enum constant of this class with the specified name.static PageOrientation[]
PageOrientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明void
IPageSetup.setOrientation
(PageOrientation value) Sets aPageOrientation
value that represents the portrait orlandscape printing mode.