Uses of Class
org.docx4j.vml.STStrokeEndCap
| Package | Description |
|---|---|
| org.docx4j.vml | |
| org.docx4j.vml.officedrawing |
-
Uses of STStrokeEndCap in org.docx4j.vml
Fields in org.docx4j.vml declared as STStrokeEndCap Modifier and Type Field Description protected STStrokeEndCapCTStroke. endcapMethods in org.docx4j.vml that return STStrokeEndCap Modifier and Type Method Description static STStrokeEndCapSTStrokeEndCap. fromValue(java.lang.String v)STStrokeEndCapCTStroke. getEndcap()Gets the value of the endcap property.static STStrokeEndCapSTStrokeEndCap. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STStrokeEndCap[]STStrokeEndCap. 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 STStrokeEndCap Modifier and Type Method Description voidCTStroke. setEndcap(STStrokeEndCap value)Sets the value of the endcap property. -
Uses of STStrokeEndCap in org.docx4j.vml.officedrawing
Fields in org.docx4j.vml.officedrawing declared as STStrokeEndCap Modifier and Type Field Description protected STStrokeEndCapCTStrokeChild. endcapMethods in org.docx4j.vml.officedrawing that return STStrokeEndCap Modifier and Type Method Description STStrokeEndCapCTStrokeChild. getEndcap()Gets the value of the endcap property.Methods in org.docx4j.vml.officedrawing with parameters of type STStrokeEndCap Modifier and Type Method Description voidCTStrokeChild. setEndcap(STStrokeEndCap value)Sets the value of the endcap property.