Uses of Class
org.docx4j.dml.spreadsheetdrawing.CTShape
| Package | Description |
|---|---|
| org.docx4j.dml.spreadsheetdrawing |
-
Uses of CTShape in org.docx4j.dml.spreadsheetdrawing
Fields in org.docx4j.dml.spreadsheetdrawing declared as CTShape Modifier and Type Field Description protected CTShapeCTAbsoluteAnchor. spprotected CTShapeCTOneCellAnchor. spprotected CTShapeCTTwoCellAnchor. spMethods in org.docx4j.dml.spreadsheetdrawing that return CTShape Modifier and Type Method Description CTShapeObjectFactory. createCTShape()Create an instance ofCTShapeCTShapeCTAbsoluteAnchor. getSp()Gets the value of the sp property.CTShapeCTOneCellAnchor. getSp()Gets the value of the sp property.CTShapeCTTwoCellAnchor. getSp()Gets the value of the sp property.Methods in org.docx4j.dml.spreadsheetdrawing with parameters of type CTShape Modifier and Type Method Description voidCTAbsoluteAnchor. setSp(CTShape value)Sets the value of the sp property.voidCTOneCellAnchor. setSp(CTShape value)Sets the value of the sp property.voidCTTwoCellAnchor. setSp(CTShape value)Sets the value of the sp property.