Uses of Enum
org.docx4j.vml.STStrokeLineStyle
Packages that use STStrokeLineStyle
-
Uses of STStrokeLineStyle in org.docx4j.vml
Fields in org.docx4j.vml declared as STStrokeLineStyleMethods in org.docx4j.vml that return STStrokeLineStyleModifier and TypeMethodDescriptionstatic STStrokeLineStyleCTStroke.getLinestyle()Gets the value of the linestyle property.static STStrokeLineStyleReturns the enum constant of this type with the specified name.static STStrokeLineStyle[]STStrokeLineStyle.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 STStrokeLineStyleModifier and TypeMethodDescriptionvoidCTStroke.setLinestyle(STStrokeLineStyle value) Sets the value of the linestyle property. -
Uses of STStrokeLineStyle in org.docx4j.vml.officedrawing
Fields in org.docx4j.vml.officedrawing declared as STStrokeLineStyleMethods in org.docx4j.vml.officedrawing that return STStrokeLineStyleModifier and TypeMethodDescriptionCTStrokeChild.getLinestyle()Gets the value of the linestyle property.Methods in org.docx4j.vml.officedrawing with parameters of type STStrokeLineStyleModifier and TypeMethodDescriptionvoidCTStrokeChild.setLinestyle(STStrokeLineStyle value) Sets the value of the linestyle property.