public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.docx4j.dml.diagram2008
|
| Modifier and Type | Method and Description |
|---|---|
CTDataModelExtBlock |
createCTDataModelExtBlock()
Create an instance of
CTDataModelExtBlock |
CTDrawing |
createCTDrawing()
Create an instance of
CTDrawing |
CTGroupShape |
createCTGroupShape()
Create an instance of
CTGroupShape |
CTGroupShapeNonVisual |
createCTGroupShapeNonVisual()
Create an instance of
CTGroupShapeNonVisual |
CTShape |
createCTShape()
Create an instance of
CTShape |
CTShapeNonVisual |
createCTShapeNonVisual()
Create an instance of
CTShapeNonVisual |
JAXBElement<CTDataModelExtBlock> |
createDataModelExt(CTDataModelExtBlock value)
|
JAXBElement<CTDrawing> |
createDrawing(CTDrawing value)
|
public ObjectFactory()
public CTDataModelExtBlock createCTDataModelExtBlock()
CTDataModelExtBlockpublic CTShapeNonVisual createCTShapeNonVisual()
CTShapeNonVisualpublic CTGroupShapeNonVisual createCTGroupShapeNonVisual()
CTGroupShapeNonVisualpublic CTGroupShape createCTGroupShape()
CTGroupShapepublic JAXBElement<CTDrawing> createDrawing(CTDrawing value)
public JAXBElement<CTDataModelExtBlock> createDataModelExt(CTDataModelExtBlock value)
Copyright © 2007-2019. All Rights Reserved.