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.com.microsoft.schemas.office.drawing.x2014.main
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<CTIdentifier> |
createColId(CTIdentifier value)
|
JAXBElement<CTCreationId> |
createCreationId(CTCreationId value)
|
CTConnectableReferences |
createCTConnectableReferences()
Create an instance of
CTConnectableReferences |
CTCreationId |
createCTCreationId()
Create an instance of
CTCreationId |
CTIdentifier |
createCTIdentifier()
Create an instance of
CTIdentifier |
CTPredecessorDrawingElementReference |
createCTPredecessorDrawingElementReference()
Create an instance of
CTPredecessorDrawingElementReference |
JAXBElement<CTConnectableReferences> |
createCxnDERefs(CTConnectableReferences value)
|
JAXBElement<CTPredecessorDrawingElementReference> |
createPredDERef(CTPredecessorDrawingElementReference value)
|
JAXBElement<CTIdentifier> |
createRowId(CTIdentifier value)
|
public ObjectFactory()
public CTCreationId createCTCreationId()
CTCreationIdpublic CTPredecessorDrawingElementReference createCTPredecessorDrawingElementReference()
CTPredecessorDrawingElementReferencepublic CTConnectableReferences createCTConnectableReferences()
CTConnectableReferencespublic CTIdentifier createCTIdentifier()
CTIdentifierpublic JAXBElement<CTCreationId> createCreationId(CTCreationId value)
public JAXBElement<CTPredecessorDrawingElementReference> createPredDERef(CTPredecessorDrawingElementReference value)
public JAXBElement<CTConnectableReferences> createCxnDERefs(CTConnectableReferences value)
public JAXBElement<CTIdentifier> createRowId(CTIdentifier value)
public JAXBElement<CTIdentifier> createColId(CTIdentifier value)
Copyright © 2007-2019. All Rights Reserved.