Uses of Enum
org.docx4j.vml.STStrokeEndCap
Packages that use STStrokeEndCap
-
Uses of STStrokeEndCap in org.docx4j.vml
Fields in org.docx4j.vml declared as STStrokeEndCapMethods in org.docx4j.vml that return STStrokeEndCapModifier and TypeMethodDescriptionstatic STStrokeEndCapCTStroke.getEndcap()Gets the value of the endcap property.static STStrokeEndCapReturns the enum constant of this type with the specified name.static STStrokeEndCap[]STStrokeEndCap.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 STStrokeEndCapModifier and TypeMethodDescriptionvoidCTStroke.setEndcap(STStrokeEndCap value) Sets the value of the endcap property. -
Uses of STStrokeEndCap in org.docx4j.vml.officedrawing
Fields in org.docx4j.vml.officedrawing declared as STStrokeEndCapMethods in org.docx4j.vml.officedrawing that return STStrokeEndCapModifier and TypeMethodDescriptionCTStrokeChild.getEndcap()Gets the value of the endcap property.Methods in org.docx4j.vml.officedrawing with parameters of type STStrokeEndCapModifier and TypeMethodDescriptionvoidCTStrokeChild.setEndcap(STStrokeEndCap value) Sets the value of the endcap property.