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 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

      public CTPath createCTPath()
      Create an instance of CTPath
    • createCTH

      public CTH createCTH()
      Create an instance of CTH
    • createCTShadow

      public CTShadow createCTShadow()
      Create an instance of CTShadow
    • createCTTextPath

      public CTTextPath createCTTextPath()
      Create an instance of CTTextPath
    • createCTImageData

      public CTImageData createCTImageData()
      Create an instance of CTImageData
    • createCTFill

      public CTFill createCTFill()
      Create an instance of CTFill
    • createCTPolyLine

      public CTPolyLine createCTPolyLine()
      Create an instance of CTPolyLine
    • createCTCurve

      public CTCurve createCTCurve()
      Create an instance of CTCurve
    • createCTGroup

      public CTGroup createCTGroup()
      Create an instance of CTGroup
    • createCTBackground

      public CTBackground createCTBackground()
      Create an instance of CTBackground
    • createCTStroke

      public CTStroke createCTStroke()
      Create an instance of CTStroke
    • createCTRect

      public CTRect createCTRect()
      Create an instance of CTRect
    • createCTRoundRect

      public CTRoundRect createCTRoundRect()
      Create an instance of CTRoundRect
    • createCTImage

      public CTImage createCTImage()
      Create an instance of CTImage
    • createCTLine

      public CTLine createCTLine()
      Create an instance of CTLine
    • createCTOval

      public CTOval createCTOval()
      Create an instance of CTOval
    • createCTHandles

      public CTHandles createCTHandles()
      Create an instance of CTHandles
    • createCTTextbox

      public CTTextbox createCTTextbox()
      Create an instance of CTTextbox
    • createCTShapetype

      public CTShapetype createCTShapetype()
      Create an instance of CTShapetype
    • createCTShape

      public CTShape createCTShape()
      Create an instance of CTShape
    • createCTF

      public CTF createCTF()
      Create an instance of CTF
    • createCTFormulas

      public CTFormulas createCTFormulas()
      Create an instance of CTFormulas
    • createCTArc

      public CTArc createCTArc()
      Create an instance of CTArc
    • createRoundrect

      public jakarta.xml.bind.JAXBElement<CTRoundRect> createRoundrect​(CTRoundRect value)
      Create an instance of JAXBElement<CTRoundRect>}
    • createShape

      public jakarta.xml.bind.JAXBElement<CTShape> createShape​(CTShape value)
      Create an instance of JAXBElement<CTShape>}
    • createImage

      public jakarta.xml.bind.JAXBElement<CTImage> createImage​(CTImage value)
      Create an instance of JAXBElement<CTImage>}
    • createRect

      public jakarta.xml.bind.JAXBElement<CTRect> createRect​(CTRect value)
      Create an instance of JAXBElement<CTRect>}
    • createStroke

      public jakarta.xml.bind.JAXBElement<CTStroke> createStroke​(CTStroke value)
      Create an instance of JAXBElement<CTStroke>}
    • createShadow

      public jakarta.xml.bind.JAXBElement<CTShadow> createShadow​(CTShadow value)
      Create an instance of JAXBElement<CTShadow>}
    • createArc

      public jakarta.xml.bind.JAXBElement<CTArc> createArc​(CTArc value)
      Create an instance of JAXBElement<CTArc>}
    • createShapetype

      public jakarta.xml.bind.JAXBElement<CTShapetype> createShapetype​(CTShapetype value)
      Create an instance of JAXBElement<CTShapetype>}
    • createImagedata

      public jakarta.xml.bind.JAXBElement<CTImageData> createImagedata​(CTImageData value)
      Create an instance of JAXBElement<CTImageData>}
    • createOval

      public jakarta.xml.bind.JAXBElement<CTOval> createOval​(CTOval value)
      Create an instance of JAXBElement<CTOval>}
    • createCurve

      public jakarta.xml.bind.JAXBElement<CTCurve> createCurve​(CTCurve value)
      Create an instance of JAXBElement<CTCurve>}
    • createFormulas

      public jakarta.xml.bind.JAXBElement<CTFormulas> createFormulas​(CTFormulas value)
      Create an instance of JAXBElement<CTFormulas>}
    • createTextbox

      public jakarta.xml.bind.JAXBElement<CTTextbox> createTextbox​(CTTextbox value)
      Create an instance of JAXBElement<CTTextbox>}
    • createBackground

      public jakarta.xml.bind.JAXBElement<CTBackground> createBackground​(CTBackground value)
      Create an instance of JAXBElement<CTBackground>}
    • createHandles

      public jakarta.xml.bind.JAXBElement<CTHandles> createHandles​(CTHandles value)
      Create an instance of JAXBElement<CTHandles>}
    • createGroup

      public jakarta.xml.bind.JAXBElement<CTGroup> createGroup​(CTGroup value)
      Create an instance of JAXBElement<CTGroup>}
    • createFill

      public jakarta.xml.bind.JAXBElement<CTFill> createFill​(CTFill value)
      Create an instance of JAXBElement<CTFill>}
    • createTextpath

      public jakarta.xml.bind.JAXBElement<CTTextPath> createTextpath​(CTTextPath value)
      Create an instance of JAXBElement<CTTextPath>}
    • createPolyline

      public jakarta.xml.bind.JAXBElement<CTPolyLine> createPolyline​(CTPolyLine value)
      Create an instance of JAXBElement<CTPolyLine>}
    • createPath

      public jakarta.xml.bind.JAXBElement<CTPath> createPath​(CTPath value)
      Create an instance of JAXBElement<CTPath>}
    • createLine

      public jakarta.xml.bind.JAXBElement<CTLine> createLine​(CTLine value)
      Create an instance of JAXBElement<CTLine>}