Uses of Enum Class
org.docx4j.wml.STPageOrientation
Packages that use STPageOrientation
-
Uses of STPageOrientation in org.docx4j.wml
Fields in org.docx4j.wml declared as STPageOrientationMethods in org.docx4j.wml that return STPageOrientationModifier and TypeMethodDescriptionstatic STPageOrientationSectPr.PgSz.getOrient()Gets the value of the orient property.static STPageOrientationReturns the enum constant of this class with the specified name.static STPageOrientation[]STPageOrientation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.docx4j.wml with parameters of type STPageOrientationModifier and TypeMethodDescriptionvoidSectPr.PgSz.setOrient(STPageOrientation value) Sets the value of the orient property.