Uses of Enum
org.docx4j.wml.STPageBorderZOrder
Packages that use STPageBorderZOrder
-
Uses of STPageBorderZOrder in org.docx4j.wml
Fields in org.docx4j.wml declared as STPageBorderZOrderMethods in org.docx4j.wml that return STPageBorderZOrderModifier and TypeMethodDescriptionstatic STPageBorderZOrderSectPr.PgBorders.getZOrder()Gets the value of the zOrder property.static STPageBorderZOrderReturns the enum constant of this type with the specified name.static STPageBorderZOrder[]STPageBorderZOrder.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.wml with parameters of type STPageBorderZOrderModifier and TypeMethodDescriptionvoidSectPr.PgBorders.setZOrder(STPageBorderZOrder value) Sets the value of the zOrder property.