Uses of Class
org.docx4j.vml.STStrokeArrowType
| Package | Description |
|---|---|
| org.docx4j.vml | |
| org.docx4j.vml.officedrawing |
-
Uses of STStrokeArrowType in org.docx4j.vml
Fields in org.docx4j.vml declared as STStrokeArrowType Modifier and Type Field Description protected STStrokeArrowTypeCTStroke. endarrowprotected STStrokeArrowTypeCTStroke. startarrowMethods in org.docx4j.vml that return STStrokeArrowType Modifier and Type Method Description static STStrokeArrowTypeSTStrokeArrowType. fromValue(java.lang.String v)STStrokeArrowTypeCTStroke. getEndarrow()Gets the value of the endarrow property.STStrokeArrowTypeCTStroke. getStartarrow()Gets the value of the startarrow property.static STStrokeArrowTypeSTStrokeArrowType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STStrokeArrowType[]STStrokeArrowType. 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 STStrokeArrowType Modifier and Type Method Description voidCTStroke. setEndarrow(STStrokeArrowType value)Sets the value of the endarrow property.voidCTStroke. setStartarrow(STStrokeArrowType value)Sets the value of the startarrow property. -
Uses of STStrokeArrowType in org.docx4j.vml.officedrawing
Fields in org.docx4j.vml.officedrawing declared as STStrokeArrowType Modifier and Type Field Description protected STStrokeArrowTypeCTStrokeChild. endarrowprotected STStrokeArrowTypeCTStrokeChild. startarrowMethods in org.docx4j.vml.officedrawing that return STStrokeArrowType Modifier and Type Method Description STStrokeArrowTypeCTStrokeChild. getEndarrow()Gets the value of the endarrow property.STStrokeArrowTypeCTStrokeChild. getStartarrow()Gets the value of the startarrow property.Methods in org.docx4j.vml.officedrawing with parameters of type STStrokeArrowType Modifier and Type Method Description voidCTStrokeChild. setEndarrow(STStrokeArrowType value)Sets the value of the endarrow property.voidCTStrokeChild. setStartarrow(STStrokeArrowType value)Sets the value of the startarrow property.