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
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<CTArc> |
createArc(CTArc value)
|
javax.xml.bind.JAXBElement<CTBackground> |
createBackground(CTBackground value)
|
CTArc |
createCTArc()
Create an instance of
CTArc |
CTBackground |
createCTBackground()
Create an instance of
CTBackground |
CTCurve |
createCTCurve()
Create an instance of
CTCurve |
CTF |
createCTF()
Create an instance of
CTF |
CTFill |
createCTFill()
Create an instance of
CTFill |
CTFormulas |
createCTFormulas()
Create an instance of
CTFormulas |
CTGroup |
createCTGroup()
Create an instance of
CTGroup |
CTH |
createCTH()
Create an instance of
CTH |
CTHandles |
createCTHandles()
Create an instance of
CTHandles |
CTImage |
createCTImage()
Create an instance of
CTImage |
CTImageData |
createCTImageData()
Create an instance of
CTImageData |
CTLine |
createCTLine()
Create an instance of
CTLine |
CTOval |
createCTOval()
Create an instance of
CTOval |
CTPath |
createCTPath()
Create an instance of
CTPath |
CTPolyLine |
createCTPolyLine()
Create an instance of
CTPolyLine |
CTRect |
createCTRect()
Create an instance of
CTRect |
CTRoundRect |
createCTRoundRect()
Create an instance of
CTRoundRect |
CTShadow |
createCTShadow()
Create an instance of
CTShadow |
CTShape |
createCTShape()
Create an instance of
CTShape |
CTShapetype |
createCTShapetype()
Create an instance of
CTShapetype |
CTStroke |
createCTStroke()
Create an instance of
CTStroke |
CTTextbox |
createCTTextbox()
Create an instance of
CTTextbox |
CTTextPath |
createCTTextPath()
Create an instance of
CTTextPath |
javax.xml.bind.JAXBElement<CTCurve> |
createCurve(CTCurve value)
|
javax.xml.bind.JAXBElement<CTFill> |
createFill(CTFill value)
|
javax.xml.bind.JAXBElement<CTFormulas> |
createFormulas(CTFormulas value)
|
javax.xml.bind.JAXBElement<CTGroup> |
createGroup(CTGroup value)
|
javax.xml.bind.JAXBElement<CTHandles> |
createHandles(CTHandles value)
|
javax.xml.bind.JAXBElement<CTImage> |
createImage(CTImage value)
|
javax.xml.bind.JAXBElement<CTImageData> |
createImagedata(CTImageData value)
|
javax.xml.bind.JAXBElement<CTLine> |
createLine(CTLine value)
|
javax.xml.bind.JAXBElement<CTOval> |
createOval(CTOval value)
|
javax.xml.bind.JAXBElement<CTPath> |
createPath(CTPath value)
|
javax.xml.bind.JAXBElement<CTPolyLine> |
createPolyline(CTPolyLine value)
|
javax.xml.bind.JAXBElement<CTRect> |
createRect(CTRect value)
|
javax.xml.bind.JAXBElement<CTRoundRect> |
createRoundrect(CTRoundRect value)
|
javax.xml.bind.JAXBElement<CTShadow> |
createShadow(CTShadow value)
|
javax.xml.bind.JAXBElement<CTShape> |
createShape(CTShape value)
|
javax.xml.bind.JAXBElement<CTShapetype> |
createShapetype(CTShapetype value)
|
javax.xml.bind.JAXBElement<CTStroke> |
createStroke(CTStroke value)
|
javax.xml.bind.JAXBElement<CTTextbox> |
createTextbox(CTTextbox value)
|
javax.xml.bind.JAXBElement<CTTextPath> |
createTextpath(CTTextPath value)
|
public ObjectFactory()
public CTTextPath createCTTextPath()
CTTextPathpublic CTImageData createCTImageData()
CTImageDatapublic CTPolyLine createCTPolyLine()
CTPolyLinepublic CTBackground createCTBackground()
CTBackgroundpublic CTRoundRect createCTRoundRect()
CTRoundRectpublic CTShapetype createCTShapetype()
CTShapetypepublic CTFormulas createCTFormulas()
CTFormulaspublic javax.xml.bind.JAXBElement<CTRoundRect> createRoundrect(CTRoundRect value)
public javax.xml.bind.JAXBElement<CTShapetype> createShapetype(CTShapetype value)
public javax.xml.bind.JAXBElement<CTImageData> createImagedata(CTImageData value)
public javax.xml.bind.JAXBElement<CTFormulas> createFormulas(CTFormulas value)
public javax.xml.bind.JAXBElement<CTBackground> createBackground(CTBackground value)
public javax.xml.bind.JAXBElement<CTTextPath> createTextpath(CTTextPath value)
public javax.xml.bind.JAXBElement<CTPolyLine> createPolyline(CTPolyLine value)
Copyright © 2007–2025. All rights reserved.