Uses of Class
org.docx4j.dml.Graphic
Packages that use Graphic
Package
Description
-
Uses of Graphic in org.docx4j.com.microsoft.schemas.office.word.x2010.wordprocessingGroup
Fields in org.docx4j.com.microsoft.schemas.office.word.x2010.wordprocessingGroup declared as GraphicMethods in org.docx4j.com.microsoft.schemas.office.word.x2010.wordprocessingGroup that return GraphicModifier and TypeMethodDescriptionCTGraphicFrame.getGraphic()Gets the value of the graphic property.Methods in org.docx4j.com.microsoft.schemas.office.word.x2010.wordprocessingGroup with parameters of type GraphicModifier and TypeMethodDescriptionvoidCTGraphicFrame.setGraphic(Graphic value) Sets the value of the graphic property. -
Uses of Graphic in org.docx4j.dml
Fields in org.docx4j.dml declared as GraphicMethods in org.docx4j.dml that return GraphicModifier and TypeMethodDescriptionObjectFactory.createGraphic()Create an instance ofGraphicCTGvmlGraphicalObjectFrame.getGraphic()Gets the value of the graphic property.Methods in org.docx4j.dml that return types with arguments of type GraphicModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Graphic>ObjectFactory.createGraphic(Graphic value) Methods in org.docx4j.dml with parameters of type GraphicModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Graphic>ObjectFactory.createGraphic(Graphic value) voidCTGvmlGraphicalObjectFrame.setGraphic(Graphic value) Sets the value of the graphic property. -
Uses of Graphic in org.docx4j.dml.chartDrawing
Fields in org.docx4j.dml.chartDrawing declared as GraphicMethods in org.docx4j.dml.chartDrawing that return GraphicMethods in org.docx4j.dml.chartDrawing with parameters of type GraphicModifier and TypeMethodDescriptionvoidCTGraphicFrame.setGraphic(Graphic value) Sets the value of the graphic property. -
Uses of Graphic in org.docx4j.dml.spreadsheetdrawing
Fields in org.docx4j.dml.spreadsheetdrawing declared as GraphicMethods in org.docx4j.dml.spreadsheetdrawing that return GraphicModifier and TypeMethodDescriptionCTGraphicalObjectFrame.getGraphic()Gets the value of the graphic property.Methods in org.docx4j.dml.spreadsheetdrawing with parameters of type GraphicModifier and TypeMethodDescriptionvoidCTGraphicalObjectFrame.setGraphic(Graphic value) Sets the value of the graphic property. -
Uses of Graphic in org.docx4j.dml.wordprocessingDrawing
Fields in org.docx4j.dml.wordprocessingDrawing declared as GraphicModifier and TypeFieldDescriptionprotected GraphicAnchor.graphicprotected GraphicInline.graphicMethods in org.docx4j.dml.wordprocessingDrawing that return GraphicModifier and TypeMethodDescriptionAnchor.getGraphic()Gets the value of the graphic property.Inline.getGraphic()Gets the value of the graphic property.Methods in org.docx4j.dml.wordprocessingDrawing with parameters of type GraphicModifier and TypeMethodDescriptionvoidAnchor.setGraphic(Graphic value) Sets the value of the graphic property.voidInline.setGraphic(Graphic value) Sets the value of the graphic property.