Uses of Class
org.docx4j.dml.chartDrawing.CTGraphicFrame
| Package | Description |
|---|---|
| org.docx4j.dml.chartDrawing |
-
Uses of CTGraphicFrame in org.docx4j.dml.chartDrawing
Fields in org.docx4j.dml.chartDrawing declared as CTGraphicFrame Modifier and Type Field Description protected CTGraphicFrameCTAbsSizeAnchor. graphicFrameprotected CTGraphicFrameCTRelSizeAnchor. graphicFrameMethods in org.docx4j.dml.chartDrawing that return CTGraphicFrame Modifier and Type Method Description CTGraphicFrameObjectFactory. createCTGraphicFrame()Create an instance ofCTGraphicFrameCTGraphicFrameCTAbsSizeAnchor. getGraphicFrame()Gets the value of the graphicFrame property.CTGraphicFrameCTRelSizeAnchor. getGraphicFrame()Gets the value of the graphicFrame property.Methods in org.docx4j.dml.chartDrawing with parameters of type CTGraphicFrame Modifier and Type Method Description voidCTAbsSizeAnchor. setGraphicFrame(CTGraphicFrame value)Sets the value of the graphicFrame property.voidCTRelSizeAnchor. setGraphicFrame(CTGraphicFrame value)Sets the value of the graphicFrame property.