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.dml.chart.x2007
|
| Modifier and Type | Method and Description |
|---|---|
CTBooleanFalse |
createCTBooleanFalse()
Create an instance of
CTBooleanFalse |
CTBooleanTrue |
createCTBooleanTrue()
Create an instance of
CTBooleanTrue |
CTInvertSolidFillFmt |
createCTInvertSolidFillFmt()
Create an instance of
CTInvertSolidFillFmt |
CTPivotOptions |
createCTPivotOptions()
Create an instance of
CTPivotOptions |
CTStyle |
createCTStyle()
Create an instance of
CTStyle |
JAXBElement<CTInvertSolidFillFmt> |
createInvertSolidFillFmt(CTInvertSolidFillFmt value)
|
JAXBElement<CTPivotOptions> |
createPivotOptions(CTPivotOptions value)
|
JAXBElement<CTStyle> |
createStyle(CTStyle value)
|
public ObjectFactory()
public CTPivotOptions createCTPivotOptions()
CTPivotOptionspublic CTInvertSolidFillFmt createCTInvertSolidFillFmt()
CTInvertSolidFillFmtpublic CTBooleanTrue createCTBooleanTrue()
CTBooleanTruepublic CTBooleanFalse createCTBooleanFalse()
CTBooleanFalsepublic JAXBElement<CTPivotOptions> createPivotOptions(CTPivotOptions value)
public JAXBElement<CTInvertSolidFillFmt> createInvertSolidFillFmt(CTInvertSolidFillFmt value)
public JAXBElement<CTStyle> createStyle(CTStyle value)
Copyright © 2007-2021. All Rights Reserved.