Uses of Enum
org.docx4j.dml.chart.STPageSetupOrientation
Packages that use STPageSetupOrientation
-
Uses of STPageSetupOrientation in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as STPageSetupOrientationMethods in org.docx4j.dml.chart that return STPageSetupOrientationModifier and TypeMethodDescriptionstatic STPageSetupOrientationCTPageSetup.getOrientation()Gets the value of the orientation property.static STPageSetupOrientationReturns the enum constant of this type with the specified name.static STPageSetupOrientation[]STPageSetupOrientation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml.chart with parameters of type STPageSetupOrientationModifier and TypeMethodDescriptionvoidCTPageSetup.setOrientation(STPageSetupOrientation value) Sets the value of the orientation property.