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.com.microsoft.schemas.office.drawing.x2013.main.command
|
public ObjectFactory()
public CTShapeMonikerList createCTShapeMonikerList()
CTShapeMonikerListpublic CTGroupShapeMonikerList createCTGroupShapeMonikerList()
CTGroupShapeMonikerListpublic CTGraphicFrameMonikerList createCTGraphicFrameMonikerList()
CTGraphicFrameMonikerListpublic CTConnectorMonikerList createCTConnectorMonikerList()
CTConnectorMonikerListpublic CTPictureMonikerList createCTPictureMonikerList()
CTPictureMonikerListpublic CTInkMonikerList createCTInkMonikerList()
CTInkMonikerListpublic CTShapeMoniker createCTShapeMoniker()
CTShapeMonikerpublic CTGroupShapeMoniker createCTGroupShapeMoniker()
CTGroupShapeMonikerpublic CTGraphicFrameMoniker createCTGraphicFrameMoniker()
CTGraphicFrameMonikerpublic CTConnectorMoniker createCTConnectorMoniker()
CTConnectorMonikerpublic CTPictureMoniker createCTPictureMoniker()
CTPictureMonikerpublic CTInkMoniker createCTInkMoniker()
CTInkMonikerpublic CTChangesData createCTChangesData()
CTChangesDatapublic CTShapeChanges createCTShapeChanges()
CTShapeChangespublic CTGroupShapeChanges createCTGroupShapeChanges()
CTGroupShapeChangespublic CTConnectorChanges createCTConnectorChanges()
CTConnectorChangespublic CTPictureChanges createCTPictureChanges()
CTPictureChangespublic CTInkChanges createCTInkChanges()
CTInkChangespublic CTGraphicFrameChanges createCTGraphicFrameChanges()
CTGraphicFrameChangespublic JAXBElement<CTShapeMonikerList> createSpMkLst(CTShapeMonikerList value)
public JAXBElement<CTGroupShapeMonikerList> createGrpMkLst(CTGroupShapeMonikerList value)
public JAXBElement<CTGraphicFrameMonikerList> createGraphicFrameMkLst(CTGraphicFrameMonikerList value)
public JAXBElement<CTConnectorMonikerList> createCxnSpMkLst(CTConnectorMonikerList value)
public JAXBElement<CTPictureMonikerList> createPicMkLst(CTPictureMonikerList value)
public JAXBElement<CTInkMonikerList> createInkMkLst(CTInkMonikerList value)
Copyright © 2007-2020. All Rights Reserved.