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()
CTTextPath
public CTImageData createCTImageData()
CTImageData
public CTPolyLine createCTPolyLine()
CTPolyLine
public CTBackground createCTBackground()
CTBackground
public CTRoundRect createCTRoundRect()
CTRoundRect
public CTShapetype createCTShapetype()
CTShapetype
public CTFormulas createCTFormulas()
CTFormulas
public JAXBElement<CTRoundRect> createRoundrect(CTRoundRect value)
public JAXBElement<CTShape> createShape(CTShape value)
public JAXBElement<CTImage> createImage(CTImage value)
public JAXBElement<CTRect> createRect(CTRect value)
public JAXBElement<CTStroke> createStroke(CTStroke value)
public JAXBElement<CTShadow> createShadow(CTShadow value)
public JAXBElement<CTArc> createArc(CTArc value)
public JAXBElement<CTShapetype> createShapetype(CTShapetype value)
public JAXBElement<CTImageData> createImagedata(CTImageData value)
public JAXBElement<CTOval> createOval(CTOval value)
public JAXBElement<CTCurve> createCurve(CTCurve value)
public JAXBElement<CTFormulas> createFormulas(CTFormulas value)
public JAXBElement<CTTextbox> createTextbox(CTTextbox value)
public JAXBElement<CTBackground> createBackground(CTBackground value)
public JAXBElement<CTHandles> createHandles(CTHandles value)
public JAXBElement<CTGroup> createGroup(CTGroup value)
public JAXBElement<CTFill> createFill(CTFill value)
public JAXBElement<CTTextPath> createTextpath(CTTextPath value)
public JAXBElement<CTPolyLine> createPolyline(CTPolyLine value)
public JAXBElement<CTPath> createPath(CTPath value)
public JAXBElement<CTLine> createLine(CTLine value)
Copyright © 2007-2019. All Rights Reserved.