public class ObjectFactory
extends java.lang.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 |
|---|---|
javax.xml.bind.JAXBElement<CTIdentifier> |
createColId(CTIdentifier value)
|
javax.xml.bind.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 |
javax.xml.bind.JAXBElement<CTConnectableReferences> |
createCxnDERefs(CTConnectableReferences value)
|
javax.xml.bind.JAXBElement<CTPredecessorDrawingElementReference> |
createPredDERef(CTPredecessorDrawingElementReference value)
|
javax.xml.bind.JAXBElement<CTIdentifier> |
createRowId(CTIdentifier value)
|
public ObjectFactory()
public CTCreationId createCTCreationId()
CTCreationIdpublic CTPredecessorDrawingElementReference createCTPredecessorDrawingElementReference()
CTPredecessorDrawingElementReferencepublic CTConnectableReferences createCTConnectableReferences()
CTConnectableReferencespublic CTIdentifier createCTIdentifier()
CTIdentifierpublic javax.xml.bind.JAXBElement<CTCreationId> createCreationId(CTCreationId value)
public javax.xml.bind.JAXBElement<CTPredecessorDrawingElementReference> createPredDERef(CTPredecessorDrawingElementReference value)
public javax.xml.bind.JAXBElement<CTConnectableReferences> createCxnDERefs(CTConnectableReferences value)
public javax.xml.bind.JAXBElement<CTIdentifier> createRowId(CTIdentifier value)
public javax.xml.bind.JAXBElement<CTIdentifier> createColId(CTIdentifier value)
Copyright © 2007–2025. All rights reserved.