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 JAXBElement<CTEmpty> createRepeatingSectionItem(CTEmpty value)
public JAXBElement<CTColor> createColor(CTColor value)
public JAXBElement<CTCommentsEx> createCommentsEx(CTCommentsEx value)
public JAXBElement<CTSdtRepeatedSection> createRepeatingSection(CTSdtRepeatedSection value)
public JAXBElement<CTPeople> createPeople(CTPeople value)
public JAXBElement<CTSdtAppearance> createAppearance(CTSdtAppearance value)
public JAXBElement<CTGuid> createDocId(CTGuid value)
public JAXBElement<BooleanDefaultTrue> createWebExtensionCreated(BooleanDefaultTrue value)
public JAXBElement<BooleanDefaultTrue> createChartTrackingRefBased(BooleanDefaultTrue value)
public JAXBElement<CTDecimalNumber> createFootnoteColumns(CTDecimalNumber value)
public JAXBElement<CTDataBinding> createDataBinding(CTDataBinding value)
public JAXBElement<BooleanDefaultTrue> createCollapsed(BooleanDefaultTrue value)
public JAXBElement<BooleanDefaultTrue> createWebExtensionLinked(BooleanDefaultTrue value)
Copyright © 2007-2019. All Rights Reserved.