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.chartStyle
|
public ObjectFactory()
public CTColorStyle createCTColorStyle()
CTColorStylepublic CTChartStyle createCTChartStyle()
CTChartStylepublic CTColorStyleVariation createCTColorStyleVariation()
CTColorStyleVariationpublic CTStyleColor createCTStyleColor()
CTStyleColorpublic CTStyleReference createCTStyleReference()
CTStyleReferencepublic CTFontReference createCTFontReference()
CTFontReferencepublic CTMarkerLayout createCTMarkerLayout()
CTMarkerLayoutpublic CTStyleEntry createCTStyleEntry()
CTStyleEntrypublic javax.xml.bind.JAXBElement<CTColorStyle> createColorStyle(CTColorStyle value)
public javax.xml.bind.JAXBElement<CTChartStyle> createChartStyle(CTChartStyle value)
public javax.xml.bind.JAXBElement<CTPositiveFixedPercentage> createCTStyleColorTint(CTPositiveFixedPercentage value)
public javax.xml.bind.JAXBElement<CTPositiveFixedPercentage> createCTStyleColorShade(CTPositiveFixedPercentage value)
public javax.xml.bind.JAXBElement<CTComplementTransform> createCTStyleColorComp(CTComplementTransform value)
public javax.xml.bind.JAXBElement<CTInverseTransform> createCTStyleColorInv(CTInverseTransform value)
public javax.xml.bind.JAXBElement<CTGrayscaleTransform> createCTStyleColorGray(CTGrayscaleTransform value)
public javax.xml.bind.JAXBElement<CTPositiveFixedPercentage> createCTStyleColorAlpha(CTPositiveFixedPercentage value)
public javax.xml.bind.JAXBElement<CTFixedPercentage> createCTStyleColorAlphaOff(CTFixedPercentage value)
public javax.xml.bind.JAXBElement<CTPositivePercentage> createCTStyleColorAlphaMod(CTPositivePercentage value)
public javax.xml.bind.JAXBElement<CTPositiveFixedAngle> createCTStyleColorHue(CTPositiveFixedAngle value)
public javax.xml.bind.JAXBElement<CTAngle> createCTStyleColorHueOff(CTAngle value)
public javax.xml.bind.JAXBElement<CTPositivePercentage> createCTStyleColorHueMod(CTPositivePercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTStyleColorSat(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTStyleColorSatOff(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTStyleColorSatMod(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTStyleColorLum(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTStyleColorLumOff(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTStyleColorLumMod(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTStyleColorRed(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTStyleColorRedOff(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTStyleColorRedMod(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTStyleColorGreen(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTStyleColorGreenOff(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTStyleColorGreenMod(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTStyleColorBlue(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTStyleColorBlueOff(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTStyleColorBlueMod(CTPercentage value)
public javax.xml.bind.JAXBElement<CTGammaTransform> createCTStyleColorGamma(CTGammaTransform value)
public javax.xml.bind.JAXBElement<CTInverseGammaTransform> createCTStyleColorInvGamma(CTInverseGammaTransform value)
public javax.xml.bind.JAXBElement<CTPositiveFixedPercentage> createCTColorStyleVariationTint(CTPositiveFixedPercentage value)
public javax.xml.bind.JAXBElement<CTPositiveFixedPercentage> createCTColorStyleVariationShade(CTPositiveFixedPercentage value)
public javax.xml.bind.JAXBElement<CTComplementTransform> createCTColorStyleVariationComp(CTComplementTransform value)
public javax.xml.bind.JAXBElement<CTInverseTransform> createCTColorStyleVariationInv(CTInverseTransform value)
public javax.xml.bind.JAXBElement<CTGrayscaleTransform> createCTColorStyleVariationGray(CTGrayscaleTransform value)
public javax.xml.bind.JAXBElement<CTPositiveFixedPercentage> createCTColorStyleVariationAlpha(CTPositiveFixedPercentage value)
public javax.xml.bind.JAXBElement<CTFixedPercentage> createCTColorStyleVariationAlphaOff(CTFixedPercentage value)
public javax.xml.bind.JAXBElement<CTPositivePercentage> createCTColorStyleVariationAlphaMod(CTPositivePercentage value)
public javax.xml.bind.JAXBElement<CTPositiveFixedAngle> createCTColorStyleVariationHue(CTPositiveFixedAngle value)
public javax.xml.bind.JAXBElement<CTAngle> createCTColorStyleVariationHueOff(CTAngle value)
public javax.xml.bind.JAXBElement<CTPositivePercentage> createCTColorStyleVariationHueMod(CTPositivePercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTColorStyleVariationSat(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTColorStyleVariationSatOff(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTColorStyleVariationSatMod(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTColorStyleVariationLum(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTColorStyleVariationLumOff(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTColorStyleVariationLumMod(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTColorStyleVariationRed(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTColorStyleVariationRedOff(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTColorStyleVariationRedMod(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTColorStyleVariationGreen(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTColorStyleVariationGreenOff(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTColorStyleVariationGreenMod(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTColorStyleVariationBlue(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTColorStyleVariationBlueOff(CTPercentage value)
public javax.xml.bind.JAXBElement<CTPercentage> createCTColorStyleVariationBlueMod(CTPercentage value)
public javax.xml.bind.JAXBElement<CTGammaTransform> createCTColorStyleVariationGamma(CTGammaTransform value)
public javax.xml.bind.JAXBElement<CTInverseGammaTransform> createCTColorStyleVariationInvGamma(CTInverseGammaTransform value)
Copyright © 2007–2025. All rights reserved.