Package org.docx4j.dml.diagram
Class ObjectFactory
java.lang.Object
org.docx4j.dml.diagram.ObjectFactory
public class ObjectFactory
extends java.lang.Object
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.docx4j.dml.diagram package.
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 Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.docx4j.dml.diagram -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.docx4j.dml.diagram
-
-
Method Details
-
createCTDataModel
Create an instance ofCTDataModel -
createCTDiagramDefinition
Create an instance ofCTDiagramDefinition -
createCTDiagramDefinitionHeader
Create an instance ofCTDiagramDefinitionHeader -
createCTDiagramDefinitionHeaderLst
Create an instance ofCTDiagramDefinitionHeaderLst -
createCTRelIds
Create an instance ofCTRelIds -
createCTColorTransform
Create an instance ofCTColorTransform -
createCTColorTransformHeader
Create an instance ofCTColorTransformHeader -
createCTColorTransformHeaderLst
Create an instance ofCTColorTransformHeaderLst -
createCTStyleDefinition
Create an instance ofCTStyleDefinition -
createCTStyleDefinitionHeader
Create an instance ofCTStyleDefinitionHeader -
createCTStyleDefinitionHeaderLst
Create an instance ofCTStyleDefinitionHeaderLst -
createCTOrgChart
Create an instance ofCTOrgChart -
createCTChildMax
Create an instance ofCTChildMax -
createCTChildPref
Create an instance ofCTChildPref -
createCTBulletEnabled
Create an instance ofCTBulletEnabled -
createCTDirection
Create an instance ofCTDirection -
createCTHierBranchStyle
Create an instance ofCTHierBranchStyle -
createCTAnimOne
Create an instance ofCTAnimOne -
createCTAnimLvl
Create an instance ofCTAnimLvl -
createCTResizeHandles
Create an instance ofCTResizeHandles -
createCTLayoutVariablePropertySet
Create an instance ofCTLayoutVariablePropertySet -
createCTElemPropSet
Create an instance ofCTElemPropSet -
createCTPt
Create an instance ofCTPt -
createCTPtList
Create an instance ofCTPtList -
createCTCxn
Create an instance ofCTCxn -
createCTCxnList
Create an instance ofCTCxnList -
createCTConstraint
Create an instance ofCTConstraint -
createCTConstraints
Create an instance ofCTConstraints -
createCTNumericRule
Create an instance ofCTNumericRule -
createCTRules
Create an instance ofCTRules -
createCTPresentationOf
Create an instance ofCTPresentationOf -
createCTAdj
Create an instance ofCTAdj -
createCTAdjLst
Create an instance ofCTAdjLst -
createCTShape
Create an instance ofCTShape -
createCTParameter
Create an instance ofCTParameter -
createCTAlgorithm
Create an instance ofCTAlgorithm -
createCTLayoutNode
Create an instance ofCTLayoutNode -
createCTForEach
Create an instance ofCTForEach -
createCTWhen
Create an instance ofCTWhen -
createCTOtherwise
Create an instance ofCTOtherwise -
createCTChoose
Create an instance ofCTChoose -
createCTSampleData
Create an instance ofCTSampleData -
createCTCategory
Create an instance ofCTCategory -
createCTCategories
Create an instance ofCTCategories -
createCTName
Create an instance ofCTName -
createCTDescription
Create an instance ofCTDescription -
createCTCTName
Create an instance ofCTCTName -
createCTCTDescription
Create an instance ofCTCTDescription -
createCTCTCategory
Create an instance ofCTCTCategory -
createCTCTCategories
Create an instance ofCTCTCategories -
createCTColors
Create an instance ofCTColors -
createCTCTStyleLabel
Create an instance ofCTCTStyleLabel -
createCTSDName
Create an instance ofCTSDName -
createCTSDDescription
Create an instance ofCTSDDescription -
createCTSDCategory
Create an instance ofCTSDCategory -
createCTSDCategories
Create an instance ofCTSDCategories -
createCTTextProps
Create an instance ofCTTextProps -
createCTStyleLabel
Create an instance ofCTStyleLabel -
createT
-
createDataModel
-
createLayoutDef
public jakarta.xml.bind.JAXBElement<CTDiagramDefinition> createLayoutDef(CTDiagramDefinition value) -
createLayoutDefHdr
public jakarta.xml.bind.JAXBElement<CTDiagramDefinitionHeader> createLayoutDefHdr(CTDiagramDefinitionHeader value) -
createLayoutDefHdrLst
public jakarta.xml.bind.JAXBElement<CTDiagramDefinitionHeaderLst> createLayoutDefHdrLst(CTDiagramDefinitionHeaderLst value) -
createRelIds
-
createColorsDef
-
createColorsDefHdr
public jakarta.xml.bind.JAXBElement<CTColorTransformHeader> createColorsDefHdr(CTColorTransformHeader value) -
createColorsDefHdrLst
public jakarta.xml.bind.JAXBElement<CTColorTransformHeaderLst> createColorsDefHdrLst(CTColorTransformHeaderLst value) -
createStyleDef
-
createStyleDefHdr
public jakarta.xml.bind.JAXBElement<CTStyleDefinitionHeader> createStyleDefHdr(CTStyleDefinitionHeader value) -
createStyleDefHdrLst
public jakarta.xml.bind.JAXBElement<CTStyleDefinitionHeaderLst> createStyleDefHdrLst(CTStyleDefinitionHeaderLst value)
-