Uses of Class
org.docx4j.dml.spreadsheetdrawing.CTGraphicalObjectFrame
Packages that use CTGraphicalObjectFrame
-
Uses of CTGraphicalObjectFrame in org.docx4j.dml.spreadsheetdrawing
Fields in org.docx4j.dml.spreadsheetdrawing declared as CTGraphicalObjectFrameModifier and TypeFieldDescriptionprotected CTGraphicalObjectFrameCTAbsoluteAnchor.graphicFrameprotected CTGraphicalObjectFrameCTOneCellAnchor.graphicFrameprotected CTGraphicalObjectFrameCTTwoCellAnchor.graphicFrameMethods in org.docx4j.dml.spreadsheetdrawing that return CTGraphicalObjectFrameModifier and TypeMethodDescriptionObjectFactory.createCTGraphicalObjectFrame()Create an instance ofCTGraphicalObjectFrameCTAbsoluteAnchor.getGraphicFrame()Gets the value of the graphicFrame property.CTOneCellAnchor.getGraphicFrame()Gets the value of the graphicFrame property.CTTwoCellAnchor.getGraphicFrame()Gets the value of the graphicFrame property.Methods in org.docx4j.dml.spreadsheetdrawing with parameters of type CTGraphicalObjectFrameModifier and TypeMethodDescriptionvoidCTAbsoluteAnchor.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.