Uses of Class
org.docx4j.vml.officedrawing.STOLEDrawAspect
| Package | Description |
|---|---|
| org.docx4j.vml.officedrawing |
-
Uses of STOLEDrawAspect in org.docx4j.vml.officedrawing
Fields in org.docx4j.vml.officedrawing declared as STOLEDrawAspect Modifier and Type Field Description protected STOLEDrawAspectCTOLEObject. drawAspectMethods in org.docx4j.vml.officedrawing that return STOLEDrawAspect Modifier and Type Method Description static STOLEDrawAspectSTOLEDrawAspect. fromValue(java.lang.String v)STOLEDrawAspectCTOLEObject. getDrawAspect()Gets the value of the drawAspect property.static STOLEDrawAspectSTOLEDrawAspect. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STOLEDrawAspect[]STOLEDrawAspect. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.vml.officedrawing with parameters of type STOLEDrawAspect Modifier and Type Method Description voidCTOLEObject. setDrawAspect(STOLEDrawAspect value)Sets the value of the drawAspect property.