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.vml.officedrawing
|
public ObjectFactory()
public CTOLEObject createCTOLEObject()
CTOLEObjectpublic CTRelation createCTRelation()
CTRelationpublic CTRegroupTable createCTRegroupTable()
CTRegroupTablepublic CTRelationTable createCTRelationTable()
CTRelationTablepublic CTColorMenu createCTColorMenu()
CTColorMenupublic CTColorMru createCTColorMru()
CTColorMrupublic CTSignatureLine createCTSignatureLine()
CTSignatureLinepublic CTShapeDefaults createCTShapeDefaults()
CTShapeDefaultspublic CTClipPath createCTClipPath()
CTClipPathpublic CTExtrusion createCTExtrusion()
CTExtrusionpublic CTStrokeChild createCTStrokeChild()
CTStrokeChildpublic CTShapeLayout createCTShapeLayout()
CTShapeLayoutpublic javax.xml.bind.JAXBElement<CTSignatureLine> createSignatureline(CTSignatureLine value)
public javax.xml.bind.JAXBElement<CTOLEObject> createOLEObject(CTOLEObject value)
public javax.xml.bind.JAXBElement<CTClipPath> createClippath(CTClipPath value)
public javax.xml.bind.JAXBElement<CTStrokeChild> createLeft(CTStrokeChild value)
public javax.xml.bind.JAXBElement<CTShapeDefaults> createShapedefaults(CTShapeDefaults value)
public javax.xml.bind.JAXBElement<CTStrokeChild> createTop(CTStrokeChild value)
public javax.xml.bind.JAXBElement<CTStrokeChild> createBottom(CTStrokeChild value)
public javax.xml.bind.JAXBElement<CTStrokeChild> createColumn(CTStrokeChild value)
public javax.xml.bind.JAXBElement<CTExtrusion> createExtrusion(CTExtrusion value)
public javax.xml.bind.JAXBElement<CTShapeLayout> createShapelayout(CTShapeLayout value)
public javax.xml.bind.JAXBElement<CTStrokeChild> createRight(CTStrokeChild value)
Copyright © 2007–2023. All rights reserved.