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.x2010.main
|
public ObjectFactory()
public CTLeftRightDirectionTransition createCTLeftRightDirectionTransition()
CTLeftRightDirectionTransitionpublic CTRippleTransition createCTRippleTransition()
CTRippleTransitionpublic CTPrismTransition createCTPrismTransition()
CTPrismTransitionpublic CTGlitterTransition createCTGlitterTransition()
CTGlitterTransitionpublic CTFlyThroughTransition createCTFlyThroughTransition()
CTFlyThroughTransitionpublic CTShredTransition createCTShredTransition()
CTShredTransitionpublic CTRevealTransition createCTRevealTransition()
CTRevealTransitionpublic CTMediaBookmarkTarget createCTMediaBookmarkTarget()
CTMediaBookmarkTargetpublic CTContentPartNonVisual createCTContentPartNonVisual()
CTContentPartNonVisualpublic CTSectionList createCTSectionList()
CTSectionListpublic CTBrowseMode createCTBrowseMode()
CTBrowseModepublic CTDefaultImageDpi createCTDefaultImageDpi()
CTDefaultImageDpipublic CTDiscardImageEditData createCTDiscardImageEditData()
CTDiscardImageEditDatapublic CTShowMediaControls createCTShowMediaControls()
CTShowMediaControlspublic CTLaserTraceList createCTLaserTraceList()
CTLaserTraceListpublic CTRandomId createCTRandomId()
CTRandomIdpublic CTShowEventRecordList createCTShowEventRecordList()
CTShowEventRecordListpublic CTMediaTrim createCTMediaTrim()
CTMediaTrimpublic CTMediaFade createCTMediaFade()
CTMediaFadepublic CTMediaBookmark createCTMediaBookmark()
CTMediaBookmarkpublic CTMediaBookmarkList createCTMediaBookmarkList()
CTMediaBookmarkListpublic CTSectionSlideIdListEntry createCTSectionSlideIdListEntry()
CTSectionSlideIdListEntrypublic CTSectionSlideIdList createCTSectionSlideIdList()
CTSectionSlideIdListpublic CTLaserTracePoint createCTLaserTracePoint()
CTLaserTracePointpublic CTLaserTrace createCTLaserTrace()
CTLaserTracepublic CTTriggerEventRecord createCTTriggerEventRecord()
CTTriggerEventRecordpublic CTNullEventRecord createCTNullEventRecord()
CTNullEventRecordpublic CTMediaPlaybackEventRecord createCTMediaPlaybackEventRecord()
CTMediaPlaybackEventRecordpublic CTMediaSeekEventRecord createCTMediaSeekEventRecord()
CTMediaSeekEventRecordpublic JAXBElement<CTSideDirectionTransition> createVortex(CTSideDirectionTransition value)
public JAXBElement<CTLeftRightDirectionTransition> createSwitch(CTLeftRightDirectionTransition value)
public JAXBElement<CTLeftRightDirectionTransition> createFlip(CTLeftRightDirectionTransition value)
public JAXBElement<CTRippleTransition> createRipple(CTRippleTransition value)
public JAXBElement<CTEmpty> createHoneycomb(CTEmpty value)
public JAXBElement<CTPrismTransition> createPrism(CTPrismTransition value)
public JAXBElement<CTOrientationTransition> createDoors(CTOrientationTransition value)
public JAXBElement<CTOrientationTransition> createWindow(CTOrientationTransition value)
public JAXBElement<CTLeftRightDirectionTransition> createFerris(CTLeftRightDirectionTransition value)
public JAXBElement<CTLeftRightDirectionTransition> createGallery(CTLeftRightDirectionTransition value)
public JAXBElement<CTLeftRightDirectionTransition> createConveyor(CTLeftRightDirectionTransition value)
public JAXBElement<CTSideDirectionTransition> createPan(CTSideDirectionTransition value)
public JAXBElement<CTGlitterTransition> createGlitter(CTGlitterTransition value)
public JAXBElement<CTInOutTransition> createWarp(CTInOutTransition value)
public JAXBElement<CTFlyThroughTransition> createFlythrough(CTFlyThroughTransition value)
public JAXBElement<CTEmpty> createFlash(CTEmpty value)
public JAXBElement<CTShredTransition> createShred(CTShredTransition value)
public JAXBElement<CTRevealTransition> createReveal(CTRevealTransition value)
public JAXBElement<CTWheelTransition> createWheelReverse(CTWheelTransition value)
public JAXBElement<CTMediaBookmarkTarget> createBmkTgt(CTMediaBookmarkTarget value)
public JAXBElement<CTContentPartNonVisual> createNvContentPartPr(CTContentPartNonVisual value)
public JAXBElement<CTTransform2D> createXfrm(CTTransform2D value)
public JAXBElement<CTExtensionListModify> createExtLst(CTExtensionListModify value)
public JAXBElement<CTMedia> createMedia(CTMedia value)
public JAXBElement<CTSectionList> createSectionLst(CTSectionList value)
public JAXBElement<CTBrowseMode> createBrowseMode(CTBrowseMode value)
public JAXBElement<CTColor> createLaserClr(CTColor value)
public JAXBElement<CTDefaultImageDpi> createDefaultImageDpi(CTDefaultImageDpi value)
public JAXBElement<CTDiscardImageEditData> createDiscardImageEditData(CTDiscardImageEditData value)
public JAXBElement<CTShowMediaControls> createShowMediaCtrls(CTShowMediaControls value)
public JAXBElement<CTLaserTraceList> createLaserTraceLst(CTLaserTraceList value)
public JAXBElement<CTRandomId> createCreationId(CTRandomId value)
public JAXBElement<CTRandomId> createModId(CTRandomId value)
public JAXBElement<CTShowEventRecordList> createShowEvtLst(CTShowEventRecordList value)
public JAXBElement<CTTriggerEventRecord> createCTShowEventRecordListTriggerEvt(CTTriggerEventRecord value)
public JAXBElement<CTMediaPlaybackEventRecord> createCTShowEventRecordListPlayEvt(CTMediaPlaybackEventRecord value)
public JAXBElement<CTMediaPlaybackEventRecord> createCTShowEventRecordListStopEvt(CTMediaPlaybackEventRecord value)
public JAXBElement<CTMediaPlaybackEventRecord> createCTShowEventRecordListPauseEvt(CTMediaPlaybackEventRecord value)
public JAXBElement<CTMediaPlaybackEventRecord> createCTShowEventRecordListResumeEvt(CTMediaPlaybackEventRecord value)
public JAXBElement<CTMediaSeekEventRecord> createCTShowEventRecordListSeekEvt(CTMediaSeekEventRecord value)
public JAXBElement<CTNullEventRecord> createCTShowEventRecordListNullEvt(CTNullEventRecord value)
Copyright © 2007-2022. All Rights Reserved.