Uses of Enum
org.docx4j.vml.STStrokeJoinStyle
Packages that use STStrokeJoinStyle
-
Uses of STStrokeJoinStyle in org.docx4j.vml
Fields in org.docx4j.vml declared as STStrokeJoinStyleMethods in org.docx4j.vml that return STStrokeJoinStyleModifier and TypeMethodDescriptionstatic STStrokeJoinStyleCTStroke.getJoinstyle()Gets the value of the joinstyle property.static STStrokeJoinStyleReturns the enum constant of this type with the specified name.static STStrokeJoinStyle[]STStrokeJoinStyle.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.vml with parameters of type STStrokeJoinStyleModifier and TypeMethodDescriptionvoidCTStroke.setJoinstyle(STStrokeJoinStyle value) Sets the value of the joinstyle property. -
Uses of STStrokeJoinStyle in org.docx4j.vml.officedrawing
Fields in org.docx4j.vml.officedrawing declared as STStrokeJoinStyleMethods in org.docx4j.vml.officedrawing that return STStrokeJoinStyleModifier and TypeMethodDescriptionCTStrokeChild.getJoinstyle()Gets the value of the joinstyle property.Methods in org.docx4j.vml.officedrawing with parameters of type STStrokeJoinStyleModifier and TypeMethodDescriptionvoidCTStrokeChild.setJoinstyle(STStrokeJoinStyle value) Sets the value of the joinstyle property.