public class ObjectFactory
extends java.lang.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.x2012.chart
|
public ObjectFactory()
public CTLevelRef createCTLevelRef()
CTLevelRefpublic CTFormulaRef createCTFormulaRef()
CTFormulaRefpublic CTFilteredSeriesTitle createCTFilteredSeriesTitle()
CTFilteredSeriesTitlepublic CTFilteredCategoryTitle createCTFilteredCategoryTitle()
CTFilteredCategoryTitlepublic CTFilteredAreaSer createCTFilteredAreaSer()
CTFilteredAreaSerpublic CTFilteredBarSer createCTFilteredBarSer()
CTFilteredBarSerpublic CTFilteredBubbleSer createCTFilteredBubbleSer()
CTFilteredBubbleSerpublic CTFilteredLineSer createCTFilteredLineSer()
CTFilteredLineSerpublic CTFilteredPieSer createCTFilteredPieSer()
CTFilteredPieSerpublic CTFilteredRadarSer createCTFilteredRadarSer()
CTFilteredRadarSerpublic CTFilteredScatterSer createCTFilteredScatterSer()
CTFilteredScatterSerpublic CTFilteredSurfaceSer createCTFilteredSurfaceSer()
CTFilteredSurfaceSerpublic CTSeriesDataLabelsRange createCTSeriesDataLabelsRange()
CTSeriesDataLabelsRangepublic CTCategoryFilterExceptions createCTCategoryFilterExceptions()
CTCategoryFilterExceptionspublic CTDataLabelFieldTable createCTDataLabelFieldTable()
CTDataLabelFieldTablepublic CTCategoryFilterException createCTCategoryFilterException()
CTCategoryFilterExceptionpublic CTDataLabelFieldTableEntry createCTDataLabelFieldTableEntry()
CTDataLabelFieldTableEntrypublic javax.xml.bind.JAXBElement<CTPivotSource> createPivotSource(CTPivotSource value)
public javax.xml.bind.JAXBElement<CTShapeProperties> createSpPr(CTShapeProperties value)
public javax.xml.bind.JAXBElement<CTLevelRef> createLevelRef(CTLevelRef value)
public javax.xml.bind.JAXBElement<CTFormulaRef> createFormulaRef(CTFormulaRef value)
public javax.xml.bind.JAXBElement<CTFilteredSeriesTitle> createFilteredSeriesTitle(CTFilteredSeriesTitle value)
public javax.xml.bind.JAXBElement<CTFilteredCategoryTitle> createFilteredCategoryTitle(CTFilteredCategoryTitle value)
public javax.xml.bind.JAXBElement<CTFilteredAreaSer> createFilteredAreaSeries(CTFilteredAreaSer value)
public javax.xml.bind.JAXBElement<CTFilteredBarSer> createFilteredBarSeries(CTFilteredBarSer value)
public javax.xml.bind.JAXBElement<CTFilteredBubbleSer> createFilteredBubbleSeries(CTFilteredBubbleSer value)
public javax.xml.bind.JAXBElement<CTFilteredLineSer> createFilteredLineSeries(CTFilteredLineSer value)
public javax.xml.bind.JAXBElement<CTFilteredPieSer> createFilteredPieSeries(CTFilteredPieSer value)
public javax.xml.bind.JAXBElement<CTFilteredRadarSer> createFilteredRadarSeries(CTFilteredRadarSer value)
public javax.xml.bind.JAXBElement<CTFilteredScatterSer> createFilteredScatterSeries(CTFilteredScatterSer value)
public javax.xml.bind.JAXBElement<CTFilteredSurfaceSer> createFilteredSurfaceSeries(CTFilteredSurfaceSer value)
public javax.xml.bind.JAXBElement<CTSeriesDataLabelsRange> createDatalabelsRange(CTSeriesDataLabelsRange value)
public javax.xml.bind.JAXBElement<CTCategoryFilterExceptions> createCategoryFilterExceptions(CTCategoryFilterExceptions value)
public javax.xml.bind.JAXBElement<CTDataLabelFieldTable> createDlblFieldTable(CTDataLabelFieldTable value)
public javax.xml.bind.JAXBElement<CTBoolean> createShowDataLabelsRange(CTBoolean value)
public javax.xml.bind.JAXBElement<CTBoolean> createShowLeaderLines(CTBoolean value)
public javax.xml.bind.JAXBElement<CTChartLines> createLeaderLines(CTChartLines value)
Copyright © 2007–2025. All rights reserved.