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.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 JAXBElement<CTCommentAuthorMonikerList> createCmAuthorMkLst(CTCommentAuthorMonikerList value)
public JAXBElement<CTCommentMonikerList> createCmMkLst(CTCommentMonikerList value)
public JAXBElement<CTDocumentMonikerList> createDocMkLst(CTDocumentMonikerList value)
public JAXBElement<CTSlideBaseMonikerList> createSldBaseMkLst(CTSlideBaseMonikerList value)
public JAXBElement<CTSlideLayoutMonikerList> createSldLayoutMkLst(CTSlideLayoutMonikerList value)
public JAXBElement<CTMainMasterMonikerList> createSldMasterMkLst(CTMainMasterMonikerList value)
public JAXBElement<CTSlideMonikerList> createSldMkLst(CTSlideMonikerList value)
public JAXBElement<CTChangesInfo> createChgInfo(CTChangesInfo value)
Copyright © 2007-2021. All Rights Reserved.