Uses of Class
org.docx4j.vml.STStrokeJoinStyle
| Package | Description |
|---|---|
| org.docx4j.vml | |
| org.docx4j.vml.officedrawing |
-
Uses of STStrokeJoinStyle in org.docx4j.vml
Fields in org.docx4j.vml declared as STStrokeJoinStyle Modifier and Type Field Description protected STStrokeJoinStyleCTStroke. joinstyleMethods in org.docx4j.vml that return STStrokeJoinStyle Modifier and Type Method Description static STStrokeJoinStyleSTStrokeJoinStyle. fromValue(java.lang.String v)STStrokeJoinStyleCTStroke. getJoinstyle()Gets the value of the joinstyle property.static STStrokeJoinStyleSTStrokeJoinStyle. valueOf(java.lang.String name)Returns 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 STStrokeJoinStyle Modifier and Type Method Description voidCTStroke. 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 STStrokeJoinStyle Modifier and Type Field Description protected STStrokeJoinStyleCTStrokeChild. joinstyleMethods in org.docx4j.vml.officedrawing that return STStrokeJoinStyle Modifier and Type Method Description STStrokeJoinStyleCTStrokeChild. getJoinstyle()Gets the value of the joinstyle property.Methods in org.docx4j.vml.officedrawing with parameters of type STStrokeJoinStyle Modifier and Type Method Description voidCTStrokeChild. setJoinstyle(STStrokeJoinStyle value)Sets the value of the joinstyle property.