Uses of Class
org.docx4j.dml.wordprocessingDrawing.CTEffectExtent
Packages that use CTEffectExtent
-
Uses of CTEffectExtent in org.docx4j.dml.wordprocessingDrawing
Fields in org.docx4j.dml.wordprocessingDrawing declared as CTEffectExtentModifier and TypeFieldDescriptionprotected CTEffectExtentAnchor.effectExtentprotected CTEffectExtentCTWrapSquare.effectExtentprotected CTEffectExtentCTWrapTopBottom.effectExtentprotected CTEffectExtentInline.effectExtentMethods in org.docx4j.dml.wordprocessingDrawing that return CTEffectExtentModifier and TypeMethodDescriptionObjectFactory.createCTEffectExtent()Create an instance ofCTEffectExtentAnchor.getEffectExtent()Gets the value of the effectExtent property.CTWrapSquare.getEffectExtent()Gets the value of the effectExtent property.CTWrapTopBottom.getEffectExtent()Gets the value of the effectExtent property.Inline.getEffectExtent()Gets the value of the effectExtent property.Methods in org.docx4j.dml.wordprocessingDrawing with parameters of type CTEffectExtentModifier and TypeMethodDescriptionvoidAnchor.setEffectExtent(CTEffectExtent value) Sets the value of the effectExtent property.voidCTWrapSquare.setEffectExtent(CTEffectExtent value) Sets the value of the effectExtent property.voidCTWrapTopBottom.setEffectExtent(CTEffectExtent value) Sets the value of the effectExtent property.voidInline.setEffectExtent(CTEffectExtent value) Sets the value of the effectExtent property.