Uses of Class
org.docx4j.dml.CTPositiveSize2D
| Package | Description |
|---|---|
| org.docx4j.dml | |
| org.docx4j.dml.chartDrawing | |
| org.docx4j.dml.spreadsheetdrawing | |
| org.docx4j.dml.wordprocessingDrawing |
-
Uses of CTPositiveSize2D in org.docx4j.dml
Fields in org.docx4j.dml declared as CTPositiveSize2D Modifier and Type Field Description protected CTPositiveSize2DCTGroupTransform2D. chExtprotected CTPositiveSize2DCTGroupTransform2D. extprotected CTPositiveSize2DCTTransform2D. extMethods in org.docx4j.dml that return CTPositiveSize2D Modifier and Type Method Description CTPositiveSize2DObjectFactory. createCTPositiveSize2D()Create an instance ofCTPositiveSize2DCTPositiveSize2DCTGroupTransform2D. getChExt()Gets the value of the chExt property.CTPositiveSize2DCTGroupTransform2D. getExt()Gets the value of the ext property.CTPositiveSize2DCTTransform2D. getExt()Gets the value of the ext property.Methods in org.docx4j.dml with parameters of type CTPositiveSize2D Modifier and Type Method Description voidCTGroupTransform2D. setChExt(CTPositiveSize2D value)Sets the value of the chExt property.voidCTGroupTransform2D. setExt(CTPositiveSize2D value)Sets the value of the ext property.voidCTTransform2D. setExt(CTPositiveSize2D value)Sets the value of the ext property. -
Uses of CTPositiveSize2D in org.docx4j.dml.chartDrawing
Fields in org.docx4j.dml.chartDrawing declared as CTPositiveSize2D Modifier and Type Field Description protected CTPositiveSize2DCTAbsSizeAnchor. extMethods in org.docx4j.dml.chartDrawing that return CTPositiveSize2D Modifier and Type Method Description CTPositiveSize2DCTAbsSizeAnchor. getExt()Gets the value of the ext property.Methods in org.docx4j.dml.chartDrawing with parameters of type CTPositiveSize2D Modifier and Type Method Description voidCTAbsSizeAnchor. setExt(CTPositiveSize2D value)Sets the value of the ext property. -
Uses of CTPositiveSize2D in org.docx4j.dml.spreadsheetdrawing
Fields in org.docx4j.dml.spreadsheetdrawing declared as CTPositiveSize2D Modifier and Type Field Description protected CTPositiveSize2DCTAbsoluteAnchor. extprotected CTPositiveSize2DCTOneCellAnchor. extMethods in org.docx4j.dml.spreadsheetdrawing that return CTPositiveSize2D Modifier and Type Method Description CTPositiveSize2DCTAbsoluteAnchor. getExt()Gets the value of the ext property.CTPositiveSize2DCTOneCellAnchor. getExt()Gets the value of the ext property.Methods in org.docx4j.dml.spreadsheetdrawing with parameters of type CTPositiveSize2D Modifier and Type Method Description voidCTAbsoluteAnchor. setExt(CTPositiveSize2D value)Sets the value of the ext property.voidCTOneCellAnchor. setExt(CTPositiveSize2D value)Sets the value of the ext property. -
Uses of CTPositiveSize2D in org.docx4j.dml.wordprocessingDrawing
Fields in org.docx4j.dml.wordprocessingDrawing declared as CTPositiveSize2D Modifier and Type Field Description protected CTPositiveSize2DAnchor. extentprotected CTPositiveSize2DInline. extentMethods in org.docx4j.dml.wordprocessingDrawing that return CTPositiveSize2D Modifier and Type Method Description CTPositiveSize2DAnchor. getExtent()Gets the value of the extent property.CTPositiveSize2DInline. getExtent()Gets the value of the extent property.Methods in org.docx4j.dml.wordprocessingDrawing with parameters of type CTPositiveSize2D Modifier and Type Method Description voidAnchor. setExtent(CTPositiveSize2D value)Sets the value of the extent property.voidInline. setExtent(CTPositiveSize2D value)Sets the value of the extent property.