public class ObjectFactory extends 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
|
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<CTShape> createShape(CTShape value)
public javax.xml.bind.JAXBElement<CTImage> createImage(CTImage value)
public javax.xml.bind.JAXBElement<CTRect> createRect(CTRect value)
public javax.xml.bind.JAXBElement<CTStroke> createStroke(CTStroke value)
public javax.xml.bind.JAXBElement<CTShadow> createShadow(CTShadow value)
public javax.xml.bind.JAXBElement<CTArc> createArc(CTArc value)
public javax.xml.bind.JAXBElement<CTShapetype> createShapetype(CTShapetype value)
public javax.xml.bind.JAXBElement<CTImageData> createImagedata(CTImageData value)
public javax.xml.bind.JAXBElement<CTOval> createOval(CTOval value)
public javax.xml.bind.JAXBElement<CTCurve> createCurve(CTCurve value)
public javax.xml.bind.JAXBElement<CTFormulas> createFormulas(CTFormulas value)
public javax.xml.bind.JAXBElement<CTTextbox> createTextbox(CTTextbox value)
public javax.xml.bind.JAXBElement<CTBackground> createBackground(CTBackground value)
public javax.xml.bind.JAXBElement<CTHandles> createHandles(CTHandles value)
public javax.xml.bind.JAXBElement<CTGroup> createGroup(CTGroup value)
public javax.xml.bind.JAXBElement<CTFill> createFill(CTFill value)
public javax.xml.bind.JAXBElement<CTTextPath> createTextpath(CTTextPath value)
public javax.xml.bind.JAXBElement<CTPolyLine> createPolyline(CTPolyLine value)
public javax.xml.bind.JAXBElement<CTPath> createPath(CTPath value)
public javax.xml.bind.JAXBElement<CTLine> createLine(CTLine value)
Copyright © 2007-2018. All Rights Reserved.