Uses of Enum
org.docx4j.vml.STStrokeArrowWidth
Packages that use STStrokeArrowWidth
-
Uses of STStrokeArrowWidth in org.docx4j.vml
Fields in org.docx4j.vml declared as STStrokeArrowWidthModifier and TypeFieldDescriptionprotected STStrokeArrowWidthCTStroke.endarrowwidthprotected STStrokeArrowWidthCTStroke.startarrowwidthMethods in org.docx4j.vml that return STStrokeArrowWidthModifier and TypeMethodDescriptionstatic STStrokeArrowWidthCTStroke.getEndarrowwidth()Gets the value of the endarrowwidth property.CTStroke.getStartarrowwidth()Gets the value of the startarrowwidth property.static STStrokeArrowWidthReturns 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 STStrokeArrowWidthModifier and TypeMethodDescriptionvoidCTStroke.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 STStrokeArrowWidthModifier and TypeFieldDescriptionprotected STStrokeArrowWidthCTStrokeChild.endarrowwidthprotected STStrokeArrowWidthCTStrokeChild.startarrowwidthMethods in org.docx4j.vml.officedrawing that return STStrokeArrowWidthModifier and TypeMethodDescriptionCTStrokeChild.getEndarrowwidth()Gets the value of the endarrowwidth property.CTStrokeChild.getStartarrowwidth()Gets the value of the startarrowwidth property.Methods in org.docx4j.vml.officedrawing with parameters of type STStrokeArrowWidthModifier and TypeMethodDescriptionvoidCTStrokeChild.setEndarrowwidth(STStrokeArrowWidth value) Sets the value of the endarrowwidth property.voidCTStrokeChild.setStartarrowwidth(STStrokeArrowWidth value) Sets the value of the startarrowwidth property.