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.com.microsoft.schemas.office.drawing.x2014.chart
|
public ObjectFactory()
public CTChartDataPointUniqueIDMap createCTChartDataPointUniqueIDMap()
CTChartDataPointUniqueIDMappublic CTCategoryFilterExceptions createCTCategoryFilterExceptions()
CTCategoryFilterExceptionspublic CTPivotOptions16 createCTPivotOptions16()
CTPivotOptions16public CTChartUniqueID createCTChartUniqueID()
CTChartUniqueIDpublic CTChartDataPointUniqueIDMapEntry createCTChartDataPointUniqueIDMapEntry()
CTChartDataPointUniqueIDMapEntrypublic CTBooleanFalse createCTBooleanFalse()
CTBooleanFalsepublic CTCategoryFilterException createCTCategoryFilterException()
CTCategoryFilterExceptionpublic CTNumFilteredLiteralCache createCTNumFilteredLiteralCache()
CTNumFilteredLiteralCachepublic CTStrFilteredLiteralCache createCTStrFilteredLiteralCache()
CTStrFilteredLiteralCachepublic CTMultiLvlStrFilteredLiteralCache createCTMultiLvlStrFilteredLiteralCache()
CTMultiLvlStrFilteredLiteralCachepublic CTLiteralDataChart createCTLiteralDataChart()
CTLiteralDataChartpublic JAXBElement<CTChartDataPointUniqueIDMap> createDatapointuniqueidmap(CTChartDataPointUniqueIDMap value)
public JAXBElement<CTShapeProperties> createSpPr(CTShapeProperties value)
public JAXBElement<CTUnsignedInt> createExplosion(CTUnsignedInt value)
public JAXBElement<CTBoolean> createInvertIfNegative(CTBoolean value)
public JAXBElement<CTBoolean> createBubble3D(CTBoolean value)
public JAXBElement<CTMarker> createMarker(CTMarker value)
public JAXBElement<CTDLbl> createDLbl(CTDLbl value)
public JAXBElement<CTCategoryFilterExceptions> createCategoryFilterExceptions(CTCategoryFilterExceptions value)
public JAXBElement<CTPivotOptions16> createPivotOptions16(CTPivotOptions16 value)
Copyright © 2007-2021. All Rights Reserved.