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.w15
|
public ObjectFactory()
public CTSdtAppearance createCTSdtAppearance()
CTSdtAppearance
public CTCommentsEx createCTCommentsEx()
CTCommentsEx
public CTSdtRepeatedSection createCTSdtRepeatedSection()
CTSdtRepeatedSection
public CTPresenceInfo createCTPresenceInfo()
CTPresenceInfo
public CTCommentEx createCTCommentEx()
CTCommentEx
public javax.xml.bind.JAXBElement<CTEmpty> createRepeatingSectionItem(CTEmpty value)
public javax.xml.bind.JAXBElement<CTColor> createColor(CTColor value)
public javax.xml.bind.JAXBElement<CTCommentsEx> createCommentsEx(CTCommentsEx value)
public javax.xml.bind.JAXBElement<CTSdtRepeatedSection> createRepeatingSection(CTSdtRepeatedSection value)
public javax.xml.bind.JAXBElement<CTPeople> createPeople(CTPeople value)
public javax.xml.bind.JAXBElement<CTSdtAppearance> createAppearance(CTSdtAppearance value)
public javax.xml.bind.JAXBElement<CTGuid> createDocId(CTGuid value)
public javax.xml.bind.JAXBElement<BooleanDefaultTrue> createWebExtensionCreated(BooleanDefaultTrue value)
public javax.xml.bind.JAXBElement<BooleanDefaultTrue> createChartTrackingRefBased(BooleanDefaultTrue value)
public javax.xml.bind.JAXBElement<CTDecimalNumber> createFootnoteColumns(CTDecimalNumber value)
public javax.xml.bind.JAXBElement<CTDataBinding> createDataBinding(CTDataBinding value)
public javax.xml.bind.JAXBElement<BooleanDefaultTrue> createCollapsed(BooleanDefaultTrue value)
public javax.xml.bind.JAXBElement<BooleanDefaultTrue> createWebExtensionLinked(BooleanDefaultTrue value)
Copyright © 2007-2014. All Rights Reserved.