Uses of Enum
org.docx4j.vml.STStrokeArrowType
Packages that use STStrokeArrowType
-
Uses of STStrokeArrowType in org.docx4j.vml
Fields in org.docx4j.vml declared as STStrokeArrowTypeModifier and TypeFieldDescriptionprotected STStrokeArrowTypeCTStroke.endarrowprotected STStrokeArrowTypeCTStroke.startarrowMethods in org.docx4j.vml that return STStrokeArrowTypeModifier and TypeMethodDescriptionstatic STStrokeArrowTypeCTStroke.getEndarrow()Gets the value of the endarrow property.CTStroke.getStartarrow()Gets the value of the startarrow property.static STStrokeArrowTypeReturns 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 STStrokeArrowTypeModifier and TypeMethodDescriptionvoidCTStroke.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 STStrokeArrowTypeModifier and TypeFieldDescriptionprotected STStrokeArrowTypeCTStrokeChild.endarrowprotected STStrokeArrowTypeCTStrokeChild.startarrowMethods in org.docx4j.vml.officedrawing that return STStrokeArrowTypeModifier and TypeMethodDescriptionCTStrokeChild.getEndarrow()Gets the value of the endarrow property.CTStrokeChild.getStartarrow()Gets the value of the startarrow property.Methods in org.docx4j.vml.officedrawing with parameters of type STStrokeArrowTypeModifier and TypeMethodDescriptionvoidCTStrokeChild.setEndarrow(STStrokeArrowType value) Sets the value of the endarrow property.voidCTStrokeChild.setStartarrow(STStrokeArrowType value) Sets the value of the startarrow property.