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.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 JAXBElement<CTColorStyle> createColorStyle(CTColorStyle value)
public JAXBElement<CTChartStyle> createChartStyle(CTChartStyle value)
public JAXBElement<CTPositiveFixedPercentage> createCTStyleColorTint(CTPositiveFixedPercentage value)
public JAXBElement<CTPositiveFixedPercentage> createCTStyleColorShade(CTPositiveFixedPercentage value)
public JAXBElement<CTComplementTransform> createCTStyleColorComp(CTComplementTransform value)
public JAXBElement<CTInverseTransform> createCTStyleColorInv(CTInverseTransform value)
public JAXBElement<CTGrayscaleTransform> createCTStyleColorGray(CTGrayscaleTransform value)
public JAXBElement<CTPositiveFixedPercentage> createCTStyleColorAlpha(CTPositiveFixedPercentage value)
public JAXBElement<CTFixedPercentage> createCTStyleColorAlphaOff(CTFixedPercentage value)
public JAXBElement<CTPositivePercentage> createCTStyleColorAlphaMod(CTPositivePercentage value)
public JAXBElement<CTPositiveFixedAngle> createCTStyleColorHue(CTPositiveFixedAngle value)
public JAXBElement<CTAngle> createCTStyleColorHueOff(CTAngle value)
public JAXBElement<CTPositivePercentage> createCTStyleColorHueMod(CTPositivePercentage value)
public JAXBElement<CTPercentage> createCTStyleColorSat(CTPercentage value)
public JAXBElement<CTPercentage> createCTStyleColorSatOff(CTPercentage value)
public JAXBElement<CTPercentage> createCTStyleColorSatMod(CTPercentage value)
public JAXBElement<CTPercentage> createCTStyleColorLum(CTPercentage value)
public JAXBElement<CTPercentage> createCTStyleColorLumOff(CTPercentage value)
public JAXBElement<CTPercentage> createCTStyleColorLumMod(CTPercentage value)
public JAXBElement<CTPercentage> createCTStyleColorRed(CTPercentage value)
public JAXBElement<CTPercentage> createCTStyleColorRedOff(CTPercentage value)
public JAXBElement<CTPercentage> createCTStyleColorRedMod(CTPercentage value)
public JAXBElement<CTPercentage> createCTStyleColorGreen(CTPercentage value)
public JAXBElement<CTPercentage> createCTStyleColorGreenOff(CTPercentage value)
public JAXBElement<CTPercentage> createCTStyleColorGreenMod(CTPercentage value)
public JAXBElement<CTPercentage> createCTStyleColorBlue(CTPercentage value)
public JAXBElement<CTPercentage> createCTStyleColorBlueOff(CTPercentage value)
public JAXBElement<CTPercentage> createCTStyleColorBlueMod(CTPercentage value)
public JAXBElement<CTGammaTransform> createCTStyleColorGamma(CTGammaTransform value)
public JAXBElement<CTInverseGammaTransform> createCTStyleColorInvGamma(CTInverseGammaTransform value)
public JAXBElement<CTPositiveFixedPercentage> createCTColorStyleVariationTint(CTPositiveFixedPercentage value)
public JAXBElement<CTPositiveFixedPercentage> createCTColorStyleVariationShade(CTPositiveFixedPercentage value)
public JAXBElement<CTComplementTransform> createCTColorStyleVariationComp(CTComplementTransform value)
public JAXBElement<CTInverseTransform> createCTColorStyleVariationInv(CTInverseTransform value)
public JAXBElement<CTGrayscaleTransform> createCTColorStyleVariationGray(CTGrayscaleTransform value)
public JAXBElement<CTPositiveFixedPercentage> createCTColorStyleVariationAlpha(CTPositiveFixedPercentage value)
public JAXBElement<CTFixedPercentage> createCTColorStyleVariationAlphaOff(CTFixedPercentage value)
public JAXBElement<CTPositivePercentage> createCTColorStyleVariationAlphaMod(CTPositivePercentage value)
public JAXBElement<CTPositiveFixedAngle> createCTColorStyleVariationHue(CTPositiveFixedAngle value)
public JAXBElement<CTAngle> createCTColorStyleVariationHueOff(CTAngle value)
public JAXBElement<CTPositivePercentage> createCTColorStyleVariationHueMod(CTPositivePercentage value)
public JAXBElement<CTPercentage> createCTColorStyleVariationSat(CTPercentage value)
public JAXBElement<CTPercentage> createCTColorStyleVariationSatOff(CTPercentage value)
public JAXBElement<CTPercentage> createCTColorStyleVariationSatMod(CTPercentage value)
public JAXBElement<CTPercentage> createCTColorStyleVariationLum(CTPercentage value)
public JAXBElement<CTPercentage> createCTColorStyleVariationLumOff(CTPercentage value)
public JAXBElement<CTPercentage> createCTColorStyleVariationLumMod(CTPercentage value)
public JAXBElement<CTPercentage> createCTColorStyleVariationRed(CTPercentage value)
public JAXBElement<CTPercentage> createCTColorStyleVariationRedOff(CTPercentage value)
public JAXBElement<CTPercentage> createCTColorStyleVariationRedMod(CTPercentage value)
public JAXBElement<CTPercentage> createCTColorStyleVariationGreen(CTPercentage value)
public JAXBElement<CTPercentage> createCTColorStyleVariationGreenOff(CTPercentage value)
public JAXBElement<CTPercentage> createCTColorStyleVariationGreenMod(CTPercentage value)
public JAXBElement<CTPercentage> createCTColorStyleVariationBlue(CTPercentage value)
public JAXBElement<CTPercentage> createCTColorStyleVariationBlueOff(CTPercentage value)
public JAXBElement<CTPercentage> createCTColorStyleVariationBlueMod(CTPercentage value)
public JAXBElement<CTGammaTransform> createCTColorStyleVariationGamma(CTGammaTransform value)
public JAXBElement<CTInverseGammaTransform> createCTColorStyleVariationInvGamma(CTInverseGammaTransform value)
Copyright © 2007-2019. All Rights Reserved.