Uses of Class
org.docx4j.vml.STImageAspect
| Package | Description |
|---|---|
| org.docx4j.vml | |
| org.docx4j.vml.officedrawing |
-
Uses of STImageAspect in org.docx4j.vml
Fields in org.docx4j.vml declared as STImageAspect Modifier and Type Field Description protected STImageAspectCTFill. aspectprotected STImageAspectCTStroke. imageaspectMethods in org.docx4j.vml that return STImageAspect Modifier and Type Method Description static STImageAspectSTImageAspect. fromValue(java.lang.String v)STImageAspectCTFill. getAspect()Gets the value of the aspect property.STImageAspectCTStroke. getImageaspect()Gets the value of the imageaspect property.static STImageAspectSTImageAspect. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STImageAspect[]STImageAspect. 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 STImageAspect Modifier and Type Method Description voidCTFill. setAspect(STImageAspect value)Sets the value of the aspect property.voidCTStroke. setImageaspect(STImageAspect value)Sets the value of the imageaspect property. -
Uses of STImageAspect in org.docx4j.vml.officedrawing
Fields in org.docx4j.vml.officedrawing declared as STImageAspect Modifier and Type Field Description protected STImageAspectCTStrokeChild. imageaspectMethods in org.docx4j.vml.officedrawing that return STImageAspect Modifier and Type Method Description STImageAspectCTStrokeChild. getImageaspect()Gets the value of the imageaspect property.Methods in org.docx4j.vml.officedrawing with parameters of type STImageAspect Modifier and Type Method Description voidCTStrokeChild. setImageaspect(STImageAspect value)Sets the value of the imageaspect property.