Package org.docx4j.vml
Class ObjectFactory
java.lang.Object
org.docx4j.vml.ObjectFactory
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
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.docx4j.vml -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CTArc>jakarta.xml.bind.JAXBElement<CTBackground>createBackground(CTBackground value) Create an instance ofCTArcCreate an instance ofCTBackgroundCreate an instance ofCTCurveCreate an instance ofCTFCreate an instance ofCTFillCreate an instance ofCTFormulasCreate an instance ofCTGroupCreate an instance ofCTHCreate an instance ofCTHandlesCreate an instance ofCTImageCreate an instance ofCTImageDataCreate an instance ofCTLineCreate an instance ofCTOvalCreate an instance ofCTPathCreate an instance ofCTPolyLineCreate an instance ofCTRectCreate an instance ofCTRoundRectCreate an instance ofCTShadowCreate an instance ofCTShapeCreate an instance ofCTShapetypeCreate an instance ofCTStrokeCreate an instance ofCTTextboxCreate 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)
-
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
-