Uses of Class
org.docx4j.vml.STStrokeArrowWidth
| Package | Description |
|---|---|
| org.docx4j.vml | |
| org.docx4j.vml.officedrawing |
-
Uses of STStrokeArrowWidth in org.docx4j.vml
Fields in org.docx4j.vml declared as STStrokeArrowWidth Modifier and Type Field Description protected STStrokeArrowWidthCTStroke. endarrowwidthprotected STStrokeArrowWidthCTStroke. startarrowwidthMethods in org.docx4j.vml that return STStrokeArrowWidth Modifier and Type Method Description static STStrokeArrowWidthSTStrokeArrowWidth. fromValue(java.lang.String v)STStrokeArrowWidthCTStroke. getEndarrowwidth()Gets the value of the endarrowwidth property.STStrokeArrowWidthCTStroke. getStartarrowwidth()Gets the value of the startarrowwidth property.static STStrokeArrowWidthSTStrokeArrowWidth. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STStrokeArrowWidth[]STStrokeArrowWidth. 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 STStrokeArrowWidth Modifier and Type Method Description voidCTStroke. setEndarrowwidth(STStrokeArrowWidth value)Sets the value of the endarrowwidth property.voidCTStroke. setStartarrowwidth(STStrokeArrowWidth value)Sets the value of the startarrowwidth property. -
Uses of STStrokeArrowWidth in org.docx4j.vml.officedrawing
Fields in org.docx4j.vml.officedrawing declared as STStrokeArrowWidth Modifier and Type Field Description protected STStrokeArrowWidthCTStrokeChild. endarrowwidthprotected STStrokeArrowWidthCTStrokeChild. startarrowwidthMethods in org.docx4j.vml.officedrawing that return STStrokeArrowWidth Modifier and Type Method Description STStrokeArrowWidthCTStrokeChild. getEndarrowwidth()Gets the value of the endarrowwidth property.STStrokeArrowWidthCTStrokeChild. getStartarrowwidth()Gets the value of the startarrowwidth property.Methods in org.docx4j.vml.officedrawing with parameters of type STStrokeArrowWidth Modifier and Type Method Description voidCTStrokeChild. setEndarrowwidth(STStrokeArrowWidth value)Sets the value of the endarrowwidth property.voidCTStrokeChild. setStartarrowwidth(STStrokeArrowWidth value)Sets the value of the startarrowwidth property.