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.pptx4j.com.microsoft.schemas.office.powerpoint.x2013.main.command
|
public ObjectFactory()
public CTCommentAuthorMonikerList createCTCommentAuthorMonikerList()
CTCommentAuthorMonikerListpublic CTCommentMonikerList createCTCommentMonikerList()
CTCommentMonikerListpublic CTDocumentMonikerList createCTDocumentMonikerList()
CTDocumentMonikerListpublic CTSlideBaseMonikerList createCTSlideBaseMonikerList()
CTSlideBaseMonikerListpublic CTSlideLayoutMonikerList createCTSlideLayoutMonikerList()
CTSlideLayoutMonikerListpublic CTMainMasterMonikerList createCTMainMasterMonikerList()
CTMainMasterMonikerListpublic CTSlideMonikerList createCTSlideMonikerList()
CTSlideMonikerListpublic CTChangesInfo createCTChangesInfo()
CTChangesInfopublic CTDocumentMoniker createCTDocumentMoniker()
CTDocumentMonikerpublic CTSlideMoniker createCTSlideMoniker()
CTSlideMonikerpublic CTMainMasterMoniker createCTMainMasterMoniker()
CTMainMasterMonikerpublic CTSlideLayoutMoniker createCTSlideLayoutMoniker()
CTSlideLayoutMonikerpublic CTCommentMoniker createCTCommentMoniker()
CTCommentMonikerpublic CTCommentAuthorMoniker createCTCommentAuthorMoniker()
CTCommentAuthorMonikerpublic CTCommentChanges createCTCommentChanges()
CTCommentChangespublic CTCommentAuthorChanges createCTCommentAuthorChanges()
CTCommentAuthorChangespublic CTSlideChanges createCTSlideChanges()
CTSlideChangespublic CTSlideLayoutChanges createCTSlideLayoutChanges()
CTSlideLayoutChangespublic CTMainMasterChanges createCTMainMasterChanges()
CTMainMasterChangespublic CTDocumentChanges createCTDocumentChanges()
CTDocumentChangespublic CTDocumentChangesList createCTDocumentChangesList()
CTDocumentChangesListpublic javax.xml.bind.JAXBElement<CTCommentAuthorMonikerList> createCmAuthorMkLst(CTCommentAuthorMonikerList value)
public javax.xml.bind.JAXBElement<CTCommentMonikerList> createCmMkLst(CTCommentMonikerList value)
public javax.xml.bind.JAXBElement<CTDocumentMonikerList> createDocMkLst(CTDocumentMonikerList value)
public javax.xml.bind.JAXBElement<CTSlideBaseMonikerList> createSldBaseMkLst(CTSlideBaseMonikerList value)
public javax.xml.bind.JAXBElement<CTSlideLayoutMonikerList> createSldLayoutMkLst(CTSlideLayoutMonikerList value)
public javax.xml.bind.JAXBElement<CTMainMasterMonikerList> createSldMasterMkLst(CTMainMasterMonikerList value)
public javax.xml.bind.JAXBElement<CTSlideMonikerList> createSldMkLst(CTSlideMonikerList value)
public javax.xml.bind.JAXBElement<CTChangesInfo> createChgInfo(CTChangesInfo value)
Copyright © 2007–2025. All rights reserved.