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.
private final static QName _ThemeOverride_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "themeOverride");
private final static QName _TblStyleLst_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "tblStyleLst");
private final static QName _Graphic_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "graphic");
private final static QName _Blip_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "blip");
private final static QName _ThemeManager_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "themeManager");
private final static QName _Tbl_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "tbl");
private final static QName _CTSchemeColorAlpha_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "alpha");
private final static QName _CTSchemeColorLum_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "lum");
private final static QName _CTSchemeColorGamma_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "gamma");
private final static QName _CTSchemeColorInvGamma_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "invGamma");
private final static QName _CTSchemeColorRedOff_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "redOff");
private final static QName _CTSchemeColorAlphaMod_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "alphaMod");
private final static QName _CTSchemeColorAlphaOff_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "alphaOff");
private final static QName _CTSchemeColorGreenOff_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "greenOff");
private final static QName _CTSchemeColorHue_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "hue");
private final static QName _CTSchemeColorRedMod_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "redMod");
private final static QName _CTSchemeColorSatOff_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "satOff");
private final static QName _CTSchemeColorGreenMod_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "greenMod");
private final static QName _CTSchemeColorBlue_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "blue");
private final static QName _CTSchemeColorSat_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "sat");
private final static QName _CTSchemeColorRed_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "red");
private final static QName _CTSchemeColorSatMod_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "satMod");
private final static QName _CTSchemeColorBlueMod_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "blueMod");
private final static QName _CTSchemeColorHueOff_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "hueOff");
private final static QName _CTSchemeColorShade_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "shade");
private final static QName _CTSchemeColorLumMod_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "lumMod");
private final static QName _CTSchemeColorInv_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "inv");
private final static QName _CTSchemeColorLumOff_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "lumOff");
private final static QName _CTSchemeColorTint_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "tint");
private final static QName _CTSchemeColorGreen_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "green");
private final static QName _CTSchemeColorComp_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "comp");
private final static QName _CTSchemeColorBlueOff_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "blueOff");
private final static QName _CTSchemeColorHueMod_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "hueMod");
private final static QName _CTSchemeColorGray_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "gray");
public CTAnimationGraphicalObjectBuildPropertiescreateCTAnimationGraphicalObjectBuildProperties() {
@XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "themeOverride")
return new JAXBElement<CTBaseStylesOverride>(_ThemeOverride_QNAME, CTBaseStylesOverride.class, null, value);
@XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "tblStyleLst")
return new JAXBElement<CTTableStyleList>(_TblStyleLst_QNAME, CTTableStyleList.class, null, value);
@XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "graphic")
@XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blip")
@XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "themeManager")
return new JAXBElement<CTEmptyElement>(_ThemeManager_QNAME, CTEmptyElement.class, null, value);
@XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "tbl")
@XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alpha", scope = CTSchemeColor.class)
public JAXBElement<CTPositiveFixedPercentage>createCTSchemeColorAlpha(CTPositiveFixedPercentage value) {
return new JAXBElement<CTPositiveFixedPercentage>(_CTSchemeColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTSchemeColor.class, value);
@XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lum", scope = CTSchemeColor.class)
return new JAXBElement<CTPercentage>(_CTSchemeColorLum_QNAME, CTPercentage.class, CTSchemeColor.class, value);
@XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gamma", scope = CTSchemeColor.class)
return new JAXBElement<CTGammaTransform>(_CTSchemeColorGamma_QNAME, CTGammaTransform.class, CTSchemeColor.class, value);
@XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "invGamma", scope = CTSchemeColor.class)
public JAXBElement<CTInverseGammaTransform>createCTSchemeColorInvGamma(CTInverseGammaTransform value) {
return new JAXBElement<CTInverseGammaTransform>(_CTSchemeColorInvGamma_QNAME, CTInverseGammaTransform.class, CTSchemeColor.class, value);
@XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redOff", scope = CTSchemeColor.class)
return new JAXBElement<CTPercentage>(_CTSchemeColorRedOff_QNAME, CTPercentage.class, CTSchemeColor.class, value);
@XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaMod", scope = CTSchemeColor.class)
public JAXBElement<CTPositivePercentage>createCTSchemeColorAlphaMod(CTPositivePercentage value) {
return new JAXBElement<CTPositivePercentage>(_CTSchemeColorAlphaMod_QNAME, CTPositivePercentage.class, CTSchemeColor.class, value);
@XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaOff", scope = CTSchemeColor.class)
return new JAXBElement<CTFixedPercentage>(_CTSchemeColorAlphaOff_QNAME, CTFixedPercentage.class, CTSchemeColor.class, value);
@XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenOff", scope = CTSchemeColor.class)
return new JAXBElement<CTPercentage>(_CTSchemeColorGreenOff_QNAME, CTPercentage.class, CTSchemeColor.class, value);
@XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hue", scope = CTSchemeColor.class)
return new JAXBElement<CTPositiveFixedAngle>(_CTSchemeColorHue_QNAME, CTPositiveFixedAngle.class, CTSchemeColor.class, value);
@XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redMod", scope = CTSchemeColor.class)
return new JAXBElement<CTPercentage>(_CTSchemeColorRedMod_QNAME, CTPercentage.class, CTSchemeColor.class, value);
@XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satOff", scope = CTSchemeColor.class)
return new JAXBElement<CTPercentage>(_CTSchemeColorSatOff_QNAME, CTPercentage.class, CTSchemeColor.class, value);
@XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenMod", scope = CTSchemeColor.class)