Package org.docx4j.vml
Class ObjectFactory
java.lang.Object
org.docx4j.vml.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.vml 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.vml -
Method Summary
Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTArc>createArc(CTArc value)jakarta.xml.bind.JAXBElement<CTBackground>createBackground(CTBackground value)CTArccreateCTArc()Create an instance ofCTArcCTBackgroundcreateCTBackground()Create an instance ofCTBackgroundCTCurvecreateCTCurve()Create an instance ofCTCurveCTFcreateCTF()Create an instance ofCTFCTFillcreateCTFill()Create an instance ofCTFillCTFormulascreateCTFormulas()Create an instance ofCTFormulasCTGroupcreateCTGroup()Create an instance ofCTGroupCTHcreateCTH()Create an instance ofCTHCTHandlescreateCTHandles()Create an instance ofCTHandlesCTImagecreateCTImage()Create an instance ofCTImageCTImageDatacreateCTImageData()Create an instance ofCTImageDataCTLinecreateCTLine()Create an instance ofCTLineCTOvalcreateCTOval()Create an instance ofCTOvalCTPathcreateCTPath()Create an instance ofCTPathCTPolyLinecreateCTPolyLine()Create an instance ofCTPolyLineCTRectcreateCTRect()Create an instance ofCTRectCTRoundRectcreateCTRoundRect()Create an instance ofCTRoundRectCTShadowcreateCTShadow()Create an instance ofCTShadowCTShapecreateCTShape()Create an instance ofCTShapeCTShapetypecreateCTShapetype()Create an instance ofCTShapetypeCTStrokecreateCTStroke()Create an instance ofCTStrokeCTTextboxcreateCTTextbox()Create an instance ofCTTextboxCTTextPathcreateCTTextPath()Create an instance ofCTTextPathjakarta.xml.bind.JAXBElement<CTCurve>createCurve(CTCurve value)jakarta.xml.bind.JAXBElement<CTFill>createFill(CTFill value)jakarta.xml.bind.JAXBElement<CTFormulas>createFormulas(CTFormulas value)jakarta.xml.bind.JAXBElement<CTGroup>createGroup(CTGroup value)jakarta.xml.bind.JAXBElement<CTHandles>createHandles(CTHandles value)jakarta.xml.bind.JAXBElement<CTImage>createImage(CTImage value)jakarta.xml.bind.JAXBElement<CTImageData>createImagedata(CTImageData value)jakarta.xml.bind.JAXBElement<CTLine>createLine(CTLine value)jakarta.xml.bind.JAXBElement<CTOval>createOval(CTOval value)jakarta.xml.bind.JAXBElement<CTPath>createPath(CTPath value)jakarta.xml.bind.JAXBElement<CTPolyLine>createPolyline(CTPolyLine value)jakarta.xml.bind.JAXBElement<CTRect>createRect(CTRect value)jakarta.xml.bind.JAXBElement<CTRoundRect>createRoundrect(CTRoundRect value)jakarta.xml.bind.JAXBElement<CTShadow>createShadow(CTShadow value)jakarta.xml.bind.JAXBElement<CTShape>createShape(CTShape value)jakarta.xml.bind.JAXBElement<CTShapetype>createShapetype(CTShapetype value)jakarta.xml.bind.JAXBElement<CTStroke>createStroke(CTStroke value)jakarta.xml.bind.JAXBElement<CTTextbox>createTextbox(CTTextbox value)jakarta.xml.bind.JAXBElement<CTTextPath>createTextpath(CTTextPath value)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.vml
-
-
Method Details
-
createCTPath
Create an instance ofCTPath -
createCTH
Create an instance ofCTH -
createCTShadow
Create an instance ofCTShadow -
createCTTextPath
Create an instance ofCTTextPath -
createCTImageData
Create an instance ofCTImageData -
createCTFill
Create an instance ofCTFill -
createCTPolyLine
Create an instance ofCTPolyLine -
createCTCurve
Create an instance ofCTCurve -
createCTGroup
Create an instance ofCTGroup -
createCTBackground
Create an instance ofCTBackground -
createCTStroke
Create an instance ofCTStroke -
createCTRect
Create an instance ofCTRect -
createCTRoundRect
Create an instance ofCTRoundRect -
createCTImage
Create an instance ofCTImage -
createCTLine
Create an instance ofCTLine -
createCTOval
Create an instance ofCTOval -
createCTHandles
Create an instance ofCTHandles -
createCTTextbox
Create an instance ofCTTextbox -
createCTShapetype
Create an instance ofCTShapetype -
createCTShape
Create an instance ofCTShape -
createCTF
Create an instance ofCTF -
createCTFormulas
Create an instance ofCTFormulas -
createCTArc
Create an instance ofCTArc -
createRoundrect
-
createShape
-
createImage
-
createRect
-
createStroke
-
createShadow
-
createArc
-
createShapetype
-
createImagedata
-
createOval
-
createCurve
-
createFormulas
-
createTextbox
-
createBackground
-
createHandles
-
createGroup
-
createFill
-
createTextpath
-
createPolyline
-
createPath
-
createLine
-