Uses of Enum
org.docx4j.wml.STPageBorderDisplay
Packages that use STPageBorderDisplay
-
Uses of STPageBorderDisplay in org.docx4j.wml
Fields in org.docx4j.wml declared as STPageBorderDisplayMethods in org.docx4j.wml that return STPageBorderDisplayModifier and TypeMethodDescriptionstatic STPageBorderDisplaySectPr.PgBorders.getDisplay()Gets the value of the display property.static STPageBorderDisplayReturns the enum constant of this type with the specified name.static STPageBorderDisplay[]STPageBorderDisplay.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 STPageBorderDisplayModifier and TypeMethodDescriptionvoidSectPr.PgBorders.setDisplay(STPageBorderDisplay value) Sets the value of the display property.