Uses of Class
org.docx4j.dml.chartDrawing.CTGraphicFrame
Packages that use CTGraphicFrame
-
Uses of CTGraphicFrame in org.docx4j.dml.chartDrawing
Fields in org.docx4j.dml.chartDrawing declared as CTGraphicFrameModifier and TypeFieldDescriptionprotected CTGraphicFrameCTAbsSizeAnchor.graphicFrameprotected CTGraphicFrameCTRelSizeAnchor.graphicFrameMethods in org.docx4j.dml.chartDrawing that return CTGraphicFrameModifier and TypeMethodDescriptionObjectFactory.createCTGraphicFrame()Create an instance ofCTGraphicFrameCTAbsSizeAnchor.getGraphicFrame()Gets the value of the graphicFrame property.CTRelSizeAnchor.getGraphicFrame()Gets the value of the graphicFrame property.Methods in org.docx4j.dml.chartDrawing with parameters of type CTGraphicFrameModifier and TypeMethodDescriptionvoidCTAbsSizeAnchor.setGraphicFrame(CTGraphicFrame value) Sets the value of the graphicFrame property.voidCTRelSizeAnchor.setGraphicFrame(CTGraphicFrame value) Sets the value of the graphicFrame property.