Uses of Enum
org.docx4j.vml.STImageAspect
Packages that use STImageAspect
-
Uses of STImageAspect in org.docx4j.vml
Fields in org.docx4j.vml declared as STImageAspectModifier and TypeFieldDescriptionprotected STImageAspectCTFill.aspectprotected STImageAspectCTStroke.imageaspectMethods in org.docx4j.vml that return STImageAspectModifier and TypeMethodDescriptionstatic STImageAspectCTFill.getAspect()Gets the value of the aspect property.CTStroke.getImageaspect()Gets the value of the imageaspect property.static STImageAspectReturns 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 STImageAspectModifier and TypeMethodDescriptionvoidCTFill.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 STImageAspectMethods in org.docx4j.vml.officedrawing that return STImageAspectModifier and TypeMethodDescriptionCTStrokeChild.getImageaspect()Gets the value of the imageaspect property.Methods in org.docx4j.vml.officedrawing with parameters of type STImageAspectModifier and TypeMethodDescriptionvoidCTStrokeChild.setImageaspect(STImageAspect value) Sets the value of the imageaspect property.