Uses of Class
org.docx4j.dml.wordprocessingDrawing.CTEffectExtent
| Package | Description |
|---|---|
| org.docx4j.dml.wordprocessingDrawing |
-
Uses of CTEffectExtent in org.docx4j.dml.wordprocessingDrawing
Fields in org.docx4j.dml.wordprocessingDrawing declared as CTEffectExtent Modifier and Type Field Description protected CTEffectExtentAnchor. effectExtentprotected CTEffectExtentCTWrapSquare. effectExtentprotected CTEffectExtentCTWrapTopBottom. effectExtentprotected CTEffectExtentInline. effectExtentMethods in org.docx4j.dml.wordprocessingDrawing that return CTEffectExtent Modifier and Type Method Description CTEffectExtentObjectFactory. createCTEffectExtent()Create an instance ofCTEffectExtentCTEffectExtentAnchor. getEffectExtent()Gets the value of the effectExtent property.CTEffectExtentCTWrapSquare. getEffectExtent()Gets the value of the effectExtent property.CTEffectExtentCTWrapTopBottom. getEffectExtent()Gets the value of the effectExtent property.CTEffectExtentInline. getEffectExtent()Gets the value of the effectExtent property.Methods in org.docx4j.dml.wordprocessingDrawing with parameters of type CTEffectExtent Modifier and Type Method Description voidAnchor. 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.