Uses of Class
org.docx4j.dml.spreadsheetdrawing.CTGraphicalObjectFrame
| Package | Description |
|---|---|
| org.docx4j.dml.spreadsheetdrawing |
-
Uses of CTGraphicalObjectFrame in org.docx4j.dml.spreadsheetdrawing
Fields in org.docx4j.dml.spreadsheetdrawing declared as CTGraphicalObjectFrame Modifier and Type Field Description protected CTGraphicalObjectFrameCTAbsoluteAnchor. graphicFrameprotected CTGraphicalObjectFrameCTOneCellAnchor. graphicFrameprotected CTGraphicalObjectFrameCTTwoCellAnchor. graphicFrameMethods in org.docx4j.dml.spreadsheetdrawing that return CTGraphicalObjectFrame Modifier and Type Method Description CTGraphicalObjectFrameObjectFactory. createCTGraphicalObjectFrame()Create an instance ofCTGraphicalObjectFrameCTGraphicalObjectFrameCTAbsoluteAnchor. getGraphicFrame()Gets the value of the graphicFrame property.CTGraphicalObjectFrameCTOneCellAnchor. getGraphicFrame()Gets the value of the graphicFrame property.CTGraphicalObjectFrameCTTwoCellAnchor. getGraphicFrame()Gets the value of the graphicFrame property.Methods in org.docx4j.dml.spreadsheetdrawing with parameters of type CTGraphicalObjectFrame Modifier and Type Method Description voidCTAbsoluteAnchor. setGraphicFrame(CTGraphicalObjectFrame value)Sets the value of the graphicFrame property.voidCTOneCellAnchor. setGraphicFrame(CTGraphicalObjectFrame value)Sets the value of the graphicFrame property.voidCTTwoCellAnchor. setGraphicFrame(CTGraphicalObjectFrame value)Sets the value of the graphicFrame property.