Uses of Class
org.docx4j.dml.spreadsheetdrawing.CTPicture
| Package | Description |
|---|---|
| org.docx4j.dml.spreadsheetdrawing |
-
Uses of CTPicture in org.docx4j.dml.spreadsheetdrawing
Fields in org.docx4j.dml.spreadsheetdrawing declared as CTPicture Modifier and Type Field Description protected CTPictureCTAbsoluteAnchor. picprotected CTPictureCTOneCellAnchor. picprotected CTPictureCTTwoCellAnchor. picMethods in org.docx4j.dml.spreadsheetdrawing that return CTPicture Modifier and Type Method Description CTPictureObjectFactory. createCTPicture()Create an instance ofCTPictureCTPictureCTAbsoluteAnchor. getPic()Gets the value of the pic property.CTPictureCTOneCellAnchor. getPic()Gets the value of the pic property.CTPictureCTTwoCellAnchor. getPic()Gets the value of the pic property.Methods in org.docx4j.dml.spreadsheetdrawing with parameters of type CTPicture Modifier and Type Method Description voidCTAbsoluteAnchor. setPic(CTPicture value)Sets the value of the pic property.voidCTOneCellAnchor. setPic(CTPicture value)Sets the value of the pic property.voidCTTwoCellAnchor. setPic(CTPicture value)Sets the value of the pic property.