Uses of Enum
org.docx4j.vml.STStrokeArrowLength
Packages that use STStrokeArrowLength
-
Uses of STStrokeArrowLength in org.docx4j.vml
Fields in org.docx4j.vml declared as STStrokeArrowLengthModifier and TypeFieldDescriptionprotected STStrokeArrowLengthCTStroke.endarrowlengthprotected STStrokeArrowLengthCTStroke.startarrowlengthMethods in org.docx4j.vml that return STStrokeArrowLengthModifier and TypeMethodDescriptionstatic STStrokeArrowLengthCTStroke.getEndarrowlength()Gets the value of the endarrowlength property.CTStroke.getStartarrowlength()Gets the value of the startarrowlength property.static STStrokeArrowLengthReturns 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 STStrokeArrowLengthModifier and TypeMethodDescriptionvoidCTStroke.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 STStrokeArrowLengthModifier and TypeFieldDescriptionprotected STStrokeArrowLengthCTStrokeChild.endarrowlengthprotected STStrokeArrowLengthCTStrokeChild.startarrowlengthMethods in org.docx4j.vml.officedrawing that return STStrokeArrowLengthModifier and TypeMethodDescriptionCTStrokeChild.getEndarrowlength()Gets the value of the endarrowlength property.CTStrokeChild.getStartarrowlength()Gets the value of the startarrowlength property.Methods in org.docx4j.vml.officedrawing with parameters of type STStrokeArrowLengthModifier and TypeMethodDescriptionvoidCTStrokeChild.setEndarrowlength(STStrokeArrowLength value) Sets the value of the endarrowlength property.voidCTStrokeChild.setStartarrowlength(STStrokeArrowLength value) Sets the value of the startarrowlength property.