Uses of Class
org.docx4j.vml.STStrokeLineStyle
| Package | Description |
|---|---|
| org.docx4j.vml | |
| org.docx4j.vml.officedrawing |
-
Uses of STStrokeLineStyle in org.docx4j.vml
Fields in org.docx4j.vml declared as STStrokeLineStyle Modifier and Type Field Description protected STStrokeLineStyleCTStroke. linestyleMethods in org.docx4j.vml that return STStrokeLineStyle Modifier and Type Method Description static STStrokeLineStyleSTStrokeLineStyle. fromValue(java.lang.String v)STStrokeLineStyleCTStroke. getLinestyle()Gets the value of the linestyle property.static STStrokeLineStyleSTStrokeLineStyle. valueOf(java.lang.String name)Returns 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 STStrokeLineStyle Modifier and Type Method Description voidCTStroke. 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 STStrokeLineStyle Modifier and Type Field Description protected STStrokeLineStyleCTStrokeChild. linestyleMethods in org.docx4j.vml.officedrawing that return STStrokeLineStyle Modifier and Type Method Description STStrokeLineStyleCTStrokeChild. getLinestyle()Gets the value of the linestyle property.Methods in org.docx4j.vml.officedrawing with parameters of type STStrokeLineStyle Modifier and Type Method Description voidCTStrokeChild. setLinestyle(STStrokeLineStyle value)Sets the value of the linestyle property.