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 CTInvertSolidFillFmt createCTInvertSolidFillFmt()
CTInvertSolidFillFmt
public CTPivotOptions createCTPivotOptions()
CTPivotOptions
public CTBooleanFalse createCTBooleanFalse()
CTBooleanFalse
public CTBooleanTrue createCTBooleanTrue()
CTBooleanTrue
public JAXBElement<CTStyle> createStyle(CTStyle value)
public JAXBElement<CTPivotOptions> createPivotOptions(CTPivotOptions value)
public JAXBElement<CTInvertSolidFillFmt> createInvertSolidFillFmt(CTInvertSolidFillFmt value)
Copyright © 2007-2019. All Rights Reserved.