Uses of Enum
org.xlsx4j.sml.STOrientation
Packages that use STOrientation
-
Uses of STOrientation in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STOrientationModifier and TypeFieldDescriptionprotected STOrientationCTCsPageSetup.orientationprotected STOrientationCTPageSetup.orientationMethods in org.xlsx4j.sml that return STOrientationModifier and TypeMethodDescriptionstatic STOrientationCTCsPageSetup.getOrientation()Gets the value of the orientation property.CTPageSetup.getOrientation()Gets the value of the orientation property.static STOrientationReturns the enum constant of this type with the specified name.static STOrientation[]STOrientation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xlsx4j.sml with parameters of type STOrientationModifier and TypeMethodDescriptionvoidCTCsPageSetup.setOrientation(STOrientation value) Sets the value of the orientation property.voidCTPageSetup.setOrientation(STOrientation value) Sets the value of the orientation property.