Uses of Class
org.docx4j.dml.Graphic
-
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 Graphic Modifier and Type Field Description protected GraphicCTGraphicFrame. graphicMethods in org.docx4j.com.microsoft.schemas.office.word.x2010.wordprocessingGroup that return Graphic Modifier and Type Method Description GraphicCTGraphicFrame. getGraphic()Gets the value of the graphic property.Methods in org.docx4j.com.microsoft.schemas.office.word.x2010.wordprocessingGroup with parameters of type Graphic Modifier and Type Method Description voidCTGraphicFrame. setGraphic(Graphic value)Sets the value of the graphic property. -
Uses of Graphic in org.docx4j.dml
Fields in org.docx4j.dml declared as Graphic Modifier and Type Field Description protected GraphicCTGvmlGraphicalObjectFrame. graphicMethods in org.docx4j.dml that return Graphic Modifier and Type Method Description GraphicObjectFactory. createGraphic()Create an instance ofGraphicGraphicCTGvmlGraphicalObjectFrame. getGraphic()Gets the value of the graphic property.Methods in org.docx4j.dml that return types with arguments of type Graphic Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Graphic>ObjectFactory. createGraphic(Graphic value)Methods in org.docx4j.dml with parameters of type Graphic Modifier and Type Method Description jakarta.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 Graphic Modifier and Type Field Description protected GraphicCTGraphicFrame. graphicMethods in org.docx4j.dml.chartDrawing that return Graphic Modifier and Type Method Description GraphicCTGraphicFrame. getGraphic()Graphical ObjectMethods in org.docx4j.dml.chartDrawing with parameters of type Graphic Modifier and Type Method Description voidCTGraphicFrame. 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 Graphic Modifier and Type Field Description protected GraphicCTGraphicalObjectFrame. graphicMethods in org.docx4j.dml.spreadsheetdrawing that return Graphic Modifier and Type Method Description GraphicCTGraphicalObjectFrame. getGraphic()Gets the value of the graphic property.Methods in org.docx4j.dml.spreadsheetdrawing with parameters of type Graphic Modifier and Type Method Description voidCTGraphicalObjectFrame. 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 Graphic Modifier and Type Field Description protected GraphicAnchor. graphicprotected GraphicInline. graphicMethods in org.docx4j.dml.wordprocessingDrawing that return Graphic Modifier and Type Method Description GraphicAnchor. getGraphic()Gets the value of the graphic property.GraphicInline. getGraphic()Gets the value of the graphic property.Methods in org.docx4j.dml.wordprocessingDrawing with parameters of type Graphic Modifier and Type Method Description voidAnchor. setGraphic(Graphic value)Sets the value of the graphic property.voidInline. setGraphic(Graphic value)Sets the value of the graphic property.