Uses of Enum Class
org.docx4j.vml.wordprocessingDrawing.STBorderType
Packages that use STBorderType
-
Uses of STBorderType in org.docx4j.vml.wordprocessingDrawing
Fields in org.docx4j.vml.wordprocessingDrawing declared as STBorderTypeMethods in org.docx4j.vml.wordprocessingDrawing that return STBorderTypeModifier and TypeMethodDescriptionstatic STBorderTypeCTBorder.getType()Gets the value of the type property.static STBorderTypeReturns the enum constant of this class with the specified name.static STBorderType[]STBorderType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.docx4j.vml.wordprocessingDrawing with parameters of type STBorderTypeModifier and TypeMethodDescriptionvoidCTBorder.setType(STBorderType value) Sets the value of the type property.