Uses of Class
org.docx4j.vml.STStrokeArrowLength
| Package | Description |
|---|---|
| org.docx4j.vml | |
| org.docx4j.vml.officedrawing |
-
Uses of STStrokeArrowLength in org.docx4j.vml
Fields in org.docx4j.vml declared as STStrokeArrowLength Modifier and Type Field Description protected STStrokeArrowLengthCTStroke. endarrowlengthprotected STStrokeArrowLengthCTStroke. startarrowlengthMethods in org.docx4j.vml that return STStrokeArrowLength Modifier and Type Method Description static STStrokeArrowLengthSTStrokeArrowLength. fromValue(java.lang.String v)STStrokeArrowLengthCTStroke. getEndarrowlength()Gets the value of the endarrowlength property.STStrokeArrowLengthCTStroke. getStartarrowlength()Gets the value of the startarrowlength property.static STStrokeArrowLengthSTStrokeArrowLength. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STStrokeArrowLength[]STStrokeArrowLength. 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 STStrokeArrowLength Modifier and Type Method Description voidCTStroke. setEndarrowlength(STStrokeArrowLength value)Sets the value of the endarrowlength property.voidCTStroke. setStartarrowlength(STStrokeArrowLength value)Sets the value of the startarrowlength property. -
Uses of STStrokeArrowLength in org.docx4j.vml.officedrawing
Fields in org.docx4j.vml.officedrawing declared as STStrokeArrowLength Modifier and Type Field Description protected STStrokeArrowLengthCTStrokeChild. endarrowlengthprotected STStrokeArrowLengthCTStrokeChild. startarrowlengthMethods in org.docx4j.vml.officedrawing that return STStrokeArrowLength Modifier and Type Method Description STStrokeArrowLengthCTStrokeChild. getEndarrowlength()Gets the value of the endarrowlength property.STStrokeArrowLengthCTStrokeChild. getStartarrowlength()Gets the value of the startarrowlength property.Methods in org.docx4j.vml.officedrawing with parameters of type STStrokeArrowLength Modifier and Type Method Description voidCTStrokeChild. setEndarrowlength(STStrokeArrowLength value)Sets the value of the endarrowlength property.voidCTStrokeChild. setStartarrowlength(STStrokeArrowLength value)Sets the value of the startarrowlength property.