Changeset 925


Ignore:
Timestamp:
10/09/09 14:22:54 (3 years ago)
Author:
jharrop
Message:

Regenerated classes from wml.xsd, having added EG_MathContent back in to EG_RunLevelElements

Location:
trunk/docx4j
Files:
58 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/customxml/ObjectFactory.java

    r569 r925  
     1/* 
     2 *  Copyright 2007-2008, Plutext Pty Ltd. 
     3 *    
     4 *  This file is part of docx4j. 
     5 
     6    docx4j is licensed under the Apache License, Version 2.0 (the "License");  
     7    you may not use this file except in compliance with the License.  
     8 
     9    You may obtain a copy of the License at  
     10 
     11        http://www.apache.org/licenses/LICENSE-2.0  
     12 
     13    Unless required by applicable law or agreed to in writing, software  
     14    distributed under the License is distributed on an "AS IS" BASIS,  
     15    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     16    See the License for the specific language governing permissions and  
     17    limitations under the License. 
     18 
     19 */ 
     20 
    121 
    222package org.docx4j.customxml; 
  • trunk/docx4j/src/main/java/org/docx4j/customxml/SchemaLibrary.java

    r569 r925  
     1/* 
     2 *  Copyright 2007-2008, Plutext Pty Ltd. 
     3 *    
     4 *  This file is part of docx4j. 
     5 
     6    docx4j is licensed under the Apache License, Version 2.0 (the "License");  
     7    you may not use this file except in compliance with the License.  
     8 
     9    You may obtain a copy of the License at  
     10 
     11        http://www.apache.org/licenses/LICENSE-2.0  
     12 
     13    Unless required by applicable law or agreed to in writing, software  
     14    distributed under the License is distributed on an "AS IS" BASIS,  
     15    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     16    See the License for the specific language governing permissions and  
     17    limitations under the License. 
     18 
     19 */ 
     20 
    121 
    222package org.docx4j.customxml; 
  • trunk/docx4j/src/main/java/org/docx4j/customxml/package-info.java

    r569 r925  
     1/* 
     2 *  Copyright 2007-2008, Plutext Pty Ltd. 
     3 *    
     4 *  This file is part of docx4j. 
     5 
     6    docx4j is licensed under the Apache License, Version 2.0 (the "License");  
     7    you may not use this file except in compliance with the License.  
     8 
     9    You may obtain a copy of the License at  
     10 
     11        http://www.apache.org/licenses/LICENSE-2.0  
     12 
     13    Unless required by applicable law or agreed to in writing, software  
     14    distributed under the License is distributed on an "AS IS" BASIS,  
     15    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     16    See the License for the specific language governing permissions and  
     17    limitations under the License. 
     18 
     19 */ 
     20 
    121@javax.xml.bind.annotation.XmlSchema(namespace = "http://schemas.openxmlformats.org/schemaLibrary/2006/main", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) 
    222package org.docx4j.customxml; 
  • trunk/docx4j/src/main/java/org/docx4j/dml/CTBackgroundFillStyleList.java

    r568 r925  
    4242 
    4343    @XmlElements({ 
     44        @XmlElement(name = "blipFill", type = CTBlipFillProperties.class), 
    4445        @XmlElement(name = "pattFill", type = CTPatternFillProperties.class), 
    45         @XmlElement(name = "blipFill", type = CTBlipFillProperties.class), 
    46         @XmlElement(name = "gradFill", type = CTGradientFillProperties.class), 
    4746        @XmlElement(name = "grpFill", type = CTGroupFillProperties.class), 
    4847        @XmlElement(name = "solidFill", type = CTSolidColorFillProperties.class), 
    49         @XmlElement(name = "noFill", type = CTNoFillProperties.class) 
     48        @XmlElement(name = "noFill", type = CTNoFillProperties.class), 
     49        @XmlElement(name = "gradFill", type = CTGradientFillProperties.class) 
    5050    }) 
    5151    protected List<Object> egFillProperties; 
     
    7171     * <p> 
    7272     * Objects of the following type(s) are allowed in the list 
     73     * {@link CTBlipFillProperties } 
    7374     * {@link CTPatternFillProperties } 
    74      * {@link CTBlipFillProperties } 
    75      * {@link CTGradientFillProperties } 
    7675     * {@link CTGroupFillProperties } 
    7776     * {@link CTSolidColorFillProperties } 
    7877     * {@link CTNoFillProperties } 
     78     * {@link CTGradientFillProperties } 
    7979     *  
    8080     *  
  • trunk/docx4j/src/main/java/org/docx4j/dml/CTBlip.java

    r568 r925  
    6565 
    6666    @XmlElements({ 
     67        @XmlElement(name = "alphaInv", type = CTAlphaInverseEffect.class), 
     68        @XmlElement(name = "alphaMod", type = CTAlphaModulateEffect.class), 
    6769        @XmlElement(name = "blur", type = CTBlurEffect.class), 
    68         @XmlElement(name = "fillOverlay", type = CTFillOverlayEffect.class), 
     70        @XmlElement(name = "lum", type = CTLuminanceEffect.class), 
     71        @XmlElement(name = "biLevel", type = CTBiLevelEffect.class), 
     72        @XmlElement(name = "clrChange", type = CTColorChangeEffect.class), 
     73        @XmlElement(name = "duotone", type = CTDuotoneEffect.class), 
     74        @XmlElement(name = "alphaModFix", type = CTAlphaModulateFixedEffect.class), 
     75        @XmlElement(name = "alphaCeiling", type = CTAlphaCeilingEffect.class), 
     76        @XmlElement(name = "alphaFloor", type = CTAlphaFloorEffect.class), 
     77        @XmlElement(name = "tint", type = CTTintEffect.class), 
     78        @XmlElement(name = "alphaBiLevel", type = CTAlphaBiLevelEffect.class), 
    6979        @XmlElement(name = "clrRepl", type = CTColorReplaceEffect.class), 
    70         @XmlElement(name = "alphaModFix", type = CTAlphaModulateFixedEffect.class), 
    7180        @XmlElement(name = "hsl", type = CTHSLEffect.class), 
    72         @XmlElement(name = "alphaMod", type = CTAlphaModulateEffect.class), 
     81        @XmlElement(name = "grayscl", type = CTGrayscaleEffect.class), 
    7382        @XmlElement(name = "alphaRepl", type = CTAlphaReplaceEffect.class), 
    74         @XmlElement(name = "biLevel", type = CTBiLevelEffect.class), 
    75         @XmlElement(name = "alphaCeiling", type = CTAlphaCeilingEffect.class), 
    76         @XmlElement(name = "lum", type = CTLuminanceEffect.class), 
    77         @XmlElement(name = "alphaBiLevel", type = CTAlphaBiLevelEffect.class), 
    78         @XmlElement(name = "grayscl", type = CTGrayscaleEffect.class), 
    79         @XmlElement(name = "alphaInv", type = CTAlphaInverseEffect.class), 
    80         @XmlElement(name = "duotone", type = CTDuotoneEffect.class), 
    81         @XmlElement(name = "alphaFloor", type = CTAlphaFloorEffect.class), 
    82         @XmlElement(name = "clrChange", type = CTColorChangeEffect.class), 
    83         @XmlElement(name = "tint", type = CTTintEffect.class) 
     83        @XmlElement(name = "fillOverlay", type = CTFillOverlayEffect.class) 
    8484    }) 
    8585    protected List<Object> alphaBiLevelOrAlphaCeilingOrAlphaFloor; 
     
    112112     * <p> 
    113113     * Objects of the following type(s) are allowed in the list 
     114     * {@link CTAlphaInverseEffect } 
     115     * {@link CTAlphaModulateEffect } 
    114116     * {@link CTBlurEffect } 
     117     * {@link CTLuminanceEffect } 
     118     * {@link CTBiLevelEffect } 
     119     * {@link CTColorChangeEffect } 
     120     * {@link CTDuotoneEffect } 
     121     * {@link CTAlphaModulateFixedEffect } 
     122     * {@link CTAlphaCeilingEffect } 
     123     * {@link CTAlphaFloorEffect } 
     124     * {@link CTTintEffect } 
     125     * {@link CTAlphaBiLevelEffect } 
     126     * {@link CTColorReplaceEffect } 
     127     * {@link CTHSLEffect } 
     128     * {@link CTGrayscaleEffect } 
     129     * {@link CTAlphaReplaceEffect } 
    115130     * {@link CTFillOverlayEffect } 
    116      * {@link CTColorReplaceEffect } 
    117      * {@link CTAlphaModulateFixedEffect } 
    118      * {@link CTHSLEffect } 
    119      * {@link CTAlphaModulateEffect } 
    120      * {@link CTAlphaReplaceEffect } 
    121      * {@link CTBiLevelEffect } 
    122      * {@link CTAlphaCeilingEffect } 
    123      * {@link CTLuminanceEffect } 
    124      * {@link CTAlphaBiLevelEffect } 
    125      * {@link CTGrayscaleEffect } 
    126      * {@link CTAlphaInverseEffect } 
    127      * {@link CTDuotoneEffect } 
    128      * {@link CTAlphaFloorEffect } 
    129      * {@link CTColorChangeEffect } 
    130      * {@link CTTintEffect } 
    131131     *  
    132132     *  
  • trunk/docx4j/src/main/java/org/docx4j/dml/CTColorMRU.java

    r568 r925  
    4242 
    4343    @XmlElements({ 
     44        @XmlElement(name = "sysClr", type = CTSystemColor.class), 
     45        @XmlElement(name = "srgbClr", type = CTSRgbColor.class), 
    4446        @XmlElement(name = "prstClr", type = CTPresetColor.class), 
    45         @XmlElement(name = "sysClr", type = CTSystemColor.class), 
     47        @XmlElement(name = "scrgbClr", type = CTScRgbColor.class), 
    4648        @XmlElement(name = "schemeClr", type = CTSchemeColor.class), 
    47         @XmlElement(name = "srgbClr", type = CTSRgbColor.class), 
    48         @XmlElement(name = "hslClr", type = CTHslColor.class), 
    49         @XmlElement(name = "scrgbClr", type = CTScRgbColor.class) 
     49        @XmlElement(name = "hslClr", type = CTHslColor.class) 
    5050    }) 
    5151    protected List<Object> egColorChoice; 
     
    7171     * <p> 
    7272     * Objects of the following type(s) are allowed in the list 
     73     * {@link CTSystemColor } 
     74     * {@link CTSRgbColor } 
    7375     * {@link CTPresetColor } 
    74      * {@link CTSystemColor } 
     76     * {@link CTScRgbColor } 
    7577     * {@link CTSchemeColor } 
    76      * {@link CTSRgbColor } 
    7778     * {@link CTHslColor } 
    78      * {@link CTScRgbColor } 
    7979     *  
    8080     *  
  • trunk/docx4j/src/main/java/org/docx4j/dml/CTDuotoneEffect.java

    r568 r925  
    4141 
    4242    @XmlElements({ 
     43        @XmlElement(name = "prstClr", type = CTPresetColor.class), 
     44        @XmlElement(name = "sysClr", type = CTSystemColor.class), 
    4345        @XmlElement(name = "schemeClr", type = CTSchemeColor.class), 
    44         @XmlElement(name = "sysClr", type = CTSystemColor.class), 
    45         @XmlElement(name = "prstClr", type = CTPresetColor.class), 
     46        @XmlElement(name = "hslClr", type = CTHslColor.class), 
    4647        @XmlElement(name = "srgbClr", type = CTSRgbColor.class), 
    47         @XmlElement(name = "hslClr", type = CTHslColor.class), 
    4848        @XmlElement(name = "scrgbClr", type = CTScRgbColor.class) 
    4949    }) 
     
    7070     * <p> 
    7171     * Objects of the following type(s) are allowed in the list 
     72     * {@link CTPresetColor } 
     73     * {@link CTSystemColor } 
    7274     * {@link CTSchemeColor } 
    73      * {@link CTSystemColor } 
    74      * {@link CTPresetColor } 
     75     * {@link CTHslColor } 
    7576     * {@link CTSRgbColor } 
    76      * {@link CTHslColor } 
    7777     * {@link CTScRgbColor } 
    7878     *  
  • trunk/docx4j/src/main/java/org/docx4j/dml/CTEffectContainer.java

    r568 r925  
    4545 
    4646    @XmlElements({ 
    47         @XmlElement(name = "alphaOutset", type = CTAlphaOutsetEffect.class), 
    48         @XmlElement(name = "xfrm", type = CTTransformEffect.class), 
     47        @XmlElement(name = "alphaCeiling", type = CTAlphaCeilingEffect.class), 
    4948        @XmlElement(name = "innerShdw", type = CTInnerShadowEffect.class), 
    50         @XmlElement(name = "alphaModFix", type = CTAlphaModulateFixedEffect.class), 
     49        @XmlElement(name = "reflection", type = CTReflectionEffect.class), 
    5150        @XmlElement(name = "relOff", type = CTRelativeOffsetEffect.class), 
    52         @XmlElement(name = "alphaCeiling", type = CTAlphaCeilingEffect.class), 
     51        @XmlElement(name = "blur", type = CTBlurEffect.class), 
     52        @XmlElement(name = "lum", type = CTLuminanceEffect.class), 
     53        @XmlElement(name = "alphaFloor", type = CTAlphaFloorEffect.class), 
     54        @XmlElement(name = "alphaMod", type = CTAlphaModulateEffect.class), 
     55        @XmlElement(name = "cont", type = CTEffectContainer.class), 
     56        @XmlElement(name = "prstShdw", type = CTPresetShadowEffect.class), 
     57        @XmlElement(name = "fillOverlay", type = CTFillOverlayEffect.class), 
     58        @XmlElement(name = "biLevel", type = CTBiLevelEffect.class), 
     59        @XmlElement(name = "alphaRepl", type = CTAlphaReplaceEffect.class), 
    5360        @XmlElement(name = "blend", type = CTBlendEffect.class), 
    54         @XmlElement(name = "hsl", type = CTHSLEffect.class), 
     61        @XmlElement(name = "alphaInv", type = CTAlphaInverseEffect.class), 
    5562        @XmlElement(name = "effect", type = CTEffectReference.class), 
    5663        @XmlElement(name = "glow", type = CTGlowEffect.class), 
    57         @XmlElement(name = "blur", type = CTBlurEffect.class), 
    58         @XmlElement(name = "lum", type = CTLuminanceEffect.class), 
     64        @XmlElement(name = "duotone", type = CTDuotoneEffect.class), 
     65        @XmlElement(name = "softEdge", type = CTSoftEdgesEffect.class), 
     66        @XmlElement(name = "hsl", type = CTHSLEffect.class), 
     67        @XmlElement(name = "alphaBiLevel", type = CTAlphaBiLevelEffect.class), 
     68        @XmlElement(name = "fill", type = CTFillEffect.class), 
     69        @XmlElement(name = "tint", type = CTTintEffect.class), 
     70        @XmlElement(name = "alphaOutset", type = CTAlphaOutsetEffect.class), 
     71        @XmlElement(name = "clrRepl", type = CTColorReplaceEffect.class), 
     72        @XmlElement(name = "clrChange", type = CTColorChangeEffect.class), 
    5973        @XmlElement(name = "outerShdw", type = CTOuterShadowEffect.class), 
    60         @XmlElement(name = "fillOverlay", type = CTFillOverlayEffect.class), 
    61         @XmlElement(name = "softEdge", type = CTSoftEdgesEffect.class), 
    62         @XmlElement(name = "alphaRepl", type = CTAlphaReplaceEffect.class), 
    63         @XmlElement(name = "alphaBiLevel", type = CTAlphaBiLevelEffect.class), 
    64         @XmlElement(name = "alphaInv", type = CTAlphaInverseEffect.class), 
    65         @XmlElement(name = "cont", type = CTEffectContainer.class), 
    66         @XmlElement(name = "prstShdw", type = CTPresetShadowEffect.class), 
    67         @XmlElement(name = "tint", type = CTTintEffect.class), 
    68         @XmlElement(name = "biLevel", type = CTBiLevelEffect.class), 
    69         @XmlElement(name = "alphaMod", type = CTAlphaModulateEffect.class), 
    70         @XmlElement(name = "alphaFloor", type = CTAlphaFloorEffect.class), 
    71         @XmlElement(name = "fill", type = CTFillEffect.class), 
    72         @XmlElement(name = "clrChange", type = CTColorChangeEffect.class), 
    73         @XmlElement(name = "duotone", type = CTDuotoneEffect.class), 
     74        @XmlElement(name = "alphaModFix", type = CTAlphaModulateFixedEffect.class), 
    7475        @XmlElement(name = "grayscl", type = CTGrayscaleEffect.class), 
    75         @XmlElement(name = "reflection", type = CTReflectionEffect.class), 
    76         @XmlElement(name = "clrRepl", type = CTColorReplaceEffect.class) 
     76        @XmlElement(name = "xfrm", type = CTTransformEffect.class) 
    7777    }) 
    7878    protected List<Object> egEffect; 
     
    104104     * <p> 
    105105     * Objects of the following type(s) are allowed in the list 
    106      * {@link CTAlphaOutsetEffect } 
    107      * {@link CTTransformEffect } 
     106     * {@link CTAlphaCeilingEffect } 
    108107     * {@link CTInnerShadowEffect } 
    109      * {@link CTAlphaModulateFixedEffect } 
     108     * {@link CTReflectionEffect } 
    110109     * {@link CTRelativeOffsetEffect } 
    111      * {@link CTAlphaCeilingEffect } 
     110     * {@link CTBlurEffect } 
     111     * {@link CTLuminanceEffect } 
     112     * {@link CTAlphaFloorEffect } 
     113     * {@link CTAlphaModulateEffect } 
     114     * {@link CTEffectContainer } 
     115     * {@link CTPresetShadowEffect } 
     116     * {@link CTFillOverlayEffect } 
     117     * {@link CTBiLevelEffect } 
     118     * {@link CTAlphaReplaceEffect } 
    112119     * {@link CTBlendEffect } 
    113      * {@link CTHSLEffect } 
     120     * {@link CTAlphaInverseEffect } 
    114121     * {@link CTEffectReference } 
    115122     * {@link CTGlowEffect } 
    116      * {@link CTBlurEffect } 
    117      * {@link CTLuminanceEffect } 
     123     * {@link CTDuotoneEffect } 
     124     * {@link CTSoftEdgesEffect } 
     125     * {@link CTHSLEffect } 
     126     * {@link CTAlphaBiLevelEffect } 
     127     * {@link CTFillEffect } 
     128     * {@link CTTintEffect } 
     129     * {@link CTAlphaOutsetEffect } 
     130     * {@link CTColorReplaceEffect } 
     131     * {@link CTColorChangeEffect } 
    118132     * {@link CTOuterShadowEffect } 
    119      * {@link CTFillOverlayEffect } 
    120      * {@link CTSoftEdgesEffect } 
    121      * {@link CTAlphaReplaceEffect } 
    122      * {@link CTAlphaBiLevelEffect } 
    123      * {@link CTAlphaInverseEffect } 
    124      * {@link CTEffectContainer } 
    125      * {@link CTPresetShadowEffect } 
    126      * {@link CTTintEffect } 
    127      * {@link CTBiLevelEffect } 
    128      * {@link CTAlphaModulateEffect } 
    129      * {@link CTAlphaFloorEffect } 
    130      * {@link CTFillEffect } 
    131      * {@link CTColorChangeEffect } 
    132      * {@link CTDuotoneEffect } 
     133     * {@link CTAlphaModulateFixedEffect } 
    133134     * {@link CTGrayscaleEffect } 
    134      * {@link CTReflectionEffect } 
    135      * {@link CTColorReplaceEffect } 
     135     * {@link CTTransformEffect } 
    136136     *  
    137137     *  
  • trunk/docx4j/src/main/java/org/docx4j/dml/CTFillStyleList.java

    r568 r925  
    4242 
    4343    @XmlElements({ 
     44        @XmlElement(name = "pattFill", type = CTPatternFillProperties.class), 
     45        @XmlElement(name = "gradFill", type = CTGradientFillProperties.class), 
     46        @XmlElement(name = "solidFill", type = CTSolidColorFillProperties.class), 
     47        @XmlElement(name = "noFill", type = CTNoFillProperties.class), 
    4448        @XmlElement(name = "grpFill", type = CTGroupFillProperties.class), 
    45         @XmlElement(name = "gradFill", type = CTGradientFillProperties.class), 
    46         @XmlElement(name = "pattFill", type = CTPatternFillProperties.class), 
    47         @XmlElement(name = "blipFill", type = CTBlipFillProperties.class), 
    48         @XmlElement(name = "solidFill", type = CTSolidColorFillProperties.class), 
    49         @XmlElement(name = "noFill", type = CTNoFillProperties.class) 
     49        @XmlElement(name = "blipFill", type = CTBlipFillProperties.class) 
    5050    }) 
    5151    protected List<Object> egFillProperties; 
     
    7171     * <p> 
    7272     * Objects of the following type(s) are allowed in the list 
    73      * {@link CTGroupFillProperties } 
     73     * {@link CTPatternFillProperties } 
    7474     * {@link CTGradientFillProperties } 
    75      * {@link CTPatternFillProperties } 
    76      * {@link CTBlipFillProperties } 
    7775     * {@link CTSolidColorFillProperties } 
    7876     * {@link CTNoFillProperties } 
     77     * {@link CTGroupFillProperties } 
     78     * {@link CTBlipFillProperties } 
    7979     *  
    8080     *  
  • trunk/docx4j/src/main/java/org/docx4j/dml/CTHslColor.java

    r568 r925  
    4646 
    4747    @XmlElementRefs({ 
     48        @XmlElementRef(name = "redMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    4849        @XmlElementRef(name = "alphaOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    49         @XmlElementRef(name = "blueMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    50         @XmlElementRef(name = "blue", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    51         @XmlElementRef(name = "satOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    52         @XmlElementRef(name = "lum", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    53         @XmlElementRef(name = "lumOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    54         @XmlElementRef(name = "gray", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    55         @XmlElementRef(name = "shade", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    56         @XmlElementRef(name = "alpha", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    57         @XmlElementRef(name = "redOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    58         @XmlElementRef(name = "sat", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    5950        @XmlElementRef(name = "inv", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    60         @XmlElementRef(name = "green", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    61         @XmlElementRef(name = "invGamma", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    6251        @XmlElementRef(name = "gamma", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    6352        @XmlElementRef(name = "hue", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    6453        @XmlElementRef(name = "blueOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     54        @XmlElementRef(name = "red", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     55        @XmlElementRef(name = "sat", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     56        @XmlElementRef(name = "lum", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     57        @XmlElementRef(name = "gray", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     58        @XmlElementRef(name = "alpha", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     59        @XmlElementRef(name = "comp", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     60        @XmlElementRef(name = "satOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     61        @XmlElementRef(name = "tint", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     62        @XmlElementRef(name = "blue", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     63        @XmlElementRef(name = "invGamma", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     64        @XmlElementRef(name = "greenMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     65        @XmlElementRef(name = "hueOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     66        @XmlElementRef(name = "lumOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     67        @XmlElementRef(name = "hueMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     68        @XmlElementRef(name = "lumMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     69        @XmlElementRef(name = "blueMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     70        @XmlElementRef(name = "greenOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     71        @XmlElementRef(name = "shade", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     72        @XmlElementRef(name = "green", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     73        @XmlElementRef(name = "redOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    6574        @XmlElementRef(name = "alphaMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    66         @XmlElementRef(name = "hueOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    67         @XmlElementRef(name = "comp", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    68         @XmlElementRef(name = "greenMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    69         @XmlElementRef(name = "red", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    70         @XmlElementRef(name = "hueMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    71         @XmlElementRef(name = "tint", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    72         @XmlElementRef(name = "satMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    73         @XmlElementRef(name = "redMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    74         @XmlElementRef(name = "greenOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    75         @XmlElementRef(name = "lumMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class) 
     75        @XmlElementRef(name = "satMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class) 
    7676    }) 
    7777    protected List<JAXBElement<?>> egColorTransform; 
     
    103103     * <p> 
    104104     * Objects of the following type(s) are allowed in the list 
     105     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    105106     * {@link JAXBElement }{@code <}{@link CTFixedPercentage }{@code >} 
    106      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     107     * {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >} 
     108     * {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >} 
     109     * {@link JAXBElement }{@code <}{@link CTPositiveFixedAngle }{@code >} 
    107110     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    108111     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     
    111114     * {@link JAXBElement }{@code <}{@link CTGrayscaleTransform }{@code >} 
    112115     * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
     116     * {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >} 
     117     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    113118     * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
    114119     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    115      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    116      * {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >} 
    117      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    118120     * {@link JAXBElement }{@code <}{@link CTInverseGammaTransform }{@code >} 
    119      * {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >} 
    120      * {@link JAXBElement }{@code <}{@link CTPositiveFixedAngle }{@code >} 
     121     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     122     * {@link JAXBElement }{@code <}{@link CTAngle }{@code >} 
    121123     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    122124     * {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >} 
    123      * {@link JAXBElement }{@code <}{@link CTAngle }{@code >} 
    124      * {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >} 
     125     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     126     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     127     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     128     * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
    125129     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    126130     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    127131     * {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >} 
    128      * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
    129      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    130      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    131      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    132132     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    133133     *  
  • trunk/docx4j/src/main/java/org/docx4j/dml/CTPath2D.java

    r568 r925  
    5353 
    5454    @XmlElements({ 
     55        @XmlElement(name = "close", type = CTPath2DClose.class), 
    5556        @XmlElement(name = "quadBezTo", type = CTPath2DQuadBezierTo.class), 
    5657        @XmlElement(name = "arcTo", type = CTPath2DArcTo.class), 
    5758        @XmlElement(name = "moveTo", type = CTPath2DMoveTo.class), 
    58         @XmlElement(name = "close", type = CTPath2DClose.class), 
    5959        @XmlElement(name = "cubicBezTo", type = CTPath2DCubicBezierTo.class), 
    6060        @XmlElement(name = "lnTo", type = CTPath2DLineTo.class) 
     
    9292     * <p> 
    9393     * Objects of the following type(s) are allowed in the list 
     94     * {@link CTPath2DClose } 
    9495     * {@link CTPath2DQuadBezierTo } 
    9596     * {@link CTPath2DArcTo } 
    9697     * {@link CTPath2DMoveTo } 
    97      * {@link CTPath2DClose } 
    9898     * {@link CTPath2DCubicBezierTo } 
    9999     * {@link CTPath2DLineTo } 
  • trunk/docx4j/src/main/java/org/docx4j/dml/CTPresetColor.java

    r568 r925  
    4444 
    4545    @XmlElementRefs({ 
     46        @XmlElementRef(name = "gamma", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     47        @XmlElementRef(name = "blue", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     48        @XmlElementRef(name = "blueOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     49        @XmlElementRef(name = "green", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     50        @XmlElementRef(name = "alphaMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     51        @XmlElementRef(name = "red", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    4652        @XmlElementRef(name = "alphaOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     53        @XmlElementRef(name = "lumMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     54        @XmlElementRef(name = "greenMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     55        @XmlElementRef(name = "satOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     56        @XmlElementRef(name = "shade", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     57        @XmlElementRef(name = "tint", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     58        @XmlElementRef(name = "sat", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    4759        @XmlElementRef(name = "redOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    4860        @XmlElementRef(name = "inv", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    49         @XmlElementRef(name = "alpha", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    5061        @XmlElementRef(name = "invGamma", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    51         @XmlElementRef(name = "lum", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    5262        @XmlElementRef(name = "hueMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    53         @XmlElementRef(name = "hue", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    54         @XmlElementRef(name = "green", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    55         @XmlElementRef(name = "alphaMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    56         @XmlElementRef(name = "satMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    57         @XmlElementRef(name = "blueOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     63        @XmlElementRef(name = "lumOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     64        @XmlElementRef(name = "redMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    5865        @XmlElementRef(name = "hueOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    5966        @XmlElementRef(name = "blueMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    60         @XmlElementRef(name = "redMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    61         @XmlElementRef(name = "greenMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    62         @XmlElementRef(name = "blue", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    63         @XmlElementRef(name = "lumMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    64         @XmlElementRef(name = "sat", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     67        @XmlElementRef(name = "satMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    6568        @XmlElementRef(name = "comp", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    66         @XmlElementRef(name = "shade", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    67         @XmlElementRef(name = "tint", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    68         @XmlElementRef(name = "satOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     69        @XmlElementRef(name = "gray", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     70        @XmlElementRef(name = "hue", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    6971        @XmlElementRef(name = "greenOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    70         @XmlElementRef(name = "gamma", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    71         @XmlElementRef(name = "red", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    72         @XmlElementRef(name = "lumOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    73         @XmlElementRef(name = "gray", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class) 
     72        @XmlElementRef(name = "lum", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     73        @XmlElementRef(name = "alpha", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class) 
    7474    }) 
    7575    protected List<JAXBElement<?>> egColorTransform; 
     
    9797     * <p> 
    9898     * Objects of the following type(s) are allowed in the list 
     99     * {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >} 
     100     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     101     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     102     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     103     * {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >} 
     104     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    99105     * {@link JAXBElement }{@code <}{@link CTFixedPercentage }{@code >} 
    100106     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     107     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     108     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     109     * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
     110     * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
     111     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     112     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    101113     * {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >} 
    102      * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
    103114     * {@link JAXBElement }{@code <}{@link CTInverseGammaTransform }{@code >} 
    104      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    105      * {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >} 
    106      * {@link JAXBElement }{@code <}{@link CTPositiveFixedAngle }{@code >} 
    107      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    108115     * {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >} 
    109116     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     
    112119     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    113120     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     121     * {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >} 
     122     * {@link JAXBElement }{@code <}{@link CTGrayscaleTransform }{@code >} 
     123     * {@link JAXBElement }{@code <}{@link CTPositiveFixedAngle }{@code >} 
    114124     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    115125     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    116      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    117      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    118      * {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >} 
    119126     * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
    120      * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
    121      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    122      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    123      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    124      * {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >} 
    125      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    126      * {@link JAXBElement }{@code <}{@link CTGrayscaleTransform }{@code >} 
    127127     *  
    128128     *  
  • trunk/docx4j/src/main/java/org/docx4j/dml/CTSRgbColor.java

    r568 r925  
    4646 
    4747    @XmlElementRefs({ 
     48        @XmlElementRef(name = "red", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     49        @XmlElementRef(name = "lumOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     50        @XmlElementRef(name = "comp", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     51        @XmlElementRef(name = "gray", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     52        @XmlElementRef(name = "alphaOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     53        @XmlElementRef(name = "satOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     54        @XmlElementRef(name = "blueOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     55        @XmlElementRef(name = "shade", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     56        @XmlElementRef(name = "inv", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     57        @XmlElementRef(name = "hue", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     58        @XmlElementRef(name = "lumMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    4859        @XmlElementRef(name = "blue", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    49         @XmlElementRef(name = "blueOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     60        @XmlElementRef(name = "alphaMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     61        @XmlElementRef(name = "invGamma", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     62        @XmlElementRef(name = "green", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     63        @XmlElementRef(name = "sat", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     64        @XmlElementRef(name = "greenMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     65        @XmlElementRef(name = "hueOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    5066        @XmlElementRef(name = "greenOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    51         @XmlElementRef(name = "lumOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     67        @XmlElementRef(name = "redOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     68        @XmlElementRef(name = "redMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     69        @XmlElementRef(name = "gamma", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     70        @XmlElementRef(name = "blueMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     71        @XmlElementRef(name = "alpha", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    5272        @XmlElementRef(name = "tint", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    53         @XmlElementRef(name = "blueMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    54         @XmlElementRef(name = "comp", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    5573        @XmlElementRef(name = "lum", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    56         @XmlElementRef(name = "hue", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    57         @XmlElementRef(name = "red", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    58         @XmlElementRef(name = "gray", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    59         @XmlElementRef(name = "hueMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    60         @XmlElementRef(name = "gamma", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    61         @XmlElementRef(name = "alphaMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    62         @XmlElementRef(name = "redMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    63         @XmlElementRef(name = "green", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    64         @XmlElementRef(name = "alpha", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    65         @XmlElementRef(name = "hueOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    66         @XmlElementRef(name = "invGamma", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    67         @XmlElementRef(name = "satOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    68         @XmlElementRef(name = "shade", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    69         @XmlElementRef(name = "alphaOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    70         @XmlElementRef(name = "redOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    71         @XmlElementRef(name = "greenMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    72         @XmlElementRef(name = "sat", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    7374        @XmlElementRef(name = "satMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    74         @XmlElementRef(name = "lumMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    75         @XmlElementRef(name = "inv", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class) 
     75        @XmlElementRef(name = "hueMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class) 
    7676    }) 
    7777    protected List<JAXBElement<?>> egColorTransform; 
     
    102102     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    103103     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     104     * {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >} 
     105     * {@link JAXBElement }{@code <}{@link CTGrayscaleTransform }{@code >} 
     106     * {@link JAXBElement }{@code <}{@link CTFixedPercentage }{@code >} 
    104107     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    105108     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    106109     * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
    107      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    108      * {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >} 
    109      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     110     * {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >} 
    110111     * {@link JAXBElement }{@code <}{@link CTPositiveFixedAngle }{@code >} 
    111112     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    112      * {@link JAXBElement }{@code <}{@link CTGrayscaleTransform }{@code >} 
     113     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    113114     * {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >} 
    114      * {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >} 
    115      * {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >} 
    116      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    117      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    118      * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
    119      * {@link JAXBElement }{@code <}{@link CTAngle }{@code >} 
    120115     * {@link JAXBElement }{@code <}{@link CTInverseGammaTransform }{@code >} 
    121      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    122      * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
    123      * {@link JAXBElement }{@code <}{@link CTFixedPercentage }{@code >} 
    124116     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    125117     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    126118     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     119     * {@link JAXBElement }{@code <}{@link CTAngle }{@code >} 
    127120     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    128121     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    129      * {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >} 
     122     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     123     * {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >} 
     124     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     125     * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
     126     * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
     127     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     128     * {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >} 
     129     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    130130     *  
    131131     *  
  • trunk/docx4j/src/main/java/org/docx4j/dml/CTScRgbColor.java

    r568 r925  
    4646 
    4747    @XmlElementRefs({ 
     48        @XmlElementRef(name = "tint", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     49        @XmlElementRef(name = "alphaMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     50        @XmlElementRef(name = "alpha", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     51        @XmlElementRef(name = "inv", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     52        @XmlElementRef(name = "blue", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     53        @XmlElementRef(name = "greenOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     54        @XmlElementRef(name = "satMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     55        @XmlElementRef(name = "invGamma", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     56        @XmlElementRef(name = "redMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     57        @XmlElementRef(name = "satOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     58        @XmlElementRef(name = "lumMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     59        @XmlElementRef(name = "sat", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     60        @XmlElementRef(name = "hueMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     61        @XmlElementRef(name = "gray", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     62        @XmlElementRef(name = "gamma", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     63        @XmlElementRef(name = "greenMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     64        @XmlElementRef(name = "alphaOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     65        @XmlElementRef(name = "lum", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     66        @XmlElementRef(name = "hueOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     67        @XmlElementRef(name = "comp", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     68        @XmlElementRef(name = "shade", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     69        @XmlElementRef(name = "red", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     70        @XmlElementRef(name = "green", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    4871        @XmlElementRef(name = "hue", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    49         @XmlElementRef(name = "alpha", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    50         @XmlElementRef(name = "invGamma", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    51         @XmlElementRef(name = "greenOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    52         @XmlElementRef(name = "hueMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    53         @XmlElementRef(name = "inv", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    54         @XmlElementRef(name = "lumMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    55         @XmlElementRef(name = "shade", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    56         @XmlElementRef(name = "gray", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    57         @XmlElementRef(name = "hueOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    58         @XmlElementRef(name = "lum", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    59         @XmlElementRef(name = "sat", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    60         @XmlElementRef(name = "comp", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    61         @XmlElementRef(name = "gamma", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    62         @XmlElementRef(name = "tint", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    63         @XmlElementRef(name = "green", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    64         @XmlElementRef(name = "lumOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    65         @XmlElementRef(name = "blue", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     72        @XmlElementRef(name = "redOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    6673        @XmlElementRef(name = "blueMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    67         @XmlElementRef(name = "satMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    68         @XmlElementRef(name = "satOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    69         @XmlElementRef(name = "redMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    70         @XmlElementRef(name = "redOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    7174        @XmlElementRef(name = "blueOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    72         @XmlElementRef(name = "alphaOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    73         @XmlElementRef(name = "red", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    74         @XmlElementRef(name = "greenMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    75         @XmlElementRef(name = "alphaMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class) 
     75        @XmlElementRef(name = "lumOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class) 
    7676    }) 
    7777    protected List<JAXBElement<?>> egColorTransform; 
     
    103103     * <p> 
    104104     * Objects of the following type(s) are allowed in the list 
     105     * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
     106     * {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >} 
     107     * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
     108     * {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >} 
     109     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     110     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     111     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     112     * {@link JAXBElement }{@code <}{@link CTInverseGammaTransform }{@code >} 
     113     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     114     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     115     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     116     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     117     * {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >} 
     118     * {@link JAXBElement }{@code <}{@link CTGrayscaleTransform }{@code >} 
     119     * {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >} 
     120     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     121     * {@link JAXBElement }{@code <}{@link CTFixedPercentage }{@code >} 
     122     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     123     * {@link JAXBElement }{@code <}{@link CTAngle }{@code >} 
     124     * {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >} 
     125     * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
     126     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     127     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    105128     * {@link JAXBElement }{@code <}{@link CTPositiveFixedAngle }{@code >} 
    106      * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
    107      * {@link JAXBElement }{@code <}{@link CTInverseGammaTransform }{@code >} 
    108      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    109      * {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >} 
    110      * {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >} 
    111      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    112      * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
    113      * {@link JAXBElement }{@code <}{@link CTGrayscaleTransform }{@code >} 
    114      * {@link JAXBElement }{@code <}{@link CTAngle }{@code >} 
    115      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    116      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    117      * {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >} 
    118      * {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >} 
    119      * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
    120      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    121      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    122      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    123      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    124      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    125      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    126      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    127      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    128      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    129      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    130      * {@link JAXBElement }{@code <}{@link CTFixedPercentage }{@code >} 
    131      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    132      * {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >} 
     129     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     130     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     131     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     132     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    133133     *  
    134134     *  
  • trunk/docx4j/src/main/java/org/docx4j/dml/CTSchemeColor.java

    r568 r925  
    4444 
    4545    @XmlElementRefs({ 
    46         @XmlElementRef(name = "gamma", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    47         @XmlElementRef(name = "blueOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    48         @XmlElementRef(name = "blue", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    49         @XmlElementRef(name = "sat", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    50         @XmlElementRef(name = "hueMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    51         @XmlElementRef(name = "green", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    52         @XmlElementRef(name = "redMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     46        @XmlElementRef(name = "greenMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     47        @XmlElementRef(name = "gray", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    5348        @XmlElementRef(name = "lum", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    5449        @XmlElementRef(name = "red", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     50        @XmlElementRef(name = "alphaMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     51        @XmlElementRef(name = "gamma", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     52        @XmlElementRef(name = "sat", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    5553        @XmlElementRef(name = "satMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    56         @XmlElementRef(name = "alphaMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     54        @XmlElementRef(name = "blueMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     55        @XmlElementRef(name = "blueOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     56        @XmlElementRef(name = "shade", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     57        @XmlElementRef(name = "comp", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     58        @XmlElementRef(name = "alpha", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     59        @XmlElementRef(name = "lumMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     60        @XmlElementRef(name = "lumOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     61        @XmlElementRef(name = "blue", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     62        @XmlElementRef(name = "hue", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     63        @XmlElementRef(name = "satOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     64        @XmlElementRef(name = "invGamma", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     65        @XmlElementRef(name = "greenOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    5766        @XmlElementRef(name = "redOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    58         @XmlElementRef(name = "invGamma", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     67        @XmlElementRef(name = "inv", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    5968        @XmlElementRef(name = "alphaOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    60         @XmlElementRef(name = "inv", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    6169        @XmlElementRef(name = "tint", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    62         @XmlElementRef(name = "shade", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     70        @XmlElementRef(name = "hueMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    6371        @XmlElementRef(name = "hueOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    64         @XmlElementRef(name = "greenOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    65         @XmlElementRef(name = "hue", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    66         @XmlElementRef(name = "blueMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    67         @XmlElementRef(name = "alpha", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    68         @XmlElementRef(name = "gray", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    69         @XmlElementRef(name = "comp", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    70         @XmlElementRef(name = "satOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    71         @XmlElementRef(name = "greenMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    72         @XmlElementRef(name = "lumMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    73         @XmlElementRef(name = "lumOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class) 
     72        @XmlElementRef(name = "redMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     73        @XmlElementRef(name = "green", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class) 
    7474    }) 
    7575    protected List<JAXBElement<?>> egColorTransform; 
     
    9797     * <p> 
    9898     * Objects of the following type(s) are allowed in the list 
     99     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     100     * {@link JAXBElement }{@code <}{@link CTGrayscaleTransform }{@code >} 
     101     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     102     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     103     * {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >} 
    99104     * {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >} 
    100105     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    101106     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    102107     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    103      * {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >} 
     108     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     109     * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
     110     * {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >} 
     111     * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
    104112     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    105113     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    106114     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     115     * {@link JAXBElement }{@code <}{@link CTPositiveFixedAngle }{@code >} 
     116     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     117     * {@link JAXBElement }{@code <}{@link CTInverseGammaTransform }{@code >} 
    107118     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    108119     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     120     * {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >} 
     121     * {@link JAXBElement }{@code <}{@link CTFixedPercentage }{@code >} 
     122     * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
    109123     * {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >} 
    110124     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    111      * {@link JAXBElement }{@code <}{@link CTInverseGammaTransform }{@code >} 
    112      * {@link JAXBElement }{@code <}{@link CTFixedPercentage }{@code >} 
    113      * {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >} 
    114      * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
    115      * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
    116125     * {@link JAXBElement }{@code <}{@link CTAngle }{@code >} 
    117      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    118      * {@link JAXBElement }{@code <}{@link CTPositiveFixedAngle }{@code >} 
    119      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    120      * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
    121      * {@link JAXBElement }{@code <}{@link CTGrayscaleTransform }{@code >} 
    122      * {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >} 
    123      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    124      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    125      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    126126     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    127127     *  
  • trunk/docx4j/src/main/java/org/docx4j/dml/CTSystemColor.java

    r568 r925  
    4848 
    4949    @XmlElementRefs({ 
     50        @XmlElementRef(name = "blue", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     51        @XmlElementRef(name = "redOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     52        @XmlElementRef(name = "satOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     53        @XmlElementRef(name = "inv", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     54        @XmlElementRef(name = "invGamma", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     55        @XmlElementRef(name = "greenOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     56        @XmlElementRef(name = "lum", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     57        @XmlElementRef(name = "lumOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     58        @XmlElementRef(name = "green", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     59        @XmlElementRef(name = "shade", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     60        @XmlElementRef(name = "alphaMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     61        @XmlElementRef(name = "gamma", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     62        @XmlElementRef(name = "blueMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     63        @XmlElementRef(name = "hue", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     64        @XmlElementRef(name = "redMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     65        @XmlElementRef(name = "hueMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     66        @XmlElementRef(name = "lumMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     67        @XmlElementRef(name = "tint", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     68        @XmlElementRef(name = "alpha", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     69        @XmlElementRef(name = "greenMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     70        @XmlElementRef(name = "satMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     71        @XmlElementRef(name = "sat", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     72        @XmlElementRef(name = "blueOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     73        @XmlElementRef(name = "alphaOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     74        @XmlElementRef(name = "red", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
     75        @XmlElementRef(name = "comp", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    5076        @XmlElementRef(name = "gray", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    51         @XmlElementRef(name = "alphaOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    52         @XmlElementRef(name = "redMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    53         @XmlElementRef(name = "invGamma", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    54         @XmlElementRef(name = "hueOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    55         @XmlElementRef(name = "lumOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    56         @XmlElementRef(name = "red", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    57         @XmlElementRef(name = "gamma", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    58         @XmlElementRef(name = "greenMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    59         @XmlElementRef(name = "lum", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    60         @XmlElementRef(name = "hueMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    61         @XmlElementRef(name = "alphaMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    62         @XmlElementRef(name = "satOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    63         @XmlElementRef(name = "tint", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    64         @XmlElementRef(name = "inv", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    65         @XmlElementRef(name = "sat", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    66         @XmlElementRef(name = "comp", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    67         @XmlElementRef(name = "blueOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    68         @XmlElementRef(name = "hue", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    69         @XmlElementRef(name = "shade", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    70         @XmlElementRef(name = "lumMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    71         @XmlElementRef(name = "alpha", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    72         @XmlElementRef(name = "blueMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    73         @XmlElementRef(name = "satMod", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    74         @XmlElementRef(name = "redOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    75         @XmlElementRef(name = "blue", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    76         @XmlElementRef(name = "greenOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class), 
    77         @XmlElementRef(name = "green", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class) 
     77        @XmlElementRef(name = "hueOff", namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", type = JAXBElement.class) 
    7878    }) 
    7979    protected List<JAXBElement<?>> egColorTransform; 
     
    105105     * <p> 
    106106     * Objects of the following type(s) are allowed in the list 
     107     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     108     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     109     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     110     * {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >} 
     111     * {@link JAXBElement }{@code <}{@link CTInverseGammaTransform }{@code >} 
     112     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     113     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     114     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     115     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     116     * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
     117     * {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >} 
     118     * {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >} 
     119     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     120     * {@link JAXBElement }{@code <}{@link CTPositiveFixedAngle }{@code >} 
     121     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     122     * {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >} 
     123     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     124     * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
     125     * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
     126     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     127     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     128     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     129     * {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >} 
     130     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
     131     * {@link JAXBElement }{@code <}{@link CTFixedPercentage }{@code >} 
     132     * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    107133     * {@link JAXBElement }{@code <}{@link CTGrayscaleTransform }{@code >} 
    108      * {@link JAXBElement }{@code <}{@link CTFixedPercentage }{@code >} 
    109      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    110      * {@link JAXBElement }{@code <}{@link CTInverseGammaTransform }{@code >} 
    111134     * {@link JAXBElement }{@code <}{@link CTAngle }{@code >} 
    112      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    113      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    114      * {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >} 
    115      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    116      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    117      * {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >} 
    118      * {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >} 
    119      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    120      * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
    121      * {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >} 
    122      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    123      * {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >} 
    124      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    125      * {@link JAXBElement }{@code <}{@link CTPositiveFixedAngle }{@code >} 
    126      * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
    127      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    128      * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} 
    129      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    130      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    131      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    132      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    133      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    134      * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} 
    135135     *  
    136136     *  
  • trunk/docx4j/src/main/java/org/docx4j/dml/CTTextParagraph.java

    r568 r925  
    4848    @XmlElements({ 
    4949        @XmlElement(name = "br", type = CTTextLineBreak.class), 
    50         @XmlElement(name = "r", type = CTRegularTextRun.class), 
    51         @XmlElement(name = "fld", type = CTTextField.class) 
     50        @XmlElement(name = "fld", type = CTTextField.class), 
     51        @XmlElement(name = "r", type = CTRegularTextRun.class) 
    5252    }) 
    5353    protected List<Object> egTextRun; 
     
    9999     * Objects of the following type(s) are allowed in the list 
    100100     * {@link CTTextLineBreak } 
     101     * {@link CTTextField } 
    101102     * {@link CTRegularTextRun } 
    102      * {@link CTTextField } 
    103103     *  
    104104     *  
  • trunk/docx4j/src/main/java/org/docx4j/dml/ObjectFactory.java

    r568 r925  
    2929    private final static QName _ThemeOverride_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "themeOverride"); 
    3030    private final static QName _Graphic_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "graphic"); 
     31    private final static QName _Pic_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/picture", "pic"); 
    3132    private final static QName _Anchor_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing", "anchor"); 
    32     private final static QName _Pic_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/picture", "pic"); 
    3333    private final static QName _Blip_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "blip"); 
    34     private final static QName _CTSystemColorAlpha_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "alpha"); 
    35     private final static QName _CTSystemColorLum_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "lum"); 
    36     private final static QName _CTSystemColorGamma_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "gamma"); 
    37     private final static QName _CTSystemColorInvGamma_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "invGamma"); 
    38     private final static QName _CTSystemColorAlphaMod_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "alphaMod"); 
    39     private final static QName _CTSystemColorRedOff_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "redOff"); 
    40     private final static QName _CTSystemColorAlphaOff_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "alphaOff"); 
    41     private final static QName _CTSystemColorGreenOff_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "greenOff"); 
    42     private final static QName _CTSystemColorRedMod_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "redMod"); 
    43     private final static QName _CTSystemColorHue_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "hue"); 
    44     private final static QName _CTSystemColorSatOff_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "satOff"); 
    45     private final static QName _CTSystemColorGreenMod_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "greenMod"); 
    46     private final static QName _CTSystemColorSat_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "sat"); 
    47     private final static QName _CTSystemColorBlue_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "blue"); 
    48     private final static QName _CTSystemColorRed_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "red"); 
    49     private final static QName _CTSystemColorSatMod_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "satMod"); 
    50     private final static QName _CTSystemColorHueOff_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "hueOff"); 
    51     private final static QName _CTSystemColorBlueMod_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "blueMod"); 
    52     private final static QName _CTSystemColorShade_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "shade"); 
    53     private final static QName _CTSystemColorLumMod_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "lumMod"); 
    54     private final static QName _CTSystemColorInv_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "inv"); 
    55     private final static QName _CTSystemColorLumOff_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "lumOff"); 
    56     private final static QName _CTSystemColorTint_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "tint"); 
    57     private final static QName _CTSystemColorGreen_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "green"); 
    58     private final static QName _CTSystemColorComp_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "comp"); 
    59     private final static QName _CTSystemColorBlueOff_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "blueOff"); 
    60     private final static QName _CTSystemColorHueMod_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "hueMod"); 
    61     private final static QName _CTSystemColorGray_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "gray"); 
     34    private final static QName _CTPresetColorLum_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "lum"); 
     35    private final static QName _CTPresetColorAlpha_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "alpha"); 
     36    private final static QName _CTPresetColorGamma_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "gamma"); 
     37    private final static QName _CTPresetColorInvGamma_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "invGamma"); 
     38    private final static QName _CTPresetColorRedOff_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "redOff"); 
     39    private final static QName _CTPresetColorAlphaMod_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "alphaMod"); 
     40    private final static QName _CTPresetColorAlphaOff_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "alphaOff"); 
     41    private final static QName _CTPresetColorGreenOff_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "greenOff"); 
     42    private final static QName _CTPresetColorRedMod_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "redMod"); 
     43    private final static QName _CTPresetColorHue_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "hue"); 
     44    private final static QName _CTPresetColorSatOff_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "satOff"); 
     45    private final static QName _CTPresetColorGreenMod_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "greenMod"); 
     46    private final static QName _CTPresetColorSat_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "sat"); 
     47    private final static QName _CTPresetColorBlue_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "blue"); 
     48    private final static QName _CTPresetColorRed_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "red"); 
     49    private final static QName _CTPresetColorSatMod_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "satMod"); 
     50    private final static QName _CTPresetColorBlueMod_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "blueMod"); 
     51    private final static QName _CTPresetColorHueOff_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "hueOff"); 
     52    private final static QName _CTPresetColorShade_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "shade"); 
     53    private final static QName _CTPresetColorLumMod_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "lumMod"); 
     54    private final static QName _CTPresetColorInv_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "inv"); 
     55    private final static QName _CTPresetColorLumOff_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "lumOff"); 
     56    private final static QName _CTPresetColorTint_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "tint"); 
     57    private final static QName _CTPresetColorGreen_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "green"); 
     58    private final static QName _CTPresetColorComp_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "comp"); 
     59    private final static QName _CTPresetColorBlueOff_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "blueOff"); 
     60    private final static QName _CTPresetColorHueMod_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "hueMod"); 
     61    private final static QName _CTPresetColorGray_QNAME = new QName("http://schemas.openxmlformats.org/drawingml/2006/main", "gray"); 
    6262 
    6363    /** 
     
    6666     */ 
    6767    public ObjectFactory() { 
     68    } 
     69 
     70    /** 
     71     * Create an instance of {@link CTSoftEdgesEffect } 
     72     *  
     73     */ 
     74    public CTSoftEdgesEffect createCTSoftEdgesEffect() { 
     75        return new CTSoftEdgesEffect(); 
     76    } 
     77 
     78    /** 
     79     * Create an instance of {@link CTPresetColor } 
     80     *  
     81     */ 
     82    public CTPresetColor createCTPresetColor() { 
     83        return new CTPresetColor(); 
     84    } 
     85 
     86    /** 
     87     * Create an instance of {@link CTEffectContainer } 
     88     *  
     89     */ 
     90    public CTEffectContainer createCTEffectContainer() { 
     91        return new CTEffectContainer(); 
     92    } 
     93 
     94    /** 
     95     * Create an instance of {@link CTPathShadeProperties } 
     96     *  
     97     */ 
     98    public CTPathShadeProperties createCTPathShadeProperties() { 
     99        return new CTPathShadeProperties(); 
     100    } 
     101 
     102    /** 
     103     * Create an instance of {@link CTTextCharBullet } 
     104     *  
     105     */ 
     106    public CTTextCharBullet createCTTextCharBullet() { 
     107        return new CTTextCharBullet(); 
     108    } 
     109 
     110    /** 
     111     * Create an instance of {@link Graphic } 
     112     *  
     113     */ 
     114    public Graphic createGraphic() { 
     115        return new Graphic(); 
     116    } 
     117 
     118    /** 
     119     * Create an instance of {@link BaseStyles.FontScheme } 
     120     *  
     121     */ 
     122    public BaseStyles.FontScheme createBaseStylesFontScheme() { 
     123        return new BaseStyles.FontScheme(); 
     124    } 
     125 
     126    /** 
     127     * Create an instance of {@link CTTextParagraph } 
     128     *  
     129     */ 
     130    public CTTextParagraph createCTTextParagraph() { 
     131        return new CTTextParagraph(); 
     132    } 
     133 
     134    /** 
     135     * Create an instance of {@link CTEffectReference } 
     136     *  
     137     */ 
     138    public CTEffectReference createCTEffectReference() { 
     139        return new CTEffectReference(); 
     140    } 
     141 
     142    /** 
     143     * Create an instance of {@link CTFixedPercentage } 
     144     *  
     145     */ 
     146    public CTFixedPercentage createCTFixedPercentage() { 
     147        return new CTFixedPercentage(); 
     148    } 
     149 
     150    /** 
     151     * Create an instance of {@link CTTextBulletSizePoint } 
     152     *  
     153     */ 
     154    public CTTextBulletSizePoint createCTTextBulletSizePoint() { 
     155        return new CTTextBulletSizePoint(); 
     156    } 
     157 
     158    /** 
     159     * Create an instance of {@link CTTransformEffect } 
     160     *  
     161     */ 
     162    public CTTransformEffect createCTTransformEffect() { 
     163        return new CTTransformEffect(); 
     164    } 
     165 
     166    /** 
     167     * Create an instance of {@link CTTextAutonumberBullet } 
     168     *  
     169     */ 
     170    public CTTextAutonumberBullet createCTTextAutonumberBullet() { 
     171        return new CTTextAutonumberBullet(); 
     172    } 
     173 
     174    /** 
     175     * Create an instance of {@link CTAlphaModulateFixedEffect } 
     176     *  
     177     */ 
     178    public CTAlphaModulateFixedEffect createCTAlphaModulateFixedEffect() { 
     179        return new CTAlphaModulateFixedEffect(); 
     180    } 
     181 
     182    /** 
     183     * Create an instance of {@link CTTextBulletTypefaceFollowText } 
     184     *  
     185     */ 
     186    public CTTextBulletTypefaceFollowText createCTTextBulletTypefaceFollowText() { 
     187        return new CTTextBulletTypefaceFollowText(); 
     188    } 
     189 
     190    /** 
     191     * Create an instance of {@link CTObjectStyleDefaults } 
     192     *  
     193     */ 
     194    public CTObjectStyleDefaults createCTObjectStyleDefaults() { 
     195        return new CTObjectStyleDefaults(); 
     196    } 
     197 
     198    /** 
     199     * Create an instance of {@link CTPatternFillProperties } 
     200     *  
     201     */ 
     202    public CTPatternFillProperties createCTPatternFillProperties() { 
     203        return new CTPatternFillProperties(); 
     204    } 
     205 
     206    /** 
     207     * Create an instance of {@link CTNonVisualDrawingShapeProps } 
     208     *  
     209     */ 
     210    public CTNonVisualDrawingShapeProps createCTNonVisualDrawingShapeProps() { 
     211        return new CTNonVisualDrawingShapeProps(); 
     212    } 
     213 
     214    /** 
     215     * Create an instance of {@link CTAlphaBiLevelEffect } 
     216     *  
     217     */ 
     218    public CTAlphaBiLevelEffect createCTAlphaBiLevelEffect() { 
     219        return new CTAlphaBiLevelEffect(); 
     220    } 
     221 
     222    /** 
     223     * Create an instance of {@link CTPath2DArcTo } 
     224     *  
     225     */ 
     226    public CTPath2DArcTo createCTPath2DArcTo() { 
     227        return new CTPath2DArcTo(); 
     228    } 
     229 
     230    /** 
     231     * Create an instance of {@link CTStretchInfoProperties } 
     232     *  
     233     */ 
     234    public CTStretchInfoProperties createCTStretchInfoProperties() { 
     235        return new CTStretchInfoProperties(); 
     236    } 
     237 
     238    /** 
     239     * Create an instance of {@link CTSchemeColor } 
     240     *  
     241     */ 
     242    public CTSchemeColor createCTSchemeColor() { 
     243        return new CTSchemeColor(); 
     244    } 
     245 
     246    /** 
     247     * Create an instance of {@link CTGradientStop } 
     248     *  
     249     */ 
     250    public CTGradientStop createCTGradientStop() { 
     251        return new CTGradientStop(); 
     252    } 
     253 
     254    /** 
     255     * Create an instance of {@link CTShapeStyle } 
     256     *  
     257     */ 
     258    public CTShapeStyle createCTShapeStyle() { 
     259        return new CTShapeStyle(); 
     260    } 
     261 
     262    /** 
     263     * Create an instance of {@link CTEffectStyleItem } 
     264     *  
     265     */ 
     266    public CTEffectStyleItem createCTEffectStyleItem() { 
     267        return new CTEffectStyleItem(); 
     268    } 
     269 
     270    /** 
     271     * Create an instance of {@link CTStyleMatrix } 
     272     *  
     273     */ 
     274    public CTStyleMatrix createCTStyleMatrix() { 
     275        return new CTStyleMatrix(); 
     276    } 
     277 
     278    /** 
     279     * Create an instance of {@link CTPositiveSize2D } 
     280     *  
     281     */ 
     282    public CTPositiveSize2D createCTPositiveSize2D() { 
     283        return new CTPositiveSize2D(); 
     284    } 
     285 
     286    /** 
     287     * Create an instance of {@link CTNoFillProperties } 
     288     *  
     289     */ 
     290    public CTNoFillProperties createCTNoFillProperties() { 
     291        return new CTNoFillProperties(); 
     292    } 
     293 
     294    /** 
     295     * Create an instance of {@link CTEffectProperties } 
     296     *  
     297     */ 
     298    public CTEffectProperties createCTEffectProperties() { 
     299        return new CTEffectProperties(); 
     300    } 
     301 
     302    /** 
     303     * Create an instance of {@link CTEmptyElement } 
     304     *  
     305     */ 
     306    public CTEmptyElement createCTEmptyElement() { 
     307        return new CTEmptyElement(); 
    68308    } 
    69309 
     
    77317 
    78318    /** 
     319     * Create an instance of {@link CTColor } 
     320     *  
     321     */ 
     322    public CTColor createCTColor() { 
     323        return new CTColor(); 
     324    } 
     325 
     326    /** 
     327     * Create an instance of {@link CTFillStyleList } 
     328     *  
     329     */ 
     330    public CTFillStyleList createCTFillStyleList() { 
     331        return new CTFillStyleList(); 
     332    } 
     333 
     334    /** 
     335     * Create an instance of {@link CTScene3D } 
     336     *  
     337     */ 
     338    public CTScene3D createCTScene3D() { 
     339        return new CTScene3D(); 
     340    } 
     341 
     342    /** 
     343     * Create an instance of {@link CTPositiveFixedAngle } 
     344     *  
     345     */ 
     346    public CTPositiveFixedAngle createCTPositiveFixedAngle() { 
     347        return new CTPositiveFixedAngle(); 
     348    } 
     349 
     350    /** 
     351     * Create an instance of {@link CTColorMRU } 
     352     *  
     353     */ 
     354    public CTColorMRU createCTColorMRU() { 
     355        return new CTColorMRU(); 
     356    } 
     357 
     358    /** 
     359     * Create an instance of {@link CTInverseGammaTransform } 
     360     *  
     361     */ 
     362    public CTInverseGammaTransform createCTInverseGammaTransform() { 
     363        return new CTInverseGammaTransform(); 
     364    } 
     365 
     366    /** 
     367     * Create an instance of {@link CTWrapTight } 
     368     *  
     369     */ 
     370    public CTWrapTight createCTWrapTight() { 
     371        return new CTWrapTight(); 
     372    } 
     373 
     374    /** 
     375     * Create an instance of {@link CTSystemColor } 
     376     *  
     377     */ 
     378    public CTSystemColor createCTSystemColor() { 
     379        return new CTSystemColor(); 
     380    } 
     381 
     382    /** 
     383     * Create an instance of {@link CTTextBulletColorFollowText } 
     384     *  
     385     */ 
     386    public CTTextBulletColorFollowText createCTTextBulletColorFollowText() { 
     387        return new CTTextBulletColorFollowText(); 
     388    } 
     389 
     390    /** 
     391     * Create an instance of {@link CTShapeProperties } 
     392     *  
     393     */ 
     394    public CTShapeProperties createCTShapeProperties() { 
     395        return new CTShapeProperties(); 
     396    } 
     397 
     398    /** 
     399     * Create an instance of {@link CTCamera } 
     400     *  
     401     */ 
     402    public CTCamera createCTCamera() { 
     403        return new CTCamera(); 
     404    } 
     405 
     406    /** 
     407     * Create an instance of {@link CTOfficeArtExtension } 
     408     *  
     409     */ 
     410    public CTOfficeArtExtension createCTOfficeArtExtension() { 
     411        return new CTOfficeArtExtension(); 
     412    } 
     413 
     414    /** 
     415     * Create an instance of {@link CTTintEffect } 
     416     *  
     417     */ 
     418    public CTTintEffect createCTTintEffect() { 
     419        return new CTTintEffect(); 
     420    } 
     421 
     422    /** 
     423     * Create an instance of {@link CTConnectionSite } 
     424     *  
     425     */ 
     426    public CTConnectionSite createCTConnectionSite() { 
     427        return new CTConnectionSite(); 
     428    } 
     429 
     430    /** 
     431     * Create an instance of {@link CTGeomGuideList } 
     432     *  
     433     */ 
     434    public CTGeomGuideList createCTGeomGuideList() { 
     435        return new CTGeomGuideList(); 
     436    } 
     437 
     438    /** 
     439     * Create an instance of {@link CTConnection } 
     440     *  
     441     */ 
     442    public CTConnection createCTConnection() { 
     443        return new CTConnection(); 
     444    } 
     445 
     446    /** 
     447     * Create an instance of {@link CTConnectorLocking } 
     448     *  
     449     */ 
     450    public CTConnectorLocking createCTConnectorLocking() { 
     451        return new CTConnectorLocking(); 
     452    } 
     453 
     454    /** 
     455     * Create an instance of {@link CTBiLevelEffect } 
     456     *  
     457     */ 
     458    public CTBiLevelEffect createCTBiLevelEffect() { 
     459        return new CTBiLevelEffect(); 
     460    } 
     461 
     462    /** 
     463     * Create an instance of {@link CTTextField } 
     464     *  
     465     */ 
     466    public CTTextField createCTTextField() { 
     467        return new CTTextField(); 
     468    } 
     469 
     470    /** 
     471     * Create an instance of {@link CTPositiveFixedPercentage } 
     472     *  
     473     */ 
     474    public CTPositiveFixedPercentage createCTPositiveFixedPercentage() { 
     475        return new CTPositiveFixedPercentage(); 
     476    } 
     477 
     478    /** 
     479     * Create an instance of {@link CTBackdrop } 
     480     *  
     481     */ 
     482    public CTBackdrop createCTBackdrop() { 
     483        return new CTBackdrop(); 
     484    } 
     485 
     486    /** 
     487     * Create an instance of {@link CTGroupShapeProperties } 
     488     *  
     489     */ 
     490    public CTGroupShapeProperties createCTGroupShapeProperties() { 
     491        return new CTGroupShapeProperties(); 
     492    } 
     493 
     494    /** 
     495     * Create an instance of {@link Inline } 
     496     *  
     497     */ 
     498    public Inline createInline() { 
     499        return new Inline(); 
     500    } 
     501 
     502    /** 
     503     * Create an instance of {@link CTAlphaInverseEffect } 
     504     *  
     505     */ 
     506    public CTAlphaInverseEffect createCTAlphaInverseEffect() { 
     507        return new CTAlphaInverseEffect(); 
     508    } 
     509 
     510    /** 
     511     * Create an instance of {@link Anchor } 
     512     *  
     513     */ 
     514    public Anchor createAnchor() { 
     515        return new Anchor(); 
     516    } 
     517 
     518    /** 
     519     * Create an instance of {@link CTInverseTransform } 
     520     *  
     521     */ 
     522    public CTInverseTransform createCTInverseTransform() { 
     523        return new CTInverseTransform(); 
     524    } 
     525 
     526    /** 
     527     * Create an instance of {@link CTNonVisualPictureProperties } 
     528     *  
     529     */ 
     530    public CTNonVisualPictureProperties createCTNonVisualPictureProperties() { 
     531        return new CTNonVisualPictureProperties(); 
     532    } 
     533 
     534    /** 
     535     * Create an instance of {@link CTGradientStopList } 
     536     *  
     537     */ 
     538    public CTGradientStopList createCTGradientStopList() { 
     539        return new CTGradientStopList(); 
     540    } 
     541 
     542    /** 
     543     * Create an instance of {@link CTTextTabStop } 
     544     *  
     545     */ 
     546    public CTTextTabStop createCTTextTabStop() { 
     547        return new CTTextTabStop(); 
     548    } 
     549 
     550    /** 
     551     * Create an instance of {@link CTTextBulletSizePercent } 
     552     *  
     553     */ 
     554    public CTTextBulletSizePercent createCTTextBulletSizePercent() { 
     555        return new CTTextBulletSizePercent(); 
     556    } 
     557 
     558    /** 
     559     * Create an instance of {@link CTHslColor } 
     560     *  
     561     */ 
     562    public CTHslColor createCTHslColor() { 
     563        return new CTHslColor(); 
     564    } 
     565 
     566    /** 
     567     * Create an instance of {@link CTGammaTransform } 
     568     *  
     569     */ 
     570    public CTGammaTransform createCTGammaTransform() { 
     571        return new CTGammaTransform(); 
     572    } 
     573 
     574    /** 
     575     * Create an instance of {@link CTPath2DQuadBezierTo } 
     576     *  
     577     */ 
     578    public CTPath2DQuadBezierTo createCTPath2DQuadBezierTo() { 
     579        return new CTPath2DQuadBezierTo(); 
     580    } 
     581 
     582    /** 
     583     * Create an instance of {@link CTPath2DLineTo } 
     584     *  
     585     */ 
     586    public CTPath2DLineTo createCTPath2DLineTo() { 
     587        return new CTPath2DLineTo(); 
     588    } 
     589 
     590    /** 
     591     * Create an instance of {@link CTPosH } 
     592     *  
     593     */ 
     594    public CTPosH createCTPosH() { 
     595        return new CTPosH(); 
     596    } 
     597 
     598    /** 
     599     * Create an instance of {@link Pic } 
     600     *  
     601     */ 
     602    public Pic createPic() { 
     603        return new Pic(); 
     604    } 
     605 
     606    /** 
     607     * Create an instance of {@link TextFont } 
     608     *  
     609     */ 
     610    public TextFont createTextFont() { 
     611        return new TextFont(); 
     612    } 
     613 
     614    /** 
     615     * Create an instance of {@link CTAlphaFloorEffect } 
     616     *  
     617     */ 
     618    public CTAlphaFloorEffect createCTAlphaFloorEffect() { 
     619        return new CTAlphaFloorEffect(); 
     620    } 
     621 
     622    /** 
     623     * Create an instance of {@link CTTextTabStopList } 
     624     *  
     625     */ 
     626    public CTTextTabStopList createCTTextTabStopList() { 
     627        return new CTTextTabStopList(); 
     628    } 
     629 
     630    /** 
     631     * Create an instance of {@link CTSolidColorFillProperties } 
     632     *  
     633     */ 
     634    public CTSolidColorFillProperties createCTSolidColorFillProperties() { 
     635        return new CTSolidColorFillProperties(); 
     636    } 
     637 
     638    /** 
     639     * Create an instance of {@link GraphicData } 
     640     *  
     641     */ 
     642    public GraphicData createGraphicData() { 
     643        return new GraphicData(); 
     644    } 
     645 
     646    /** 
     647     * Create an instance of {@link CTCustomColor } 
     648     *  
     649     */ 
     650    public CTCustomColor createCTCustomColor() { 
     651        return new CTCustomColor(); 
     652    } 
     653 
     654    /** 
     655     * Create an instance of {@link CTRegularTextRun } 
     656     *  
     657     */ 
     658    public CTRegularTextRun createCTRegularTextRun() { 
     659        return new CTRegularTextRun(); 
     660    } 
     661 
     662    /** 
     663     * Create an instance of {@link CTReflectionEffect } 
     664     *  
     665     */ 
     666    public CTReflectionEffect createCTReflectionEffect() { 
     667        return new CTReflectionEffect(); 
     668    } 
     669 
     670    /** 
     671     * Create an instance of {@link CTGroupLocking } 
     672     *  
     673     */ 
     674    public CTGroupLocking createCTGroupLocking() { 
     675        return new CTGroupLocking(); 
     676    } 
     677 
     678    /** 
     679     * Create an instance of {@link CTTextBlipBullet } 
     680     *  
     681     */ 
     682    public CTTextBlipBullet createCTTextBlipBullet() { 
     683        return new CTTextBlipBullet(); 
     684    } 
     685 
     686    /** 
     687     * Create an instance of {@link CTScale2D } 
     688     *  
     689     */ 
     690    public CTScale2D createCTScale2D() { 
     691        return new CTScale2D(); 
     692    } 
     693 
     694    /** 
     695     * Create an instance of {@link CTConnectionSiteList } 
     696     *  
     697     */ 
     698    public CTConnectionSiteList createCTConnectionSiteList() { 
     699        return new CTConnectionSiteList(); 
     700    } 
     701 
     702    /** 
     703     * Create an instance of {@link CTAlphaReplaceEffect } 
     704     *  
     705     */ 
     706    public CTAlphaReplaceEffect createCTAlphaReplaceEffect() { 
     707        return new CTAlphaReplaceEffect(); 
     708    } 
     709 
     710    /** 
     711     * Create an instance of {@link CTCustomColorList } 
     712     *  
     713     */ 
     714    public CTCustomColorList createCTCustomColorList() { 
     715        return new CTCustomColorList(); 
     716    } 
     717 
     718    /** 
     719     * Create an instance of {@link CTFontReference } 
     720     *  
     721     */ 
     722    public CTFontReference createCTFontReference() { 
     723        return new CTFontReference(); 
     724    } 
     725 
     726    /** 
     727     * Create an instance of {@link CTGroupFillProperties } 
     728     *  
     729     */ 
     730    public CTGroupFillProperties createCTGroupFillProperties() { 
     731        return new CTGroupFillProperties(); 
     732    } 
     733 
     734    /** 
     735     * Create an instance of {@link CTTextBody } 
     736     *  
     737     */ 
     738    public CTTextBody createCTTextBody() { 
     739        return new CTTextBody(); 
     740    } 
     741 
     742    /** 
     743     * Create an instance of {@link CTColorMappingOverride } 
     744     *  
     745     */ 
     746    public CTColorMappingOverride createCTColorMappingOverride() { 
     747        return new CTColorMappingOverride(); 
     748    } 
     749 
     750    /** 
     751     * Create an instance of {@link CTSRgbColor } 
     752     *  
     753     */ 
     754    public CTSRgbColor createCTSRgbColor() { 
     755        return new CTSRgbColor(); 
     756    } 
     757 
     758    /** 
     759     * Create an instance of {@link CTFillOverlayEffect } 
     760     *  
     761     */ 
     762    public CTFillOverlayEffect createCTFillOverlayEffect() { 
     763        return new CTFillOverlayEffect(); 
     764    } 
     765 
     766    /** 
     767     * Create an instance of {@link CTColorReplaceEffect } 
     768     *  
     769     */ 
     770    public CTColorReplaceEffect createCTColorReplaceEffect() { 
     771        return new CTColorReplaceEffect(); 
     772    } 
     773 
     774    /** 
     775     * Create an instance of {@link CTColorSchemeAndMapping } 
     776     *  
     777     */ 
     778    public CTColorSchemeAndMapping createCTColorSchemeAndMapping() { 
     779        return new CTColorSchemeAndMapping(); 
     780    } 
     781 
     782    /** 
     783     * Create an instance of {@link CTWrapThrough } 
     784     *  
     785     */ 
     786    public CTWrapThrough createCTWrapThrough() { 
     787        return new CTWrapThrough(); 
     788    } 
     789 
     790    /** 
     791     * Create an instance of {@link CTTextListStyle } 
     792     *  
     793     */ 
     794    public CTTextListStyle createCTTextListStyle() { 
     795        return new CTTextListStyle(); 
     796    } 
     797 
     798    /** 
     799     * Create an instance of {@link CTColorMapping } 
     800     *  
     801     */ 
     802    public CTColorMapping createCTColorMapping() { 
     803        return new CTColorMapping(); 
     804    } 
     805 
     806    /** 
     807     * Create an instance of {@link CTTextNoBullet } 
     808     *  
     809     */ 
     810    public CTTextNoBullet createCTTextNoBullet() { 
     811        return new CTTextNoBullet(); 
     812    } 
     813 
     814    /** 
     815     * Create an instance of {@link CTPoint2D } 
     816     *  
     817     */ 
     818    public CTPoint2D createCTPoint2D() { 
     819        return new CTPoint2D(); 
     820    } 
     821 
     822    /** 
     823     * Create an instance of {@link CTPath2DMoveTo } 
     824     *  
     825     */ 
     826    public CTPath2DMoveTo createCTPath2DMoveTo() { 
     827        return new CTPath2DMoveTo(); 
     828    } 
     829 
     830    /** 
     831     * Create an instance of {@link CTPresetTextShape } 
     832     *  
     833     */ 
     834    public CTPresetTextShape createCTPresetTextShape() { 
     835        return new CTPresetTextShape(); 
     836    } 
     837 
     838    /** 
     839     * Create an instance of {@link CTPictureOld } 
     840     *  
     841     */ 
     842    public CTPictureOld createCTPictureOld() { 
     843        return new CTPictureOld(); 
     844    } 
     845 
     846    /** 
     847     * Create an instance of {@link CTDefaultShapeDefinition } 
     848     *  
     849     */ 
     850    public CTDefaultShapeDefinition createCTDefaultShapeDefinition() { 
     851        return new CTDefaultShapeDefinition(); 
     852    } 
     853 
     854    /** 
     855     * Create an instance of {@link FontCollection.Font } 
     856     *  
     857     */ 
     858    public FontCollection.Font createFontCollectionFont() { 
     859        return new FontCollection.Font(); 
     860    } 
     861 
     862    /** 
     863     * Create an instance of {@link CTGrayscaleTransform } 
     864     *  
     865     */ 
     866    public CTGrayscaleTransform createCTGrayscaleTransform() { 
     867        return new CTGrayscaleTransform(); 
     868    } 
     869 
     870    /** 
     871     * Create an instance of {@link CTShape3D } 
     872     *  
     873     */ 
     874    public CTShape3D createCTShape3D() { 
     875        return new CTShape3D(); 
     876    } 
     877 
     878    /** 
     879     * Create an instance of {@link CTGeomRect } 
     880     *  
     881     */ 
     882    public CTGeomRect createCTGeomRect() { 
     883        return new CTGeomRect(); 
     884    } 
     885 
     886    /** 
     887     * Create an instance of {@link CTTileInfoProperties } 
     888     *  
     889     */ 
     890    public CTTileInfoProperties createCTTileInfoProperties() { 
     891        return new CTTileInfoProperties(); 
     892    } 
     893 
     894    /** 
     895     * Create an instance of {@link CTOuterShadowEffect } 
     896     *  
     897     */ 
     898    public CTOuterShadowEffect createCTOuterShadowEffect() { 
     899        return new CTOuterShadowEffect(); 
     900    } 
     901 
     902    /** 
     903     * Create an instance of {@link CTBevel } 
     904     *  
     905     */ 
     906    public CTBevel createCTBevel() { 
     907        return new CTBevel(); 
     908    } 
     909 
     910    /** 
     911     * Create an instance of {@link CTLinearShadeProperties } 
     912     *  
     913     */ 
     914    public CTLinearShadeProperties createCTLinearShadeProperties() { 
     915        return new CTLinearShadeProperties(); 
     916    } 
     917 
     918    /** 
     919     * Create an instance of {@link CTEffectList } 
     920     *  
     921     */ 
     922    public CTEffectList createCTEffectList() { 
     923        return new CTEffectList(); 
     924    } 
     925 
     926    /** 
     927     * Create an instance of {@link CTPictureNonVisual } 
     928     *  
     929     */ 
     930    public CTPictureNonVisual createCTPictureNonVisual() { 
     931        return new CTPictureNonVisual(); 
     932    } 
     933 
     934    /** 
     935     * Create an instance of {@link CTTextSpacingPercent } 
     936     *  
     937     */ 
     938    public CTTextSpacingPercent createCTTextSpacingPercent() { 
     939        return new CTTextSpacingPercent(); 
     940    } 
     941 
     942    /** 
     943     * Create an instance of {@link CTFillProperties } 
     944     *  
     945     */ 
     946    public CTFillProperties createCTFillProperties() { 
     947        return new CTFillProperties(); 
     948    } 
     949 
     950    /** 
     951     * Create an instance of {@link CTPresetLineDashProperties } 
     952     *  
     953     */ 
     954    public CTPresetLineDashProperties createCTPresetLineDashProperties() { 
     955        return new CTPresetLineDashProperties(); 
     956    } 
     957 
     958    /** 
     959     * Create an instance of {@link CTNonVisualGraphicFrameProperties } 
     960     *  
     961     */ 
     962    public CTNonVisualGraphicFrameProperties createCTNonVisualGraphicFrameProperties() { 
     963        return new CTNonVisualGraphicFrameProperties(); 
     964    } 
     965 
     966    /** 
     967     * Create an instance of {@link CTHSLEffect } 
     968     *  
     969     */ 
     970    public CTHSLEffect createCTHSLEffect() { 
     971        return new CTHSLEffect(); 
     972    } 
     973 
     974    /** 
     975     * Create an instance of {@link CTGrayscaleEffect } 
     976     *  
     977     */ 
     978    public CTGrayscaleEffect createCTGrayscaleEffect() { 
     979        return new CTGrayscaleEffect(); 
     980    } 
     981 
     982    /** 
     983     * Create an instance of {@link CTTextBulletSizeFollowText } 
     984     *  
     985     */ 
     986    public CTTextBulletSizeFollowText createCTTextBulletSizeFollowText() { 
     987        return new CTTextBulletSizeFollowText(); 
     988    } 
     989 
     990    /** 
     991     * Create an instance of {@link CTBlendEffect } 
     992     *  
     993     */ 
     994    public CTBlendEffect createCTBlendEffect() { 
     995        return new CTBlendEffect(); 
     996    } 
     997 
     998    /** 
     999     * Create an instance of {@link CTTextSpacingPoint } 
     1000     *  
     1001     */ 
     1002    public CTTextSpacingPoint createCTTextSpacingPoint() { 
     1003        return new CTTextSpacingPoint(); 
     1004    } 
     1005 
     1006    /** 
     1007     * Create an instance of {@link FontCollection } 
     1008     *  
     1009     */ 
     1010    public FontCollection createFontCollection() { 
     1011        return new FontCollection(); 
     1012    } 
     1013 
     1014    /** 
     1015     * Create an instance of {@link CTFlatText } 
     1016     *  
     1017     */ 
     1018    public CTFlatText createCTFlatText() { 
     1019        return new CTFlatText(); 
     1020    } 
     1021 
     1022    /** 
     1023     * Create an instance of {@link CTEffectExtent } 
     1024     *  
     1025     */ 
     1026    public CTEffectExtent createCTEffectExtent() { 
     1027        return new CTEffectExtent(); 
     1028    } 
     1029 
     1030    /** 
     1031     * Create an instance of {@link CTWrapSquare } 
     1032     *  
     1033     */ 
     1034    public CTWrapSquare createCTWrapSquare() { 
     1035        return new CTWrapSquare(); 
     1036    } 
     1037 
     1038    /** 
     1039     * Create an instance of {@link CTLineJoinBevel } 
     1040     *  
     1041     */ 
     1042    public CTLineJoinBevel createCTLineJoinBevel() { 
     1043        return new CTLineJoinBevel(); 
     1044    } 
     1045 
     1046    /** 
     1047     * Create an instance of {@link CTTextUnderlineLineFollowText } 
     1048     *  
     1049     */ 
     1050    public CTTextUnderlineLineFollowText createCTTextUnderlineLineFollowText() { 
     1051        return new CTTextUnderlineLineFollowText(); 
     1052    } 
     1053 
     1054    /** 
     1055     * Create an instance of {@link CTTextUnderlineFillFollowText } 
     1056     *  
     1057     */ 
     1058    public CTTextUnderlineFillFollowText createCTTextUnderlineFillFollowText() { 
     1059        return new CTTextUnderlineFillFollowText(); 
     1060    } 
     1061 
     1062    /** 
     1063     * Create an instance of {@link CTDashStopList } 
     1064     *  
     1065     */ 
     1066    public CTDashStopList createCTDashStopList() { 
     1067        return new CTDashStopList(); 
     1068    } 
     1069 
     1070    /** 
     1071     * Create an instance of {@link CTNonVisualGroupDrawingShapeProps } 
     1072     *  
     1073     */ 
     1074    public CTNonVisualGroupDrawingShapeProps createCTNonVisualGroupDrawingShapeProps() { 
     1075        return new CTNonVisualGroupDrawingShapeProps(); 
     1076    } 
     1077 
     1078    /** 
     1079     * Create an instance of {@link CTRatio } 
     1080     *  
     1081     */ 
     1082    public CTRatio createCTRatio() { 
     1083        return new CTRatio(); 
     1084    } 
     1085 
     1086    /** 
     1087     * Create an instance of {@link CTPoint3D } 
     1088     *  
     1089     */ 
     1090    public CTPoint3D createCTPoint3D() { 
     1091        return new CTPoint3D(); 
     1092    } 
     1093 
     1094    /** 
     1095     * Create an instance of {@link CTTextBodyProperties } 
     1096     *  
     1097     */ 
     1098    public CTTextBodyProperties createCTTextBodyProperties() { 
     1099        return new CTTextBodyProperties(); 
     1100    } 
     1101 
     1102    /** 
     1103     * Create an instance of {@link CTCustomGeometry2D } 
     1104     *  
     1105     */ 
     1106    public CTCustomGeometry2D createCTCustomGeometry2D() { 
     1107        return new CTCustomGeometry2D(); 
     1108    } 
     1109 
     1110    /** 
     1111     * Create an instance of {@link CTComplementTransform } 
     1112     *  
     1113     */ 
     1114    public CTComplementTransform createCTComplementTransform() { 
     1115        return new CTComplementTransform(); 
     1116    } 
     1117 
     1118    /** 
     1119     * Create an instance of {@link CTLineJoinRound } 
     1120     *  
     1121     */ 
     1122    public CTLineJoinRound createCTLineJoinRound() { 
     1123        return new CTLineJoinRound(); 
     1124    } 
     1125 
     1126    /** 
     1127     * Create an instance of {@link CTColorSchemeList } 
     1128     *  
     1129     */ 
     1130    public CTColorSchemeList createCTColorSchemeList() { 
     1131        return new CTColorSchemeList(); 
     1132    } 
     1133 
     1134    /** 
     1135     * Create an instance of {@link CTGlowEffect } 
     1136     *  
     1137     */ 
     1138    public CTGlowEffect createCTGlowEffect() { 
     1139        return new CTGlowEffect(); 
     1140    } 
     1141 
     1142    /** 
     1143     * Create an instance of {@link CTAdjustHandleList } 
     1144     *  
     1145     */ 
     1146    public CTAdjustHandleList createCTAdjustHandleList() { 
     1147        return new CTAdjustHandleList(); 
     1148    } 
     1149 
     1150    /** 
     1151     * Create an instance of {@link CTPath2DClose } 
     1152     *  
     1153     */ 
     1154    public CTPath2DClose createCTPath2DClose() { 
     1155        return new CTPath2DClose(); 
     1156    } 
     1157 
     1158    /** 
     1159     * Create an instance of {@link CTRelativeOffsetEffect } 
     1160     *  
     1161     */ 
     1162    public CTRelativeOffsetEffect createCTRelativeOffsetEffect() { 
     1163        return new CTRelativeOffsetEffect(); 
     1164    } 
     1165 
     1166    /** 
     1167     * Create an instance of {@link CTTextShapeAutofit } 
     1168     *  
     1169     */ 
     1170    public CTTextShapeAutofit createCTTextShapeAutofit() { 
     1171        return new CTTextShapeAutofit(); 
     1172    } 
     1173 
     1174    /** 
     1175     * Create an instance of {@link CTTextParagraphProperties } 
     1176     *  
     1177     */ 
     1178    public CTTextParagraphProperties createCTTextParagraphProperties() { 
     1179        return new CTTextParagraphProperties(); 
     1180    } 
     1181 
     1182    /** 
     1183     * Create an instance of {@link CTInnerShadowEffect } 
     1184     *  
     1185     */ 
     1186    public CTInnerShadowEffect createCTInnerShadowEffect() { 
     1187        return new CTInnerShadowEffect(); 
     1188    } 
     1189 
     1190    /** 
     1191     * Create an instance of {@link CTGroupTransform2D } 
     1192     *  
     1193     */ 
     1194    public CTGroupTransform2D createCTGroupTransform2D() { 
     1195        return new CTGroupTransform2D(); 
     1196    } 
     1197 
     1198    /** 
     1199     * Create an instance of {@link CTBackgroundFillStyleList } 
     1200     *  
     1201     */ 
     1202    public CTBackgroundFillStyleList createCTBackgroundFillStyleList() { 
     1203        return new CTBackgroundFillStyleList(); 
     1204    } 
     1205 
     1206    /** 
     1207     * Create an instance of {@link CTAlphaOutsetEffect } 
     1208     *  
     1209     */ 
     1210    public CTAlphaOutsetEffect createCTAlphaOutsetEffect() { 
     1211        return new CTAlphaOutsetEffect(); 
     1212    } 
     1213 
     1214    /** 
     1215     * Create an instance of {@link CTOfficeArtExtensionList } 
     1216     *  
     1217     */ 
     1218    public CTOfficeArtExtensionList createCTOfficeArtExtensionList() { 
     1219        return new CTOfficeArtExtensionList(); 
     1220    } 
     1221 
     1222    /** 
     1223     * Create an instance of {@link CTPath2D } 
     1224     *  
     1225     */ 
     1226    public CTPath2D createCTPath2D() { 
     1227        return new CTPath2D(); 
     1228    } 
     1229 
     1230    /** 
     1231     * Create an instance of {@link CTFillEffect } 
     1232     *  
     1233     */ 
     1234    public CTFillEffect createCTFillEffect() { 
     1235        return new CTFillEffect(); 
     1236    } 
     1237 
     1238    /** 
     1239     * Create an instance of {@link CTAlphaModulateEffect } 
     1240     *  
     1241     */ 
     1242    public CTAlphaModulateEffect createCTAlphaModulateEffect() { 
     1243        return new CTAlphaModulateEffect(); 
     1244    } 
     1245 
     1246    /** 
     1247     * Create an instance of {@link CTStyleMatrixReference } 
     1248     *  
     1249     */ 
     1250    public CTStyleMatrixReference createCTStyleMatrixReference() { 
     1251        return new CTStyleMatrixReference(); 
     1252    } 
     1253 
     1254    /** 
     1255     * Create an instance of {@link CTPath2DList } 
     1256     *  
     1257     */ 
     1258    public CTPath2DList createCTPath2DList() { 
     1259        return new CTPath2DList(); 
     1260    } 
     1261 
     1262    /** 
     1263     * Create an instance of {@link CTAlphaCeilingEffect } 
     1264     *  
     1265     */ 
     1266    public CTAlphaCeilingEffect createCTAlphaCeilingEffect() { 
     1267        return new CTAlphaCeilingEffect(); 
     1268    } 
     1269 
     1270    /** 
     1271     * Create an instance of {@link CTLineJoinMiterProperties } 
     1272     *  
     1273     */ 
     1274    public CTLineJoinMiterProperties createCTLineJoinMiterProperties() { 
     1275        return new CTLineJoinMiterProperties(); 
     1276    } 
     1277 
     1278    /** 
     1279     * Create an instance of {@link CTShapeLocking } 
     1280     *  
     1281     */ 
     1282    public CTShapeLocking createCTShapeLocking() { 
     1283        return new CTShapeLocking(); 
     1284    } 
     1285 
     1286    /** 
    791287     * Create an instance of {@link CTLineStyleList } 
    801288     *  
     
    851293 
    861294    /** 
     1295     * Create an instance of {@link CTPresetGeometry2D } 
     1296     *  
     1297     */ 
     1298    public CTPresetGeometry2D createCTPresetGeometry2D() { 
     1299        return new CTPresetGeometry2D(); 
     1300    } 
     1301 
     1302    /** 
     1303     * Create an instance of {@link CTNonVisualConnectorProperties } 
     1304     *  
     1305     */ 
     1306    public CTNonVisualConnectorProperties createCTNonVisualConnectorProperties() { 
     1307        return new CTNonVisualConnectorProperties(); 
     1308    } 
     1309 
     1310    /** 
     1311     * Create an instance of {@link CTTextNormalAutofit } 
     1312     *  
     1313     */ 
     1314    public CTTextNormalAutofit createCTTextNormalAutofit() { 
     1315        return new CTTextNormalAutofit(); 
     1316    } 
     1317 
     1318    /** 
     1319     * Create an instance of {@link CTNonVisualDrawingProps } 
     1320     *  
     1321     */ 
     1322    public CTNonVisualDrawingProps createCTNonVisualDrawingProps() { 
     1323        return new CTNonVisualDrawingProps(); 
     1324    } 
     1325 
     1326    /** 
     1327     * Create an instance of {@link Theme } 
     1328     *  
     1329     */ 
     1330    public Theme createTheme() { 
     1331        return new Theme(); 
     1332    } 
     1333 
     1334    /** 
     1335     * Create an instance of {@link CTBlipFillProperties } 
     1336     *  
     1337     */ 
     1338    public CTBlipFillProperties createCTBlipFillProperties() { 
     1339        return new CTBlipFillProperties(); 
     1340    } 
     1341 
     1342    /** 
     1343     * Create an instance of {@link CTDashStop } 
     1344     *  
     1345     */ 
     1346    public CTDashStop createCTDashStop() { 
     1347        return new CTDashStop(); 
     1348    } 
     1349 
     1350    /** 
     1351     * Create an instance of {@link CTWrapPath } 
     1352     *  
     1353     */ 
     1354    public CTWrapPath createCTWrapPath() { 
     1355        return new CTWrapPath(); 
     1356    } 
     1357 
     1358    /** 
     1359     * Create an instance of {@link CTBaseStylesOverride } 
     1360     *  
     1361     */ 
     1362    public CTBaseStylesOverride createCTBaseStylesOverride() { 
     1363        return new CTBaseStylesOverride(); 
     1364    } 
     1365 
     1366    /** 
     1367     * Create an instance of {@link BaseStyles } 
     1368     *  
     1369     */ 
     1370    public BaseStyles createBaseStyles() { 
     1371        return new BaseStyles(); 
     1372    } 
     1373 
     1374    /** 
     1375     * Create an instance of {@link CTLineProperties } 
     1376     *  
     1377     */ 
     1378    public CTLineProperties createCTLineProperties() { 
     1379        return new CTLineProperties(); 
     1380    } 
     1381 
     1382    /** 
     1383     * Create an instance of {@link CTSphereCoords } 
     1384     *  
     1385     */ 
     1386    public CTSphereCoords createCTSphereCoords() { 
     1387        return new CTSphereCoords(); 
     1388    } 
     1389 
     1390    /** 
     1391     * Create an instance of {@link CTLightRig } 
     1392     *  
     1393     */ 
     1394    public CTLightRig createCTLightRig() { 
     1395        return new CTLightRig(); 
     1396    } 
     1397 
     1398    /** 
     1399     * Create an instance of {@link CTEffectStyleList } 
     1400     *  
     1401     */ 
     1402    public CTEffectStyleList createCTEffectStyleList() { 
     1403        return new CTEffectStyleList(); 
     1404    } 
     1405 
     1406    /** 
     1407     * Create an instance of {@link CTTextSpacing } 
     1408     *  
     1409     */ 
     1410    public CTTextSpacing createCTTextSpacing() { 
     1411        return new CTTextSpacing(); 
     1412    } 
     1413 
     1414    /** 
     1415     * Create an instance of {@link CTColorChangeEffect } 
     1416     *  
     1417     */ 
     1418    public CTColorChangeEffect createCTColorChangeEffect() { 
     1419        return new CTColorChangeEffect(); 
     1420    } 
     1421 
     1422    /** 
     1423     * Create an instance of {@link CTPath2DCubicBezierTo } 
     1424     *  
     1425     */ 
     1426    public CTPath2DCubicBezierTo createCTPath2DCubicBezierTo() { 
     1427        return new CTPath2DCubicBezierTo(); 
     1428    } 
     1429 
     1430    /** 
     1431     * Create an instance of {@link CTWrapTopBottom } 
     1432     *  
     1433     */ 
     1434    public CTWrapTopBottom createCTWrapTopBottom() { 
     1435        return new CTWrapTopBottom(); 
     1436    } 
     1437 
     1438    /** 
     1439     * Create an instance of {@link CTPositivePercentage } 
     1440     *  
     1441     */ 
     1442    public CTPositivePercentage createCTPositivePercentage() { 
     1443        return new CTPositivePercentage(); 
     1444    } 
     1445 
     1446    /** 
     1447     * Create an instance of {@link CTVector3D } 
     1448     *  
     1449     */ 
     1450    public CTVector3D createCTVector3D() { 
     1451        return new CTVector3D(); 
     1452    } 
     1453 
     1454    /** 
     1455     * Create an instance of {@link CTPosV } 
     1456     *  
     1457     */ 
     1458    public CTPosV createCTPosV() { 
     1459        return new CTPosV(); 
     1460    } 
     1461 
     1462    /** 
     1463     * Create an instance of {@link CTGradientFillProperties } 
     1464     *  
     1465     */ 
     1466    public CTGradientFillProperties createCTGradientFillProperties() { 
     1467        return new CTGradientFillProperties(); 
     1468    } 
     1469 
     1470    /** 
     1471     * Create an instance of {@link CTEmbeddedWAVAudioFile } 
     1472     *  
     1473     */ 
     1474    public CTEmbeddedWAVAudioFile createCTEmbeddedWAVAudioFile() { 
     1475        return new CTEmbeddedWAVAudioFile(); 
     1476    } 
     1477 
     1478    /** 
     1479     * Create an instance of {@link CTBlurEffect } 
     1480     *  
     1481     */ 
     1482    public CTBlurEffect createCTBlurEffect() { 
     1483        return new CTBlurEffect(); 
     1484    } 
     1485 
     1486    /** 
     1487     * Create an instance of {@link CTTextUnderlineFillGroupWrapper } 
     1488     *  
     1489     */ 
     1490    public CTTextUnderlineFillGroupWrapper createCTTextUnderlineFillGroupWrapper() { 
     1491        return new CTTextUnderlineFillGroupWrapper(); 
     1492    } 
     1493 
     1494    /** 
     1495     * Create an instance of {@link CTLuminanceEffect } 
     1496     *  
     1497     */ 
     1498    public CTLuminanceEffect createCTLuminanceEffect() { 
     1499        return new CTLuminanceEffect(); 
     1500    } 
     1501 
     1502    /** 
     1503     * Create an instance of {@link CTXYAdjustHandle } 
     1504     *  
     1505     */ 
     1506    public CTXYAdjustHandle createCTXYAdjustHandle() { 
     1507        return new CTXYAdjustHandle(); 
     1508    } 
     1509 
     1510    /** 
     1511     * Create an instance of {@link CTHyperlink } 
     1512     *  
     1513     */ 
     1514    public CTHyperlink createCTHyperlink() { 
     1515        return new CTHyperlink(); 
     1516    } 
     1517 
     1518    /** 
    871519     * Create an instance of {@link CTColorScheme } 
    881520     *  
     
    931525 
    941526    /** 
    95      * Create an instance of {@link CTHSLEffect } 
    96      *  
    97      */ 
    98     public CTHSLEffect createCTHSLEffect() { 
    99         return new CTHSLEffect(); 
    100     } 
    101  
    102     /** 
    103      * Create an instance of {@link CTShapeLocking } 
    104      *  
    105      */ 
    106     public CTShapeLocking createCTShapeLocking() { 
    107         return new CTShapeLocking(); 
    108     } 
    109  
    110     /** 
    111      * Create an instance of {@link CTPosV } 
    112      *  
    113      */ 
    114     public CTPosV createCTPosV() { 
    115         return new CTPosV(); 
    116     } 
    117  
    118     /** 
    119      * Create an instance of {@link CTCustomGeometry2D } 
    120      *  
    121      */ 
    122     public CTCustomGeometry2D createCTCustomGeometry2D() { 
    123         return new CTCustomGeometry2D(); 
    124     } 
    125  
    126     /** 
    127      * Create an instance of {@link CTNonVisualGroupDrawingShapeProps } 
    128      *  
    129      */ 
    130     public CTNonVisualGroupDrawingShapeProps createCTNonVisualGroupDrawingShapeProps() { 
    131         return new CTNonVisualGroupDrawingShapeProps(); 
    132     } 
    133  
    134     /** 
    135      * Create an instance of {@link CTLuminanceEffect } 
    136      *  
    137      */ 
    138     public CTLuminanceEffect createCTLuminanceEffect() { 
    139         return new CTLuminanceEffect(); 
    140     } 
    141  
    142     /** 
    143      * Create an instance of {@link CTShapeProperties } 
    144      *  
    145      */ 
    146     public CTShapeProperties createCTShapeProperties() { 
    147         return new CTShapeProperties(); 
    148     } 
    149  
    150     /** 
    151      * Create an instance of {@link CTRatio } 
    152      *  
    153      */ 
    154     public CTRatio createCTRatio() { 
    155         return new CTRatio(); 
    156     } 
    157  
    158     /** 
    159      * Create an instance of {@link CTSchemeColor } 
    160      *  
    161      */ 
    162     public CTSchemeColor createCTSchemeColor() { 
    163         return new CTSchemeColor(); 
    164     } 
    165  
    166     /** 
    167      * Create an instance of {@link CTGradientStopList } 
    168      *  
    169      */ 
    170     public CTGradientStopList createCTGradientStopList() { 
    171         return new CTGradientStopList(); 
    172     } 
    173  
    174     /** 
    175      * Create an instance of {@link TextFont } 
    176      *  
    177      */ 
    178     public TextFont createTextFont() { 
    179         return new TextFont(); 
    180     } 
    181  
    182     /** 
    183      * Create an instance of {@link CTEmptyElement } 
    184      *  
    185      */ 
    186     public CTEmptyElement createCTEmptyElement() { 
    187         return new CTEmptyElement(); 
    188     } 
    189  
    190     /** 
    191      * Create an instance of {@link CTStyleMatrixReference } 
    192      *  
    193      */ 
    194     public CTStyleMatrixReference createCTStyleMatrixReference() { 
    195         return new CTStyleMatrixReference(); 
    196     } 
    197  
    198     /** 
    199      * Create an instance of {@link CTTextUnderlineFillFollowText } 
    200      *  
    201      */ 
    202     public CTTextUnderlineFillFollowText createCTTextUnderlineFillFollowText() { 
    203         return new CTTextUnderlineFillFollowText(); 
    204     } 
    205  
    206     /** 
    207      * Create an instance of {@link CTTextTabStopList } 
    208      *  
    209      */ 
    210     public CTTextTabStopList createCTTextTabStopList() { 
    211         return new CTTextTabStopList(); 
    212     } 
    213  
    214     /** 
    215      * Create an instance of {@link CTTextBodyProperties } 
    216      *  
    217      */ 
    218     public CTTextBodyProperties createCTTextBodyProperties() { 
    219         return new CTTextBodyProperties(); 
    220     } 
    221  
    222     /** 
    223      * Create an instance of {@link CTLineJoinBevel } 
    224      *  
    225      */ 
    226     public CTLineJoinBevel createCTLineJoinBevel() { 
    227         return new CTLineJoinBevel(); 
    228     } 
    229  
    230     /** 
    231      * Create an instance of {@link CTNonVisualConnectorProperties } 
    232      *  
    233      */ 
    234     public CTNonVisualConnectorProperties createCTNonVisualConnectorProperties() { 
    235         return new CTNonVisualConnectorProperties(); 
    236     } 
    237  
    238     /** 
    239      * Create an instance of {@link CTShapeStyle } 
    240      *  
    241      */ 
    242     public CTShapeStyle createCTShapeStyle() { 
    243         return new CTShapeStyle(); 
    244     } 
    245  
    246     /** 
    247      * Create an instance of {@link CTFillEffect } 
    248      *  
    249      */ 
    250     public CTFillEffect createCTFillEffect() { 
    251         return new CTFillEffect(); 
    252     } 
    253  
    254     /** 
    255      * Create an instance of {@link CTPath2DArcTo } 
    256      *  
    257      */ 
    258     public CTPath2DArcTo createCTPath2DArcTo() { 
    259         return new CTPath2DArcTo(); 
    260     } 
    261  
    262     /** 
    263      * Create an instance of {@link CTFillOverlayEffect } 
    264      *  
    265      */ 
    266     public CTFillOverlayEffect createCTFillOverlayEffect() { 
    267         return new CTFillOverlayEffect(); 
    268     } 
    269  
    270     /** 
    271      * Create an instance of {@link CTLineJoinRound } 
    272      *  
    273      */ 
    274     public CTLineJoinRound createCTLineJoinRound() { 
    275         return new CTLineJoinRound(); 
     1527     * Create an instance of {@link CTAdjPoint2D } 
     1528     *  
     1529     */ 
     1530    public CTAdjPoint2D createCTAdjPoint2D() { 
     1531        return new CTAdjPoint2D(); 
     1532    } 
     1533 
     1534    /** 
     1535     * Create an instance of {@link CTPercentage } 
     1536     *  
     1537     */ 
     1538    public CTPercentage createCTPercentage() { 
     1539        return new CTPercentage(); 
     1540    } 
     1541 
     1542    /** 
     1543     * Create an instance of {@link CTScRgbColor } 
     1544     *  
     1545     */ 
     1546    public CTScRgbColor createCTScRgbColor() { 
     1547        return new CTScRgbColor(); 
     1548    } 
     1549 
     1550    /** 
     1551     * Create an instance of {@link CTTextCharacterProperties } 
     1552     *  
     1553     */ 
     1554    public CTTextCharacterProperties createCTTextCharacterProperties() { 
     1555        return new CTTextCharacterProperties(); 
     1556    } 
     1557 
     1558    /** 
     1559     * Create an instance of {@link CTAngle } 
     1560     *  
     1561     */ 
     1562    public CTAngle createCTAngle() { 
     1563        return new CTAngle(); 
    2761564    } 
    2771565 
     
    2851573 
    2861574    /** 
    287      * Create an instance of {@link CTColor } 
    288      *  
    289      */ 
    290     public CTColor createCTColor() { 
    291         return new CTColor(); 
    292     } 
    293  
    294     /** 
    295      * Create an instance of {@link CTAlphaModulateFixedEffect } 
    296      *  
    297      */ 
    298     public CTAlphaModulateFixedEffect createCTAlphaModulateFixedEffect() { 
    299         return new CTAlphaModulateFixedEffect(); 
    300     } 
    301  
    302     /** 
    303      * Create an instance of {@link CTBlurEffect } 
    304      *  
    305      */ 
    306     public CTBlurEffect createCTBlurEffect() { 
    307         return new CTBlurEffect(); 
    308     } 
    309  
    310     /** 
    311      * Create an instance of {@link CTOuterShadowEffect } 
    312      *  
    313      */ 
    314     public CTOuterShadowEffect createCTOuterShadowEffect() { 
    315         return new CTOuterShadowEffect(); 
    316     } 
    317  
    318     /** 
    319      * Create an instance of {@link CTBackgroundFillStyleList } 
    320      *  
    321      */ 
    322     public CTBackgroundFillStyleList createCTBackgroundFillStyleList() { 
    323         return new CTBackgroundFillStyleList(); 
    324     } 
    325  
    326     /** 
    327      * Create an instance of {@link CTBevel } 
    328      *  
    329      */ 
    330     public CTBevel createCTBevel() { 
    331         return new CTBevel(); 
    332     } 
    333  
    334     /** 
    335      * Create an instance of {@link CTGroupShapeProperties } 
    336      *  
    337      */ 
    338     public CTGroupShapeProperties createCTGroupShapeProperties() { 
    339         return new CTGroupShapeProperties(); 
    340     } 
    341  
    342     /** 
    343      * Create an instance of {@link CTTextBulletTypefaceFollowText } 
    344      *  
    345      */ 
    346     public CTTextBulletTypefaceFollowText createCTTextBulletTypefaceFollowText() { 
    347         return new CTTextBulletTypefaceFollowText(); 
    348     } 
    349  
    350     /** 
    351      * Create an instance of {@link CTBaseStylesOverride } 
    352      *  
    353      */ 
    354     public CTBaseStylesOverride createCTBaseStylesOverride() { 
    355         return new CTBaseStylesOverride(); 
    356     } 
    357  
    358     /** 
    359      * Create an instance of {@link CTDashStopList } 
    360      *  
    361      */ 
    362     public CTDashStopList createCTDashStopList() { 
    363         return new CTDashStopList(); 
    364     } 
    365  
    366     /** 
    367      * Create an instance of {@link CTGrayscaleTransform } 
    368      *  
    369      */ 
    370     public CTGrayscaleTransform createCTGrayscaleTransform() { 
    371         return new CTGrayscaleTransform(); 
    372     } 
    373  
    374     /** 
    375      * Create an instance of {@link CTPresetGeometry2D } 
    376      *  
    377      */ 
    378     public CTPresetGeometry2D createCTPresetGeometry2D() { 
    379         return new CTPresetGeometry2D(); 
    380     } 
    381  
    382     /** 
    383      * Create an instance of {@link CTPath2DLineTo } 
    384      *  
    385      */ 
    386     public CTPath2DLineTo createCTPath2DLineTo() { 
    387         return new CTPath2DLineTo(); 
    388     } 
    389  
    390     /** 
    391      * Create an instance of {@link CTColorSchemeAndMapping } 
    392      *  
    393      */ 
    394     public CTColorSchemeAndMapping createCTColorSchemeAndMapping() { 
    395         return new CTColorSchemeAndMapping(); 
    396     } 
    397  
    398     /** 
    399      * Create an instance of {@link CTPatternFillProperties } 
    400      *  
    401      */ 
    402     public CTPatternFillProperties createCTPatternFillProperties() { 
    403         return new CTPatternFillProperties(); 
    404     } 
    405  
    406     /** 
    407      * Create an instance of {@link CTPath2DQuadBezierTo } 
    408      *  
    409      */ 
    410     public CTPath2DQuadBezierTo createCTPath2DQuadBezierTo() { 
    411         return new CTPath2DQuadBezierTo(); 
    412     } 
    413  
    414     /** 
    415      * Create an instance of {@link CTStretchInfoProperties } 
    416      *  
    417      */ 
    418     public CTStretchInfoProperties createCTStretchInfoProperties() { 
    419         return new CTStretchInfoProperties(); 
    420     } 
    421  
    422     /** 
    423      * Create an instance of {@link CTPositiveSize2D } 
    424      *  
    425      */ 
    426     public CTPositiveSize2D createCTPositiveSize2D() { 
    427         return new CTPositiveSize2D(); 
    428     } 
    429  
    430     /** 
    431      * Create an instance of {@link CTDefaultShapeDefinition } 
    432      *  
    433      */ 
    434     public CTDefaultShapeDefinition createCTDefaultShapeDefinition() { 
    435         return new CTDefaultShapeDefinition(); 
    436     } 
    437  
    438     /** 
    439      * Create an instance of {@link CTDashStop } 
    440      *  
    441      */ 
    442     public CTDashStop createCTDashStop() { 
    443         return new CTDashStop(); 
    444     } 
    445  
    446     /** 
    447      * Create an instance of {@link FontCollection.Font } 
    448      *  
    449      */ 
    450     public FontCollection.Font createFontCollectionFont() { 
    451         return new FontCollection.Font(); 
    452     } 
    453  
    454     /** 
    455      * Create an instance of {@link CTAdjPoint2D } 
    456      *  
    457      */ 
    458     public CTAdjPoint2D createCTAdjPoint2D() { 
    459         return new CTAdjPoint2D(); 
    460     } 
    461  
    462     /** 
    463      * Create an instance of {@link CTTextNoBullet } 
    464      *  
    465      */ 
    466     public CTTextNoBullet createCTTextNoBullet() { 
    467         return new CTTextNoBullet(); 
    468     } 
    469  
    470     /** 
    471      * Create an instance of {@link CTPathShadeProperties } 
    472      *  
    473      */ 
    474     public CTPathShadeProperties createCTPathShadeProperties() { 
    475         return new CTPathShadeProperties(); 
    476     } 
    477  
    478     /** 
    479      * Create an instance of {@link CTSoftEdgesEffect } 
    480      *  
    481      */ 
    482     public CTSoftEdgesEffect createCTSoftEdgesEffect() { 
    483         return new CTSoftEdgesEffect(); 
    484     } 
    485  
    486     /** 
    487      * Create an instance of {@link CTPresetTextShape } 
    488      *  
    489      */ 
    490     public CTPresetTextShape createCTPresetTextShape() { 
    491         return new CTPresetTextShape(); 
    492     } 
    493  
    494     /** 
    495      * Create an instance of {@link CTWrapSquare } 
    496      *  
    497      */ 
    498     public CTWrapSquare createCTWrapSquare() { 
    499         return new CTWrapSquare(); 
    500     } 
    501  
    502     /** 
    503      * Create an instance of {@link CTTileInfoProperties } 
    504      *  
    505      */ 
    506     public CTTileInfoProperties createCTTileInfoProperties() { 
    507         return new CTTileInfoProperties(); 
    508     } 
    509  
    510     /** 
    511      * Create an instance of {@link CTEffectExtent } 
    512      *  
    513      */ 
    514     public CTEffectExtent createCTEffectExtent() { 
    515         return new CTEffectExtent(); 
    516     } 
    517  
    518     /** 
    519      * Create an instance of {@link CTOfficeArtExtensionList } 
    520      *  
    521      */ 
    522     public CTOfficeArtExtensionList createCTOfficeArtExtensionList() { 
    523         return new CTOfficeArtExtensionList(); 
     1575     * Create an instance of {@link CTPictureLocking } 
     1576     *  
     1577     */ 
     1578    public CTPictureLocking createCTPictureLocking() { 
     1579        return new CTPictureLocking(); 
     1580    } 
     1581 
     1582    /** 
     1583     * Create an instance of {@link CTClipboardStyleSheet } 
     1584     *  
     1585     */ 
     1586    public CTClipboardStyleSheet createCTClipboardStyleSheet() { 
     1587        return new CTClipboardStyleSheet(); 
     1588    } 
     1589 
     1590    /** 
     1591     * Create an instance of {@link CTTransform2D } 
     1592     *  
     1593     */ 
     1594    public CTTransform2D createCTTransform2D() { 
     1595        return new CTTransform2D(); 
     1596    } 
     1597 
     1598    /** 
     1599     * Create an instance of {@link CTWrapNone } 
     1600     *  
     1601     */ 
     1602    public CTWrapNone createCTWrapNone() { 
     1603        return new CTWrapNone(); 
     1604    } 
     1605 
     1606    /** 
     1607     * Create an instance of {@link CTTextLineBreak } 
     1608     *  
     1609     */ 
     1610    public CTTextLineBreak createCTTextLineBreak() { 
     1611        return new CTTextLineBreak(); 
     1612    } 
     1613 
     1614    /** 
     1615     * Create an instance of {@link CTDuotoneEffect } 
     1616     *  
     1617     */ 
     1618    public CTDuotoneEffect createCTDuotoneEffect() { 
     1619        return new CTDuotoneEffect(); 
     1620    } 
     1621 
     1622    /** 
     1623     * Create an instance of {@link CTPolarAdjustHandle } 
     1624     *  
     1625     */ 
     1626    public CTPolarAdjustHandle createCTPolarAdjustHandle() { 
     1627        return new CTPolarAdjustHandle(); 
    5241628    } 
    5251629 
     
    5331637 
    5341638    /** 
     1639     * Create an instance of {@link CTLineEndProperties } 
     1640     *  
     1641     */ 
     1642    public CTLineEndProperties createCTLineEndProperties() { 
     1643        return new CTLineEndProperties(); 
     1644    } 
     1645 
     1646    /** 
     1647     * Create an instance of {@link CTRelativeRect } 
     1648     *  
     1649     */ 
     1650    public CTRelativeRect createCTRelativeRect() { 
     1651        return new CTRelativeRect(); 
     1652    } 
     1653 
     1654    /** 
     1655     * Create an instance of {@link CTBlip } 
     1656     *  
     1657     */ 
     1658    public CTBlip createCTBlip() { 
     1659        return new CTBlip(); 
     1660    } 
     1661 
     1662    /** 
    5351663     * Create an instance of {@link CTGeomGuide } 
    5361664     *  
     
    5411669 
    5421670    /** 
    543      * Create an instance of {@link CTEffectProperties } 
    544      *  
    545      */ 
    546     public CTEffectProperties createCTEffectProperties() { 
    547         return new CTEffectProperties(); 
    548     } 
    549  
    550     /** 
    551      * Create an instance of {@link FontCollection } 
    552      *  
    553      */ 
    554     public FontCollection createFontCollection() { 
    555         return new FontCollection(); 
    556     } 
    557  
    558     /** 
    559      * Create an instance of {@link CTPositiveFixedAngle } 
    560      *  
    561      */ 
    562     public CTPositiveFixedAngle createCTPositiveFixedAngle() { 
    563         return new CTPositiveFixedAngle(); 
    564     } 
    565  
    566     /** 
    567      * Create an instance of {@link CTGeomGuideList } 
    568      *  
    569      */ 
    570     public CTGeomGuideList createCTGeomGuideList() { 
    571         return new CTGeomGuideList(); 
    572     } 
    573  
    574     /** 
    575      * Create an instance of {@link CTVector3D } 
    576      *  
    577      */ 
    578     public CTVector3D createCTVector3D() { 
    579         return new CTVector3D(); 
    580     } 
    581  
    582     /** 
    583      * Create an instance of {@link CTColorSchemeList } 
    584      *  
    585      */ 
    586     public CTColorSchemeList createCTColorSchemeList() { 
    587         return new CTColorSchemeList(); 
    588     } 
    589  
    590     /** 
    591      * Create an instance of {@link CTPresetLineDashProperties } 
    592      *  
    593      */ 
    594     public CTPresetLineDashProperties createCTPresetLineDashProperties() { 
    595         return new CTPresetLineDashProperties(); 
    596     } 
    597  
    598     /** 
    599      * Create an instance of {@link CTTextParagraphProperties } 
    600      *  
    601      */ 
    602     public CTTextParagraphProperties createCTTextParagraphProperties() { 
    603         return new CTTextParagraphProperties(); 
    604     } 
    605  
    606     /** 
    607      * Create an instance of {@link CTTextField } 
    608      *  
    609      */ 
    610     public CTTextField createCTTextField() { 
    611         return new CTTextField(); 
    612     } 
    613  
    614     /** 
    615      * Create an instance of {@link BaseStyles } 
    616      *  
    617      */ 
    618     public BaseStyles createBaseStyles() { 
    619         return new BaseStyles(); 
    620     } 
    621  
    622     /** 
    623      * Create an instance of {@link CTSystemColor } 
    624      *  
    625      */ 
    626     public CTSystemColor createCTSystemColor() { 
    627         return new CTSystemColor(); 
    628     } 
    629  
    630     /** 
    631      * Create an instance of {@link CTTextBody } 
    632      *  
    633      */ 
    634     public CTTextBody createCTTextBody() { 
    635         return new CTTextBody(); 
    636     } 
    637  
    638     /** 
    639      * Create an instance of {@link CTInverseTransform } 
    640      *  
    641      */ 
    642     public CTInverseTransform createCTInverseTransform() { 
    643         return new CTInverseTransform(); 
    644     } 
    645  
    646     /** 
    647      * Create an instance of {@link CTTextListStyle } 
    648      *  
    649      */ 
    650     public CTTextListStyle createCTTextListStyle() { 
    651         return new CTTextListStyle(); 
    652     } 
    653  
    654     /** 
    655      * Create an instance of {@link CTFillStyleList } 
    656      *  
    657      */ 
    658     public CTFillStyleList createCTFillStyleList() { 
    659         return new CTFillStyleList(); 
    660     } 
    661  
    662     /** 
    663      * Create an instance of {@link CTBlipFillProperties } 
    664      *  
    665      */ 
    666     public CTBlipFillProperties createCTBlipFillProperties() { 
    667         return new CTBlipFillProperties(); 
    668     } 
    669  
    670     /** 
    671      * Create an instance of {@link CTTextAutonumberBullet } 
    672      *  
    673      */ 
    674     public CTTextAutonumberBullet createCTTextAutonumberBullet() { 
    675         return new CTTextAutonumberBullet(); 
    676     } 
    677  
    678     /** 
    679      * Create an instance of {@link CTInnerShadowEffect } 
    680      *  
    681      */ 
    682     public CTInnerShadowEffect createCTInnerShadowEffect() { 
    683         return new CTInnerShadowEffect(); 
    684     } 
    685  
    686     /** 
    687      * Create an instance of {@link CTEmbeddedWAVAudioFile } 
    688      *  
    689      */ 
    690     public CTEmbeddedWAVAudioFile createCTEmbeddedWAVAudioFile() { 
    691         return new CTEmbeddedWAVAudioFile(); 
    692     } 
    693  
    694     /** 
    695      * Create an instance of {@link CTPosH } 
    696      *  
    697      */ 
    698     public CTPosH createCTPosH() { 
    699         return new CTPosH(); 
    700     } 
    701  
    702     /** 
    703      * Create an instance of {@link CTGroupFillProperties } 
    704      *  
    705      */ 
    706     public CTGroupFillProperties createCTGroupFillProperties() { 
    707         return new CTGroupFillProperties(); 
    708     } 
    709  
    710     /** 
    711      * Create an instance of {@link CTBlip } 
    712      *  
    713      */ 
    714     public CTBlip createCTBlip() { 
    715         return new CTBlip(); 
    716     } 
    717  
    718     /** 
    719      * Create an instance of {@link CTNoFillProperties } 
    720      *  
    721      */ 
    722     public CTNoFillProperties createCTNoFillProperties() { 
    723         return new CTNoFillProperties(); 
    724     } 
    725  
    726     /** 
    727      * Create an instance of {@link CTLineJoinMiterProperties } 
    728      *  
    729      */ 
    730     public CTLineJoinMiterProperties createCTLineJoinMiterProperties() { 
    731         return new CTLineJoinMiterProperties(); 
    732     } 
    733  
    734     /** 
    735      * Create an instance of {@link CTPercentage } 
    736      *  
    737      */ 
    738     public CTPercentage createCTPercentage() { 
    739         return new CTPercentage(); 
    740     } 
    741  
    742     /** 
    743      * Create an instance of {@link CTInverseGammaTransform } 
    744      *  
    745      */ 
    746     public CTInverseGammaTransform createCTInverseGammaTransform() { 
    747         return new CTInverseGammaTransform(); 
    748     } 
    749  
    750     /** 
    751      * Create an instance of {@link CTTransformEffect } 
    752      *  
    753      */ 
    754     public CTTransformEffect createCTTransformEffect() { 
    755         return new CTTransformEffect(); 
    756     } 
    757  
    758     /** 
    759      * Create an instance of {@link CTGradientFillProperties } 
    760      *  
    761      */ 
    762     public CTGradientFillProperties createCTGradientFillProperties() { 
    763         return new CTGradientFillProperties(); 
    764     } 
    765  
    766     /** 
    767      * Create an instance of {@link CTCamera } 
    768      *  
    769      */ 
    770     public CTCamera createCTCamera() { 
    771         return new CTCamera(); 
    772     } 
    773  
    774     /** 
    775      * Create an instance of {@link CTColorMapping } 
    776      *  
    777      */ 
    778     public CTColorMapping createCTColorMapping() { 
    779         return new CTColorMapping(); 
    780     } 
    781  
    782     /** 
    783      * Create an instance of {@link CTTextSpacing } 
    784      *  
    785      */ 
    786     public CTTextSpacing createCTTextSpacing() { 
    787         return new CTTextSpacing(); 
    788     } 
    789  
    790     /** 
    791      * Create an instance of {@link CTFontReference } 
    792      *  
    793      */ 
    794     public CTFontReference createCTFontReference() { 
    795         return new CTFontReference(); 
    796     } 
    797  
    798     /** 
    799      * Create an instance of {@link CTEffectStyleList } 
    800      *  
    801      */ 
    802     public CTEffectStyleList createCTEffectStyleList() { 
    803         return new CTEffectStyleList(); 
    804     } 
    805  
    806     /** 
    807      * Create an instance of {@link CTConnectionSite } 
    808      *  
    809      */ 
    810     public CTConnectionSite createCTConnectionSite() { 
    811         return new CTConnectionSite(); 
    812     } 
    813  
    814     /** 
    815      * Create an instance of {@link CTWrapTight } 
    816      *  
    817      */ 
    818     public CTWrapTight createCTWrapTight() { 
    819         return new CTWrapTight(); 
    820     } 
    821  
    822     /** 
    823      * Create an instance of {@link CTPresetColor } 
    824      *  
    825      */ 
    826     public CTPresetColor createCTPresetColor() { 
    827         return new CTPresetColor(); 
    828     } 
    829  
    830     /** 
    831      * Create an instance of {@link CTNonVisualDrawingShapeProps } 
    832      *  
    833      */ 
    834     public CTNonVisualDrawingShapeProps createCTNonVisualDrawingShapeProps() { 
    835         return new CTNonVisualDrawingShapeProps(); 
    836     } 
    837  
    838     /** 
    839      * Create an instance of {@link CTCustomColorList } 
    840      *  
    841      */ 
    842     public CTCustomColorList createCTCustomColorList() { 
    843         return new CTCustomColorList(); 
    844     } 
    845  
    846     /** 
    847      * Create an instance of {@link CTTextSpacingPoint } 
    848      *  
    849      */ 
    850     public CTTextSpacingPoint createCTTextSpacingPoint() { 
    851         return new CTTextSpacingPoint(); 
    852     } 
    853  
    854     /** 
    855      * Create an instance of {@link CTTextUnderlineFillGroupWrapper } 
    856      *  
    857      */ 
    858     public CTTextUnderlineFillGroupWrapper createCTTextUnderlineFillGroupWrapper() { 
    859         return new CTTextUnderlineFillGroupWrapper(); 
    860     } 
    861  
    862     /** 
    863      * Create an instance of {@link CTShape3D } 
    864      *  
    865      */ 
    866     public CTShape3D createCTShape3D() { 
    867         return new CTShape3D(); 
    868     } 
    869  
    870     /** 
    871      * Create an instance of {@link CTHyperlink } 
    872      *  
    873      */ 
    874     public CTHyperlink createCTHyperlink() { 
    875         return new CTHyperlink(); 
    876     } 
    877  
    878     /** 
    879      * Create an instance of {@link CTNonVisualPictureProperties } 
    880      *  
    881      */ 
    882     public CTNonVisualPictureProperties createCTNonVisualPictureProperties() { 
    883         return new CTNonVisualPictureProperties(); 
    884     } 
    885  
    886     /** 
    887      * Create an instance of {@link CTTextShapeAutofit } 
    888      *  
    889      */ 
    890     public CTTextShapeAutofit createCTTextShapeAutofit() { 
    891         return new CTTextShapeAutofit(); 
    892     } 
    893  
    894     /** 
    895      * Create an instance of {@link CTClipboardStyleSheet } 
    896      *  
    897      */ 
    898     public CTClipboardStyleSheet createCTClipboardStyleSheet() { 
    899         return new CTClipboardStyleSheet(); 
    900     } 
    901  
    902     /** 
    903      * Create an instance of {@link CTBlendEffect } 
    904      *  
    905      */ 
    906     public CTBlendEffect createCTBlendEffect() { 
    907         return new CTBlendEffect(); 
    908     } 
    909  
    910     /** 
    911      * Create an instance of {@link CTColorReplaceEffect } 
    912      *  
    913      */ 
    914     public CTColorReplaceEffect createCTColorReplaceEffect() { 
    915         return new CTColorReplaceEffect(); 
    916     } 
    917  
    918     /** 
    919      * Create an instance of {@link CTEffectList } 
    920      *  
    921      */ 
    922     public CTEffectList createCTEffectList() { 
    923         return new CTEffectList(); 
    924     } 
    925  
    926     /** 
    927      * Create an instance of {@link CTAlphaFloorEffect } 
    928      *  
    929      */ 
    930     public CTAlphaFloorEffect createCTAlphaFloorEffect() { 
    931         return new CTAlphaFloorEffect(); 
    932     } 
    933  
    934     /** 
    935      * Create an instance of {@link CTSolidColorFillProperties } 
    936      *  
    937      */ 
    938     public CTSolidColorFillProperties createCTSolidColorFillProperties() { 
    939         return new CTSolidColorFillProperties(); 
    940     } 
    941  
    942     /** 
    943      * Create an instance of {@link CTTextBulletSizeFollowText } 
    944      *  
    945      */ 
    946     public CTTextBulletSizeFollowText createCTTextBulletSizeFollowText() { 
    947         return new CTTextBulletSizeFollowText(); 
    948     } 
    949  
    950     /** 
    951      * Create an instance of {@link CTTextBulletSizePoint } 
    952      *  
    953      */ 
    954     public CTTextBulletSizePoint createCTTextBulletSizePoint() { 
    955         return new CTTextBulletSizePoint(); 
    956     } 
    957  
    958     /** 
    959      * Create an instance of {@link CTTextLineBreak } 
    960      *  
    961      */ 
    962     public CTTextLineBreak createCTTextLineBreak() { 
    963         return new CTTextLineBreak(); 
    964     } 
    965  
    966     /** 
    967      * Create an instance of {@link CTEffectContainer } 
    968      *  
    969      */ 
    970     public CTEffectContainer createCTEffectContainer() { 
    971         return new CTEffectContainer(); 
    972     } 
    973  
    974     /** 
    975      * Create an instance of {@link CTPoint3D } 
    976      *  
    977      */ 
    978     public CTPoint3D createCTPoint3D() { 
    979         return new CTPoint3D(); 
    980     } 
    981  
    982     /** 
    983      * Create an instance of {@link CTCustomColor } 
    984      *  
    985      */ 
    986     public CTCustomColor createCTCustomColor() { 
    987         return new CTCustomColor(); 
    988     } 
    989  
    990     /** 
    991      * Create an instance of {@link CTSphereCoords } 
    992      *  
    993      */ 
    994     public CTSphereCoords createCTSphereCoords() { 
    995         return new CTSphereCoords(); 
    996     } 
    997  
    998     /** 
    999      * Create an instance of {@link Theme } 
    1000      *  
    1001      */ 
    1002     public Theme createTheme() { 
    1003         return new Theme(); 
    1004     } 
    1005  
    1006     /** 
    1007      * Create an instance of {@link CTLinearShadeProperties } 
    1008      *  
    1009      */ 
    1010     public CTLinearShadeProperties createCTLinearShadeProperties() { 
    1011         return new CTLinearShadeProperties(); 
    1012     } 
    1013  
    1014     /** 
    1015      * Create an instance of {@link CTGammaTransform } 
    1016      *  
    1017      */ 
    1018     public CTGammaTransform createCTGammaTransform() { 
    1019         return new CTGammaTransform(); 
    1020     } 
    1021  
    1022     /** 
    1023      * Create an instance of {@link CTPoint2D } 
    1024      *  
    1025      */ 
    1026     public CTPoint2D createCTPoint2D() { 
    1027         return new CTPoint2D(); 
    1028     } 
    1029  
    1030     /** 
    1031      * Create an instance of {@link CTConnectorLocking } 
    1032      *  
    1033      */ 
    1034     public CTConnectorLocking createCTConnectorLocking() { 
    1035         return new CTConnectorLocking(); 
    1036     } 
    1037  
    1038     /** 
    1039      * Create an instance of {@link CTPath2DList } 
    1040      *  
    1041      */ 
    1042     public CTPath2DList createCTPath2DList() { 
    1043         return new CTPath2DList(); 
    1044     } 
    1045  
    1046     /** 
    1047      * Create an instance of {@link CTWrapTopBottom } 
    1048      *  
    1049      */ 
    1050     public CTWrapTopBottom createCTWrapTopBottom() { 
    1051         return new CTWrapTopBottom(); 
    1052     } 
    1053  
    1054     /** 
    1055      * Create an instance of {@link CTGeomRect } 
    1056      *  
    1057      */ 
    1058     public CTGeomRect createCTGeomRect() { 
    1059         return new CTGeomRect(); 
    1060     } 
    1061  
    1062     /** 
    1063      * Create an instance of {@link CTEffectStyleItem } 
    1064      *  
    1065      */ 
    1066     public CTEffectStyleItem createCTEffectStyleItem() { 
    1067         return new CTEffectStyleItem(); 
    1068     } 
    1069  
    1070     /** 
    1071      * Create an instance of {@link CTOfficeArtExtension } 
    1072      *  
    1073      */ 
    1074     public CTOfficeArtExtension createCTOfficeArtExtension() { 
    1075         return new CTOfficeArtExtension(); 
    1076     } 
    1077  
    1078     /** 
    1079      * Create an instance of {@link CTLineEndProperties } 
    1080      *  
    1081      */ 
    1082     public CTLineEndProperties createCTLineEndProperties() { 
    1083         return new CTLineEndProperties(); 
    1084     } 
    1085  
    1086     /** 
    1087      * Create an instance of {@link CTPath2DMoveTo } 
    1088      *  
    1089      */ 
    1090     public CTPath2DMoveTo createCTPath2DMoveTo() { 
    1091         return new CTPath2DMoveTo(); 
    1092     } 
    1093  
    1094     /** 
    1095      * Create an instance of {@link CTRelativeRect } 
    1096      *  
    1097      */ 
    1098     public CTRelativeRect createCTRelativeRect() { 
    1099         return new CTRelativeRect(); 
    1100     } 
    1101  
    1102     /** 
    1103      * Create an instance of {@link CTRelativeOffsetEffect } 
    1104      *  
    1105      */ 
    1106     public CTRelativeOffsetEffect createCTRelativeOffsetEffect() { 
    1107         return new CTRelativeOffsetEffect(); 
    1108     } 
    1109  
    1110     /** 
    1111      * Create an instance of {@link Inline } 
    1112      *  
    1113      */ 
    1114     public Inline createInline() { 
    1115         return new Inline(); 
    1116     } 
    1117  
    1118     /** 
    1119      * Create an instance of {@link CTScale2D } 
    1120      *  
    1121      */ 
    1122     public CTScale2D createCTScale2D() { 
    1123         return new CTScale2D(); 
    1124     } 
    1125  
    1126     /** 
    1127      * Create an instance of {@link CTPath2DClose } 
    1128      *  
    1129      */ 
    1130     public CTPath2DClose createCTPath2DClose() { 
    1131         return new CTPath2DClose(); 
    1132     } 
    1133  
    1134     /** 
    1135      * Create an instance of {@link CTTextSpacingPercent } 
    1136      *  
    1137      */ 
    1138     public CTTextSpacingPercent createCTTextSpacingPercent() { 
    1139         return new CTTextSpacingPercent(); 
    1140     } 
    1141  
    1142     /** 
    1143      * Create an instance of {@link BaseStyles.FontScheme } 
    1144      *  
    1145      */ 
    1146     public BaseStyles.FontScheme createBaseStylesFontScheme() { 
    1147         return new BaseStyles.FontScheme(); 
    1148     } 
    1149  
    1150     /** 
    1151      * Create an instance of {@link CTScRgbColor } 
    1152      *  
    1153      */ 
    1154     public CTScRgbColor createCTScRgbColor() { 
    1155         return new CTScRgbColor(); 
    1156     } 
    1157  
    1158     /** 
    1159      * Create an instance of {@link CTFillProperties } 
    1160      *  
    1161      */ 
    1162     public CTFillProperties createCTFillProperties() { 
    1163         return new CTFillProperties(); 
    1164     } 
    1165  
    1166     /** 
    1167      * Create an instance of {@link CTNonVisualDrawingProps } 
    1168      *  
    1169      */ 
    1170     public CTNonVisualDrawingProps createCTNonVisualDrawingProps() { 
    1171         return new CTNonVisualDrawingProps(); 
    1172     } 
    1173  
    1174     /** 
    1175      * Create an instance of {@link CTRegularTextRun } 
    1176      *  
    1177      */ 
    1178     public CTRegularTextRun createCTRegularTextRun() { 
    1179         return new CTRegularTextRun(); 
    1180     } 
    1181  
    1182     /** 
    1183      * Create an instance of {@link CTHslColor } 
    1184      *  
    1185      */ 
    1186     public CTHslColor createCTHslColor() { 
    1187         return new CTHslColor(); 
    1188     } 
    1189  
    1190     /** 
    1191      * Create an instance of {@link CTFlatText } 
    1192      *  
    1193      */ 
    1194     public CTFlatText createCTFlatText() { 
    1195         return new CTFlatText(); 
    1196     } 
    1197  
    1198     /** 
    1199      * Create an instance of {@link CTTextBlipBullet } 
    1200      *  
    1201      */ 
    1202     public CTTextBlipBullet createCTTextBlipBullet() { 
    1203         return new CTTextBlipBullet(); 
    1204     } 
    1205  
    1206     /** 
    1207      * Create an instance of {@link CTGroupTransform2D } 
    1208      *  
    1209      */ 
    1210     public CTGroupTransform2D createCTGroupTransform2D() { 
    1211         return new CTGroupTransform2D(); 
    1212     } 
    1213  
    1214     /** 
    1215      * Create an instance of {@link CTGroupLocking } 
    1216      *  
    1217      */ 
    1218     public CTGroupLocking createCTGroupLocking() { 
    1219         return new CTGroupLocking(); 
    1220     } 
    1221  
    1222     /** 
    1223      * Create an instance of {@link CTPictureNonVisual } 
    1224      *  
    1225      */ 
    1226     public CTPictureNonVisual createCTPictureNonVisual() { 
    1227         return new CTPictureNonVisual(); 
    1228     } 
    1229  
    1230     /** 
    1231      * Create an instance of {@link CTPath2D } 
    1232      *  
    1233      */ 
    1234     public CTPath2D createCTPath2D() { 
    1235         return new CTPath2D(); 
    1236     } 
    1237  
    1238     /** 
    1239      * Create an instance of {@link CTPictureOld } 
    1240      *  
    1241      */ 
    1242     public CTPictureOld createCTPictureOld() { 
    1243         return new CTPictureOld(); 
    1244     } 
    1245  
    1246     /** 
    1247      * Create an instance of {@link CTFixedPercentage } 
    1248      *  
    1249      */ 
    1250     public CTFixedPercentage createCTFixedPercentage() { 
    1251         return new CTFixedPercentage(); 
    1252     } 
    1253  
    1254     /** 
    1255      * Create an instance of {@link CTPath2DCubicBezierTo } 
    1256      *  
    1257      */ 
    1258     public CTPath2DCubicBezierTo createCTPath2DCubicBezierTo() { 
    1259         return new CTPath2DCubicBezierTo(); 
    1260     } 
    1261  
    1262     /** 
    1263      * Create an instance of {@link CTSRgbColor } 
    1264      *  
    1265      */ 
    1266     public CTSRgbColor createCTSRgbColor() { 
    1267         return new CTSRgbColor(); 
    1268     } 
    1269  
    1270     /** 
    1271      * Create an instance of {@link CTTextCharBullet } 
    1272      *  
    1273      */ 
    1274     public CTTextCharBullet createCTTextCharBullet() { 
    1275         return new CTTextCharBullet(); 
    1276     } 
    1277  
    1278     /** 
    1279      * Create an instance of {@link CTAlphaModulateEffect } 
    1280      *  
    1281      */ 
    1282     public CTAlphaModulateEffect createCTAlphaModulateEffect() { 
    1283         return new CTAlphaModulateEffect(); 
    1284     } 
    1285  
    1286     /** 
    1287      * Create an instance of {@link CTTextNormalAutofit } 
    1288      *  
    1289      */ 
    1290     public CTTextNormalAutofit createCTTextNormalAutofit() { 
    1291         return new CTTextNormalAutofit(); 
    1292     } 
    1293  
    1294     /** 
    1295      * Create an instance of {@link CTPositivePercentage } 
    1296      *  
    1297      */ 
    1298     public CTPositivePercentage createCTPositivePercentage() { 
    1299         return new CTPositivePercentage(); 
    1300     } 
    1301  
    1302     /** 
    1303      * Create an instance of {@link CTBackdrop } 
    1304      *  
    1305      */ 
    1306     public CTBackdrop createCTBackdrop() { 
    1307         return new CTBackdrop(); 
    1308     } 
    1309  
    1310     /** 
    1311      * Create an instance of {@link CTGradientStop } 
    1312      *  
    1313      */ 
    1314     public CTGradientStop createCTGradientStop() { 
    1315         return new CTGradientStop(); 
    1316     } 
    1317  
    1318     /** 
    1319      * Create an instance of {@link CTComplementTransform } 
    1320      *  
    1321      */ 
    1322     public CTComplementTransform createCTComplementTransform() { 
    1323         return new CTComplementTransform(); 
    1324     } 
    1325  
    1326     /** 
    1327      * Create an instance of {@link CTXYAdjustHandle } 
    1328      *  
    1329      */ 
    1330     public CTXYAdjustHandle createCTXYAdjustHandle() { 
    1331         return new CTXYAdjustHandle(); 
    1332     } 
    1333  
    1334     /** 
    1335      * Create an instance of {@link CTTextBulletSizePercent } 
    1336      *  
    1337      */ 
    1338     public CTTextBulletSizePercent createCTTextBulletSizePercent() { 
    1339         return new CTTextBulletSizePercent(); 
    1340     } 
    1341  
    1342     /** 
    1343      * Create an instance of {@link CTAlphaOutsetEffect } 
    1344      *  
    1345      */ 
    1346     public CTAlphaOutsetEffect createCTAlphaOutsetEffect() { 
    1347         return new CTAlphaOutsetEffect(); 
    1348     } 
    1349  
    1350     /** 
    1351      * Create an instance of {@link CTPictureLocking } 
    1352      *  
    1353      */ 
    1354     public CTPictureLocking createCTPictureLocking() { 
    1355         return new CTPictureLocking(); 
    1356     } 
    1357  
    1358     /** 
    1359      * Create an instance of {@link CTTintEffect } 
    1360      *  
    1361      */ 
    1362     public CTTintEffect createCTTintEffect() { 
    1363         return new CTTintEffect(); 
    1364     } 
    1365  
    1366     /** 
    1367      * Create an instance of {@link CTLineProperties } 
    1368      *  
    1369      */ 
    1370     public CTLineProperties createCTLineProperties() { 
    1371         return new CTLineProperties(); 
    1372     } 
    1373  
    1374     /** 
    1375      * Create an instance of {@link CTConnectionSiteList } 
    1376      *  
    1377      */ 
    1378     public CTConnectionSiteList createCTConnectionSiteList() { 
    1379         return new CTConnectionSiteList(); 
    1380     } 
    1381  
    1382     /** 
    1383      * Create an instance of {@link CTTextBulletColorFollowText } 
    1384      *  
    1385      */ 
    1386     public CTTextBulletColorFollowText createCTTextBulletColorFollowText() { 
    1387         return new CTTextBulletColorFollowText(); 
    1388     } 
    1389  
    1390     /** 
    1391      * Create an instance of {@link CTWrapThrough } 
    1392      *  
    1393      */ 
    1394     public CTWrapThrough createCTWrapThrough() { 
    1395         return new CTWrapThrough(); 
    1396     } 
    1397  
    1398     /** 
    1399      * Create an instance of {@link CTTextCharacterProperties } 
    1400      *  
    1401      */ 
    1402     public CTTextCharacterProperties createCTTextCharacterProperties() { 
    1403         return new CTTextCharacterProperties(); 
    1404     } 
    1405  
    1406     /** 
    1407      * Create an instance of {@link Pic } 
    1408      *  
    1409      */ 
    1410     public Pic createPic() { 
    1411         return new Pic(); 
    1412     } 
    1413  
    1414     /** 
    1415      * Create an instance of {@link CTScene3D } 
    1416      *  
    1417      */ 
    1418     public CTScene3D createCTScene3D() { 
    1419         return new CTScene3D(); 
    1420     } 
    1421  
    1422     /** 
    1423      * Create an instance of {@link CTReflectionEffect } 
    1424      *  
    1425      */ 
    1426     public CTReflectionEffect createCTReflectionEffect() { 
    1427         return new CTReflectionEffect(); 
    1428     } 
    1429  
    1430     /** 
    1431      * Create an instance of {@link CTBiLevelEffect } 
    1432      *  
    1433      */ 
    1434     public CTBiLevelEffect createCTBiLevelEffect() { 
    1435         return new CTBiLevelEffect(); 
    1436     } 
    1437  
    1438     /** 
    1439      * Create an instance of {@link CTEffectReference } 
    1440      *  
    1441      */ 
    1442     public CTEffectReference createCTEffectReference() { 
    1443         return new CTEffectReference(); 
    1444     } 
    1445  
    1446     /** 
    1447      * Create an instance of {@link CTAlphaBiLevelEffect } 
    1448      *  
    1449      */ 
    1450     public CTAlphaBiLevelEffect createCTAlphaBiLevelEffect() { 
    1451         return new CTAlphaBiLevelEffect(); 
    1452     } 
    1453  
    1454     /** 
    1455      * Create an instance of {@link GraphicData } 
    1456      *  
    1457      */ 
    1458     public GraphicData createGraphicData() { 
    1459         return new GraphicData(); 
    1460     } 
    1461  
    1462     /** 
    1463      * Create an instance of {@link Anchor } 
    1464      *  
    1465      */ 
    1466     public Anchor createAnchor() { 
    1467         return new Anchor(); 
    1468     } 
    1469  
    1470     /** 
    1471      * Create an instance of {@link CTGrayscaleEffect } 
    1472      *  
    1473      */ 
    1474     public CTGrayscaleEffect createCTGrayscaleEffect() { 
    1475         return new CTGrayscaleEffect(); 
    1476     } 
    1477  
    1478     /** 
    1479      * Create an instance of {@link CTTransform2D } 
    1480      *  
    1481      */ 
    1482     public CTTransform2D createCTTransform2D() { 
    1483         return new CTTransform2D(); 
    1484     } 
    1485  
    1486     /** 
    1487      * Create an instance of {@link CTAlphaCeilingEffect } 
    1488      *  
    1489      */ 
    1490     public CTAlphaCeilingEffect createCTAlphaCeilingEffect() { 
    1491         return new CTAlphaCeilingEffect(); 
    1492     } 
    1493  
    1494     /** 
    1495      * Create an instance of {@link CTStyleMatrix } 
    1496      *  
    1497      */ 
    1498     public CTStyleMatrix createCTStyleMatrix() { 
    1499         return new CTStyleMatrix(); 
    1500     } 
    1501  
    1502     /** 
    1503      * Create an instance of {@link CTPositiveFixedPercentage } 
    1504      *  
    1505      */ 
    1506     public CTPositiveFixedPercentage createCTPositiveFixedPercentage() { 
    1507         return new CTPositiveFixedPercentage(); 
    1508     } 
    1509  
    1510     /** 
    1511      * Create an instance of {@link CTTextTabStop } 
    1512      *  
    1513      */ 
    1514     public CTTextTabStop createCTTextTabStop() { 
    1515         return new CTTextTabStop(); 
    1516     } 
    1517  
    1518     /** 
    1519      * Create an instance of {@link CTWrapPath } 
    1520      *  
    1521      */ 
    1522     public CTWrapPath createCTWrapPath() { 
    1523         return new CTWrapPath(); 
    1524     } 
    1525  
    1526     /** 
    1527      * Create an instance of {@link CTConnection } 
    1528      *  
    1529      */ 
    1530     public CTConnection createCTConnection() { 
    1531         return new CTConnection(); 
    1532     } 
    1533  
    1534     /** 
    1535      * Create an instance of {@link CTAngle } 
    1536      *  
    1537      */ 
    1538     public CTAngle createCTAngle() { 
    1539         return new CTAngle(); 
    1540     } 
    1541  
    1542     /** 
    1543      * Create an instance of {@link CTNonVisualGraphicFrameProperties } 
    1544      *  
    1545      */ 
    1546     public CTNonVisualGraphicFrameProperties createCTNonVisualGraphicFrameProperties() { 
    1547         return new CTNonVisualGraphicFrameProperties(); 
    1548     } 
    1549  
    1550     /** 
    1551      * Create an instance of {@link CTWrapNone } 
    1552      *  
    1553      */ 
    1554     public CTWrapNone createCTWrapNone() { 
    1555         return new CTWrapNone(); 
    1556     } 
    1557  
    1558     /** 
    1559      * Create an instance of {@link CTTextUnderlineLineFollowText } 
    1560      *  
    1561      */ 
    1562     public CTTextUnderlineLineFollowText createCTTextUnderlineLineFollowText() { 
    1563         return new CTTextUnderlineLineFollowText(); 
    1564     } 
    1565  
    1566     /** 
    1567      * Create an instance of {@link CTTextParagraph } 
    1568      *  
    1569      */ 
    1570     public CTTextParagraph createCTTextParagraph() { 
    1571         return new CTTextParagraph(); 
    1572     } 
    1573  
    1574     /** 
    1575      * Create an instance of {@link CTAlphaReplaceEffect } 
    1576      *  
    1577      */ 
    1578     public CTAlphaReplaceEffect createCTAlphaReplaceEffect() { 
    1579         return new CTAlphaReplaceEffect(); 
    1580     } 
    1581  
    1582     /** 
    1583      * Create an instance of {@link CTObjectStyleDefaults } 
    1584      *  
    1585      */ 
    1586     public CTObjectStyleDefaults createCTObjectStyleDefaults() { 
    1587         return new CTObjectStyleDefaults(); 
    1588     } 
    1589  
    1590     /** 
    1591      * Create an instance of {@link CTPolarAdjustHandle } 
    1592      *  
    1593      */ 
    1594     public CTPolarAdjustHandle createCTPolarAdjustHandle() { 
    1595         return new CTPolarAdjustHandle(); 
    1596     } 
    1597  
    1598     /** 
    1599      * Create an instance of {@link CTColorMappingOverride } 
    1600      *  
    1601      */ 
    1602     public CTColorMappingOverride createCTColorMappingOverride() { 
    1603         return new CTColorMappingOverride(); 
    1604     } 
    1605  
    1606     /** 
    1607      * Create an instance of {@link CTDuotoneEffect } 
    1608      *  
    1609      */ 
    1610     public CTDuotoneEffect createCTDuotoneEffect() { 
    1611         return new CTDuotoneEffect(); 
    1612     } 
    1613  
    1614     /** 
    1615      * Create an instance of {@link CTAdjustHandleList } 
    1616      *  
    1617      */ 
    1618     public CTAdjustHandleList createCTAdjustHandleList() { 
    1619         return new CTAdjustHandleList(); 
    1620     } 
    1621  
    1622     /** 
    1623      * Create an instance of {@link Graphic } 
    1624      *  
    1625      */ 
    1626     public Graphic createGraphic() { 
    1627         return new Graphic(); 
    1628     } 
    1629  
    1630     /** 
    1631      * Create an instance of {@link CTAlphaInverseEffect } 
    1632      *  
    1633      */ 
    1634     public CTAlphaInverseEffect createCTAlphaInverseEffect() { 
    1635         return new CTAlphaInverseEffect(); 
    1636     } 
    1637  
    1638     /** 
    1639      * Create an instance of {@link CTColorMRU } 
    1640      *  
    1641      */ 
    1642     public CTColorMRU createCTColorMRU() { 
    1643         return new CTColorMRU(); 
    1644     } 
    1645  
    1646     /** 
    1647      * Create an instance of {@link CTLightRig } 
    1648      *  
    1649      */ 
    1650     public CTLightRig createCTLightRig() { 
    1651         return new CTLightRig(); 
    1652     } 
    1653  
    1654     /** 
    16551671     * Create an instance of {@link CTBaseStylesOverride.FontScheme } 
    16561672     *  
     
    16581674    public CTBaseStylesOverride.FontScheme createCTBaseStylesOverrideFontScheme() { 
    16591675        return new CTBaseStylesOverride.FontScheme(); 
    1660     } 
    1661  
    1662     /** 
    1663      * Create an instance of {@link CTGlowEffect } 
    1664      *  
    1665      */ 
    1666     public CTGlowEffect createCTGlowEffect() { 
    1667         return new CTGlowEffect(); 
    1668     } 
    1669  
    1670     /** 
    1671      * Create an instance of {@link CTColorChangeEffect } 
    1672      *  
    1673      */ 
    1674     public CTColorChangeEffect createCTColorChangeEffect() { 
    1675         return new CTColorChangeEffect(); 
    16761676    } 
    16771677 
     
    17131713 
    17141714    /** 
     1715     * Create an instance of {@link JAXBElement }{@code <}{@link Pic }{@code >}} 
     1716     *  
     1717     */ 
     1718    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/picture", name = "pic") 
     1719    public JAXBElement<Pic> createPic(Pic value) { 
     1720        return new JAXBElement<Pic>(_Pic_QNAME, Pic.class, null, value); 
     1721    } 
     1722 
     1723    /** 
    17151724     * Create an instance of {@link JAXBElement }{@code <}{@link Anchor }{@code >}} 
    17161725     *  
     
    17221731 
    17231732    /** 
    1724      * Create an instance of {@link JAXBElement }{@code <}{@link Pic }{@code >}} 
    1725      *  
    1726      */ 
    1727     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/picture", name = "pic") 
    1728     public JAXBElement<Pic> createPic(Pic value) { 
    1729         return new JAXBElement<Pic>(_Pic_QNAME, Pic.class, null, value); 
    1730     } 
    1731  
    1732     /** 
    17331733     * Create an instance of {@link JAXBElement }{@code <}{@link CTBlip }{@code >}} 
    17341734     *  
     
    17401740 
    17411741    /** 
     1742     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     1743     *  
     1744     */ 
     1745    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lum", scope = CTPresetColor.class) 
     1746    public JAXBElement<CTPercentage> createCTPresetColorLum(CTPercentage value) { 
     1747        return new JAXBElement<CTPercentage>(_CTPresetColorLum_QNAME, CTPercentage.class, CTPresetColor.class, value); 
     1748    } 
     1749 
     1750    /** 
     1751     * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} 
     1752     *  
     1753     */ 
     1754    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alpha", scope = CTPresetColor.class) 
     1755    public JAXBElement<CTPositiveFixedPercentage> createCTPresetColorAlpha(CTPositiveFixedPercentage value) { 
     1756        return new JAXBElement<CTPositiveFixedPercentage>(_CTPresetColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTPresetColor.class, value); 
     1757    } 
     1758 
     1759    /** 
     1760     * Create an instance of {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >}} 
     1761     *  
     1762     */ 
     1763    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gamma", scope = CTPresetColor.class) 
     1764    public JAXBElement<CTGammaTransform> createCTPresetColorGamma(CTGammaTransform value) { 
     1765        return new JAXBElement<CTGammaTransform>(_CTPresetColorGamma_QNAME, CTGammaTransform.class, CTPresetColor.class, value); 
     1766    } 
     1767 
     1768    /** 
     1769     * Create an instance of {@link JAXBElement }{@code <}{@link CTInverseGammaTransform }{@code >}} 
     1770     *  
     1771     */ 
     1772    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "invGamma", scope = CTPresetColor.class) 
     1773    public JAXBElement<CTInverseGammaTransform> createCTPresetColorInvGamma(CTInverseGammaTransform value) { 
     1774        return new JAXBElement<CTInverseGammaTransform>(_CTPresetColorInvGamma_QNAME, CTInverseGammaTransform.class, CTPresetColor.class, value); 
     1775    } 
     1776 
     1777    /** 
     1778     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     1779     *  
     1780     */ 
     1781    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redOff", scope = CTPresetColor.class) 
     1782    public JAXBElement<CTPercentage> createCTPresetColorRedOff(CTPercentage value) { 
     1783        return new JAXBElement<CTPercentage>(_CTPresetColorRedOff_QNAME, CTPercentage.class, CTPresetColor.class, value); 
     1784    } 
     1785 
     1786    /** 
     1787     * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} 
     1788     *  
     1789     */ 
     1790    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaMod", scope = CTPresetColor.class) 
     1791    public JAXBElement<CTPositivePercentage> createCTPresetColorAlphaMod(CTPositivePercentage value) { 
     1792        return new JAXBElement<CTPositivePercentage>(_CTPresetColorAlphaMod_QNAME, CTPositivePercentage.class, CTPresetColor.class, value); 
     1793    } 
     1794 
     1795    /** 
     1796     * Create an instance of {@link JAXBElement }{@code <}{@link CTFixedPercentage }{@code >}} 
     1797     *  
     1798     */ 
     1799    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaOff", scope = CTPresetColor.class) 
     1800    public JAXBElement<CTFixedPercentage> createCTPresetColorAlphaOff(CTFixedPercentage value) { 
     1801        return new JAXBElement<CTFixedPercentage>(_CTPresetColorAlphaOff_QNAME, CTFixedPercentage.class, CTPresetColor.class, value); 
     1802    } 
     1803 
     1804    /** 
     1805     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     1806     *  
     1807     */ 
     1808    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenOff", scope = CTPresetColor.class) 
     1809    public JAXBElement<CTPercentage> createCTPresetColorGreenOff(CTPercentage value) { 
     1810        return new JAXBElement<CTPercentage>(_CTPresetColorGreenOff_QNAME, CTPercentage.class, CTPresetColor.class, value); 
     1811    } 
     1812 
     1813    /** 
     1814     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     1815     *  
     1816     */ 
     1817    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redMod", scope = CTPresetColor.class) 
     1818    public JAXBElement<CTPercentage> createCTPresetColorRedMod(CTPercentage value) { 
     1819        return new JAXBElement<CTPercentage>(_CTPresetColorRedMod_QNAME, CTPercentage.class, CTPresetColor.class, value); 
     1820    } 
     1821 
     1822    /** 
     1823     * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedAngle }{@code >}} 
     1824     *  
     1825     */ 
     1826    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hue", scope = CTPresetColor.class) 
     1827    public JAXBElement<CTPositiveFixedAngle> createCTPresetColorHue(CTPositiveFixedAngle value) { 
     1828        return new JAXBElement<CTPositiveFixedAngle>(_CTPresetColorHue_QNAME, CTPositiveFixedAngle.class, CTPresetColor.class, value); 
     1829    } 
     1830 
     1831    /** 
     1832     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     1833     *  
     1834     */ 
     1835    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satOff", scope = CTPresetColor.class) 
     1836    public JAXBElement<CTPercentage> createCTPresetColorSatOff(CTPercentage value) { 
     1837        return new JAXBElement<CTPercentage>(_CTPresetColorSatOff_QNAME, CTPercentage.class, CTPresetColor.class, value); 
     1838    } 
     1839 
     1840    /** 
     1841     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     1842     *  
     1843     */ 
     1844    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenMod", scope = CTPresetColor.class) 
     1845    public JAXBElement<CTPercentage> createCTPresetColorGreenMod(CTPercentage value) { 
     1846        return new JAXBElement<CTPercentage>(_CTPresetColorGreenMod_QNAME, CTPercentage.class, CTPresetColor.class, value); 
     1847    } 
     1848 
     1849    /** 
     1850     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     1851     *  
     1852     */ 
     1853    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "sat", scope = CTPresetColor.class) 
     1854    public JAXBElement<CTPercentage> createCTPresetColorSat(CTPercentage value) { 
     1855        return new JAXBElement<CTPercentage>(_CTPresetColorSat_QNAME, CTPercentage.class, CTPresetColor.class, value); 
     1856    } 
     1857 
     1858    /** 
     1859     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     1860     *  
     1861     */ 
     1862    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blue", scope = CTPresetColor.class) 
     1863    public JAXBElement<CTPercentage> createCTPresetColorBlue(CTPercentage value) { 
     1864        return new JAXBElement<CTPercentage>(_CTPresetColorBlue_QNAME, CTPercentage.class, CTPresetColor.class, value); 
     1865    } 
     1866 
     1867    /** 
     1868     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     1869     *  
     1870     */ 
     1871    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "red", scope = CTPresetColor.class) 
     1872    public JAXBElement<CTPercentage> createCTPresetColorRed(CTPercentage value) { 
     1873        return new JAXBElement<CTPercentage>(_CTPresetColorRed_QNAME, CTPercentage.class, CTPresetColor.class, value); 
     1874    } 
     1875 
     1876    /** 
     1877     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     1878     *  
     1879     */ 
     1880    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satMod", scope = CTPresetColor.class) 
     1881    public JAXBElement<CTPercentage> createCTPresetColorSatMod(CTPercentage value) { 
     1882        return new JAXBElement<CTPercentage>(_CTPresetColorSatMod_QNAME, CTPercentage.class, CTPresetColor.class, value); 
     1883    } 
     1884 
     1885    /** 
     1886     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     1887     *  
     1888     */ 
     1889    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueMod", scope = CTPresetColor.class) 
     1890    public JAXBElement<CTPercentage> createCTPresetColorBlueMod(CTPercentage value) { 
     1891        return new JAXBElement<CTPercentage>(_CTPresetColorBlueMod_QNAME, CTPercentage.class, CTPresetColor.class, value); 
     1892    } 
     1893 
     1894    /** 
     1895     * Create an instance of {@link JAXBElement }{@code <}{@link CTAngle }{@code >}} 
     1896     *  
     1897     */ 
     1898    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueOff", scope = CTPresetColor.class) 
     1899    public JAXBElement<CTAngle> createCTPresetColorHueOff(CTAngle value) { 
     1900        return new JAXBElement<CTAngle>(_CTPresetColorHueOff_QNAME, CTAngle.class, CTPresetColor.class, value); 
     1901    } 
     1902 
     1903    /** 
     1904     * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} 
     1905     *  
     1906     */ 
     1907    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "shade", scope = CTPresetColor.class) 
     1908    public JAXBElement<CTPositiveFixedPercentage> createCTPresetColorShade(CTPositiveFixedPercentage value) { 
     1909        return new JAXBElement<CTPositiveFixedPercentage>(_CTPresetColorShade_QNAME, CTPositiveFixedPercentage.class, CTPresetColor.class, value); 
     1910    } 
     1911 
     1912    /** 
     1913     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     1914     *  
     1915     */ 
     1916    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumMod", scope = CTPresetColor.class) 
     1917    public JAXBElement<CTPercentage> createCTPresetColorLumMod(CTPercentage value) { 
     1918        return new JAXBElement<CTPercentage>(_CTPresetColorLumMod_QNAME, CTPercentage.class, CTPresetColor.class, value); 
     1919    } 
     1920 
     1921    /** 
     1922     * Create an instance of {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >}} 
     1923     *  
     1924     */ 
     1925    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "inv", scope = CTPresetColor.class) 
     1926    public JAXBElement<CTInverseTransform> createCTPresetColorInv(CTInverseTransform value) { 
     1927        return new JAXBElement<CTInverseTransform>(_CTPresetColorInv_QNAME, CTInverseTransform.class, CTPresetColor.class, value); 
     1928    } 
     1929 
     1930    /** 
     1931     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     1932     *  
     1933     */ 
     1934    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumOff", scope = CTPresetColor.class) 
     1935    public JAXBElement<CTPercentage> createCTPresetColorLumOff(CTPercentage value) { 
     1936        return new JAXBElement<CTPercentage>(_CTPresetColorLumOff_QNAME, CTPercentage.class, CTPresetColor.class, value); 
     1937    } 
     1938 
     1939    /** 
     1940     * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} 
     1941     *  
     1942     */ 
     1943    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "tint", scope = CTPresetColor.class) 
     1944    public JAXBElement<CTPositiveFixedPercentage> createCTPresetColorTint(CTPositiveFixedPercentage value) { 
     1945        return new JAXBElement<CTPositiveFixedPercentage>(_CTPresetColorTint_QNAME, CTPositiveFixedPercentage.class, CTPresetColor.class, value); 
     1946    } 
     1947 
     1948    /** 
     1949     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     1950     *  
     1951     */ 
     1952    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "green", scope = CTPresetColor.class) 
     1953    public JAXBElement<CTPercentage> createCTPresetColorGreen(CTPercentage value) { 
     1954        return new JAXBElement<CTPercentage>(_CTPresetColorGreen_QNAME, CTPercentage.class, CTPresetColor.class, value); 
     1955    } 
     1956 
     1957    /** 
     1958     * Create an instance of {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >}} 
     1959     *  
     1960     */ 
     1961    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "comp", scope = CTPresetColor.class) 
     1962    public JAXBElement<CTComplementTransform> createCTPresetColorComp(CTComplementTransform value) { 
     1963        return new JAXBElement<CTComplementTransform>(_CTPresetColorComp_QNAME, CTComplementTransform.class, CTPresetColor.class, value); 
     1964    } 
     1965 
     1966    /** 
     1967     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     1968     *  
     1969     */ 
     1970    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueOff", scope = CTPresetColor.class) 
     1971    public JAXBElement<CTPercentage> createCTPresetColorBlueOff(CTPercentage value) { 
     1972        return new JAXBElement<CTPercentage>(_CTPresetColorBlueOff_QNAME, CTPercentage.class, CTPresetColor.class, value); 
     1973    } 
     1974 
     1975    /** 
     1976     * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} 
     1977     *  
     1978     */ 
     1979    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueMod", scope = CTPresetColor.class) 
     1980    public JAXBElement<CTPositivePercentage> createCTPresetColorHueMod(CTPositivePercentage value) { 
     1981        return new JAXBElement<CTPositivePercentage>(_CTPresetColorHueMod_QNAME, CTPositivePercentage.class, CTPresetColor.class, value); 
     1982    } 
     1983 
     1984    /** 
     1985     * Create an instance of {@link JAXBElement }{@code <}{@link CTGrayscaleTransform }{@code >}} 
     1986     *  
     1987     */ 
     1988    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gray", scope = CTPresetColor.class) 
     1989    public JAXBElement<CTGrayscaleTransform> createCTPresetColorGray(CTGrayscaleTransform value) { 
     1990        return new JAXBElement<CTGrayscaleTransform>(_CTPresetColorGray_QNAME, CTGrayscaleTransform.class, CTPresetColor.class, value); 
     1991    } 
     1992 
     1993    /** 
     1994     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     1995     *  
     1996     */ 
     1997    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lum", scope = CTHslColor.class) 
     1998    public JAXBElement<CTPercentage> createCTHslColorLum(CTPercentage value) { 
     1999        return new JAXBElement<CTPercentage>(_CTPresetColorLum_QNAME, CTPercentage.class, CTHslColor.class, value); 
     2000    } 
     2001 
     2002    /** 
     2003     * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} 
     2004     *  
     2005     */ 
     2006    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alpha", scope = CTHslColor.class) 
     2007    public JAXBElement<CTPositiveFixedPercentage> createCTHslColorAlpha(CTPositiveFixedPercentage value) { 
     2008        return new JAXBElement<CTPositiveFixedPercentage>(_CTPresetColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTHslColor.class, value); 
     2009    } 
     2010 
     2011    /** 
     2012     * Create an instance of {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >}} 
     2013     *  
     2014     */ 
     2015    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gamma", scope = CTHslColor.class) 
     2016    public JAXBElement<CTGammaTransform> createCTHslColorGamma(CTGammaTransform value) { 
     2017        return new JAXBElement<CTGammaTransform>(_CTPresetColorGamma_QNAME, CTGammaTransform.class, CTHslColor.class, value); 
     2018    } 
     2019 
     2020    /** 
     2021     * Create an instance of {@link JAXBElement }{@code <}{@link CTInverseGammaTransform }{@code >}} 
     2022     *  
     2023     */ 
     2024    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "invGamma", scope = CTHslColor.class) 
     2025    public JAXBElement<CTInverseGammaTransform> createCTHslColorInvGamma(CTInverseGammaTransform value) { 
     2026        return new JAXBElement<CTInverseGammaTransform>(_CTPresetColorInvGamma_QNAME, CTInverseGammaTransform.class, CTHslColor.class, value); 
     2027    } 
     2028 
     2029    /** 
     2030     * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} 
     2031     *  
     2032     */ 
     2033    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaMod", scope = CTHslColor.class) 
     2034    public JAXBElement<CTPositivePercentage> createCTHslColorAlphaMod(CTPositivePercentage value) { 
     2035        return new JAXBElement<CTPositivePercentage>(_CTPresetColorAlphaMod_QNAME, CTPositivePercentage.class, CTHslColor.class, value); 
     2036    } 
     2037 
     2038    /** 
     2039     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2040     *  
     2041     */ 
     2042    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redOff", scope = CTHslColor.class) 
     2043    public JAXBElement<CTPercentage> createCTHslColorRedOff(CTPercentage value) { 
     2044        return new JAXBElement<CTPercentage>(_CTPresetColorRedOff_QNAME, CTPercentage.class, CTHslColor.class, value); 
     2045    } 
     2046 
     2047    /** 
     2048     * Create an instance of {@link JAXBElement }{@code <}{@link CTFixedPercentage }{@code >}} 
     2049     *  
     2050     */ 
     2051    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaOff", scope = CTHslColor.class) 
     2052    public JAXBElement<CTFixedPercentage> createCTHslColorAlphaOff(CTFixedPercentage value) { 
     2053        return new JAXBElement<CTFixedPercentage>(_CTPresetColorAlphaOff_QNAME, CTFixedPercentage.class, CTHslColor.class, value); 
     2054    } 
     2055 
     2056    /** 
     2057     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2058     *  
     2059     */ 
     2060    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenOff", scope = CTHslColor.class) 
     2061    public JAXBElement<CTPercentage> createCTHslColorGreenOff(CTPercentage value) { 
     2062        return new JAXBElement<CTPercentage>(_CTPresetColorGreenOff_QNAME, CTPercentage.class, CTHslColor.class, value); 
     2063    } 
     2064 
     2065    /** 
     2066     * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedAngle }{@code >}} 
     2067     *  
     2068     */ 
     2069    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hue", scope = CTHslColor.class) 
     2070    public JAXBElement<CTPositiveFixedAngle> createCTHslColorHue(CTPositiveFixedAngle value) { 
     2071        return new JAXBElement<CTPositiveFixedAngle>(_CTPresetColorHue_QNAME, CTPositiveFixedAngle.class, CTHslColor.class, value); 
     2072    } 
     2073 
     2074    /** 
     2075     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2076     *  
     2077     */ 
     2078    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redMod", scope = CTHslColor.class) 
     2079    public JAXBElement<CTPercentage> createCTHslColorRedMod(CTPercentage value) { 
     2080        return new JAXBElement<CTPercentage>(_CTPresetColorRedMod_QNAME, CTPercentage.class, CTHslColor.class, value); 
     2081    } 
     2082 
     2083    /** 
     2084     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2085     *  
     2086     */ 
     2087    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satOff", scope = CTHslColor.class) 
     2088    public JAXBElement<CTPercentage> createCTHslColorSatOff(CTPercentage value) { 
     2089        return new JAXBElement<CTPercentage>(_CTPresetColorSatOff_QNAME, CTPercentage.class, CTHslColor.class, value); 
     2090    } 
     2091 
     2092    /** 
     2093     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2094     *  
     2095     */ 
     2096    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenMod", scope = CTHslColor.class) 
     2097    public JAXBElement<CTPercentage> createCTHslColorGreenMod(CTPercentage value) { 
     2098        return new JAXBElement<CTPercentage>(_CTPresetColorGreenMod_QNAME, CTPercentage.class, CTHslColor.class, value); 
     2099    } 
     2100 
     2101    /** 
     2102     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2103     *  
     2104     */ 
     2105    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "sat", scope = CTHslColor.class) 
     2106    public JAXBElement<CTPercentage> createCTHslColorSat(CTPercentage value) { 
     2107        return new JAXBElement<CTPercentage>(_CTPresetColorSat_QNAME, CTPercentage.class, CTHslColor.class, value); 
     2108    } 
     2109 
     2110    /** 
     2111     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2112     *  
     2113     */ 
     2114    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blue", scope = CTHslColor.class) 
     2115    public JAXBElement<CTPercentage> createCTHslColorBlue(CTPercentage value) { 
     2116        return new JAXBElement<CTPercentage>(_CTPresetColorBlue_QNAME, CTPercentage.class, CTHslColor.class, value); 
     2117    } 
     2118 
     2119    /** 
     2120     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2121     *  
     2122     */ 
     2123    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "red", scope = CTHslColor.class) 
     2124    public JAXBElement<CTPercentage> createCTHslColorRed(CTPercentage value) { 
     2125        return new JAXBElement<CTPercentage>(_CTPresetColorRed_QNAME, CTPercentage.class, CTHslColor.class, value); 
     2126    } 
     2127 
     2128    /** 
     2129     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2130     *  
     2131     */ 
     2132    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satMod", scope = CTHslColor.class) 
     2133    public JAXBElement<CTPercentage> createCTHslColorSatMod(CTPercentage value) { 
     2134        return new JAXBElement<CTPercentage>(_CTPresetColorSatMod_QNAME, CTPercentage.class, CTHslColor.class, value); 
     2135    } 
     2136 
     2137    /** 
     2138     * Create an instance of {@link JAXBElement }{@code <}{@link CTAngle }{@code >}} 
     2139     *  
     2140     */ 
     2141    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueOff", scope = CTHslColor.class) 
     2142    public JAXBElement<CTAngle> createCTHslColorHueOff(CTAngle value) { 
     2143        return new JAXBElement<CTAngle>(_CTPresetColorHueOff_QNAME, CTAngle.class, CTHslColor.class, value); 
     2144    } 
     2145 
     2146    /** 
     2147     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2148     *  
     2149     */ 
     2150    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueMod", scope = CTHslColor.class) 
     2151    public JAXBElement<CTPercentage> createCTHslColorBlueMod(CTPercentage value) { 
     2152        return new JAXBElement<CTPercentage>(_CTPresetColorBlueMod_QNAME, CTPercentage.class, CTHslColor.class, value); 
     2153    } 
     2154 
     2155    /** 
     2156     * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} 
     2157     *  
     2158     */ 
     2159    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "shade", scope = CTHslColor.class) 
     2160    public JAXBElement<CTPositiveFixedPercentage> createCTHslColorShade(CTPositiveFixedPercentage value) { 
     2161        return new JAXBElement<CTPositiveFixedPercentage>(_CTPresetColorShade_QNAME, CTPositiveFixedPercentage.class, CTHslColor.class, value); 
     2162    } 
     2163 
     2164    /** 
     2165     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2166     *  
     2167     */ 
     2168    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumMod", scope = CTHslColor.class) 
     2169    public JAXBElement<CTPercentage> createCTHslColorLumMod(CTPercentage value) { 
     2170        return new JAXBElement<CTPercentage>(_CTPresetColorLumMod_QNAME, CTPercentage.class, CTHslColor.class, value); 
     2171    } 
     2172 
     2173    /** 
     2174     * Create an instance of {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >}} 
     2175     *  
     2176     */ 
     2177    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "inv", scope = CTHslColor.class) 
     2178    public JAXBElement<CTInverseTransform> createCTHslColorInv(CTInverseTransform value) { 
     2179        return new JAXBElement<CTInverseTransform>(_CTPresetColorInv_QNAME, CTInverseTransform.class, CTHslColor.class, value); 
     2180    } 
     2181 
     2182    /** 
     2183     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2184     *  
     2185     */ 
     2186    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumOff", scope = CTHslColor.class) 
     2187    public JAXBElement<CTPercentage> createCTHslColorLumOff(CTPercentage value) { 
     2188        return new JAXBElement<CTPercentage>(_CTPresetColorLumOff_QNAME, CTPercentage.class, CTHslColor.class, value); 
     2189    } 
     2190 
     2191    /** 
     2192     * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} 
     2193     *  
     2194     */ 
     2195    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "tint", scope = CTHslColor.class) 
     2196    public JAXBElement<CTPositiveFixedPercentage> createCTHslColorTint(CTPositiveFixedPercentage value) { 
     2197        return new JAXBElement<CTPositiveFixedPercentage>(_CTPresetColorTint_QNAME, CTPositiveFixedPercentage.class, CTHslColor.class, value); 
     2198    } 
     2199 
     2200    /** 
     2201     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2202     *  
     2203     */ 
     2204    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "green", scope = CTHslColor.class) 
     2205    public JAXBElement<CTPercentage> createCTHslColorGreen(CTPercentage value) { 
     2206        return new JAXBElement<CTPercentage>(_CTPresetColorGreen_QNAME, CTPercentage.class, CTHslColor.class, value); 
     2207    } 
     2208 
     2209    /** 
     2210     * Create an instance of {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >}} 
     2211     *  
     2212     */ 
     2213    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "comp", scope = CTHslColor.class) 
     2214    public JAXBElement<CTComplementTransform> createCTHslColorComp(CTComplementTransform value) { 
     2215        return new JAXBElement<CTComplementTransform>(_CTPresetColorComp_QNAME, CTComplementTransform.class, CTHslColor.class, value); 
     2216    } 
     2217 
     2218    /** 
     2219     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2220     *  
     2221     */ 
     2222    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueOff", scope = CTHslColor.class) 
     2223    public JAXBElement<CTPercentage> createCTHslColorBlueOff(CTPercentage value) { 
     2224        return new JAXBElement<CTPercentage>(_CTPresetColorBlueOff_QNAME, CTPercentage.class, CTHslColor.class, value); 
     2225    } 
     2226 
     2227    /** 
     2228     * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} 
     2229     *  
     2230     */ 
     2231    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueMod", scope = CTHslColor.class) 
     2232    public JAXBElement<CTPositivePercentage> createCTHslColorHueMod(CTPositivePercentage value) { 
     2233        return new JAXBElement<CTPositivePercentage>(_CTPresetColorHueMod_QNAME, CTPositivePercentage.class, CTHslColor.class, value); 
     2234    } 
     2235 
     2236    /** 
     2237     * Create an instance of {@link JAXBElement }{@code <}{@link CTGrayscaleTransform }{@code >}} 
     2238     *  
     2239     */ 
     2240    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gray", scope = CTHslColor.class) 
     2241    public JAXBElement<CTGrayscaleTransform> createCTHslColorGray(CTGrayscaleTransform value) { 
     2242        return new JAXBElement<CTGrayscaleTransform>(_CTPresetColorGray_QNAME, CTGrayscaleTransform.class, CTHslColor.class, value); 
     2243    } 
     2244 
     2245    /** 
     2246     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2247     *  
     2248     */ 
     2249    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lum", scope = CTScRgbColor.class) 
     2250    public JAXBElement<CTPercentage> createCTScRgbColorLum(CTPercentage value) { 
     2251        return new JAXBElement<CTPercentage>(_CTPresetColorLum_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
     2252    } 
     2253 
     2254    /** 
     2255     * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} 
     2256     *  
     2257     */ 
     2258    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alpha", scope = CTScRgbColor.class) 
     2259    public JAXBElement<CTPositiveFixedPercentage> createCTScRgbColorAlpha(CTPositiveFixedPercentage value) { 
     2260        return new JAXBElement<CTPositiveFixedPercentage>(_CTPresetColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTScRgbColor.class, value); 
     2261    } 
     2262 
     2263    /** 
     2264     * Create an instance of {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >}} 
     2265     *  
     2266     */ 
     2267    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gamma", scope = CTScRgbColor.class) 
     2268    public JAXBElement<CTGammaTransform> createCTScRgbColorGamma(CTGammaTransform value) { 
     2269        return new JAXBElement<CTGammaTransform>(_CTPresetColorGamma_QNAME, CTGammaTransform.class, CTScRgbColor.class, value); 
     2270    } 
     2271 
     2272    /** 
     2273     * Create an instance of {@link JAXBElement }{@code <}{@link CTInverseGammaTransform }{@code >}} 
     2274     *  
     2275     */ 
     2276    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "invGamma", scope = CTScRgbColor.class) 
     2277    public JAXBElement<CTInverseGammaTransform> createCTScRgbColorInvGamma(CTInverseGammaTransform value) { 
     2278        return new JAXBElement<CTInverseGammaTransform>(_CTPresetColorInvGamma_QNAME, CTInverseGammaTransform.class, CTScRgbColor.class, value); 
     2279    } 
     2280 
     2281    /** 
     2282     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2283     *  
     2284     */ 
     2285    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redOff", scope = CTScRgbColor.class) 
     2286    public JAXBElement<CTPercentage> createCTScRgbColorRedOff(CTPercentage value) { 
     2287        return new JAXBElement<CTPercentage>(_CTPresetColorRedOff_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
     2288    } 
     2289 
     2290    /** 
     2291     * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} 
     2292     *  
     2293     */ 
     2294    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaMod", scope = CTScRgbColor.class) 
     2295    public JAXBElement<CTPositivePercentage> createCTScRgbColorAlphaMod(CTPositivePercentage value) { 
     2296        return new JAXBElement<CTPositivePercentage>(_CTPresetColorAlphaMod_QNAME, CTPositivePercentage.class, CTScRgbColor.class, value); 
     2297    } 
     2298 
     2299    /** 
     2300     * Create an instance of {@link JAXBElement }{@code <}{@link CTFixedPercentage }{@code >}} 
     2301     *  
     2302     */ 
     2303    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaOff", scope = CTScRgbColor.class) 
     2304    public JAXBElement<CTFixedPercentage> createCTScRgbColorAlphaOff(CTFixedPercentage value) { 
     2305        return new JAXBElement<CTFixedPercentage>(_CTPresetColorAlphaOff_QNAME, CTFixedPercentage.class, CTScRgbColor.class, value); 
     2306    } 
     2307 
     2308    /** 
     2309     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2310     *  
     2311     */ 
     2312    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenOff", scope = CTScRgbColor.class) 
     2313    public JAXBElement<CTPercentage> createCTScRgbColorGreenOff(CTPercentage value) { 
     2314        return new JAXBElement<CTPercentage>(_CTPresetColorGreenOff_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
     2315    } 
     2316 
     2317    /** 
     2318     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2319     *  
     2320     */ 
     2321    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redMod", scope = CTScRgbColor.class) 
     2322    public JAXBElement<CTPercentage> createCTScRgbColorRedMod(CTPercentage value) { 
     2323        return new JAXBElement<CTPercentage>(_CTPresetColorRedMod_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
     2324    } 
     2325 
     2326    /** 
     2327     * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedAngle }{@code >}} 
     2328     *  
     2329     */ 
     2330    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hue", scope = CTScRgbColor.class) 
     2331    public JAXBElement<CTPositiveFixedAngle> createCTScRgbColorHue(CTPositiveFixedAngle value) { 
     2332        return new JAXBElement<CTPositiveFixedAngle>(_CTPresetColorHue_QNAME, CTPositiveFixedAngle.class, CTScRgbColor.class, value); 
     2333    } 
     2334 
     2335    /** 
     2336     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2337     *  
     2338     */ 
     2339    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satOff", scope = CTScRgbColor.class) 
     2340    public JAXBElement<CTPercentage> createCTScRgbColorSatOff(CTPercentage value) { 
     2341        return new JAXBElement<CTPercentage>(_CTPresetColorSatOff_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
     2342    } 
     2343 
     2344    /** 
     2345     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2346     *  
     2347     */ 
     2348    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenMod", scope = CTScRgbColor.class) 
     2349    public JAXBElement<CTPercentage> createCTScRgbColorGreenMod(CTPercentage value) { 
     2350        return new JAXBElement<CTPercentage>(_CTPresetColorGreenMod_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
     2351    } 
     2352 
     2353    /** 
     2354     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2355     *  
     2356     */ 
     2357    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blue", scope = CTScRgbColor.class) 
     2358    public JAXBElement<CTPercentage> createCTScRgbColorBlue(CTPercentage value) { 
     2359        return new JAXBElement<CTPercentage>(_CTPresetColorBlue_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
     2360    } 
     2361 
     2362    /** 
     2363     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2364     *  
     2365     */ 
     2366    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "sat", scope = CTScRgbColor.class) 
     2367    public JAXBElement<CTPercentage> createCTScRgbColorSat(CTPercentage value) { 
     2368        return new JAXBElement<CTPercentage>(_CTPresetColorSat_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
     2369    } 
     2370 
     2371    /** 
     2372     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2373     *  
     2374     */ 
     2375    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "red", scope = CTScRgbColor.class) 
     2376    public JAXBElement<CTPercentage> createCTScRgbColorRed(CTPercentage value) { 
     2377        return new JAXBElement<CTPercentage>(_CTPresetColorRed_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
     2378    } 
     2379 
     2380    /** 
     2381     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2382     *  
     2383     */ 
     2384    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satMod", scope = CTScRgbColor.class) 
     2385    public JAXBElement<CTPercentage> createCTScRgbColorSatMod(CTPercentage value) { 
     2386        return new JAXBElement<CTPercentage>(_CTPresetColorSatMod_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
     2387    } 
     2388 
     2389    /** 
     2390     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2391     *  
     2392     */ 
     2393    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueMod", scope = CTScRgbColor.class) 
     2394    public JAXBElement<CTPercentage> createCTScRgbColorBlueMod(CTPercentage value) { 
     2395        return new JAXBElement<CTPercentage>(_CTPresetColorBlueMod_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
     2396    } 
     2397 
     2398    /** 
     2399     * Create an instance of {@link JAXBElement }{@code <}{@link CTAngle }{@code >}} 
     2400     *  
     2401     */ 
     2402    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueOff", scope = CTScRgbColor.class) 
     2403    public JAXBElement<CTAngle> createCTScRgbColorHueOff(CTAngle value) { 
     2404        return new JAXBElement<CTAngle>(_CTPresetColorHueOff_QNAME, CTAngle.class, CTScRgbColor.class, value); 
     2405    } 
     2406 
     2407    /** 
     2408     * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} 
     2409     *  
     2410     */ 
     2411    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "shade", scope = CTScRgbColor.class) 
     2412    public JAXBElement<CTPositiveFixedPercentage> createCTScRgbColorShade(CTPositiveFixedPercentage value) { 
     2413        return new JAXBElement<CTPositiveFixedPercentage>(_CTPresetColorShade_QNAME, CTPositiveFixedPercentage.class, CTScRgbColor.class, value); 
     2414    } 
     2415 
     2416    /** 
     2417     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2418     *  
     2419     */ 
     2420    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumMod", scope = CTScRgbColor.class) 
     2421    public JAXBElement<CTPercentage> createCTScRgbColorLumMod(CTPercentage value) { 
     2422        return new JAXBElement<CTPercentage>(_CTPresetColorLumMod_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
     2423    } 
     2424 
     2425    /** 
     2426     * Create an instance of {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >}} 
     2427     *  
     2428     */ 
     2429    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "inv", scope = CTScRgbColor.class) 
     2430    public JAXBElement<CTInverseTransform> createCTScRgbColorInv(CTInverseTransform value) { 
     2431        return new JAXBElement<CTInverseTransform>(_CTPresetColorInv_QNAME, CTInverseTransform.class, CTScRgbColor.class, value); 
     2432    } 
     2433 
     2434    /** 
     2435     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2436     *  
     2437     */ 
     2438    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumOff", scope = CTScRgbColor.class) 
     2439    public JAXBElement<CTPercentage> createCTScRgbColorLumOff(CTPercentage value) { 
     2440        return new JAXBElement<CTPercentage>(_CTPresetColorLumOff_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
     2441    } 
     2442 
     2443    /** 
     2444     * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} 
     2445     *  
     2446     */ 
     2447    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "tint", scope = CTScRgbColor.class) 
     2448    public JAXBElement<CTPositiveFixedPercentage> createCTScRgbColorTint(CTPositiveFixedPercentage value) { 
     2449        return new JAXBElement<CTPositiveFixedPercentage>(_CTPresetColorTint_QNAME, CTPositiveFixedPercentage.class, CTScRgbColor.class, value); 
     2450    } 
     2451 
     2452    /** 
     2453     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2454     *  
     2455     */ 
     2456    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "green", scope = CTScRgbColor.class) 
     2457    public JAXBElement<CTPercentage> createCTScRgbColorGreen(CTPercentage value) { 
     2458        return new JAXBElement<CTPercentage>(_CTPresetColorGreen_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
     2459    } 
     2460 
     2461    /** 
     2462     * Create an instance of {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >}} 
     2463     *  
     2464     */ 
     2465    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "comp", scope = CTScRgbColor.class) 
     2466    public JAXBElement<CTComplementTransform> createCTScRgbColorComp(CTComplementTransform value) { 
     2467        return new JAXBElement<CTComplementTransform>(_CTPresetColorComp_QNAME, CTComplementTransform.class, CTScRgbColor.class, value); 
     2468    } 
     2469 
     2470    /** 
     2471     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2472     *  
     2473     */ 
     2474    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueOff", scope = CTScRgbColor.class) 
     2475    public JAXBElement<CTPercentage> createCTScRgbColorBlueOff(CTPercentage value) { 
     2476        return new JAXBElement<CTPercentage>(_CTPresetColorBlueOff_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
     2477    } 
     2478 
     2479    /** 
     2480     * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} 
     2481     *  
     2482     */ 
     2483    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueMod", scope = CTScRgbColor.class) 
     2484    public JAXBElement<CTPositivePercentage> createCTScRgbColorHueMod(CTPositivePercentage value) { 
     2485        return new JAXBElement<CTPositivePercentage>(_CTPresetColorHueMod_QNAME, CTPositivePercentage.class, CTScRgbColor.class, value); 
     2486    } 
     2487 
     2488    /** 
     2489     * Create an instance of {@link JAXBElement }{@code <}{@link CTGrayscaleTransform }{@code >}} 
     2490     *  
     2491     */ 
     2492    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gray", scope = CTScRgbColor.class) 
     2493    public JAXBElement<CTGrayscaleTransform> createCTScRgbColorGray(CTGrayscaleTransform value) { 
     2494        return new JAXBElement<CTGrayscaleTransform>(_CTPresetColorGray_QNAME, CTGrayscaleTransform.class, CTScRgbColor.class, value); 
     2495    } 
     2496 
     2497    /** 
    17422498     * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} 
    17432499     *  
     
    17452501    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alpha", scope = CTSystemColor.class) 
    17462502    public JAXBElement<CTPositiveFixedPercentage> createCTSystemColorAlpha(CTPositiveFixedPercentage value) { 
    1747         return new JAXBElement<CTPositiveFixedPercentage>(_CTSystemColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTSystemColor.class, value); 
     2503        return new JAXBElement<CTPositiveFixedPercentage>(_CTPresetColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTSystemColor.class, value); 
    17482504    } 
    17492505 
     
    17542510    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lum", scope = CTSystemColor.class) 
    17552511    public JAXBElement<CTPercentage> createCTSystemColorLum(CTPercentage value) { 
    1756         return new JAXBElement<CTPercentage>(_CTSystemColorLum_QNAME, CTPercentage.class, CTSystemColor.class, value); 
     2512        return new JAXBElement<CTPercentage>(_CTPresetColorLum_QNAME, CTPercentage.class, CTSystemColor.class, value); 
    17572513    } 
    17582514 
     
    17632519    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gamma", scope = CTSystemColor.class) 
    17642520    public JAXBElement<CTGammaTransform> createCTSystemColorGamma(CTGammaTransform value) { 
    1765         return new JAXBElement<CTGammaTransform>(_CTSystemColorGamma_QNAME, CTGammaTransform.class, CTSystemColor.class, value); 
     2521        return new JAXBElement<CTGammaTransform>(_CTPresetColorGamma_QNAME, CTGammaTransform.class, CTSystemColor.class, value); 
    17662522    } 
    17672523 
     
    17722528    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "invGamma", scope = CTSystemColor.class) 
    17732529    public JAXBElement<CTInverseGammaTransform> createCTSystemColorInvGamma(CTInverseGammaTransform value) { 
    1774         return new JAXBElement<CTInverseGammaTransform>(_CTSystemColorInvGamma_QNAME, CTInverseGammaTransform.class, CTSystemColor.class, value); 
     2530        return new JAXBElement<CTInverseGammaTransform>(_CTPresetColorInvGamma_QNAME, CTInverseGammaTransform.class, CTSystemColor.class, value); 
     2531    } 
     2532 
     2533    /** 
     2534     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2535     *  
     2536     */ 
     2537    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redOff", scope = CTSystemColor.class) 
     2538    public JAXBElement<CTPercentage> createCTSystemColorRedOff(CTPercentage value) { 
     2539        return new JAXBElement<CTPercentage>(_CTPresetColorRedOff_QNAME, CTPercentage.class, CTSystemColor.class, value); 
    17752540    } 
    17762541 
     
    17812546    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaMod", scope = CTSystemColor.class) 
    17822547    public JAXBElement<CTPositivePercentage> createCTSystemColorAlphaMod(CTPositivePercentage value) { 
    1783         return new JAXBElement<CTPositivePercentage>(_CTSystemColorAlphaMod_QNAME, CTPositivePercentage.class, CTSystemColor.class, value); 
    1784     } 
    1785  
    1786     /** 
    1787      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    1788      *  
    1789      */ 
    1790     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redOff", scope = CTSystemColor.class) 
    1791     public JAXBElement<CTPercentage> createCTSystemColorRedOff(CTPercentage value) { 
    1792         return new JAXBElement<CTPercentage>(_CTSystemColorRedOff_QNAME, CTPercentage.class, CTSystemColor.class, value); 
     2548        return new JAXBElement<CTPositivePercentage>(_CTPresetColorAlphaMod_QNAME, CTPositivePercentage.class, CTSystemColor.class, value); 
    17932549    } 
    17942550 
     
    17992555    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaOff", scope = CTSystemColor.class) 
    18002556    public JAXBElement<CTFixedPercentage> createCTSystemColorAlphaOff(CTFixedPercentage value) { 
    1801         return new JAXBElement<CTFixedPercentage>(_CTSystemColorAlphaOff_QNAME, CTFixedPercentage.class, CTSystemColor.class, value); 
     2557        return new JAXBElement<CTFixedPercentage>(_CTPresetColorAlphaOff_QNAME, CTFixedPercentage.class, CTSystemColor.class, value); 
    18022558    } 
    18032559 
     
    18082564    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenOff", scope = CTSystemColor.class) 
    18092565    public JAXBElement<CTPercentage> createCTSystemColorGreenOff(CTPercentage value) { 
    1810         return new JAXBElement<CTPercentage>(_CTSystemColorGreenOff_QNAME, CTPercentage.class, CTSystemColor.class, value); 
     2566        return new JAXBElement<CTPercentage>(_CTPresetColorGreenOff_QNAME, CTPercentage.class, CTSystemColor.class, value); 
     2567    } 
     2568 
     2569    /** 
     2570     * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedAngle }{@code >}} 
     2571     *  
     2572     */ 
     2573    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hue", scope = CTSystemColor.class) 
     2574    public JAXBElement<CTPositiveFixedAngle> createCTSystemColorHue(CTPositiveFixedAngle value) { 
     2575        return new JAXBElement<CTPositiveFixedAngle>(_CTPresetColorHue_QNAME, CTPositiveFixedAngle.class, CTSystemColor.class, value); 
    18112576    } 
    18122577 
     
    18172582    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redMod", scope = CTSystemColor.class) 
    18182583    public JAXBElement<CTPercentage> createCTSystemColorRedMod(CTPercentage value) { 
    1819         return new JAXBElement<CTPercentage>(_CTSystemColorRedMod_QNAME, CTPercentage.class, CTSystemColor.class, value); 
    1820     } 
    1821  
    1822     /** 
    1823      * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedAngle }{@code >}} 
    1824      *  
    1825      */ 
    1826     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hue", scope = CTSystemColor.class) 
    1827     public JAXBElement<CTPositiveFixedAngle> createCTSystemColorHue(CTPositiveFixedAngle value) { 
    1828         return new JAXBElement<CTPositiveFixedAngle>(_CTSystemColorHue_QNAME, CTPositiveFixedAngle.class, CTSystemColor.class, value); 
     2584        return new JAXBElement<CTPercentage>(_CTPresetColorRedMod_QNAME, CTPercentage.class, CTSystemColor.class, value); 
    18292585    } 
    18302586 
     
    18352591    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satOff", scope = CTSystemColor.class) 
    18362592    public JAXBElement<CTPercentage> createCTSystemColorSatOff(CTPercentage value) { 
    1837         return new JAXBElement<CTPercentage>(_CTSystemColorSatOff_QNAME, CTPercentage.class, CTSystemColor.class, value); 
     2593        return new JAXBElement<CTPercentage>(_CTPresetColorSatOff_QNAME, CTPercentage.class, CTSystemColor.class, value); 
    18382594    } 
    18392595 
     
    18442600    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenMod", scope = CTSystemColor.class) 
    18452601    public JAXBElement<CTPercentage> createCTSystemColorGreenMod(CTPercentage value) { 
    1846         return new JAXBElement<CTPercentage>(_CTSystemColorGreenMod_QNAME, CTPercentage.class, CTSystemColor.class, value); 
     2602        return new JAXBElement<CTPercentage>(_CTPresetColorGreenMod_QNAME, CTPercentage.class, CTSystemColor.class, value); 
     2603    } 
     2604 
     2605    /** 
     2606     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2607     *  
     2608     */ 
     2609    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blue", scope = CTSystemColor.class) 
     2610    public JAXBElement<CTPercentage> createCTSystemColorBlue(CTPercentage value) { 
     2611        return new JAXBElement<CTPercentage>(_CTPresetColorBlue_QNAME, CTPercentage.class, CTSystemColor.class, value); 
    18472612    } 
    18482613 
     
    18532618    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "sat", scope = CTSystemColor.class) 
    18542619    public JAXBElement<CTPercentage> createCTSystemColorSat(CTPercentage value) { 
    1855         return new JAXBElement<CTPercentage>(_CTSystemColorSat_QNAME, CTPercentage.class, CTSystemColor.class, value); 
    1856     } 
    1857  
    1858     /** 
    1859      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    1860      *  
    1861      */ 
    1862     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blue", scope = CTSystemColor.class) 
    1863     public JAXBElement<CTPercentage> createCTSystemColorBlue(CTPercentage value) { 
    1864         return new JAXBElement<CTPercentage>(_CTSystemColorBlue_QNAME, CTPercentage.class, CTSystemColor.class, value); 
     2620        return new JAXBElement<CTPercentage>(_CTPresetColorSat_QNAME, CTPercentage.class, CTSystemColor.class, value); 
    18652621    } 
    18662622 
     
    18712627    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "red", scope = CTSystemColor.class) 
    18722628    public JAXBElement<CTPercentage> createCTSystemColorRed(CTPercentage value) { 
    1873         return new JAXBElement<CTPercentage>(_CTSystemColorRed_QNAME, CTPercentage.class, CTSystemColor.class, value); 
     2629        return new JAXBElement<CTPercentage>(_CTPresetColorRed_QNAME, CTPercentage.class, CTSystemColor.class, value); 
    18742630    } 
    18752631 
     
    18802636    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satMod", scope = CTSystemColor.class) 
    18812637    public JAXBElement<CTPercentage> createCTSystemColorSatMod(CTPercentage value) { 
    1882         return new JAXBElement<CTPercentage>(_CTSystemColorSatMod_QNAME, CTPercentage.class, CTSystemColor.class, value); 
     2638        return new JAXBElement<CTPercentage>(_CTPresetColorSatMod_QNAME, CTPercentage.class, CTSystemColor.class, value); 
     2639    } 
     2640 
     2641    /** 
     2642     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2643     *  
     2644     */ 
     2645    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueMod", scope = CTSystemColor.class) 
     2646    public JAXBElement<CTPercentage> createCTSystemColorBlueMod(CTPercentage value) { 
     2647        return new JAXBElement<CTPercentage>(_CTPresetColorBlueMod_QNAME, CTPercentage.class, CTSystemColor.class, value); 
    18832648    } 
    18842649 
     
    18892654    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueOff", scope = CTSystemColor.class) 
    18902655    public JAXBElement<CTAngle> createCTSystemColorHueOff(CTAngle value) { 
    1891         return new JAXBElement<CTAngle>(_CTSystemColorHueOff_QNAME, CTAngle.class, CTSystemColor.class, value); 
    1892     } 
    1893  
    1894     /** 
    1895      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    1896      *  
    1897      */ 
    1898     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueMod", scope = CTSystemColor.class) 
    1899     public JAXBElement<CTPercentage> createCTSystemColorBlueMod(CTPercentage value) { 
    1900         return new JAXBElement<CTPercentage>(_CTSystemColorBlueMod_QNAME, CTPercentage.class, CTSystemColor.class, value); 
     2656        return new JAXBElement<CTAngle>(_CTPresetColorHueOff_QNAME, CTAngle.class, CTSystemColor.class, value); 
    19012657    } 
    19022658 
     
    19072663    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "shade", scope = CTSystemColor.class) 
    19082664    public JAXBElement<CTPositiveFixedPercentage> createCTSystemColorShade(CTPositiveFixedPercentage value) { 
    1909         return new JAXBElement<CTPositiveFixedPercentage>(_CTSystemColorShade_QNAME, CTPositiveFixedPercentage.class, CTSystemColor.class, value); 
     2665        return new JAXBElement<CTPositiveFixedPercentage>(_CTPresetColorShade_QNAME, CTPositiveFixedPercentage.class, CTSystemColor.class, value); 
    19102666    } 
    19112667 
     
    19162672    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumMod", scope = CTSystemColor.class) 
    19172673    public JAXBElement<CTPercentage> createCTSystemColorLumMod(CTPercentage value) { 
    1918         return new JAXBElement<CTPercentage>(_CTSystemColorLumMod_QNAME, CTPercentage.class, CTSystemColor.class, value); 
     2674        return new JAXBElement<CTPercentage>(_CTPresetColorLumMod_QNAME, CTPercentage.class, CTSystemColor.class, value); 
    19192675    } 
    19202676 
     
    19252681    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "inv", scope = CTSystemColor.class) 
    19262682    public JAXBElement<CTInverseTransform> createCTSystemColorInv(CTInverseTransform value) { 
    1927         return new JAXBElement<CTInverseTransform>(_CTSystemColorInv_QNAME, CTInverseTransform.class, CTSystemColor.class, value); 
     2683        return new JAXBElement<CTInverseTransform>(_CTPresetColorInv_QNAME, CTInverseTransform.class, CTSystemColor.class, value); 
    19282684    } 
    19292685 
     
    19342690    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumOff", scope = CTSystemColor.class) 
    19352691    public JAXBElement<CTPercentage> createCTSystemColorLumOff(CTPercentage value) { 
    1936         return new JAXBElement<CTPercentage>(_CTSystemColorLumOff_QNAME, CTPercentage.class, CTSystemColor.class, value); 
     2692        return new JAXBElement<CTPercentage>(_CTPresetColorLumOff_QNAME, CTPercentage.class, CTSystemColor.class, value); 
    19372693    } 
    19382694 
     
    19432699    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "tint", scope = CTSystemColor.class) 
    19442700    public JAXBElement<CTPositiveFixedPercentage> createCTSystemColorTint(CTPositiveFixedPercentage value) { 
    1945         return new JAXBElement<CTPositiveFixedPercentage>(_CTSystemColorTint_QNAME, CTPositiveFixedPercentage.class, CTSystemColor.class, value); 
     2701        return new JAXBElement<CTPositiveFixedPercentage>(_CTPresetColorTint_QNAME, CTPositiveFixedPercentage.class, CTSystemColor.class, value); 
    19462702    } 
    19472703 
     
    19522708    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "green", scope = CTSystemColor.class) 
    19532709    public JAXBElement<CTPercentage> createCTSystemColorGreen(CTPercentage value) { 
    1954         return new JAXBElement<CTPercentage>(_CTSystemColorGreen_QNAME, CTPercentage.class, CTSystemColor.class, value); 
     2710        return new JAXBElement<CTPercentage>(_CTPresetColorGreen_QNAME, CTPercentage.class, CTSystemColor.class, value); 
    19552711    } 
    19562712 
     
    19612717    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "comp", scope = CTSystemColor.class) 
    19622718    public JAXBElement<CTComplementTransform> createCTSystemColorComp(CTComplementTransform value) { 
    1963         return new JAXBElement<CTComplementTransform>(_CTSystemColorComp_QNAME, CTComplementTransform.class, CTSystemColor.class, value); 
     2719        return new JAXBElement<CTComplementTransform>(_CTPresetColorComp_QNAME, CTComplementTransform.class, CTSystemColor.class, value); 
    19642720    } 
    19652721 
     
    19702726    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueOff", scope = CTSystemColor.class) 
    19712727    public JAXBElement<CTPercentage> createCTSystemColorBlueOff(CTPercentage value) { 
    1972         return new JAXBElement<CTPercentage>(_CTSystemColorBlueOff_QNAME, CTPercentage.class, CTSystemColor.class, value); 
     2728        return new JAXBElement<CTPercentage>(_CTPresetColorBlueOff_QNAME, CTPercentage.class, CTSystemColor.class, value); 
    19732729    } 
    19742730 
     
    19792735    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueMod", scope = CTSystemColor.class) 
    19802736    public JAXBElement<CTPositivePercentage> createCTSystemColorHueMod(CTPositivePercentage value) { 
    1981         return new JAXBElement<CTPositivePercentage>(_CTSystemColorHueMod_QNAME, CTPositivePercentage.class, CTSystemColor.class, value); 
     2737        return new JAXBElement<CTPositivePercentage>(_CTPresetColorHueMod_QNAME, CTPositivePercentage.class, CTSystemColor.class, value); 
    19822738    } 
    19832739 
     
    19882744    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gray", scope = CTSystemColor.class) 
    19892745    public JAXBElement<CTGrayscaleTransform> createCTSystemColorGray(CTGrayscaleTransform value) { 
    1990         return new JAXBElement<CTGrayscaleTransform>(_CTSystemColorGray_QNAME, CTGrayscaleTransform.class, CTSystemColor.class, value); 
    1991     } 
    1992  
    1993     /** 
    1994      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    1995      *  
    1996      */ 
    1997     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lum", scope = CTPresetColor.class) 
    1998     public JAXBElement<CTPercentage> createCTPresetColorLum(CTPercentage value) { 
    1999         return new JAXBElement<CTPercentage>(_CTSystemColorLum_QNAME, CTPercentage.class, CTPresetColor.class, value); 
     2746        return new JAXBElement<CTGrayscaleTransform>(_CTPresetColorGray_QNAME, CTGrayscaleTransform.class, CTSystemColor.class, value); 
     2747    } 
     2748 
     2749    /** 
     2750     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2751     *  
     2752     */ 
     2753    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lum", scope = CTSchemeColor.class) 
     2754    public JAXBElement<CTPercentage> createCTSchemeColorLum(CTPercentage value) { 
     2755        return new JAXBElement<CTPercentage>(_CTPresetColorLum_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
    20002756    } 
    20012757 
     
    20042760     *  
    20052761     */ 
    2006     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alpha", scope = CTPresetColor.class) 
    2007     public JAXBElement<CTPositiveFixedPercentage> createCTPresetColorAlpha(CTPositiveFixedPercentage value) { 
    2008         return new JAXBElement<CTPositiveFixedPercentage>(_CTSystemColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTPresetColor.class, value); 
     2762    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alpha", scope = CTSchemeColor.class) 
     2763    public JAXBElement<CTPositiveFixedPercentage> createCTSchemeColorAlpha(CTPositiveFixedPercentage value) { 
     2764        return new JAXBElement<CTPositiveFixedPercentage>(_CTPresetColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTSchemeColor.class, value); 
    20092765    } 
    20102766 
     
    20132769     *  
    20142770     */ 
    2015     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gamma", scope = CTPresetColor.class) 
    2016     public JAXBElement<CTGammaTransform> createCTPresetColorGamma(CTGammaTransform value) { 
    2017         return new JAXBElement<CTGammaTransform>(_CTSystemColorGamma_QNAME, CTGammaTransform.class, CTPresetColor.class, value); 
     2771    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gamma", scope = CTSchemeColor.class) 
     2772    public JAXBElement<CTGammaTransform> createCTSchemeColorGamma(CTGammaTransform value) { 
     2773        return new JAXBElement<CTGammaTransform>(_CTPresetColorGamma_QNAME, CTGammaTransform.class, CTSchemeColor.class, value); 
    20182774    } 
    20192775 
     
    20222778     *  
    20232779     */ 
    2024     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "invGamma", scope = CTPresetColor.class) 
    2025     public JAXBElement<CTInverseGammaTransform> createCTPresetColorInvGamma(CTInverseGammaTransform value) { 
    2026         return new JAXBElement<CTInverseGammaTransform>(_CTSystemColorInvGamma_QNAME, CTInverseGammaTransform.class, CTPresetColor.class, value); 
     2780    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "invGamma", scope = CTSchemeColor.class) 
     2781    public JAXBElement<CTInverseGammaTransform> createCTSchemeColorInvGamma(CTInverseGammaTransform value) { 
     2782        return new JAXBElement<CTInverseGammaTransform>(_CTPresetColorInvGamma_QNAME, CTInverseGammaTransform.class, CTSchemeColor.class, value); 
     2783    } 
     2784 
     2785    /** 
     2786     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2787     *  
     2788     */ 
     2789    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redOff", scope = CTSchemeColor.class) 
     2790    public JAXBElement<CTPercentage> createCTSchemeColorRedOff(CTPercentage value) { 
     2791        return new JAXBElement<CTPercentage>(_CTPresetColorRedOff_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
    20272792    } 
    20282793 
     
    20312796     *  
    20322797     */ 
    2033     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaMod", scope = CTPresetColor.class) 
    2034     public JAXBElement<CTPositivePercentage> createCTPresetColorAlphaMod(CTPositivePercentage value) { 
    2035         return new JAXBElement<CTPositivePercentage>(_CTSystemColorAlphaMod_QNAME, CTPositivePercentage.class, CTPresetColor.class, value); 
    2036     } 
    2037  
    2038     /** 
    2039      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2040      *  
    2041      */ 
    2042     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redOff", scope = CTPresetColor.class) 
    2043     public JAXBElement<CTPercentage> createCTPresetColorRedOff(CTPercentage value) { 
    2044         return new JAXBElement<CTPercentage>(_CTSystemColorRedOff_QNAME, CTPercentage.class, CTPresetColor.class, value); 
     2798    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaMod", scope = CTSchemeColor.class) 
     2799    public JAXBElement<CTPositivePercentage> createCTSchemeColorAlphaMod(CTPositivePercentage value) { 
     2800        return new JAXBElement<CTPositivePercentage>(_CTPresetColorAlphaMod_QNAME, CTPositivePercentage.class, CTSchemeColor.class, value); 
    20452801    } 
    20462802 
     
    20492805     *  
    20502806     */ 
    2051     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaOff", scope = CTPresetColor.class) 
    2052     public JAXBElement<CTFixedPercentage> createCTPresetColorAlphaOff(CTFixedPercentage value) { 
    2053         return new JAXBElement<CTFixedPercentage>(_CTSystemColorAlphaOff_QNAME, CTFixedPercentage.class, CTPresetColor.class, value); 
    2054     } 
    2055  
    2056     /** 
    2057      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2058      *  
    2059      */ 
    2060     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenOff", scope = CTPresetColor.class) 
    2061     public JAXBElement<CTPercentage> createCTPresetColorGreenOff(CTPercentage value) { 
    2062         return new JAXBElement<CTPercentage>(_CTSystemColorGreenOff_QNAME, CTPercentage.class, CTPresetColor.class, value); 
     2807    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaOff", scope = CTSchemeColor.class) 
     2808    public JAXBElement<CTFixedPercentage> createCTSchemeColorAlphaOff(CTFixedPercentage value) { 
     2809        return new JAXBElement<CTFixedPercentage>(_CTPresetColorAlphaOff_QNAME, CTFixedPercentage.class, CTSchemeColor.class, value); 
     2810    } 
     2811 
     2812    /** 
     2813     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2814     *  
     2815     */ 
     2816    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenOff", scope = CTSchemeColor.class) 
     2817    public JAXBElement<CTPercentage> createCTSchemeColorGreenOff(CTPercentage value) { 
     2818        return new JAXBElement<CTPercentage>(_CTPresetColorGreenOff_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
     2819    } 
     2820 
     2821    /** 
     2822     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2823     *  
     2824     */ 
     2825    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redMod", scope = CTSchemeColor.class) 
     2826    public JAXBElement<CTPercentage> createCTSchemeColorRedMod(CTPercentage value) { 
     2827        return new JAXBElement<CTPercentage>(_CTPresetColorRedMod_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
    20632828    } 
    20642829 
     
    20672832     *  
    20682833     */ 
    2069     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hue", scope = CTPresetColor.class) 
    2070     public JAXBElement<CTPositiveFixedAngle> createCTPresetColorHue(CTPositiveFixedAngle value) { 
    2071         return new JAXBElement<CTPositiveFixedAngle>(_CTSystemColorHue_QNAME, CTPositiveFixedAngle.class, CTPresetColor.class, value); 
    2072     } 
    2073  
    2074     /** 
    2075      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2076      *  
    2077      */ 
    2078     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redMod", scope = CTPresetColor.class) 
    2079     public JAXBElement<CTPercentage> createCTPresetColorRedMod(CTPercentage value) { 
    2080         return new JAXBElement<CTPercentage>(_CTSystemColorRedMod_QNAME, CTPercentage.class, CTPresetColor.class, value); 
    2081     } 
    2082  
    2083     /** 
    2084      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2085      *  
    2086      */ 
    2087     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satOff", scope = CTPresetColor.class) 
    2088     public JAXBElement<CTPercentage> createCTPresetColorSatOff(CTPercentage value) { 
    2089         return new JAXBElement<CTPercentage>(_CTSystemColorSatOff_QNAME, CTPercentage.class, CTPresetColor.class, value); 
    2090     } 
    2091  
    2092     /** 
    2093      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2094      *  
    2095      */ 
    2096     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenMod", scope = CTPresetColor.class) 
    2097     public JAXBElement<CTPercentage> createCTPresetColorGreenMod(CTPercentage value) { 
    2098         return new JAXBElement<CTPercentage>(_CTSystemColorGreenMod_QNAME, CTPercentage.class, CTPresetColor.class, value); 
    2099     } 
    2100  
    2101     /** 
    2102      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2103      *  
    2104      */ 
    2105     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blue", scope = CTPresetColor.class) 
    2106     public JAXBElement<CTPercentage> createCTPresetColorBlue(CTPercentage value) { 
    2107         return new JAXBElement<CTPercentage>(_CTSystemColorBlue_QNAME, CTPercentage.class, CTPresetColor.class, value); 
    2108     } 
    2109  
    2110     /** 
    2111      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2112      *  
    2113      */ 
    2114     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "sat", scope = CTPresetColor.class) 
    2115     public JAXBElement<CTPercentage> createCTPresetColorSat(CTPercentage value) { 
    2116         return new JAXBElement<CTPercentage>(_CTSystemColorSat_QNAME, CTPercentage.class, CTPresetColor.class, value); 
    2117     } 
    2118  
    2119     /** 
    2120      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2121      *  
    2122      */ 
    2123     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "red", scope = CTPresetColor.class) 
    2124     public JAXBElement<CTPercentage> createCTPresetColorRed(CTPercentage value) { 
    2125         return new JAXBElement<CTPercentage>(_CTSystemColorRed_QNAME, CTPercentage.class, CTPresetColor.class, value); 
    2126     } 
    2127  
    2128     /** 
    2129      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2130      *  
    2131      */ 
    2132     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satMod", scope = CTPresetColor.class) 
    2133     public JAXBElement<CTPercentage> createCTPresetColorSatMod(CTPercentage value) { 
    2134         return new JAXBElement<CTPercentage>(_CTSystemColorSatMod_QNAME, CTPercentage.class, CTPresetColor.class, value); 
     2834    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hue", scope = CTSchemeColor.class) 
     2835    public JAXBElement<CTPositiveFixedAngle> createCTSchemeColorHue(CTPositiveFixedAngle value) { 
     2836        return new JAXBElement<CTPositiveFixedAngle>(_CTPresetColorHue_QNAME, CTPositiveFixedAngle.class, CTSchemeColor.class, value); 
     2837    } 
     2838 
     2839    /** 
     2840     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2841     *  
     2842     */ 
     2843    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satOff", scope = CTSchemeColor.class) 
     2844    public JAXBElement<CTPercentage> createCTSchemeColorSatOff(CTPercentage value) { 
     2845        return new JAXBElement<CTPercentage>(_CTPresetColorSatOff_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
     2846    } 
     2847 
     2848    /** 
     2849     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2850     *  
     2851     */ 
     2852    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenMod", scope = CTSchemeColor.class) 
     2853    public JAXBElement<CTPercentage> createCTSchemeColorGreenMod(CTPercentage value) { 
     2854        return new JAXBElement<CTPercentage>(_CTPresetColorGreenMod_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
     2855    } 
     2856 
     2857    /** 
     2858     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2859     *  
     2860     */ 
     2861    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blue", scope = CTSchemeColor.class) 
     2862    public JAXBElement<CTPercentage> createCTSchemeColorBlue(CTPercentage value) { 
     2863        return new JAXBElement<CTPercentage>(_CTPresetColorBlue_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
     2864    } 
     2865 
     2866    /** 
     2867     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2868     *  
     2869     */ 
     2870    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "sat", scope = CTSchemeColor.class) 
     2871    public JAXBElement<CTPercentage> createCTSchemeColorSat(CTPercentage value) { 
     2872        return new JAXBElement<CTPercentage>(_CTPresetColorSat_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
     2873    } 
     2874 
     2875    /** 
     2876     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2877     *  
     2878     */ 
     2879    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "red", scope = CTSchemeColor.class) 
     2880    public JAXBElement<CTPercentage> createCTSchemeColorRed(CTPercentage value) { 
     2881        return new JAXBElement<CTPercentage>(_CTPresetColorRed_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
     2882    } 
     2883 
     2884    /** 
     2885     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2886     *  
     2887     */ 
     2888    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satMod", scope = CTSchemeColor.class) 
     2889    public JAXBElement<CTPercentage> createCTSchemeColorSatMod(CTPercentage value) { 
     2890        return new JAXBElement<CTPercentage>(_CTPresetColorSatMod_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
    21352891    } 
    21362892 
     
    21392895     *  
    21402896     */ 
    2141     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueOff", scope = CTPresetColor.class) 
    2142     public JAXBElement<CTAngle> createCTPresetColorHueOff(CTAngle value) { 
    2143         return new JAXBElement<CTAngle>(_CTSystemColorHueOff_QNAME, CTAngle.class, CTPresetColor.class, value); 
    2144     } 
    2145  
    2146     /** 
    2147      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2148      *  
    2149      */ 
    2150     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueMod", scope = CTPresetColor.class) 
    2151     public JAXBElement<CTPercentage> createCTPresetColorBlueMod(CTPercentage value) { 
    2152         return new JAXBElement<CTPercentage>(_CTSystemColorBlueMod_QNAME, CTPercentage.class, CTPresetColor.class, value); 
     2897    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueOff", scope = CTSchemeColor.class) 
     2898    public JAXBElement<CTAngle> createCTSchemeColorHueOff(CTAngle value) { 
     2899        return new JAXBElement<CTAngle>(_CTPresetColorHueOff_QNAME, CTAngle.class, CTSchemeColor.class, value); 
     2900    } 
     2901 
     2902    /** 
     2903     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2904     *  
     2905     */ 
     2906    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueMod", scope = CTSchemeColor.class) 
     2907    public JAXBElement<CTPercentage> createCTSchemeColorBlueMod(CTPercentage value) { 
     2908        return new JAXBElement<CTPercentage>(_CTPresetColorBlueMod_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
    21532909    } 
    21542910 
     
    21572913     *  
    21582914     */ 
    2159     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "shade", scope = CTPresetColor.class) 
    2160     public JAXBElement<CTPositiveFixedPercentage> createCTPresetColorShade(CTPositiveFixedPercentage value) { 
    2161         return new JAXBElement<CTPositiveFixedPercentage>(_CTSystemColorShade_QNAME, CTPositiveFixedPercentage.class, CTPresetColor.class, value); 
    2162     } 
    2163  
    2164     /** 
    2165      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2166      *  
    2167      */ 
    2168     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumMod", scope = CTPresetColor.class) 
    2169     public JAXBElement<CTPercentage> createCTPresetColorLumMod(CTPercentage value) { 
    2170         return new JAXBElement<CTPercentage>(_CTSystemColorLumMod_QNAME, CTPercentage.class, CTPresetColor.class, value); 
     2915    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "shade", scope = CTSchemeColor.class) 
     2916    public JAXBElement<CTPositiveFixedPercentage> createCTSchemeColorShade(CTPositiveFixedPercentage value) { 
     2917        return new JAXBElement<CTPositiveFixedPercentage>(_CTPresetColorShade_QNAME, CTPositiveFixedPercentage.class, CTSchemeColor.class, value); 
     2918    } 
     2919 
     2920    /** 
     2921     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2922     *  
     2923     */ 
     2924    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumMod", scope = CTSchemeColor.class) 
     2925    public JAXBElement<CTPercentage> createCTSchemeColorLumMod(CTPercentage value) { 
     2926        return new JAXBElement<CTPercentage>(_CTPresetColorLumMod_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
    21712927    } 
    21722928 
     
    21752931     *  
    21762932     */ 
    2177     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "inv", scope = CTPresetColor.class) 
    2178     public JAXBElement<CTInverseTransform> createCTPresetColorInv(CTInverseTransform value) { 
    2179         return new JAXBElement<CTInverseTransform>(_CTSystemColorInv_QNAME, CTInverseTransform.class, CTPresetColor.class, value); 
    2180     } 
    2181  
    2182     /** 
    2183      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2184      *  
    2185      */ 
    2186     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumOff", scope = CTPresetColor.class) 
    2187     public JAXBElement<CTPercentage> createCTPresetColorLumOff(CTPercentage value) { 
    2188         return new JAXBElement<CTPercentage>(_CTSystemColorLumOff_QNAME, CTPercentage.class, CTPresetColor.class, value); 
     2933    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "inv", scope = CTSchemeColor.class) 
     2934    public JAXBElement<CTInverseTransform> createCTSchemeColorInv(CTInverseTransform value) { 
     2935        return new JAXBElement<CTInverseTransform>(_CTPresetColorInv_QNAME, CTInverseTransform.class, CTSchemeColor.class, value); 
     2936    } 
     2937 
     2938    /** 
     2939     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2940     *  
     2941     */ 
     2942    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumOff", scope = CTSchemeColor.class) 
     2943    public JAXBElement<CTPercentage> createCTSchemeColorLumOff(CTPercentage value) { 
     2944        return new JAXBElement<CTPercentage>(_CTPresetColorLumOff_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
    21892945    } 
    21902946 
     
    21932949     *  
    21942950     */ 
    2195     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "tint", scope = CTPresetColor.class) 
    2196     public JAXBElement<CTPositiveFixedPercentage> createCTPresetColorTint(CTPositiveFixedPercentage value) { 
    2197         return new JAXBElement<CTPositiveFixedPercentage>(_CTSystemColorTint_QNAME, CTPositiveFixedPercentage.class, CTPresetColor.class, value); 
    2198     } 
    2199  
    2200     /** 
    2201      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2202      *  
    2203      */ 
    2204     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "green", scope = CTPresetColor.class) 
    2205     public JAXBElement<CTPercentage> createCTPresetColorGreen(CTPercentage value) { 
    2206         return new JAXBElement<CTPercentage>(_CTSystemColorGreen_QNAME, CTPercentage.class, CTPresetColor.class, value); 
     2951    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "tint", scope = CTSchemeColor.class) 
     2952    public JAXBElement<CTPositiveFixedPercentage> createCTSchemeColorTint(CTPositiveFixedPercentage value) { 
     2953        return new JAXBElement<CTPositiveFixedPercentage>(_CTPresetColorTint_QNAME, CTPositiveFixedPercentage.class, CTSchemeColor.class, value); 
     2954    } 
     2955 
     2956    /** 
     2957     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2958     *  
     2959     */ 
     2960    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "green", scope = CTSchemeColor.class) 
     2961    public JAXBElement<CTPercentage> createCTSchemeColorGreen(CTPercentage value) { 
     2962        return new JAXBElement<CTPercentage>(_CTPresetColorGreen_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
    22072963    } 
    22082964 
     
    22112967     *  
    22122968     */ 
    2213     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "comp", scope = CTPresetColor.class) 
    2214     public JAXBElement<CTComplementTransform> createCTPresetColorComp(CTComplementTransform value) { 
    2215         return new JAXBElement<CTComplementTransform>(_CTSystemColorComp_QNAME, CTComplementTransform.class, CTPresetColor.class, value); 
    2216     } 
    2217  
    2218     /** 
    2219      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2220      *  
    2221      */ 
    2222     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueOff", scope = CTPresetColor.class) 
    2223     public JAXBElement<CTPercentage> createCTPresetColorBlueOff(CTPercentage value) { 
    2224         return new JAXBElement<CTPercentage>(_CTSystemColorBlueOff_QNAME, CTPercentage.class, CTPresetColor.class, value); 
     2969    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "comp", scope = CTSchemeColor.class) 
     2970    public JAXBElement<CTComplementTransform> createCTSchemeColorComp(CTComplementTransform value) { 
     2971        return new JAXBElement<CTComplementTransform>(_CTPresetColorComp_QNAME, CTComplementTransform.class, CTSchemeColor.class, value); 
     2972    } 
     2973 
     2974    /** 
     2975     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     2976     *  
     2977     */ 
     2978    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueOff", scope = CTSchemeColor.class) 
     2979    public JAXBElement<CTPercentage> createCTSchemeColorBlueOff(CTPercentage value) { 
     2980        return new JAXBElement<CTPercentage>(_CTPresetColorBlueOff_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
    22252981    } 
    22262982 
     
    22292985     *  
    22302986     */ 
    2231     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueMod", scope = CTPresetColor.class) 
    2232     public JAXBElement<CTPositivePercentage> createCTPresetColorHueMod(CTPositivePercentage value) { 
    2233         return new JAXBElement<CTPositivePercentage>(_CTSystemColorHueMod_QNAME, CTPositivePercentage.class, CTPresetColor.class, value); 
     2987    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueMod", scope = CTSchemeColor.class) 
     2988    public JAXBElement<CTPositivePercentage> createCTSchemeColorHueMod(CTPositivePercentage value) { 
     2989        return new JAXBElement<CTPositivePercentage>(_CTPresetColorHueMod_QNAME, CTPositivePercentage.class, CTSchemeColor.class, value); 
    22342990    } 
    22352991 
     
    22382994     *  
    22392995     */ 
    2240     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gray", scope = CTPresetColor.class) 
    2241     public JAXBElement<CTGrayscaleTransform> createCTPresetColorGray(CTGrayscaleTransform value) { 
    2242         return new JAXBElement<CTGrayscaleTransform>(_CTSystemColorGray_QNAME, CTGrayscaleTransform.class, CTPresetColor.class, value); 
     2996    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gray", scope = CTSchemeColor.class) 
     2997    public JAXBElement<CTGrayscaleTransform> createCTSchemeColorGray(CTGrayscaleTransform value) { 
     2998        return new JAXBElement<CTGrayscaleTransform>(_CTPresetColorGray_QNAME, CTGrayscaleTransform.class, CTSchemeColor.class, value); 
     2999    } 
     3000 
     3001    /** 
     3002     * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} 
     3003     *  
     3004     */ 
     3005    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alpha", scope = CTSRgbColor.class) 
     3006    public JAXBElement<CTPositiveFixedPercentage> createCTSRgbColorAlpha(CTPositiveFixedPercentage value) { 
     3007        return new JAXBElement<CTPositiveFixedPercentage>(_CTPresetColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTSRgbColor.class, value); 
    22433008    } 
    22443009 
     
    22493014    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lum", scope = CTSRgbColor.class) 
    22503015    public JAXBElement<CTPercentage> createCTSRgbColorLum(CTPercentage value) { 
    2251         return new JAXBElement<CTPercentage>(_CTSystemColorLum_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
    2252     } 
    2253  
    2254     /** 
    2255      * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} 
    2256      *  
    2257      */ 
    2258     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alpha", scope = CTSRgbColor.class) 
    2259     public JAXBElement<CTPositiveFixedPercentage> createCTSRgbColorAlpha(CTPositiveFixedPercentage value) { 
    2260         return new JAXBElement<CTPositiveFixedPercentage>(_CTSystemColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTSRgbColor.class, value); 
     3016        return new JAXBElement<CTPercentage>(_CTPresetColorLum_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
    22613017    } 
    22623018 
     
    22673023    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gamma", scope = CTSRgbColor.class) 
    22683024    public JAXBElement<CTGammaTransform> createCTSRgbColorGamma(CTGammaTransform value) { 
    2269         return new JAXBElement<CTGammaTransform>(_CTSystemColorGamma_QNAME, CTGammaTransform.class, CTSRgbColor.class, value); 
     3025        return new JAXBElement<CTGammaTransform>(_CTPresetColorGamma_QNAME, CTGammaTransform.class, CTSRgbColor.class, value); 
    22703026    } 
    22713027 
     
    22763032    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "invGamma", scope = CTSRgbColor.class) 
    22773033    public JAXBElement<CTInverseGammaTransform> createCTSRgbColorInvGamma(CTInverseGammaTransform value) { 
    2278         return new JAXBElement<CTInverseGammaTransform>(_CTSystemColorInvGamma_QNAME, CTInverseGammaTransform.class, CTSRgbColor.class, value); 
     3034        return new JAXBElement<CTInverseGammaTransform>(_CTPresetColorInvGamma_QNAME, CTInverseGammaTransform.class, CTSRgbColor.class, value); 
     3035    } 
     3036 
     3037    /** 
     3038     * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} 
     3039     *  
     3040     */ 
     3041    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaMod", scope = CTSRgbColor.class) 
     3042    public JAXBElement<CTPositivePercentage> createCTSRgbColorAlphaMod(CTPositivePercentage value) { 
     3043        return new JAXBElement<CTPositivePercentage>(_CTPresetColorAlphaMod_QNAME, CTPositivePercentage.class, CTSRgbColor.class, value); 
    22793044    } 
    22803045 
     
    22853050    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redOff", scope = CTSRgbColor.class) 
    22863051    public JAXBElement<CTPercentage> createCTSRgbColorRedOff(CTPercentage value) { 
    2287         return new JAXBElement<CTPercentage>(_CTSystemColorRedOff_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
    2288     } 
    2289  
    2290     /** 
    2291      * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} 
    2292      *  
    2293      */ 
    2294     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaMod", scope = CTSRgbColor.class) 
    2295     public JAXBElement<CTPositivePercentage> createCTSRgbColorAlphaMod(CTPositivePercentage value) { 
    2296         return new JAXBElement<CTPositivePercentage>(_CTSystemColorAlphaMod_QNAME, CTPositivePercentage.class, CTSRgbColor.class, value); 
     3052        return new JAXBElement<CTPercentage>(_CTPresetColorRedOff_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
    22973053    } 
    22983054 
     
    23033059    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaOff", scope = CTSRgbColor.class) 
    23043060    public JAXBElement<CTFixedPercentage> createCTSRgbColorAlphaOff(CTFixedPercentage value) { 
    2305         return new JAXBElement<CTFixedPercentage>(_CTSystemColorAlphaOff_QNAME, CTFixedPercentage.class, CTSRgbColor.class, value); 
     3061        return new JAXBElement<CTFixedPercentage>(_CTPresetColorAlphaOff_QNAME, CTFixedPercentage.class, CTSRgbColor.class, value); 
    23063062    } 
    23073063 
     
    23123068    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenOff", scope = CTSRgbColor.class) 
    23133069    public JAXBElement<CTPercentage> createCTSRgbColorGreenOff(CTPercentage value) { 
    2314         return new JAXBElement<CTPercentage>(_CTSystemColorGreenOff_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
     3070        return new JAXBElement<CTPercentage>(_CTPresetColorGreenOff_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
     3071    } 
     3072 
     3073    /** 
     3074     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     3075     *  
     3076     */ 
     3077    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redMod", scope = CTSRgbColor.class) 
     3078    public JAXBElement<CTPercentage> createCTSRgbColorRedMod(CTPercentage value) { 
     3079        return new JAXBElement<CTPercentage>(_CTPresetColorRedMod_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
    23153080    } 
    23163081 
     
    23213086    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hue", scope = CTSRgbColor.class) 
    23223087    public JAXBElement<CTPositiveFixedAngle> createCTSRgbColorHue(CTPositiveFixedAngle value) { 
    2323         return new JAXBElement<CTPositiveFixedAngle>(_CTSystemColorHue_QNAME, CTPositiveFixedAngle.class, CTSRgbColor.class, value); 
    2324     } 
    2325  
    2326     /** 
    2327      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2328      *  
    2329      */ 
    2330     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redMod", scope = CTSRgbColor.class) 
    2331     public JAXBElement<CTPercentage> createCTSRgbColorRedMod(CTPercentage value) { 
    2332         return new JAXBElement<CTPercentage>(_CTSystemColorRedMod_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
     3088        return new JAXBElement<CTPositiveFixedAngle>(_CTPresetColorHue_QNAME, CTPositiveFixedAngle.class, CTSRgbColor.class, value); 
    23333089    } 
    23343090 
     
    23393095    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satOff", scope = CTSRgbColor.class) 
    23403096    public JAXBElement<CTPercentage> createCTSRgbColorSatOff(CTPercentage value) { 
    2341         return new JAXBElement<CTPercentage>(_CTSystemColorSatOff_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
     3097        return new JAXBElement<CTPercentage>(_CTPresetColorSatOff_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
    23423098    } 
    23433099 
     
    23483104    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenMod", scope = CTSRgbColor.class) 
    23493105    public JAXBElement<CTPercentage> createCTSRgbColorGreenMod(CTPercentage value) { 
    2350         return new JAXBElement<CTPercentage>(_CTSystemColorGreenMod_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
     3106        return new JAXBElement<CTPercentage>(_CTPresetColorGreenMod_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
     3107    } 
     3108 
     3109    /** 
     3110     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     3111     *  
     3112     */ 
     3113    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "sat", scope = CTSRgbColor.class) 
     3114    public JAXBElement<CTPercentage> createCTSRgbColorSat(CTPercentage value) { 
     3115        return new JAXBElement<CTPercentage>(_CTPresetColorSat_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
    23513116    } 
    23523117 
     
    23573122    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blue", scope = CTSRgbColor.class) 
    23583123    public JAXBElement<CTPercentage> createCTSRgbColorBlue(CTPercentage value) { 
    2359         return new JAXBElement<CTPercentage>(_CTSystemColorBlue_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
    2360     } 
    2361  
    2362     /** 
    2363      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2364      *  
    2365      */ 
    2366     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "sat", scope = CTSRgbColor.class) 
    2367     public JAXBElement<CTPercentage> createCTSRgbColorSat(CTPercentage value) { 
    2368         return new JAXBElement<CTPercentage>(_CTSystemColorSat_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
     3124        return new JAXBElement<CTPercentage>(_CTPresetColorBlue_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
    23693125    } 
    23703126 
     
    23753131    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "red", scope = CTSRgbColor.class) 
    23763132    public JAXBElement<CTPercentage> createCTSRgbColorRed(CTPercentage value) { 
    2377         return new JAXBElement<CTPercentage>(_CTSystemColorRed_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
     3133        return new JAXBElement<CTPercentage>(_CTPresetColorRed_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
    23783134    } 
    23793135 
     
    23843140    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satMod", scope = CTSRgbColor.class) 
    23853141    public JAXBElement<CTPercentage> createCTSRgbColorSatMod(CTPercentage value) { 
    2386         return new JAXBElement<CTPercentage>(_CTSystemColorSatMod_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
     3142        return new JAXBElement<CTPercentage>(_CTPresetColorSatMod_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
     3143    } 
     3144 
     3145    /** 
     3146     * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
     3147     *  
     3148     */ 
     3149    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueMod", scope = CTSRgbColor.class) 
     3150    public JAXBElement<CTPercentage> createCTSRgbColorBlueMod(CTPercentage value) { 
     3151        return new JAXBElement<CTPercentage>(_CTPresetColorBlueMod_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
    23873152    } 
    23883153 
     
    23933158    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueOff", scope = CTSRgbColor.class) 
    23943159    public JAXBElement<CTAngle> createCTSRgbColorHueOff(CTAngle value) { 
    2395         return new JAXBElement<CTAngle>(_CTSystemColorHueOff_QNAME, CTAngle.class, CTSRgbColor.class, value); 
    2396     } 
    2397  
    2398     /** 
    2399      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2400      *  
    2401      */ 
    2402     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueMod", scope = CTSRgbColor.class) 
    2403     public JAXBElement<CTPercentage> createCTSRgbColorBlueMod(CTPercentage value) { 
    2404         return new JAXBElement<CTPercentage>(_CTSystemColorBlueMod_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
     3160        return new JAXBElement<CTAngle>(_CTPresetColorHueOff_QNAME, CTAngle.class, CTSRgbColor.class, value); 
    24053161    } 
    24063162 
     
    24113167    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "shade", scope = CTSRgbColor.class) 
    24123168    public JAXBElement<CTPositiveFixedPercentage> createCTSRgbColorShade(CTPositiveFixedPercentage value) { 
    2413         return new JAXBElement<CTPositiveFixedPercentage>(_CTSystemColorShade_QNAME, CTPositiveFixedPercentage.class, CTSRgbColor.class, value); 
     3169        return new JAXBElement<CTPositiveFixedPercentage>(_CTPresetColorShade_QNAME, CTPositiveFixedPercentage.class, CTSRgbColor.class, value); 
    24143170    } 
    24153171 
     
    24203176    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumMod", scope = CTSRgbColor.class) 
    24213177    public JAXBElement<CTPercentage> createCTSRgbColorLumMod(CTPercentage value) { 
    2422         return new JAXBElement<CTPercentage>(_CTSystemColorLumMod_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
     3178        return new JAXBElement<CTPercentage>(_CTPresetColorLumMod_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
    24233179    } 
    24243180 
     
    24293185    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "inv", scope = CTSRgbColor.class) 
    24303186    public JAXBElement<CTInverseTransform> createCTSRgbColorInv(CTInverseTransform value) { 
    2431         return new JAXBElement<CTInverseTransform>(_CTSystemColorInv_QNAME, CTInverseTransform.class, CTSRgbColor.class, value); 
     3187        return new JAXBElement<CTInverseTransform>(_CTPresetColorInv_QNAME, CTInverseTransform.class, CTSRgbColor.class, value); 
    24323188    } 
    24333189 
     
    24383194    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumOff", scope = CTSRgbColor.class) 
    24393195    public JAXBElement<CTPercentage> createCTSRgbColorLumOff(CTPercentage value) { 
    2440         return new JAXBElement<CTPercentage>(_CTSystemColorLumOff_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
     3196        return new JAXBElement<CTPercentage>(_CTPresetColorLumOff_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
    24413197    } 
    24423198 
     
    24473203    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "tint", scope = CTSRgbColor.class) 
    24483204    public JAXBElement<CTPositiveFixedPercentage> createCTSRgbColorTint(CTPositiveFixedPercentage value) { 
    2449         return new JAXBElement<CTPositiveFixedPercentage>(_CTSystemColorTint_QNAME, CTPositiveFixedPercentage.class, CTSRgbColor.class, value); 
     3205        return new JAXBElement<CTPositiveFixedPercentage>(_CTPresetColorTint_QNAME, CTPositiveFixedPercentage.class, CTSRgbColor.class, value); 
    24503206    } 
    24513207 
     
    24563212    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "green", scope = CTSRgbColor.class) 
    24573213    public JAXBElement<CTPercentage> createCTSRgbColorGreen(CTPercentage value) { 
    2458         return new JAXBElement<CTPercentage>(_CTSystemColorGreen_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
     3214        return new JAXBElement<CTPercentage>(_CTPresetColorGreen_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
    24593215    } 
    24603216 
     
    24653221    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "comp", scope = CTSRgbColor.class) 
    24663222    public JAXBElement<CTComplementTransform> createCTSRgbColorComp(CTComplementTransform value) { 
    2467         return new JAXBElement<CTComplementTransform>(_CTSystemColorComp_QNAME, CTComplementTransform.class, CTSRgbColor.class, value); 
     3223        return new JAXBElement<CTComplementTransform>(_CTPresetColorComp_QNAME, CTComplementTransform.class, CTSRgbColor.class, value); 
    24683224    } 
    24693225 
     
    24743230    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueOff", scope = CTSRgbColor.class) 
    24753231    public JAXBElement<CTPercentage> createCTSRgbColorBlueOff(CTPercentage value) { 
    2476         return new JAXBElement<CTPercentage>(_CTSystemColorBlueOff_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
     3232        return new JAXBElement<CTPercentage>(_CTPresetColorBlueOff_QNAME, CTPercentage.class, CTSRgbColor.class, value); 
    24773233    } 
    24783234 
     
    24833239    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueMod", scope = CTSRgbColor.class) 
    24843240    public JAXBElement<CTPositivePercentage> createCTSRgbColorHueMod(CTPositivePercentage value) { 
    2485         return new JAXBElement<CTPositivePercentage>(_CTSystemColorHueMod_QNAME, CTPositivePercentage.class, CTSRgbColor.class, value); 
     3241        return new JAXBElement<CTPositivePercentage>(_CTPresetColorHueMod_QNAME, CTPositivePercentage.class, CTSRgbColor.class, value); 
    24863242    } 
    24873243 
     
    24923248    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gray", scope = CTSRgbColor.class) 
    24933249    public JAXBElement<CTGrayscaleTransform> createCTSRgbColorGray(CTGrayscaleTransform value) { 
    2494         return new JAXBElement<CTGrayscaleTransform>(_CTSystemColorGray_QNAME, CTGrayscaleTransform.class, CTSRgbColor.class, value); 
    2495     } 
    2496  
    2497     /** 
    2498      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2499      *  
    2500      */ 
    2501     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lum", scope = CTScRgbColor.class) 
    2502     public JAXBElement<CTPercentage> createCTScRgbColorLum(CTPercentage value) { 
    2503         return new JAXBElement<CTPercentage>(_CTSystemColorLum_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
    2504     } 
    2505  
    2506     /** 
    2507      * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} 
    2508      *  
    2509      */ 
    2510     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alpha", scope = CTScRgbColor.class) 
    2511     public JAXBElement<CTPositiveFixedPercentage> createCTScRgbColorAlpha(CTPositiveFixedPercentage value) { 
    2512         return new JAXBElement<CTPositiveFixedPercentage>(_CTSystemColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTScRgbColor.class, value); 
    2513     } 
    2514  
    2515     /** 
    2516      * Create an instance of {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >}} 
    2517      *  
    2518      */ 
    2519     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gamma", scope = CTScRgbColor.class) 
    2520     public JAXBElement<CTGammaTransform> createCTScRgbColorGamma(CTGammaTransform value) { 
    2521         return new JAXBElement<CTGammaTransform>(_CTSystemColorGamma_QNAME, CTGammaTransform.class, CTScRgbColor.class, value); 
    2522     } 
    2523  
    2524     /** 
    2525      * Create an instance of {@link JAXBElement }{@code <}{@link CTInverseGammaTransform }{@code >}} 
    2526      *  
    2527      */ 
    2528     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "invGamma", scope = CTScRgbColor.class) 
    2529     public JAXBElement<CTInverseGammaTransform> createCTScRgbColorInvGamma(CTInverseGammaTransform value) { 
    2530         return new JAXBElement<CTInverseGammaTransform>(_CTSystemColorInvGamma_QNAME, CTInverseGammaTransform.class, CTScRgbColor.class, value); 
    2531     } 
    2532  
    2533     /** 
    2534      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2535      *  
    2536      */ 
    2537     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redOff", scope = CTScRgbColor.class) 
    2538     public JAXBElement<CTPercentage> createCTScRgbColorRedOff(CTPercentage value) { 
    2539         return new JAXBElement<CTPercentage>(_CTSystemColorRedOff_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
    2540     } 
    2541  
    2542     /** 
    2543      * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} 
    2544      *  
    2545      */ 
    2546     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaMod", scope = CTScRgbColor.class) 
    2547     public JAXBElement<CTPositivePercentage> createCTScRgbColorAlphaMod(CTPositivePercentage value) { 
    2548         return new JAXBElement<CTPositivePercentage>(_CTSystemColorAlphaMod_QNAME, CTPositivePercentage.class, CTScRgbColor.class, value); 
    2549     } 
    2550  
    2551     /** 
    2552      * Create an instance of {@link JAXBElement }{@code <}{@link CTFixedPercentage }{@code >}} 
    2553      *  
    2554      */ 
    2555     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaOff", scope = CTScRgbColor.class) 
    2556     public JAXBElement<CTFixedPercentage> createCTScRgbColorAlphaOff(CTFixedPercentage value) { 
    2557         return new JAXBElement<CTFixedPercentage>(_CTSystemColorAlphaOff_QNAME, CTFixedPercentage.class, CTScRgbColor.class, value); 
    2558     } 
    2559  
    2560     /** 
    2561      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2562      *  
    2563      */ 
    2564     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenOff", scope = CTScRgbColor.class) 
    2565     public JAXBElement<CTPercentage> createCTScRgbColorGreenOff(CTPercentage value) { 
    2566         return new JAXBElement<CTPercentage>(_CTSystemColorGreenOff_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
    2567     } 
    2568  
    2569     /** 
    2570      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2571      *  
    2572      */ 
    2573     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redMod", scope = CTScRgbColor.class) 
    2574     public JAXBElement<CTPercentage> createCTScRgbColorRedMod(CTPercentage value) { 
    2575         return new JAXBElement<CTPercentage>(_CTSystemColorRedMod_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
    2576     } 
    2577  
    2578     /** 
    2579      * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedAngle }{@code >}} 
    2580      *  
    2581      */ 
    2582     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hue", scope = CTScRgbColor.class) 
    2583     public JAXBElement<CTPositiveFixedAngle> createCTScRgbColorHue(CTPositiveFixedAngle value) { 
    2584         return new JAXBElement<CTPositiveFixedAngle>(_CTSystemColorHue_QNAME, CTPositiveFixedAngle.class, CTScRgbColor.class, value); 
    2585     } 
    2586  
    2587     /** 
    2588      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2589      *  
    2590      */ 
    2591     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satOff", scope = CTScRgbColor.class) 
    2592     public JAXBElement<CTPercentage> createCTScRgbColorSatOff(CTPercentage value) { 
    2593         return new JAXBElement<CTPercentage>(_CTSystemColorSatOff_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
    2594     } 
    2595  
    2596     /** 
    2597      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2598      *  
    2599      */ 
    2600     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenMod", scope = CTScRgbColor.class) 
    2601     public JAXBElement<CTPercentage> createCTScRgbColorGreenMod(CTPercentage value) { 
    2602         return new JAXBElement<CTPercentage>(_CTSystemColorGreenMod_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
    2603     } 
    2604  
    2605     /** 
    2606      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2607      *  
    2608      */ 
    2609     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blue", scope = CTScRgbColor.class) 
    2610     public JAXBElement<CTPercentage> createCTScRgbColorBlue(CTPercentage value) { 
    2611         return new JAXBElement<CTPercentage>(_CTSystemColorBlue_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
    2612     } 
    2613  
    2614     /** 
    2615      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2616      *  
    2617      */ 
    2618     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "sat", scope = CTScRgbColor.class) 
    2619     public JAXBElement<CTPercentage> createCTScRgbColorSat(CTPercentage value) { 
    2620         return new JAXBElement<CTPercentage>(_CTSystemColorSat_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
    2621     } 
    2622  
    2623     /** 
    2624      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2625      *  
    2626      */ 
    2627     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "red", scope = CTScRgbColor.class) 
    2628     public JAXBElement<CTPercentage> createCTScRgbColorRed(CTPercentage value) { 
    2629         return new JAXBElement<CTPercentage>(_CTSystemColorRed_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
    2630     } 
    2631  
    2632     /** 
    2633      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2634      *  
    2635      */ 
    2636     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satMod", scope = CTScRgbColor.class) 
    2637     public JAXBElement<CTPercentage> createCTScRgbColorSatMod(CTPercentage value) { 
    2638         return new JAXBElement<CTPercentage>(_CTSystemColorSatMod_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
    2639     } 
    2640  
    2641     /** 
    2642      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2643      *  
    2644      */ 
    2645     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueMod", scope = CTScRgbColor.class) 
    2646     public JAXBElement<CTPercentage> createCTScRgbColorBlueMod(CTPercentage value) { 
    2647         return new JAXBElement<CTPercentage>(_CTSystemColorBlueMod_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
    2648     } 
    2649  
    2650     /** 
    2651      * Create an instance of {@link JAXBElement }{@code <}{@link CTAngle }{@code >}} 
    2652      *  
    2653      */ 
    2654     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueOff", scope = CTScRgbColor.class) 
    2655     public JAXBElement<CTAngle> createCTScRgbColorHueOff(CTAngle value) { 
    2656         return new JAXBElement<CTAngle>(_CTSystemColorHueOff_QNAME, CTAngle.class, CTScRgbColor.class, value); 
    2657     } 
    2658  
    2659     /** 
    2660      * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} 
    2661      *  
    2662      */ 
    2663     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "shade", scope = CTScRgbColor.class) 
    2664     public JAXBElement<CTPositiveFixedPercentage> createCTScRgbColorShade(CTPositiveFixedPercentage value) { 
    2665         return new JAXBElement<CTPositiveFixedPercentage>(_CTSystemColorShade_QNAME, CTPositiveFixedPercentage.class, CTScRgbColor.class, value); 
    2666     } 
    2667  
    2668     /** 
    2669      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2670      *  
    2671      */ 
    2672     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumMod", scope = CTScRgbColor.class) 
    2673     public JAXBElement<CTPercentage> createCTScRgbColorLumMod(CTPercentage value) { 
    2674         return new JAXBElement<CTPercentage>(_CTSystemColorLumMod_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
    2675     } 
    2676  
    2677     /** 
    2678      * Create an instance of {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >}} 
    2679      *  
    2680      */ 
    2681     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "inv", scope = CTScRgbColor.class) 
    2682     public JAXBElement<CTInverseTransform> createCTScRgbColorInv(CTInverseTransform value) { 
    2683         return new JAXBElement<CTInverseTransform>(_CTSystemColorInv_QNAME, CTInverseTransform.class, CTScRgbColor.class, value); 
    2684     } 
    2685  
    2686     /** 
    2687      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2688      *  
    2689      */ 
    2690     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumOff", scope = CTScRgbColor.class) 
    2691     public JAXBElement<CTPercentage> createCTScRgbColorLumOff(CTPercentage value) { 
    2692         return new JAXBElement<CTPercentage>(_CTSystemColorLumOff_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
    2693     } 
    2694  
    2695     /** 
    2696      * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} 
    2697      *  
    2698      */ 
    2699     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "tint", scope = CTScRgbColor.class) 
    2700     public JAXBElement<CTPositiveFixedPercentage> createCTScRgbColorTint(CTPositiveFixedPercentage value) { 
    2701         return new JAXBElement<CTPositiveFixedPercentage>(_CTSystemColorTint_QNAME, CTPositiveFixedPercentage.class, CTScRgbColor.class, value); 
    2702     } 
    2703  
    2704     /** 
    2705      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2706      *  
    2707      */ 
    2708     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "green", scope = CTScRgbColor.class) 
    2709     public JAXBElement<CTPercentage> createCTScRgbColorGreen(CTPercentage value) { 
    2710         return new JAXBElement<CTPercentage>(_CTSystemColorGreen_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
    2711     } 
    2712  
    2713     /** 
    2714      * Create an instance of {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >}} 
    2715      *  
    2716      */ 
    2717     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "comp", scope = CTScRgbColor.class) 
    2718     public JAXBElement<CTComplementTransform> createCTScRgbColorComp(CTComplementTransform value) { 
    2719         return new JAXBElement<CTComplementTransform>(_CTSystemColorComp_QNAME, CTComplementTransform.class, CTScRgbColor.class, value); 
    2720     } 
    2721  
    2722     /** 
    2723      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2724      *  
    2725      */ 
    2726     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueOff", scope = CTScRgbColor.class) 
    2727     public JAXBElement<CTPercentage> createCTScRgbColorBlueOff(CTPercentage value) { 
    2728         return new JAXBElement<CTPercentage>(_CTSystemColorBlueOff_QNAME, CTPercentage.class, CTScRgbColor.class, value); 
    2729     } 
    2730  
    2731     /** 
    2732      * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} 
    2733      *  
    2734      */ 
    2735     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueMod", scope = CTScRgbColor.class) 
    2736     public JAXBElement<CTPositivePercentage> createCTScRgbColorHueMod(CTPositivePercentage value) { 
    2737         return new JAXBElement<CTPositivePercentage>(_CTSystemColorHueMod_QNAME, CTPositivePercentage.class, CTScRgbColor.class, value); 
    2738     } 
    2739  
    2740     /** 
    2741      * Create an instance of {@link JAXBElement }{@code <}{@link CTGrayscaleTransform }{@code >}} 
    2742      *  
    2743      */ 
    2744     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gray", scope = CTScRgbColor.class) 
    2745     public JAXBElement<CTGrayscaleTransform> createCTScRgbColorGray(CTGrayscaleTransform value) { 
    2746         return new JAXBElement<CTGrayscaleTransform>(_CTSystemColorGray_QNAME, CTGrayscaleTransform.class, CTScRgbColor.class, value); 
    2747     } 
    2748  
    2749     /** 
    2750      * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} 
    2751      *  
    2752      */ 
    2753     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alpha", scope = CTSchemeColor.class) 
    2754     public JAXBElement<CTPositiveFixedPercentage> createCTSchemeColorAlpha(CTPositiveFixedPercentage value) { 
    2755         return new JAXBElement<CTPositiveFixedPercentage>(_CTSystemColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTSchemeColor.class, value); 
    2756     } 
    2757  
    2758     /** 
    2759      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2760      *  
    2761      */ 
    2762     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lum", scope = CTSchemeColor.class) 
    2763     public JAXBElement<CTPercentage> createCTSchemeColorLum(CTPercentage value) { 
    2764         return new JAXBElement<CTPercentage>(_CTSystemColorLum_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
    2765     } 
    2766  
    2767     /** 
    2768      * Create an instance of {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >}} 
    2769      *  
    2770      */ 
    2771     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gamma", scope = CTSchemeColor.class) 
    2772     public JAXBElement<CTGammaTransform> createCTSchemeColorGamma(CTGammaTransform value) { 
    2773         return new JAXBElement<CTGammaTransform>(_CTSystemColorGamma_QNAME, CTGammaTransform.class, CTSchemeColor.class, value); 
    2774     } 
    2775  
    2776     /** 
    2777      * Create an instance of {@link JAXBElement }{@code <}{@link CTInverseGammaTransform }{@code >}} 
    2778      *  
    2779      */ 
    2780     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "invGamma", scope = CTSchemeColor.class) 
    2781     public JAXBElement<CTInverseGammaTransform> createCTSchemeColorInvGamma(CTInverseGammaTransform value) { 
    2782         return new JAXBElement<CTInverseGammaTransform>(_CTSystemColorInvGamma_QNAME, CTInverseGammaTransform.class, CTSchemeColor.class, value); 
    2783     } 
    2784  
    2785     /** 
    2786      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2787      *  
    2788      */ 
    2789     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redOff", scope = CTSchemeColor.class) 
    2790     public JAXBElement<CTPercentage> createCTSchemeColorRedOff(CTPercentage value) { 
    2791         return new JAXBElement<CTPercentage>(_CTSystemColorRedOff_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
    2792     } 
    2793  
    2794     /** 
    2795      * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} 
    2796      *  
    2797      */ 
    2798     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaMod", scope = CTSchemeColor.class) 
    2799     public JAXBElement<CTPositivePercentage> createCTSchemeColorAlphaMod(CTPositivePercentage value) { 
    2800         return new JAXBElement<CTPositivePercentage>(_CTSystemColorAlphaMod_QNAME, CTPositivePercentage.class, CTSchemeColor.class, value); 
    2801     } 
    2802  
    2803     /** 
    2804      * Create an instance of {@link JAXBElement }{@code <}{@link CTFixedPercentage }{@code >}} 
    2805      *  
    2806      */ 
    2807     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaOff", scope = CTSchemeColor.class) 
    2808     public JAXBElement<CTFixedPercentage> createCTSchemeColorAlphaOff(CTFixedPercentage value) { 
    2809         return new JAXBElement<CTFixedPercentage>(_CTSystemColorAlphaOff_QNAME, CTFixedPercentage.class, CTSchemeColor.class, value); 
    2810     } 
    2811  
    2812     /** 
    2813      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2814      *  
    2815      */ 
    2816     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenOff", scope = CTSchemeColor.class) 
    2817     public JAXBElement<CTPercentage> createCTSchemeColorGreenOff(CTPercentage value) { 
    2818         return new JAXBElement<CTPercentage>(_CTSystemColorGreenOff_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
    2819     } 
    2820  
    2821     /** 
    2822      * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedAngle }{@code >}} 
    2823      *  
    2824      */ 
    2825     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hue", scope = CTSchemeColor.class) 
    2826     public JAXBElement<CTPositiveFixedAngle> createCTSchemeColorHue(CTPositiveFixedAngle value) { 
    2827         return new JAXBElement<CTPositiveFixedAngle>(_CTSystemColorHue_QNAME, CTPositiveFixedAngle.class, CTSchemeColor.class, value); 
    2828     } 
    2829  
    2830     /** 
    2831      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2832      *  
    2833      */ 
    2834     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redMod", scope = CTSchemeColor.class) 
    2835     public JAXBElement<CTPercentage> createCTSchemeColorRedMod(CTPercentage value) { 
    2836         return new JAXBElement<CTPercentage>(_CTSystemColorRedMod_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
    2837     } 
    2838  
    2839     /** 
    2840      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2841      *  
    2842      */ 
    2843     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satOff", scope = CTSchemeColor.class) 
    2844     public JAXBElement<CTPercentage> createCTSchemeColorSatOff(CTPercentage value) { 
    2845         return new JAXBElement<CTPercentage>(_CTSystemColorSatOff_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
    2846     } 
    2847  
    2848     /** 
    2849      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2850      *  
    2851      */ 
    2852     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenMod", scope = CTSchemeColor.class) 
    2853     public JAXBElement<CTPercentage> createCTSchemeColorGreenMod(CTPercentage value) { 
    2854         return new JAXBElement<CTPercentage>(_CTSystemColorGreenMod_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
    2855     } 
    2856  
    2857     /** 
    2858      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2859      *  
    2860      */ 
    2861     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "sat", scope = CTSchemeColor.class) 
    2862     public JAXBElement<CTPercentage> createCTSchemeColorSat(CTPercentage value) { 
    2863         return new JAXBElement<CTPercentage>(_CTSystemColorSat_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
    2864     } 
    2865  
    2866     /** 
    2867      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2868      *  
    2869      */ 
    2870     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blue", scope = CTSchemeColor.class) 
    2871     public JAXBElement<CTPercentage> createCTSchemeColorBlue(CTPercentage value) { 
    2872         return new JAXBElement<CTPercentage>(_CTSystemColorBlue_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
    2873     } 
    2874  
    2875     /** 
    2876      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2877      *  
    2878      */ 
    2879     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "red", scope = CTSchemeColor.class) 
    2880     public JAXBElement<CTPercentage> createCTSchemeColorRed(CTPercentage value) { 
    2881         return new JAXBElement<CTPercentage>(_CTSystemColorRed_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
    2882     } 
    2883  
    2884     /** 
    2885      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2886      *  
    2887      */ 
    2888     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satMod", scope = CTSchemeColor.class) 
    2889     public JAXBElement<CTPercentage> createCTSchemeColorSatMod(CTPercentage value) { 
    2890         return new JAXBElement<CTPercentage>(_CTSystemColorSatMod_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
    2891     } 
    2892  
    2893     /** 
    2894      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2895      *  
    2896      */ 
    2897     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueMod", scope = CTSchemeColor.class) 
    2898     public JAXBElement<CTPercentage> createCTSchemeColorBlueMod(CTPercentage value) { 
    2899         return new JAXBElement<CTPercentage>(_CTSystemColorBlueMod_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
    2900     } 
    2901  
    2902     /** 
    2903      * Create an instance of {@link JAXBElement }{@code <}{@link CTAngle }{@code >}} 
    2904      *  
    2905      */ 
    2906     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueOff", scope = CTSchemeColor.class) 
    2907     public JAXBElement<CTAngle> createCTSchemeColorHueOff(CTAngle value) { 
    2908         return new JAXBElement<CTAngle>(_CTSystemColorHueOff_QNAME, CTAngle.class, CTSchemeColor.class, value); 
    2909     } 
    2910  
    2911     /** 
    2912      * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} 
    2913      *  
    2914      */ 
    2915     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "shade", scope = CTSchemeColor.class) 
    2916     public JAXBElement<CTPositiveFixedPercentage> createCTSchemeColorShade(CTPositiveFixedPercentage value) { 
    2917         return new JAXBElement<CTPositiveFixedPercentage>(_CTSystemColorShade_QNAME, CTPositiveFixedPercentage.class, CTSchemeColor.class, value); 
    2918     } 
    2919  
    2920     /** 
    2921      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2922      *  
    2923      */ 
    2924     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumMod", scope = CTSchemeColor.class) 
    2925     public JAXBElement<CTPercentage> createCTSchemeColorLumMod(CTPercentage value) { 
    2926         return new JAXBElement<CTPercentage>(_CTSystemColorLumMod_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
    2927     } 
    2928  
    2929     /** 
    2930      * Create an instance of {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >}} 
    2931      *  
    2932      */ 
    2933     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "inv", scope = CTSchemeColor.class) 
    2934     public JAXBElement<CTInverseTransform> createCTSchemeColorInv(CTInverseTransform value) { 
    2935         return new JAXBElement<CTInverseTransform>(_CTSystemColorInv_QNAME, CTInverseTransform.class, CTSchemeColor.class, value); 
    2936     } 
    2937  
    2938     /** 
    2939      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2940      *  
    2941      */ 
    2942     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumOff", scope = CTSchemeColor.class) 
    2943     public JAXBElement<CTPercentage> createCTSchemeColorLumOff(CTPercentage value) { 
    2944         return new JAXBElement<CTPercentage>(_CTSystemColorLumOff_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
    2945     } 
    2946  
    2947     /** 
    2948      * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} 
    2949      *  
    2950      */ 
    2951     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "tint", scope = CTSchemeColor.class) 
    2952     public JAXBElement<CTPositiveFixedPercentage> createCTSchemeColorTint(CTPositiveFixedPercentage value) { 
    2953         return new JAXBElement<CTPositiveFixedPercentage>(_CTSystemColorTint_QNAME, CTPositiveFixedPercentage.class, CTSchemeColor.class, value); 
    2954     } 
    2955  
    2956     /** 
    2957      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2958      *  
    2959      */ 
    2960     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "green", scope = CTSchemeColor.class) 
    2961     public JAXBElement<CTPercentage> createCTSchemeColorGreen(CTPercentage value) { 
    2962         return new JAXBElement<CTPercentage>(_CTSystemColorGreen_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
    2963     } 
    2964  
    2965     /** 
    2966      * Create an instance of {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >}} 
    2967      *  
    2968      */ 
    2969     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "comp", scope = CTSchemeColor.class) 
    2970     public JAXBElement<CTComplementTransform> createCTSchemeColorComp(CTComplementTransform value) { 
    2971         return new JAXBElement<CTComplementTransform>(_CTSystemColorComp_QNAME, CTComplementTransform.class, CTSchemeColor.class, value); 
    2972     } 
    2973  
    2974     /** 
    2975      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    2976      *  
    2977      */ 
    2978     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueOff", scope = CTSchemeColor.class) 
    2979     public JAXBElement<CTPercentage> createCTSchemeColorBlueOff(CTPercentage value) { 
    2980         return new JAXBElement<CTPercentage>(_CTSystemColorBlueOff_QNAME, CTPercentage.class, CTSchemeColor.class, value); 
    2981     } 
    2982  
    2983     /** 
    2984      * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} 
    2985      *  
    2986      */ 
    2987     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueMod", scope = CTSchemeColor.class) 
    2988     public JAXBElement<CTPositivePercentage> createCTSchemeColorHueMod(CTPositivePercentage value) { 
    2989         return new JAXBElement<CTPositivePercentage>(_CTSystemColorHueMod_QNAME, CTPositivePercentage.class, CTSchemeColor.class, value); 
    2990     } 
    2991  
    2992     /** 
    2993      * Create an instance of {@link JAXBElement }{@code <}{@link CTGrayscaleTransform }{@code >}} 
    2994      *  
    2995      */ 
    2996     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gray", scope = CTSchemeColor.class) 
    2997     public JAXBElement<CTGrayscaleTransform> createCTSchemeColorGray(CTGrayscaleTransform value) { 
    2998         return new JAXBElement<CTGrayscaleTransform>(_CTSystemColorGray_QNAME, CTGrayscaleTransform.class, CTSchemeColor.class, value); 
    2999     } 
    3000  
    3001     /** 
    3002      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    3003      *  
    3004      */ 
    3005     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lum", scope = CTHslColor.class) 
    3006     public JAXBElement<CTPercentage> createCTHslColorLum(CTPercentage value) { 
    3007         return new JAXBElement<CTPercentage>(_CTSystemColorLum_QNAME, CTPercentage.class, CTHslColor.class, value); 
    3008     } 
    3009  
    3010     /** 
    3011      * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} 
    3012      *  
    3013      */ 
    3014     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alpha", scope = CTHslColor.class) 
    3015     public JAXBElement<CTPositiveFixedPercentage> createCTHslColorAlpha(CTPositiveFixedPercentage value) { 
    3016         return new JAXBElement<CTPositiveFixedPercentage>(_CTSystemColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTHslColor.class, value); 
    3017     } 
    3018  
    3019     /** 
    3020      * Create an instance of {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >}} 
    3021      *  
    3022      */ 
    3023     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gamma", scope = CTHslColor.class) 
    3024     public JAXBElement<CTGammaTransform> createCTHslColorGamma(CTGammaTransform value) { 
    3025         return new JAXBElement<CTGammaTransform>(_CTSystemColorGamma_QNAME, CTGammaTransform.class, CTHslColor.class, value); 
    3026     } 
    3027  
    3028     /** 
    3029      * Create an instance of {@link JAXBElement }{@code <}{@link CTInverseGammaTransform }{@code >}} 
    3030      *  
    3031      */ 
    3032     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "invGamma", scope = CTHslColor.class) 
    3033     public JAXBElement<CTInverseGammaTransform> createCTHslColorInvGamma(CTInverseGammaTransform value) { 
    3034         return new JAXBElement<CTInverseGammaTransform>(_CTSystemColorInvGamma_QNAME, CTInverseGammaTransform.class, CTHslColor.class, value); 
    3035     } 
    3036  
    3037     /** 
    3038      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    3039      *  
    3040      */ 
    3041     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redOff", scope = CTHslColor.class) 
    3042     public JAXBElement<CTPercentage> createCTHslColorRedOff(CTPercentage value) { 
    3043         return new JAXBElement<CTPercentage>(_CTSystemColorRedOff_QNAME, CTPercentage.class, CTHslColor.class, value); 
    3044     } 
    3045  
    3046     /** 
    3047      * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} 
    3048      *  
    3049      */ 
    3050     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaMod", scope = CTHslColor.class) 
    3051     public JAXBElement<CTPositivePercentage> createCTHslColorAlphaMod(CTPositivePercentage value) { 
    3052         return new JAXBElement<CTPositivePercentage>(_CTSystemColorAlphaMod_QNAME, CTPositivePercentage.class, CTHslColor.class, value); 
    3053     } 
    3054  
    3055     /** 
    3056      * Create an instance of {@link JAXBElement }{@code <}{@link CTFixedPercentage }{@code >}} 
    3057      *  
    3058      */ 
    3059     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaOff", scope = CTHslColor.class) 
    3060     public JAXBElement<CTFixedPercentage> createCTHslColorAlphaOff(CTFixedPercentage value) { 
    3061         return new JAXBElement<CTFixedPercentage>(_CTSystemColorAlphaOff_QNAME, CTFixedPercentage.class, CTHslColor.class, value); 
    3062     } 
    3063  
    3064     /** 
    3065      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    3066      *  
    3067      */ 
    3068     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenOff", scope = CTHslColor.class) 
    3069     public JAXBElement<CTPercentage> createCTHslColorGreenOff(CTPercentage value) { 
    3070         return new JAXBElement<CTPercentage>(_CTSystemColorGreenOff_QNAME, CTPercentage.class, CTHslColor.class, value); 
    3071     } 
    3072  
    3073     /** 
    3074      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    3075      *  
    3076      */ 
    3077     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redMod", scope = CTHslColor.class) 
    3078     public JAXBElement<CTPercentage> createCTHslColorRedMod(CTPercentage value) { 
    3079         return new JAXBElement<CTPercentage>(_CTSystemColorRedMod_QNAME, CTPercentage.class, CTHslColor.class, value); 
    3080     } 
    3081  
    3082     /** 
    3083      * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedAngle }{@code >}} 
    3084      *  
    3085      */ 
    3086     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hue", scope = CTHslColor.class) 
    3087     public JAXBElement<CTPositiveFixedAngle> createCTHslColorHue(CTPositiveFixedAngle value) { 
    3088         return new JAXBElement<CTPositiveFixedAngle>(_CTSystemColorHue_QNAME, CTPositiveFixedAngle.class, CTHslColor.class, value); 
    3089     } 
    3090  
    3091     /** 
    3092      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    3093      *  
    3094      */ 
    3095     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satOff", scope = CTHslColor.class) 
    3096     public JAXBElement<CTPercentage> createCTHslColorSatOff(CTPercentage value) { 
    3097         return new JAXBElement<CTPercentage>(_CTSystemColorSatOff_QNAME, CTPercentage.class, CTHslColor.class, value); 
    3098     } 
    3099  
    3100     /** 
    3101      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    3102      *  
    3103      */ 
    3104     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenMod", scope = CTHslColor.class) 
    3105     public JAXBElement<CTPercentage> createCTHslColorGreenMod(CTPercentage value) { 
    3106         return new JAXBElement<CTPercentage>(_CTSystemColorGreenMod_QNAME, CTPercentage.class, CTHslColor.class, value); 
    3107     } 
    3108  
    3109     /** 
    3110      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    3111      *  
    3112      */ 
    3113     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blue", scope = CTHslColor.class) 
    3114     public JAXBElement<CTPercentage> createCTHslColorBlue(CTPercentage value) { 
    3115         return new JAXBElement<CTPercentage>(_CTSystemColorBlue_QNAME, CTPercentage.class, CTHslColor.class, value); 
    3116     } 
    3117  
    3118     /** 
    3119      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    3120      *  
    3121      */ 
    3122     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "sat", scope = CTHslColor.class) 
    3123     public JAXBElement<CTPercentage> createCTHslColorSat(CTPercentage value) { 
    3124         return new JAXBElement<CTPercentage>(_CTSystemColorSat_QNAME, CTPercentage.class, CTHslColor.class, value); 
    3125     } 
    3126  
    3127     /** 
    3128      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    3129      *  
    3130      */ 
    3131     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "red", scope = CTHslColor.class) 
    3132     public JAXBElement<CTPercentage> createCTHslColorRed(CTPercentage value) { 
    3133         return new JAXBElement<CTPercentage>(_CTSystemColorRed_QNAME, CTPercentage.class, CTHslColor.class, value); 
    3134     } 
    3135  
    3136     /** 
    3137      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    3138      *  
    3139      */ 
    3140     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satMod", scope = CTHslColor.class) 
    3141     public JAXBElement<CTPercentage> createCTHslColorSatMod(CTPercentage value) { 
    3142         return new JAXBElement<CTPercentage>(_CTSystemColorSatMod_QNAME, CTPercentage.class, CTHslColor.class, value); 
    3143     } 
    3144  
    3145     /** 
    3146      * Create an instance of {@link JAXBElement }{@code <}{@link CTAngle }{@code >}} 
    3147      *  
    3148      */ 
    3149     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueOff", scope = CTHslColor.class) 
    3150     public JAXBElement<CTAngle> createCTHslColorHueOff(CTAngle value) { 
    3151         return new JAXBElement<CTAngle>(_CTSystemColorHueOff_QNAME, CTAngle.class, CTHslColor.class, value); 
    3152     } 
    3153  
    3154     /** 
    3155      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    3156      *  
    3157      */ 
    3158     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueMod", scope = CTHslColor.class) 
    3159     public JAXBElement<CTPercentage> createCTHslColorBlueMod(CTPercentage value) { 
    3160         return new JAXBElement<CTPercentage>(_CTSystemColorBlueMod_QNAME, CTPercentage.class, CTHslColor.class, value); 
    3161     } 
    3162  
    3163     /** 
    3164      * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} 
    3165      *  
    3166      */ 
    3167     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "shade", scope = CTHslColor.class) 
    3168     public JAXBElement<CTPositiveFixedPercentage> createCTHslColorShade(CTPositiveFixedPercentage value) { 
    3169         return new JAXBElement<CTPositiveFixedPercentage>(_CTSystemColorShade_QNAME, CTPositiveFixedPercentage.class, CTHslColor.class, value); 
    3170     } 
    3171  
    3172     /** 
    3173      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    3174      *  
    3175      */ 
    3176     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumMod", scope = CTHslColor.class) 
    3177     public JAXBElement<CTPercentage> createCTHslColorLumMod(CTPercentage value) { 
    3178         return new JAXBElement<CTPercentage>(_CTSystemColorLumMod_QNAME, CTPercentage.class, CTHslColor.class, value); 
    3179     } 
    3180  
    3181     /** 
    3182      * Create an instance of {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >}} 
    3183      *  
    3184      */ 
    3185     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "inv", scope = CTHslColor.class) 
    3186     public JAXBElement<CTInverseTransform> createCTHslColorInv(CTInverseTransform value) { 
    3187         return new JAXBElement<CTInverseTransform>(_CTSystemColorInv_QNAME, CTInverseTransform.class, CTHslColor.class, value); 
    3188     } 
    3189  
    3190     /** 
    3191      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    3192      *  
    3193      */ 
    3194     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumOff", scope = CTHslColor.class) 
    3195     public JAXBElement<CTPercentage> createCTHslColorLumOff(CTPercentage value) { 
    3196         return new JAXBElement<CTPercentage>(_CTSystemColorLumOff_QNAME, CTPercentage.class, CTHslColor.class, value); 
    3197     } 
    3198  
    3199     /** 
    3200      * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} 
    3201      *  
    3202      */ 
    3203     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "tint", scope = CTHslColor.class) 
    3204     public JAXBElement<CTPositiveFixedPercentage> createCTHslColorTint(CTPositiveFixedPercentage value) { 
    3205         return new JAXBElement<CTPositiveFixedPercentage>(_CTSystemColorTint_QNAME, CTPositiveFixedPercentage.class, CTHslColor.class, value); 
    3206     } 
    3207  
    3208     /** 
    3209      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    3210      *  
    3211      */ 
    3212     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "green", scope = CTHslColor.class) 
    3213     public JAXBElement<CTPercentage> createCTHslColorGreen(CTPercentage value) { 
    3214         return new JAXBElement<CTPercentage>(_CTSystemColorGreen_QNAME, CTPercentage.class, CTHslColor.class, value); 
    3215     } 
    3216  
    3217     /** 
    3218      * Create an instance of {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >}} 
    3219      *  
    3220      */ 
    3221     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "comp", scope = CTHslColor.class) 
    3222     public JAXBElement<CTComplementTransform> createCTHslColorComp(CTComplementTransform value) { 
    3223         return new JAXBElement<CTComplementTransform>(_CTSystemColorComp_QNAME, CTComplementTransform.class, CTHslColor.class, value); 
    3224     } 
    3225  
    3226     /** 
    3227      * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} 
    3228      *  
    3229      */ 
    3230     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueOff", scope = CTHslColor.class) 
    3231     public JAXBElement<CTPercentage> createCTHslColorBlueOff(CTPercentage value) { 
    3232         return new JAXBElement<CTPercentage>(_CTSystemColorBlueOff_QNAME, CTPercentage.class, CTHslColor.class, value); 
    3233     } 
    3234  
    3235     /** 
    3236      * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} 
    3237      *  
    3238      */ 
    3239     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueMod", scope = CTHslColor.class) 
    3240     public JAXBElement<CTPositivePercentage> createCTHslColorHueMod(CTPositivePercentage value) { 
    3241         return new JAXBElement<CTPositivePercentage>(_CTSystemColorHueMod_QNAME, CTPositivePercentage.class, CTHslColor.class, value); 
    3242     } 
    3243  
    3244     /** 
    3245      * Create an instance of {@link JAXBElement }{@code <}{@link CTGrayscaleTransform }{@code >}} 
    3246      *  
    3247      */ 
    3248     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gray", scope = CTHslColor.class) 
    3249     public JAXBElement<CTGrayscaleTransform> createCTHslColorGray(CTGrayscaleTransform value) { 
    3250         return new JAXBElement<CTGrayscaleTransform>(_CTSystemColorGray_QNAME, CTGrayscaleTransform.class, CTHslColor.class, value); 
     3250        return new JAXBElement<CTGrayscaleTransform>(_CTPresetColorGray_QNAME, CTGrayscaleTransform.class, CTSRgbColor.class, value); 
    32513251    } 
    32523252 
  • trunk/docx4j/src/main/java/org/docx4j/math

    • Property svn:ignore set to
      header.txt
      script
  • trunk/docx4j/src/main/java/org/docx4j/math/CTOMath.java

    r888 r925  
    7676 
    7777    @XmlElementRefs({ 
     78        @XmlElementRef(name = "phant", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     79        @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     80        @XmlElementRef(name = "m", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     81        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
     82        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     83        @XmlElementRef(name = "limUpp", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     84        @XmlElementRef(name = "eqArr", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     85        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     86        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     87        @XmlElementRef(name = "sSub", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     88        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     89        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     90        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     91        @XmlElementRef(name = "oMath", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     92        @XmlElementRef(name = "sSup", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     93        @XmlElementRef(name = "nary", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     94        @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     95        @XmlElementRef(name = "borderBox", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     96        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
     97        @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     98        @XmlElementRef(name = "sSubSup", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     99        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     100        @XmlElementRef(name = "acc", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     101        @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     102        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     103        @XmlElementRef(name = "limLow", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     104        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
     105        @XmlElementRef(name = "d", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     106        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
     107        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     108        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     109        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     110        @XmlElementRef(name = "bar", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     111        @XmlElementRef(name = "oMathPara", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     112        @XmlElementRef(name = "box", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     113        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     114        @XmlElementRef(name = "f", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     115        @XmlElementRef(name = "groupChr", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     116        @XmlElementRef(name = "func", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     117        @XmlElementRef(name = "rad", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     118        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    78119        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "func", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    80         @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "sSup", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    82         @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    83         @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    84         @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    85         @XmlElementRef(name = "d", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    86         @XmlElementRef(name = "groupChr", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    87         @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    88         @XmlElementRef(name = "rad", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    89         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    90         @XmlElementRef(name = "sSub", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    91         @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    92         @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    93         @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    94         @XmlElementRef(name = "acc", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    95         @XmlElementRef(name = "limUpp", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    96         @XmlElementRef(name = "borderBox", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    97         @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    98         @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    99         @XmlElementRef(name = "eqArr", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    100         @XmlElementRef(name = "f", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    101         @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     120        @XmlElementRef(name = "sPre", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    102121        @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    103         @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    104         @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    105         @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    106         @XmlElementRef(name = "box", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    107         @XmlElementRef(name = "sPre", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    108         @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    109         @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    110         @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    111         @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    112         @XmlElementRef(name = "sSubSup", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    113         @XmlElementRef(name = "bar", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    114         @XmlElementRef(name = "nary", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    115         @XmlElementRef(name = "limLow", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    116         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
    117         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
    118         @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    119         @XmlElementRef(name = "m", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    120         @XmlElementRef(name = "phant", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class) 
     122        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    121123    }) 
    122124    protected List<Object> egoMathElements; 
     
    142144     * <p> 
    143145     * Objects of the following type(s) are allowed in the list 
    144      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    145      * {@link JAXBElement }{@code <}{@link CTFunc }{@code >} 
    146      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    147      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     146     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     147     * {@link JAXBElement }{@code <}{@link CTPhant }{@code >} 
     148     * {@link JAXBElement }{@code <}{@link CTM }{@code >} 
     149     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     150     * {@link CommentRangeStart } 
     151     * {@link JAXBElement }{@code <}{@link CTEqArr }{@code >} 
     152     * {@link JAXBElement }{@code <}{@link CTLimUpp }{@code >} 
     153     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     154     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     155     * {@link JAXBElement }{@code <}{@link CTSSub }{@code >} 
     156     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     157     * {@link RunIns } 
     158     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    148159     * {@link JAXBElement }{@code <}{@link CTSSup }{@code >} 
     160     * {@link JAXBElement }{@code <}{@link CTOMath }{@code >} 
     161     * {@link JAXBElement }{@code <}{@link CTNary }{@code >} 
    149162     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    150      * {@link JAXBElement }{@code <}{@link CTD }{@code >} 
    151      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    152      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    153      * {@link JAXBElement }{@code <}{@link CTGroupChr }{@code >} 
    154      * {@link CommentRangeStart } 
    155      * {@link JAXBElement }{@code <}{@link CTRad }{@code >} 
    156      * {@link JAXBElement }{@code <}{@link CTSSub }{@code >} 
    157      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    158      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    159      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    160      * {@link JAXBElement }{@code <}{@link CTAcc }{@code >} 
    161      * {@link JAXBElement }{@code <}{@link CTLimUpp }{@code >} 
    162163     * {@link JAXBElement }{@code <}{@link CTBorderBox }{@code >} 
    163      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    164      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    165      * {@link JAXBElement }{@code <}{@link CTEqArr }{@code >} 
    166      * {@link JAXBElement }{@code <}{@link CTF }{@code >} 
    167      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    168      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    169      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    170      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    171      * {@link RunDel } 
    172      * {@link JAXBElement }{@code <}{@link CTSPre }{@code >} 
    173      * {@link JAXBElement }{@code <}{@link CTBox }{@code >} 
    174      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    175      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     164     * {@link CommentRangeEnd } 
    176165     * {@link JAXBElement }{@code <}{@link CTR }{@code >} 
    177166     * {@link JAXBElement }{@code <}{@link CTSSubSup }{@code >} 
     167     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     168     * {@link JAXBElement }{@code <}{@link CTLimLow }{@code >} 
     169     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     170     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     171     * {@link JAXBElement }{@code <}{@link CTAcc }{@code >} 
     172     * {@link JAXBElement }{@code <}{@link CTD }{@code >} 
    178173     * {@link ProofErr } 
     174     * {@link RunDel } 
     175     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     176     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     177     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     178     * {@link JAXBElement }{@code <}{@link CTOMathPara }{@code >} 
    179179     * {@link JAXBElement }{@code <}{@link CTBar }{@code >} 
    180      * {@link JAXBElement }{@code <}{@link CTNary }{@code >} 
    181      * {@link JAXBElement }{@code <}{@link CTLimLow }{@code >} 
    182      * {@link CommentRangeEnd } 
    183      * {@link RunIns } 
    184      * {@link JAXBElement }{@code <}{@link CTM }{@code >} 
    185      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    186      * {@link JAXBElement }{@code <}{@link CTPhant }{@code >} 
     180     * {@link JAXBElement }{@code <}{@link CTBox }{@code >} 
     181     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     182     * {@link JAXBElement }{@code <}{@link CTGroupChr }{@code >} 
     183     * {@link JAXBElement }{@code <}{@link CTF }{@code >} 
     184     * {@link JAXBElement }{@code <}{@link CTFunc }{@code >} 
     185     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     186     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     187     * {@link JAXBElement }{@code <}{@link CTRad }{@code >} 
     188     * {@link JAXBElement }{@code <}{@link CTSPre }{@code >} 
     189     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     190     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    187191     *  
    188192     *  
  • trunk/docx4j/src/main/java/org/docx4j/math/CTOMathArg.java

    r888 r925  
    8181    protected CTOMathArgPr argPr; 
    8282    @XmlElementRefs({ 
     83        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     84        @XmlElementRef(name = "nary", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    8385        @XmlElementRef(name = "limLow", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     86        @XmlElementRef(name = "d", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     87        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     88        @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     89        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
     90        @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     91        @XmlElementRef(name = "eqArr", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     92        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     93        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     94        @XmlElementRef(name = "f", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     95        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     96        @XmlElementRef(name = "borderBox", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    8497        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    85         @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    86         @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     98        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     99        @XmlElementRef(name = "sSubSup", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     100        @XmlElementRef(name = "sSup", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     101        @XmlElementRef(name = "oMath", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     102        @XmlElementRef(name = "func", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     103        @XmlElementRef(name = "limUpp", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     104        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     105        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     106        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    87107        @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     108        @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     109        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     110        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
     111        @XmlElementRef(name = "sPre", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     112        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     113        @XmlElementRef(name = "m", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     114        @XmlElementRef(name = "box", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     115        @XmlElementRef(name = "bar", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     116        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
     117        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
     118        @XmlElementRef(name = "groupChr", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     119        @XmlElementRef(name = "sSub", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     120        @XmlElementRef(name = "oMathPara", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     121        @XmlElementRef(name = "acc", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    88122        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    89         @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    90         @XmlElementRef(name = "sSubSup", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    91         @XmlElementRef(name = "limUpp", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    92         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    93         @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    94         @XmlElementRef(name = "box", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    95         @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    96         @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    97         @XmlElementRef(name = "func", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    98         @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    99         @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    100123        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    101         @XmlElementRef(name = "groupChr", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    102         @XmlElementRef(name = "acc", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    103         @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    104         @XmlElementRef(name = "bar", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    105         @XmlElementRef(name = "d", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    106         @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    107         @XmlElementRef(name = "sPre", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    108         @XmlElementRef(name = "m", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     124        @XmlElementRef(name = "rad", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     125        @XmlElementRef(name = "phant", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    109126        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    110         @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    111         @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    112         @XmlElementRef(name = "borderBox", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    113         @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    114         @XmlElementRef(name = "eqArr", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    115         @XmlElementRef(name = "phant", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    116         @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    117         @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    118         @XmlElementRef(name = "f", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    119         @XmlElementRef(name = "nary", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    120         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
    121         @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    122         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
    123         @XmlElementRef(name = "sSup", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    124         @XmlElementRef(name = "rad", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    125         @XmlElementRef(name = "sSub", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class) 
     127        @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    126128    }) 
    127129    protected List<Object> egoMathElements; 
     
    172174     * <p> 
    173175     * Objects of the following type(s) are allowed in the list 
     176     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     177     * {@link JAXBElement }{@code <}{@link CTNary }{@code >} 
     178     * {@link JAXBElement }{@code <}{@link CTLimLow }{@code >} 
     179     * {@link JAXBElement }{@code <}{@link CTD }{@code >} 
    174180     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    175      * {@link JAXBElement }{@code <}{@link CTLimLow }{@code >} 
    176      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    177      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     181     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     182     * {@link JAXBElement }{@code <}{@link CTEqArr }{@code >} 
     183     * {@link JAXBElement }{@code <}{@link CTR }{@code >} 
     184     * {@link CommentRangeStart } 
     185     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     186     * {@link JAXBElement }{@code <}{@link CTF }{@code >} 
     187     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     188     * {@link JAXBElement }{@code <}{@link CTBorderBox }{@code >} 
     189     * {@link RunIns } 
     190     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     191     * {@link JAXBElement }{@code <}{@link CTSSubSup }{@code >} 
     192     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     193     * {@link JAXBElement }{@code <}{@link CTSSup }{@code >} 
     194     * {@link JAXBElement }{@code <}{@link CTOMath }{@code >} 
     195     * {@link JAXBElement }{@code <}{@link CTFunc }{@code >} 
     196     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     197     * {@link JAXBElement }{@code <}{@link CTLimUpp }{@code >} 
     198     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     199     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    178200     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    179      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    180      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    181      * {@link JAXBElement }{@code <}{@link CTSSubSup }{@code >} 
    182      * {@link CommentRangeStart } 
    183      * {@link JAXBElement }{@code <}{@link CTLimUpp }{@code >} 
     201     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     202     * {@link CommentRangeEnd } 
     203     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     204     * {@link JAXBElement }{@code <}{@link CTSPre }{@code >} 
     205     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     206     * {@link JAXBElement }{@code <}{@link CTM }{@code >} 
     207     * {@link JAXBElement }{@code <}{@link CTBar }{@code >} 
    184208     * {@link JAXBElement }{@code <}{@link CTBox }{@code >} 
     209     * {@link ProofErr } 
     210     * {@link JAXBElement }{@code <}{@link CTGroupChr }{@code >} 
     211     * {@link RunDel } 
     212     * {@link JAXBElement }{@code <}{@link CTSSub }{@code >} 
     213     * {@link JAXBElement }{@code <}{@link CTOMathPara }{@code >} 
     214     * {@link JAXBElement }{@code <}{@link CTAcc }{@code >} 
    185215     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    186216     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    187      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    188      * {@link JAXBElement }{@code <}{@link CTFunc }{@code >} 
    189      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    190      * {@link JAXBElement }{@code <}{@link CTAcc }{@code >} 
    191      * {@link JAXBElement }{@code <}{@link CTGroupChr }{@code >} 
    192      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    193      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    194      * {@link JAXBElement }{@code <}{@link CTBar }{@code >} 
    195      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    196      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    197      * {@link JAXBElement }{@code <}{@link CTD }{@code >} 
    198      * {@link JAXBElement }{@code <}{@link CTSPre }{@code >} 
    199      * {@link JAXBElement }{@code <}{@link CTM }{@code >} 
    200      * {@link JAXBElement }{@code <}{@link CTR }{@code >} 
     217     * {@link JAXBElement }{@code <}{@link CTRad }{@code >} 
    201218     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    202      * {@link JAXBElement }{@code <}{@link CTBorderBox }{@code >} 
    203      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    204      * {@link RunDel } 
    205      * {@link JAXBElement }{@code <}{@link CTEqArr }{@code >} 
    206219     * {@link JAXBElement }{@code <}{@link CTPhant }{@code >} 
    207      * {@link ProofErr } 
    208      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    209      * {@link JAXBElement }{@code <}{@link CTF }{@code >} 
    210      * {@link CommentRangeEnd } 
    211      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    212      * {@link RunIns } 
    213      * {@link JAXBElement }{@code <}{@link CTNary }{@code >} 
    214      * {@link JAXBElement }{@code <}{@link CTSSup }{@code >} 
    215      * {@link JAXBElement }{@code <}{@link CTRad }{@code >} 
    216      * {@link JAXBElement }{@code <}{@link CTSSub }{@code >} 
     220     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    217221     *  
    218222     *  
  • trunk/docx4j/src/main/java/org/docx4j/math/CTR.java

    r888 r925  
    7979 
    8080    @XmlElementRefs({ 
     81        @XmlElementRef(name = "monthShort", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     82        @XmlElementRef(name = "ptab", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     83        @XmlElementRef(name = "ruby", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     84        @XmlElementRef(name = "sym", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     85        @XmlElementRef(name = "drawing", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     86        @XmlElementRef(name = "yearShort", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     87        @XmlElementRef(name = "continuationSeparator", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     88        @XmlElementRef(name = "fldChar", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     89        @XmlElementRef(name = "instrText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     90        @XmlElementRef(name = "rPr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     91        @XmlElementRef(name = "t", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     92        @XmlElementRef(name = "footnoteReference", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8193        @XmlElementRef(name = "dayShort", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     94        @XmlElementRef(name = "commentReference", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     95        @XmlElementRef(name = "noBreakHyphen", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     96        @XmlElementRef(name = "monthLong", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     97        @XmlElementRef(name = "tab", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     98        @XmlElementRef(name = "br", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Br.class), 
     99        @XmlElementRef(name = "softHyphen", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     100        @XmlElementRef(name = "pgNum", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     101        @XmlElementRef(name = "lastRenderedPageBreak", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     102        @XmlElementRef(name = "endnoteReference", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    82103        @XmlElementRef(name = "endnoteRef", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    83         @XmlElementRef(name = "pgNum", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    84         @XmlElementRef(name = "ruby", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    85         @XmlElementRef(name = "fldChar", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    86         @XmlElementRef(name = "sym", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    87         @XmlElementRef(name = "monthShort", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     104        @XmlElementRef(name = "separator", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     105        @XmlElementRef(name = "pict", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     106        @XmlElementRef(name = "cr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     107        @XmlElementRef(name = "dayLong", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     108        @XmlElementRef(name = "delText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = DelText.class), 
     109        @XmlElementRef(name = "delInstrText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    88110        @XmlElementRef(name = "t", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = CTR.TMath.class), 
    89         @XmlElementRef(name = "ptab", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    90         @XmlElementRef(name = "br", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Br.class), 
     111        @XmlElementRef(name = "yearLong", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     112        @XmlElementRef(name = "rPr", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = CTR.RPrMath.class), 
    91113        @XmlElementRef(name = "annotationRef", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    92         @XmlElementRef(name = "pict", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    93         @XmlElementRef(name = "dayLong", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    94         @XmlElementRef(name = "footnoteRef", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    95         @XmlElementRef(name = "lastRenderedPageBreak", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    96         @XmlElementRef(name = "t", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    97114        @XmlElementRef(name = "object", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    98         @XmlElementRef(name = "endnoteReference", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    99         @XmlElementRef(name = "delInstrText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    100         @XmlElementRef(name = "continuationSeparator", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    101         @XmlElementRef(name = "commentReference", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    102         @XmlElementRef(name = "drawing", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    103         @XmlElementRef(name = "delText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = DelText.class), 
    104         @XmlElementRef(name = "tab", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    105         @XmlElementRef(name = "instrText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    106         @XmlElementRef(name = "noBreakHyphen", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    107         @XmlElementRef(name = "yearShort", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    108         @XmlElementRef(name = "footnoteReference", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    109         @XmlElementRef(name = "yearLong", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    110         @XmlElementRef(name = "separator", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    111         @XmlElementRef(name = "rPr", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = CTR.RPrMath.class), 
    112         @XmlElementRef(name = "cr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    113         @XmlElementRef(name = "monthLong", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    114         @XmlElementRef(name = "rPr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    115         @XmlElementRef(name = "softHyphen", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     115        @XmlElementRef(name = "footnoteRef", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    116116    }) 
    117117    protected List<Object> content; 
     
    125125     * You are getting this "catch-all" property because of the following reason:  
    126126     * The field name "RPr" is used by two different parts of a schema. See:  
    127      * line 7153 of file:/home/dev/workspace/docx4j/xsd/wml/wml.xsd 
     127     * line 7165 of file:/home/dev/workspace/docx4j/xsd/wml/wml.xsd 
    128128     * line 480 of file:/home/dev/workspace/docx4j/xsd/shared/shared-math.xsd 
    129129     * <p> 
     
    147147     * <p> 
    148148     * Objects of the following type(s) are allowed in the list 
    149      * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.EndnoteRef }{@code >} 
     149     * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.MonthShort }{@code >} 
     150     * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.Ptab }{@code >} 
     151     * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.Sym }{@code >} 
     152     * {@link JAXBElement }{@code <}{@link CTRuby }{@code >} 
     153     * {@link JAXBElement }{@code <}{@link Drawing }{@code >} 
     154     * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.YearShort }{@code >} 
     155     * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.ContinuationSeparator }{@code >} 
     156     * {@link JAXBElement }{@code <}{@link FldChar }{@code >} 
     157     * {@link JAXBElement }{@code <}{@link Text }{@code >} 
     158     * {@link JAXBElement }{@code <}{@link RPr }{@code >} 
     159     * {@link JAXBElement }{@code <}{@link Text }{@code >} 
     160     * {@link JAXBElement }{@code <}{@link CTFtnEdnRef }{@code >} 
     161     * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.CommentReference }{@code >} 
    150162     * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.DayShort }{@code >} 
     163     * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.NoBreakHyphen }{@code >} 
     164     * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.MonthLong }{@code >} 
     165     * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.Tab }{@code >} 
     166     * {@link Br } 
     167     * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.SoftHyphen }{@code >} 
     168     * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.LastRenderedPageBreak }{@code >} 
    151169     * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.PgNum }{@code >} 
    152      * {@link JAXBElement }{@code <}{@link CTRuby }{@code >} 
    153      * {@link JAXBElement }{@code <}{@link FldChar }{@code >} 
    154      * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.MonthShort }{@code >} 
    155      * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.Sym }{@code >} 
    156      * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.Ptab }{@code >} 
    157      * {@link CTR.TMath } 
    158      * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.AnnotationRef }{@code >} 
    159      * {@link Br } 
    160      * {@link JAXBElement }{@code <}{@link Pict }{@code >} 
    161      * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.DayLong }{@code >} 
    162      * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.LastRenderedPageBreak }{@code >} 
    163      * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.FootnoteRef }{@code >} 
    164      * {@link JAXBElement }{@code <}{@link Text }{@code >} 
    165      * {@link JAXBElement }{@code <}{@link CTObject }{@code >} 
    166      * {@link JAXBElement }{@code <}{@link CTFtnEdnRef }{@code >} 
    167      * {@link JAXBElement }{@code <}{@link Text }{@code >} 
    168      * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.CommentReference }{@code >} 
    169      * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.ContinuationSeparator }{@code >} 
    170      * {@link JAXBElement }{@code <}{@link Drawing }{@code >} 
    171      * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.Tab }{@code >} 
    172      * {@link DelText } 
    173      * {@link JAXBElement }{@code <}{@link Text }{@code >} 
    174      * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.YearShort }{@code >} 
    175      * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.NoBreakHyphen }{@code >} 
    176170     * {@link JAXBElement }{@code <}{@link CTFtnEdnRef }{@code >} 
    177171     * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.Separator }{@code >} 
     172     * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.EndnoteRef }{@code >} 
     173     * {@link JAXBElement }{@code <}{@link Pict }{@code >} 
     174     * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.Cr }{@code >} 
     175     * {@link DelText } 
     176     * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.DayLong }{@code >} 
     177     * {@link JAXBElement }{@code <}{@link Text }{@code >} 
     178     * {@link CTR.TMath } 
    178179     * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.YearLong }{@code >} 
     180     * {@link JAXBElement }{@code <}{@link CTObject }{@code >} 
     181     * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.AnnotationRef }{@code >} 
    179182     * {@link CTR.RPrMath } 
    180      * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.Cr }{@code >} 
    181      * {@link JAXBElement }{@code <}{@link RPr }{@code >} 
    182      * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.MonthLong }{@code >} 
    183      * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.SoftHyphen }{@code >} 
     183     * {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.FootnoteRef }{@code >} 
    184184     *  
    185185     *  
  • trunk/docx4j/src/main/java/org/docx4j/math/ObjectFactory.java

    r888 r925  
    6464    private final static QName _OMathPara_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "oMathPara"); 
    6565    private final static QName _MathPr_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "mathPr"); 
    66     private final static QName _CTOMathMoveFromRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFromRangeStart"); 
    67     private final static QName _CTOMathMoveFromRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFromRangeEnd"); 
    68     private final static QName _CTOMathSPre_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "sPre"); 
    69     private final static QName _CTOMathBorderBox_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "borderBox"); 
    70     private final static QName _CTOMathCustomXmlDelRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlDelRangeEnd"); 
    71     private final static QName _CTOMathMoveToRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveToRangeEnd"); 
    72     private final static QName _CTOMathCustomXmlMoveToRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveToRangeEnd"); 
    73     private final static QName _CTOMathCustomXmlInsRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlInsRangeStart"); 
    74     private final static QName _CTOMathCustomXmlMoveToRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveToRangeStart"); 
    75     private final static QName _CTOMathCustomXmlInsRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlInsRangeEnd"); 
    76     private final static QName _CTOMathGroupChr_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "groupChr"); 
    77     private final static QName _CTOMathPermStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "permStart"); 
    78     private final static QName _CTOMathFunc_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "func"); 
    79     private final static QName _CTOMathMoveToRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveToRangeStart"); 
    80     private final static QName _CTOMathBookmarkEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bookmarkEnd"); 
    81     private final static QName _CTOMathSSubSup_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "sSubSup"); 
    82     private final static QName _CTOMathLimUpp_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "limUpp"); 
    83     private final static QName _CTOMathCustomXmlMoveFromRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveFromRangeEnd"); 
    84     private final static QName _CTOMathAcc_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "acc"); 
    85     private final static QName _CTOMathMoveFrom_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFrom"); 
    86     private final static QName _CTOMathM_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "m"); 
    87     private final static QName _CTOMathCustomXmlMoveFromRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveFromRangeStart"); 
    88     private final static QName _CTOMathLimLow_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "limLow"); 
    89     private final static QName _CTOMathCustomXmlDelRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlDelRangeStart"); 
    90     private final static QName _CTOMathSSup_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "sSup"); 
    91     private final static QName _CTOMathD_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "d"); 
    92     private final static QName _CTOMathEqArr_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "eqArr"); 
    93     private final static QName _CTOMathF_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "f"); 
    94     private final static QName _CTOMathNary_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "nary"); 
    95     private final static QName _CTOMathRad_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "rad"); 
    96     private final static QName _CTOMathBar_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "bar"); 
    97     private final static QName _CTOMathPermEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "permEnd"); 
    98     private final static QName _CTOMathBox_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "box"); 
    99     private final static QName _CTOMathR_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "r"); 
    100     private final static QName _CTOMathBookmarkStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bookmarkStart"); 
    101     private final static QName _CTOMathMoveTo_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveTo"); 
    102     private final static QName _CTOMathPhant_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "phant"); 
    103     private final static QName _CTOMathSSub_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "sSub"); 
     66    private final static QName _CTOMathArgMoveFromRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFromRangeStart"); 
     67    private final static QName _CTOMathArgMoveFromRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFromRangeEnd"); 
     68    private final static QName _CTOMathArgSPre_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "sPre"); 
     69    private final static QName _CTOMathArgMoveToRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveToRangeEnd"); 
     70    private final static QName _CTOMathArgCustomXmlDelRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlDelRangeEnd"); 
     71    private final static QName _CTOMathArgBorderBox_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "borderBox"); 
     72    private final static QName _CTOMathArgCustomXmlMoveToRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveToRangeEnd"); 
     73    private final static QName _CTOMathArgCustomXmlInsRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlInsRangeStart"); 
     74    private final static QName _CTOMathArgCustomXmlMoveToRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveToRangeStart"); 
     75    private final static QName _CTOMathArgCustomXmlInsRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlInsRangeEnd"); 
     76    private final static QName _CTOMathArgGroupChr_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "groupChr"); 
     77    private final static QName _CTOMathArgPermStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "permStart"); 
     78    private final static QName _CTOMathArgFunc_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "func"); 
     79    private final static QName _CTOMathArgMoveToRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveToRangeStart"); 
     80    private final static QName _CTOMathArgBookmarkEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bookmarkEnd"); 
     81    private final static QName _CTOMathArgSSubSup_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "sSubSup"); 
     82    private final static QName _CTOMathArgLimUpp_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "limUpp"); 
     83    private final static QName _CTOMathArgCustomXmlMoveFromRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveFromRangeEnd"); 
     84    private final static QName _CTOMathArgAcc_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "acc"); 
     85    private final static QName _CTOMathArgMoveFrom_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFrom"); 
     86    private final static QName _CTOMathArgM_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "m"); 
     87    private final static QName _CTOMathArgCustomXmlMoveFromRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveFromRangeStart"); 
     88    private final static QName _CTOMathArgCustomXmlDelRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlDelRangeStart"); 
     89    private final static QName _CTOMathArgLimLow_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "limLow"); 
     90    private final static QName _CTOMathArgSSup_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "sSup"); 
     91    private final static QName _CTOMathArgD_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "d"); 
     92    private final static QName _CTOMathArgEqArr_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "eqArr"); 
     93    private final static QName _CTOMathArgF_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "f"); 
     94    private final static QName _CTOMathArgNary_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "nary"); 
     95    private final static QName _CTOMathArgRad_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "rad"); 
     96    private final static QName _CTOMathArgBar_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "bar"); 
     97    private final static QName _CTOMathArgPermEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "permEnd"); 
     98    private final static QName _CTOMathArgBox_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "box"); 
     99    private final static QName _CTOMathArgR_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "r"); 
     100    private final static QName _CTOMathArgBookmarkStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bookmarkStart"); 
     101    private final static QName _CTOMathArgPhant_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "phant"); 
     102    private final static QName _CTOMathArgMoveTo_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveTo"); 
     103    private final static QName _CTOMathArgSSub_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "sSub"); 
    104104    private final static QName _CTRMonthShort_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "monthShort"); 
    105105    private final static QName _CTRYearLong_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "yearLong"); 
     106    private final static QName _CTRFootnoteReference_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "footnoteReference"); 
    106107    private final static QName _CTRPgNum_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "pgNum"); 
    107     private final static QName _CTRFootnoteReference_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "footnoteReference"); 
    108108    private final static QName _CTREndnoteRef_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "endnoteRef"); 
    109109    private final static QName _CTRSoftHyphen_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "softHyphen"); 
     
    127127    private final static QName _CTRPict_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "pict"); 
    128128    private final static QName _CTRContinuationSeparator_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "continuationSeparator"); 
     129    private final static QName _CTRYearShort_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "yearShort"); 
    129130    private final static QName _CTRFootnoteRef_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "footnoteRef"); 
    130     private final static QName _CTRYearShort_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "yearShort"); 
    131131    private final static QName _CTRDayShort_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "dayShort"); 
    132132    private final static QName _CTRMonthLong_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "monthLong"); 
     
    142142 
    143143    /** 
     144     * Create an instance of {@link CTOMathArg } 
     145     *  
     146     */ 
     147    public CTOMathArg createCTOMathArg() { 
     148        return new CTOMathArg(); 
     149    } 
     150 
     151    /** 
     152     * Create an instance of {@link CTGroupChr } 
     153     *  
     154     */ 
     155    public CTGroupChr createCTGroupChr() { 
     156        return new CTGroupChr(); 
     157    } 
     158 
     159    /** 
     160     * Create an instance of {@link CTSSubSup } 
     161     *  
     162     */ 
     163    public CTSSubSup createCTSSubSup() { 
     164        return new CTSSubSup(); 
     165    } 
     166 
     167    /** 
     168     * Create an instance of {@link CTMC } 
     169     *  
     170     */ 
     171    public CTMC createCTMC() { 
     172        return new CTMC(); 
     173    } 
     174 
     175    /** 
     176     * Create an instance of {@link CTBoxPr } 
     177     *  
     178     */ 
     179    public CTBoxPr createCTBoxPr() { 
     180        return new CTBoxPr(); 
     181    } 
     182 
     183    /** 
     184     * Create an instance of {@link CTMCPr } 
     185     *  
     186     */ 
     187    public CTMCPr createCTMCPr() { 
     188        return new CTMCPr(); 
     189    } 
     190 
     191    /** 
     192     * Create an instance of {@link CTRad } 
     193     *  
     194     */ 
     195    public CTRad createCTRad() { 
     196        return new CTRad(); 
     197    } 
     198 
     199    /** 
     200     * Create an instance of {@link CTMR } 
     201     *  
     202     */ 
     203    public CTMR createCTMR() { 
     204        return new CTMR(); 
     205    } 
     206 
     207    /** 
     208     * Create an instance of {@link CTLimLow } 
     209     *  
     210     */ 
     211    public CTLimLow createCTLimLow() { 
     212        return new CTLimLow(); 
     213    } 
     214 
     215    /** 
     216     * Create an instance of {@link CTInteger255 } 
     217     *  
     218     */ 
     219    public CTInteger255 createCTInteger255() { 
     220        return new CTInteger255(); 
     221    } 
     222 
     223    /** 
     224     * Create an instance of {@link CTOnOff } 
     225     *  
     226     */ 
     227    public CTOnOff createCTOnOff() { 
     228        return new CTOnOff(); 
     229    } 
     230 
     231    /** 
     232     * Create an instance of {@link CTR } 
     233     *  
     234     */ 
     235    public CTR createCTR() { 
     236        return new CTR(); 
     237    } 
     238 
     239    /** 
     240     * Create an instance of {@link CTRPR } 
     241     *  
     242     */ 
     243    public CTRPR createCTRPR() { 
     244        return new CTRPR(); 
     245    } 
     246 
     247    /** 
     248     * Create an instance of {@link CTMPr } 
     249     *  
     250     */ 
     251    public CTMPr createCTMPr() { 
     252        return new CTMPr(); 
     253    } 
     254 
     255    /** 
     256     * Create an instance of {@link CTPhant } 
     257     *  
     258     */ 
     259    public CTPhant createCTPhant() { 
     260        return new CTPhant(); 
     261    } 
     262 
     263    /** 
     264     * Create an instance of {@link CTFType } 
     265     *  
     266     */ 
     267    public CTFType createCTFType() { 
     268        return new CTFType(); 
     269    } 
     270 
     271    /** 
     272     * Create an instance of {@link CTShp } 
     273     *  
     274     */ 
     275    public CTShp createCTShp() { 
     276        return new CTShp(); 
     277    } 
     278 
     279    /** 
     280     * Create an instance of {@link CTSSup } 
     281     *  
     282     */ 
     283    public CTSSup createCTSSup() { 
     284        return new CTSSup(); 
     285    } 
     286 
     287    /** 
     288     * Create an instance of {@link CTUnSignedInteger } 
     289     *  
     290     */ 
     291    public CTUnSignedInteger createCTUnSignedInteger() { 
     292        return new CTUnSignedInteger(); 
     293    } 
     294 
     295    /** 
     296     * Create an instance of {@link CTDPr } 
     297     *  
     298     */ 
     299    public CTDPr createCTDPr() { 
     300        return new CTDPr(); 
     301    } 
     302 
     303    /** 
     304     * Create an instance of {@link CTSSubSupPr } 
     305     *  
     306     */ 
     307    public CTSSubSupPr createCTSSubSupPr() { 
     308        return new CTSSubSupPr(); 
     309    } 
     310 
     311    /** 
     312     * Create an instance of {@link CTOMathArgPr } 
     313     *  
     314     */ 
     315    public CTOMathArgPr createCTOMathArgPr() { 
     316        return new CTOMathArgPr(); 
     317    } 
     318 
     319    /** 
     320     * Create an instance of {@link CTF } 
     321     *  
     322     */ 
     323    public CTF createCTF() { 
     324        return new CTF(); 
     325    } 
     326 
     327    /** 
     328     * Create an instance of {@link CTLimUpp } 
     329     *  
     330     */ 
     331    public CTLimUpp createCTLimUpp() { 
     332        return new CTLimUpp(); 
     333    } 
     334 
     335    /** 
     336     * Create an instance of {@link CTBox } 
     337     *  
     338     */ 
     339    public CTBox createCTBox() { 
     340        return new CTBox(); 
     341    } 
     342 
     343    /** 
     344     * Create an instance of {@link CTPhantPr } 
     345     *  
     346     */ 
     347    public CTPhantPr createCTPhantPr() { 
     348        return new CTPhantPr(); 
     349    } 
     350 
     351    /** 
     352     * Create an instance of {@link CTTopBot } 
     353     *  
     354     */ 
     355    public CTTopBot createCTTopBot() { 
     356        return new CTTopBot(); 
     357    } 
     358 
     359    /** 
     360     * Create an instance of {@link CTChar } 
     361     *  
     362     */ 
     363    public CTChar createCTChar() { 
     364        return new CTChar(); 
     365    } 
     366 
     367    /** 
     368     * Create an instance of {@link CTFPr } 
     369     *  
     370     */ 
     371    public CTFPr createCTFPr() { 
     372        return new CTFPr(); 
     373    } 
     374 
     375    /** 
     376     * Create an instance of {@link CTInteger2 } 
     377     *  
     378     */ 
     379    public CTInteger2 createCTInteger2() { 
     380        return new CTInteger2(); 
     381    } 
     382 
     383    /** 
     384     * Create an instance of {@link CTAcc } 
     385     *  
     386     */ 
     387    public CTAcc createCTAcc() { 
     388        return new CTAcc(); 
     389    } 
     390 
     391    /** 
     392     * Create an instance of {@link CTNaryPr } 
     393     *  
     394     */ 
     395    public CTNaryPr createCTNaryPr() { 
     396        return new CTNaryPr(); 
     397    } 
     398 
     399    /** 
     400     * Create an instance of {@link CTLimLowPr } 
     401     *  
     402     */ 
     403    public CTLimLowPr createCTLimLowPr() { 
     404        return new CTLimLowPr(); 
     405    } 
     406 
     407    /** 
     408     * Create an instance of {@link CTSPrePr } 
     409     *  
     410     */ 
     411    public CTSPrePr createCTSPrePr() { 
     412        return new CTSPrePr(); 
     413    } 
     414 
     415    /** 
     416     * Create an instance of {@link CTString } 
     417     *  
     418     */ 
     419    public CTString createCTString() { 
     420        return new CTString(); 
     421    } 
     422 
     423    /** 
     424     * Create an instance of {@link CTMathPr } 
     425     *  
     426     */ 
     427    public CTMathPr createCTMathPr() { 
     428        return new CTMathPr(); 
     429    } 
     430 
     431    /** 
     432     * Create an instance of {@link CTBarPr } 
     433     *  
     434     */ 
     435    public CTBarPr createCTBarPr() { 
     436        return new CTBarPr(); 
     437    } 
     438 
     439    /** 
     440     * Create an instance of {@link CTAccPr } 
     441     *  
     442     */ 
     443    public CTAccPr createCTAccPr() { 
     444        return new CTAccPr(); 
     445    } 
     446 
     447    /** 
     448     * Create an instance of {@link CTNary } 
     449     *  
     450     */ 
     451    public CTNary createCTNary() { 
     452        return new CTNary(); 
     453    } 
     454 
     455    /** 
    144456     * Create an instance of {@link CTLimUppPr } 
    145457     *  
     
    150462 
    151463    /** 
     464     * Create an instance of {@link CTBreakBinSub } 
     465     *  
     466     */ 
     467    public CTBreakBinSub createCTBreakBinSub() { 
     468        return new CTBreakBinSub(); 
     469    } 
     470 
     471    /** 
     472     * Create an instance of {@link CTGroupChrPr } 
     473     *  
     474     */ 
     475    public CTGroupChrPr createCTGroupChrPr() { 
     476        return new CTGroupChrPr(); 
     477    } 
     478 
     479    /** 
     480     * Create an instance of {@link CTManualBreak } 
     481     *  
     482     */ 
     483    public CTManualBreak createCTManualBreak() { 
     484        return new CTManualBreak(); 
     485    } 
     486 
     487    /** 
     488     * Create an instance of {@link CTOMath } 
     489     *  
     490     */ 
     491    public CTOMath createCTOMath() { 
     492        return new CTOMath(); 
     493    } 
     494 
     495    /** 
     496     * Create an instance of {@link CTMCS } 
     497     *  
     498     */ 
     499    public CTMCS createCTMCS() { 
     500        return new CTMCS(); 
     501    } 
     502 
     503    /** 
     504     * Create an instance of {@link CTScript } 
     505     *  
     506     */ 
     507    public CTScript createCTScript() { 
     508        return new CTScript(); 
     509    } 
     510 
     511    /** 
     512     * Create an instance of {@link CTOMathPara } 
     513     *  
     514     */ 
     515    public CTOMathPara createCTOMathPara() { 
     516        return new CTOMathPara(); 
     517    } 
     518 
     519    /** 
     520     * Create an instance of {@link CTD } 
     521     *  
     522     */ 
     523    public CTD createCTD() { 
     524        return new CTD(); 
     525    } 
     526 
     527    /** 
     528     * Create an instance of {@link CTXAlign } 
     529     *  
     530     */ 
     531    public CTXAlign createCTXAlign() { 
     532        return new CTXAlign(); 
     533    } 
     534 
     535    /** 
     536     * Create an instance of {@link CTTwipsMeasure } 
     537     *  
     538     */ 
     539    public CTTwipsMeasure createCTTwipsMeasure() { 
     540        return new CTTwipsMeasure(); 
     541    } 
     542 
     543    /** 
     544     * Create an instance of {@link CTEqArr } 
     545     *  
     546     */ 
     547    public CTEqArr createCTEqArr() { 
     548        return new CTEqArr(); 
     549    } 
     550 
     551    /** 
     552     * Create an instance of {@link CTSpacingRule } 
     553     *  
     554     */ 
     555    public CTSpacingRule createCTSpacingRule() { 
     556        return new CTSpacingRule(); 
     557    } 
     558 
     559    /** 
     560     * Create an instance of {@link CTCtrlPr } 
     561     *  
     562     */ 
     563    public CTCtrlPr createCTCtrlPr() { 
     564        return new CTCtrlPr(); 
     565    } 
     566 
     567    /** 
     568     * Create an instance of {@link CTBorderBox } 
     569     *  
     570     */ 
     571    public CTBorderBox createCTBorderBox() { 
     572        return new CTBorderBox(); 
     573    } 
     574 
     575    /** 
     576     * Create an instance of {@link CTBreakBin } 
     577     *  
     578     */ 
     579    public CTBreakBin createCTBreakBin() { 
     580        return new CTBreakBin(); 
     581    } 
     582 
     583    /** 
     584     * Create an instance of {@link CTSSupPr } 
     585     *  
     586     */ 
     587    public CTSSupPr createCTSSupPr() { 
     588        return new CTSSupPr(); 
     589    } 
     590 
     591    /** 
     592     * Create an instance of {@link CTOMathJc } 
     593     *  
     594     */ 
     595    public CTOMathJc createCTOMathJc() { 
     596        return new CTOMathJc(); 
     597    } 
     598 
     599    /** 
     600     * Create an instance of {@link CTSSub } 
     601     *  
     602     */ 
     603    public CTSSub createCTSSub() { 
     604        return new CTSSub(); 
     605    } 
     606 
     607    /** 
     608     * Create an instance of {@link CTStyle } 
     609     *  
     610     */ 
     611    public CTStyle createCTStyle() { 
     612        return new CTStyle(); 
     613    } 
     614 
     615    /** 
     616     * Create an instance of {@link CTLimLoc } 
     617     *  
     618     */ 
     619    public CTLimLoc createCTLimLoc() { 
     620        return new CTLimLoc(); 
     621    } 
     622 
     623    /** 
     624     * Create an instance of {@link CTOMathParaPr } 
     625     *  
     626     */ 
     627    public CTOMathParaPr createCTOMathParaPr() { 
     628        return new CTOMathParaPr(); 
     629    } 
     630 
     631    /** 
     632     * Create an instance of {@link CTEqArrPr } 
     633     *  
     634     */ 
     635    public CTEqArrPr createCTEqArrPr() { 
     636        return new CTEqArrPr(); 
     637    } 
     638 
     639    /** 
     640     * Create an instance of {@link CTRadPr } 
     641     *  
     642     */ 
     643    public CTRadPr createCTRadPr() { 
     644        return new CTRadPr(); 
     645    } 
     646 
     647    /** 
     648     * Create an instance of {@link CTSSubPr } 
     649     *  
     650     */ 
     651    public CTSSubPr createCTSSubPr() { 
     652        return new CTSSubPr(); 
     653    } 
     654 
     655    /** 
     656     * Create an instance of {@link CTYAlign } 
     657     *  
     658     */ 
     659    public CTYAlign createCTYAlign() { 
     660        return new CTYAlign(); 
     661    } 
     662 
     663    /** 
     664     * Create an instance of {@link CTText } 
     665     *  
     666     */ 
     667    public CTText createCTText() { 
     668        return new CTText(); 
     669    } 
     670 
     671    /** 
     672     * Create an instance of {@link CTFunc } 
     673     *  
     674     */ 
     675    public CTFunc createCTFunc() { 
     676        return new CTFunc(); 
     677    } 
     678 
     679    /** 
     680     * Create an instance of {@link CTFuncPr } 
     681     *  
     682     */ 
     683    public CTFuncPr createCTFuncPr() { 
     684        return new CTFuncPr(); 
     685    } 
     686 
     687    /** 
     688     * Create an instance of {@link CTBar } 
     689     *  
     690     */ 
     691    public CTBar createCTBar() { 
     692        return new CTBar(); 
     693    } 
     694 
     695    /** 
     696     * Create an instance of {@link CTBorderBoxPr } 
     697     *  
     698     */ 
     699    public CTBorderBoxPr createCTBorderBoxPr() { 
     700        return new CTBorderBoxPr(); 
     701    } 
     702 
     703    /** 
    152704     * Create an instance of {@link CTM } 
    153705     *  
     
    155707    public CTM createCTM() { 
    156708        return new CTM(); 
    157     } 
    158  
    159     /** 
    160      * Create an instance of {@link CTOMath } 
    161      *  
    162      */ 
    163     public CTOMath createCTOMath() { 
    164         return new CTOMath(); 
    165     } 
    166  
    167     /** 
    168      * Create an instance of {@link CTLimLowPr } 
    169      *  
    170      */ 
    171     public CTLimLowPr createCTLimLowPr() { 
    172         return new CTLimLowPr(); 
    173     } 
    174  
    175     /** 
    176      * Create an instance of {@link CTMathPr } 
    177      *  
    178      */ 
    179     public CTMathPr createCTMathPr() { 
    180         return new CTMathPr(); 
    181     } 
    182  
    183     /** 
    184      * Create an instance of {@link CTNaryPr } 
    185      *  
    186      */ 
    187     public CTNaryPr createCTNaryPr() { 
    188         return new CTNaryPr(); 
    189     } 
    190  
    191     /** 
    192      * Create an instance of {@link CTBar } 
    193      *  
    194      */ 
    195     public CTBar createCTBar() { 
    196         return new CTBar(); 
    197     } 
    198  
    199     /** 
    200      * Create an instance of {@link CTUnSignedInteger } 
    201      *  
    202      */ 
    203     public CTUnSignedInteger createCTUnSignedInteger() { 
    204         return new CTUnSignedInteger(); 
    205     } 
    206  
    207     /** 
    208      * Create an instance of {@link CTGroupChrPr } 
    209      *  
    210      */ 
    211     public CTGroupChrPr createCTGroupChrPr() { 
    212         return new CTGroupChrPr(); 
    213     } 
    214  
    215     /** 
    216      * Create an instance of {@link CTOMathParaPr } 
    217      *  
    218      */ 
    219     public CTOMathParaPr createCTOMathParaPr() { 
    220         return new CTOMathParaPr(); 
    221     } 
    222  
    223     /** 
    224      * Create an instance of {@link CTSSubPr } 
    225      *  
    226      */ 
    227     public CTSSubPr createCTSSubPr() { 
    228         return new CTSSubPr(); 
    229     } 
    230  
    231     /** 
    232      * Create an instance of {@link CTOMathPara } 
    233      *  
    234      */ 
    235     public CTOMathPara createCTOMathPara() { 
    236         return new CTOMathPara(); 
    237     } 
    238  
    239     /** 
    240      * Create an instance of {@link CTBreakBinSub } 
    241      *  
    242      */ 
    243     public CTBreakBinSub createCTBreakBinSub() { 
    244         return new CTBreakBinSub(); 
    245     } 
    246  
    247     /** 
    248      * Create an instance of {@link CTMCPr } 
    249      *  
    250      */ 
    251     public CTMCPr createCTMCPr() { 
    252         return new CTMCPr(); 
    253     } 
    254  
    255     /** 
    256      * Create an instance of {@link CTChar } 
    257      *  
    258      */ 
    259     public CTChar createCTChar() { 
    260         return new CTChar(); 
    261     } 
    262  
    263     /** 
    264      * Create an instance of {@link CTSPrePr } 
    265      *  
    266      */ 
    267     public CTSPrePr createCTSPrePr() { 
    268         return new CTSPrePr(); 
    269     } 
    270  
    271     /** 
    272      * Create an instance of {@link CTLimLow } 
    273      *  
    274      */ 
    275     public CTLimLow createCTLimLow() { 
    276         return new CTLimLow(); 
    277     } 
    278  
    279     /** 
    280      * Create an instance of {@link CTDPr } 
    281      *  
    282      */ 
    283     public CTDPr createCTDPr() { 
    284         return new CTDPr(); 
    285     } 
    286  
    287     /** 
    288      * Create an instance of {@link CTPhant } 
    289      *  
    290      */ 
    291     public CTPhant createCTPhant() { 
    292         return new CTPhant(); 
    293     } 
    294  
    295     /** 
    296      * Create an instance of {@link CTMPr } 
    297      *  
    298      */ 
    299     public CTMPr createCTMPr() { 
    300         return new CTMPr(); 
    301     } 
    302  
    303     /** 
    304      * Create an instance of {@link CTMR } 
    305      *  
    306      */ 
    307     public CTMR createCTMR() { 
    308         return new CTMR(); 
    309     } 
    310  
    311     /** 
    312      * Create an instance of {@link CTYAlign } 
    313      *  
    314      */ 
    315     public CTYAlign createCTYAlign() { 
    316         return new CTYAlign(); 
    317     } 
    318  
    319     /** 
    320      * Create an instance of {@link CTOMathJc } 
    321      *  
    322      */ 
    323     public CTOMathJc createCTOMathJc() { 
    324         return new CTOMathJc(); 
    325     } 
    326  
    327     /** 
    328      * Create an instance of {@link CTPhantPr } 
    329      *  
    330      */ 
    331     public CTPhantPr createCTPhantPr() { 
    332         return new CTPhantPr(); 
    333     } 
    334  
    335     /** 
    336      * Create an instance of {@link CTSSupPr } 
    337      *  
    338      */ 
    339     public CTSSupPr createCTSSupPr() { 
    340         return new CTSSupPr(); 
    341     } 
    342  
    343     /** 
    344      * Create an instance of {@link CTBorderBox } 
    345      *  
    346      */ 
    347     public CTBorderBox createCTBorderBox() { 
    348         return new CTBorderBox(); 
    349     } 
    350  
    351     /** 
    352      * Create an instance of {@link CTSSup } 
    353      *  
    354      */ 
    355     public CTSSup createCTSSup() { 
    356         return new CTSSup(); 
    357     } 
    358  
    359     /** 
    360      * Create an instance of {@link CTSSubSup } 
    361      *  
    362      */ 
    363     public CTSSubSup createCTSSubSup() { 
    364         return new CTSSubSup(); 
    365     } 
    366  
    367     /** 
    368      * Create an instance of {@link CTBoxPr } 
    369      *  
    370      */ 
    371     public CTBoxPr createCTBoxPr() { 
    372         return new CTBoxPr(); 
    373     } 
    374  
    375     /** 
    376      * Create an instance of {@link CTInteger2 } 
    377      *  
    378      */ 
    379     public CTInteger2 createCTInteger2() { 
    380         return new CTInteger2(); 
    381     } 
    382  
    383     /** 
    384      * Create an instance of {@link CTCtrlPr } 
    385      *  
    386      */ 
    387     public CTCtrlPr createCTCtrlPr() { 
    388         return new CTCtrlPr(); 
    389     } 
    390  
    391     /** 
    392      * Create an instance of {@link CTEqArr } 
    393      *  
    394      */ 
    395     public CTEqArr createCTEqArr() { 
    396         return new CTEqArr(); 
    397     } 
    398  
    399     /** 
    400      * Create an instance of {@link CTBarPr } 
    401      *  
    402      */ 
    403     public CTBarPr createCTBarPr() { 
    404         return new CTBarPr(); 
    405     } 
    406  
    407     /** 
    408      * Create an instance of {@link CTOMathArgPr } 
    409      *  
    410      */ 
    411     public CTOMathArgPr createCTOMathArgPr() { 
    412         return new CTOMathArgPr(); 
    413     } 
    414  
    415     /** 
    416      * Create an instance of {@link CTText } 
    417      *  
    418      */ 
    419     public CTText createCTText() { 
    420         return new CTText(); 
    421     } 
    422  
    423     /** 
    424      * Create an instance of {@link CTMCS } 
    425      *  
    426      */ 
    427     public CTMCS createCTMCS() { 
    428         return new CTMCS(); 
    429     } 
    430  
    431     /** 
    432      * Create an instance of {@link CTString } 
    433      *  
    434      */ 
    435     public CTString createCTString() { 
    436         return new CTString(); 
    437     } 
    438  
    439     /** 
    440      * Create an instance of {@link CTOMathArg } 
    441      *  
    442      */ 
    443     public CTOMathArg createCTOMathArg() { 
    444         return new CTOMathArg(); 
    445     } 
    446  
    447     /** 
    448      * Create an instance of {@link CTOnOff } 
    449      *  
    450      */ 
    451     public CTOnOff createCTOnOff() { 
    452         return new CTOnOff(); 
    453     } 
    454  
    455     /** 
    456      * Create an instance of {@link CTNary } 
    457      *  
    458      */ 
    459     public CTNary createCTNary() { 
    460         return new CTNary(); 
    461     } 
    462  
    463     /** 
    464      * Create an instance of {@link CTSSub } 
    465      *  
    466      */ 
    467     public CTSSub createCTSSub() { 
    468         return new CTSSub(); 
    469     } 
    470  
    471     /** 
    472      * Create an instance of {@link CTFuncPr } 
    473      *  
    474      */ 
    475     public CTFuncPr createCTFuncPr() { 
    476         return new CTFuncPr(); 
    477     } 
    478  
    479     /** 
    480      * Create an instance of {@link CTFType } 
    481      *  
    482      */ 
    483     public CTFType createCTFType() { 
    484         return new CTFType(); 
    485     } 
    486  
    487     /** 
    488      * Create an instance of {@link CTLimLoc } 
    489      *  
    490      */ 
    491     public CTLimLoc createCTLimLoc() { 
    492         return new CTLimLoc(); 
    493     } 
    494  
    495     /** 
    496      * Create an instance of {@link CTRadPr } 
    497      *  
    498      */ 
    499     public CTRadPr createCTRadPr() { 
    500         return new CTRadPr(); 
    501     } 
    502  
    503     /** 
    504      * Create an instance of {@link CTBreakBin } 
    505      *  
    506      */ 
    507     public CTBreakBin createCTBreakBin() { 
    508         return new CTBreakBin(); 
    509     } 
    510  
    511     /** 
    512      * Create an instance of {@link CTRad } 
    513      *  
    514      */ 
    515     public CTRad createCTRad() { 
    516         return new CTRad(); 
    517     } 
    518  
    519     /** 
    520      * Create an instance of {@link CTBorderBoxPr } 
    521      *  
    522      */ 
    523     public CTBorderBoxPr createCTBorderBoxPr() { 
    524         return new CTBorderBoxPr(); 
    525     } 
    526  
    527     /** 
    528      * Create an instance of {@link CTXAlign } 
    529      *  
    530      */ 
    531     public CTXAlign createCTXAlign() { 
    532         return new CTXAlign(); 
    533     } 
    534  
    535     /** 
    536      * Create an instance of {@link CTTwipsMeasure } 
    537      *  
    538      */ 
    539     public CTTwipsMeasure createCTTwipsMeasure() { 
    540         return new CTTwipsMeasure(); 
    541     } 
    542  
    543     /** 
    544      * Create an instance of {@link CTD } 
    545      *  
    546      */ 
    547     public CTD createCTD() { 
    548         return new CTD(); 
    549     } 
    550  
    551     /** 
    552      * Create an instance of {@link CTShp } 
    553      *  
    554      */ 
    555     public CTShp createCTShp() { 
    556         return new CTShp(); 
    557     } 
    558  
    559     /** 
    560      * Create an instance of {@link CTManualBreak } 
    561      *  
    562      */ 
    563     public CTManualBreak createCTManualBreak() { 
    564         return new CTManualBreak(); 
    565     } 
    566  
    567     /** 
    568      * Create an instance of {@link CTStyle } 
    569      *  
    570      */ 
    571     public CTStyle createCTStyle() { 
    572         return new CTStyle(); 
    573     } 
    574  
    575     /** 
    576      * Create an instance of {@link CTEqArrPr } 
    577      *  
    578      */ 
    579     public CTEqArrPr createCTEqArrPr() { 
    580         return new CTEqArrPr(); 
    581     } 
    582  
    583     /** 
    584      * Create an instance of {@link CTFunc } 
    585      *  
    586      */ 
    587     public CTFunc createCTFunc() { 
    588         return new CTFunc(); 
    589     } 
    590  
    591     /** 
    592      * Create an instance of {@link CTSSubSupPr } 
    593      *  
    594      */ 
    595     public CTSSubSupPr createCTSSubSupPr() { 
    596         return new CTSSubSupPr(); 
    597     } 
    598  
    599     /** 
    600      * Create an instance of {@link CTAccPr } 
    601      *  
    602      */ 
    603     public CTAccPr createCTAccPr() { 
    604         return new CTAccPr(); 
    605     } 
    606  
    607     /** 
    608      * Create an instance of {@link CTInteger255 } 
    609      *  
    610      */ 
    611     public CTInteger255 createCTInteger255() { 
    612         return new CTInteger255(); 
    613     } 
    614  
    615     /** 
    616      * Create an instance of {@link CTRPR } 
    617      *  
    618      */ 
    619     public CTRPR createCTRPR() { 
    620         return new CTRPR(); 
    621     } 
    622  
    623     /** 
    624      * Create an instance of {@link CTF } 
    625      *  
    626      */ 
    627     public CTF createCTF() { 
    628         return new CTF(); 
    629     } 
    630  
    631     /** 
    632      * Create an instance of {@link CTScript } 
    633      *  
    634      */ 
    635     public CTScript createCTScript() { 
    636         return new CTScript(); 
    637     } 
    638  
    639     /** 
    640      * Create an instance of {@link CTAcc } 
    641      *  
    642      */ 
    643     public CTAcc createCTAcc() { 
    644         return new CTAcc(); 
    645     } 
    646  
    647     /** 
    648      * Create an instance of {@link CTLimUpp } 
    649      *  
    650      */ 
    651     public CTLimUpp createCTLimUpp() { 
    652         return new CTLimUpp(); 
    653     } 
    654  
    655     /** 
    656      * Create an instance of {@link CTFPr } 
    657      *  
    658      */ 
    659     public CTFPr createCTFPr() { 
    660         return new CTFPr(); 
    661     } 
    662  
    663     /** 
    664      * Create an instance of {@link CTGroupChr } 
    665      *  
    666      */ 
    667     public CTGroupChr createCTGroupChr() { 
    668         return new CTGroupChr(); 
    669     } 
    670  
    671     /** 
    672      * Create an instance of {@link CTMC } 
    673      *  
    674      */ 
    675     public CTMC createCTMC() { 
    676         return new CTMC(); 
    677     } 
    678  
    679     /** 
    680      * Create an instance of {@link CTBox } 
    681      *  
    682      */ 
    683     public CTBox createCTBox() { 
    684         return new CTBox(); 
    685     } 
    686  
    687     /** 
    688      * Create an instance of {@link CTR } 
    689      *  
    690      */ 
    691     public CTR createCTR() { 
    692         return new CTR(); 
    693     } 
    694  
    695     /** 
    696      * Create an instance of {@link CTTopBot } 
    697      *  
    698      */ 
    699     public CTTopBot createCTTopBot() { 
    700         return new CTTopBot(); 
    701     } 
    702  
    703     /** 
    704      * Create an instance of {@link CTSpacingRule } 
    705      *  
    706      */ 
    707     public CTSpacingRule createCTSpacingRule() { 
    708         return new CTSpacingRule(); 
    709709    } 
    710710 
     
    748748     *  
    749749     */ 
     750    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTOMathArg.class) 
     751    public JAXBElement<CTMoveBookmark> createCTOMathArgMoveFromRangeStart(CTMoveBookmark value) { 
     752        return new JAXBElement<CTMoveBookmark>(_CTOMathArgMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTOMathArg.class, value); 
     753    } 
     754 
     755    /** 
     756     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     757     *  
     758     */ 
     759    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTOMathArg.class) 
     760    public JAXBElement<CTMarkupRange> createCTOMathArgMoveFromRangeEnd(CTMarkupRange value) { 
     761        return new JAXBElement<CTMarkupRange>(_CTOMathArgMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTOMathArg.class, value); 
     762    } 
     763 
     764    /** 
     765     * Create an instance of {@link JAXBElement }{@code <}{@link CTSPre }{@code >}} 
     766     *  
     767     */ 
     768    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "sPre", scope = CTOMathArg.class) 
     769    public JAXBElement<CTSPre> createCTOMathArgSPre(CTSPre value) { 
     770        return new JAXBElement<CTSPre>(_CTOMathArgSPre_QNAME, CTSPre.class, CTOMathArg.class, value); 
     771    } 
     772 
     773    /** 
     774     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     775     *  
     776     */ 
     777    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTOMathArg.class) 
     778    public JAXBElement<CTMarkupRange> createCTOMathArgMoveToRangeEnd(CTMarkupRange value) { 
     779        return new JAXBElement<CTMarkupRange>(_CTOMathArgMoveToRangeEnd_QNAME, CTMarkupRange.class, CTOMathArg.class, value); 
     780    } 
     781 
     782    /** 
     783     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     784     *  
     785     */ 
     786    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTOMathArg.class) 
     787    public JAXBElement<CTMarkup> createCTOMathArgCustomXmlDelRangeEnd(CTMarkup value) { 
     788        return new JAXBElement<CTMarkup>(_CTOMathArgCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTOMathArg.class, value); 
     789    } 
     790 
     791    /** 
     792     * Create an instance of {@link JAXBElement }{@code <}{@link CTBorderBox }{@code >}} 
     793     *  
     794     */ 
     795    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "borderBox", scope = CTOMathArg.class) 
     796    public JAXBElement<CTBorderBox> createCTOMathArgBorderBox(CTBorderBox value) { 
     797        return new JAXBElement<CTBorderBox>(_CTOMathArgBorderBox_QNAME, CTBorderBox.class, CTOMathArg.class, value); 
     798    } 
     799 
     800    /** 
     801     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     802     *  
     803     */ 
     804    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTOMathArg.class) 
     805    public JAXBElement<CTMarkup> createCTOMathArgCustomXmlMoveToRangeEnd(CTMarkup value) { 
     806        return new JAXBElement<CTMarkup>(_CTOMathArgCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTOMathArg.class, value); 
     807    } 
     808 
     809    /** 
     810     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     811     *  
     812     */ 
     813    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTOMathArg.class) 
     814    public JAXBElement<CTTrackChange> createCTOMathArgCustomXmlInsRangeStart(CTTrackChange value) { 
     815        return new JAXBElement<CTTrackChange>(_CTOMathArgCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTOMathArg.class, value); 
     816    } 
     817 
     818    /** 
     819     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     820     *  
     821     */ 
     822    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTOMathArg.class) 
     823    public JAXBElement<CTTrackChange> createCTOMathArgCustomXmlMoveToRangeStart(CTTrackChange value) { 
     824        return new JAXBElement<CTTrackChange>(_CTOMathArgCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTOMathArg.class, value); 
     825    } 
     826 
     827    /** 
     828     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     829     *  
     830     */ 
     831    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTOMathArg.class) 
     832    public JAXBElement<CTMarkup> createCTOMathArgCustomXmlInsRangeEnd(CTMarkup value) { 
     833        return new JAXBElement<CTMarkup>(_CTOMathArgCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTOMathArg.class, value); 
     834    } 
     835 
     836    /** 
     837     * Create an instance of {@link JAXBElement }{@code <}{@link CTGroupChr }{@code >}} 
     838     *  
     839     */ 
     840    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "groupChr", scope = CTOMathArg.class) 
     841    public JAXBElement<CTGroupChr> createCTOMathArgGroupChr(CTGroupChr value) { 
     842        return new JAXBElement<CTGroupChr>(_CTOMathArgGroupChr_QNAME, CTGroupChr.class, CTOMathArg.class, value); 
     843    } 
     844 
     845    /** 
     846     * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 
     847     *  
     848     */ 
     849    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTOMathArg.class) 
     850    public JAXBElement<RangePermissionStart> createCTOMathArgPermStart(RangePermissionStart value) { 
     851        return new JAXBElement<RangePermissionStart>(_CTOMathArgPermStart_QNAME, RangePermissionStart.class, CTOMathArg.class, value); 
     852    } 
     853 
     854    /** 
     855     * Create an instance of {@link JAXBElement }{@code <}{@link CTFunc }{@code >}} 
     856     *  
     857     */ 
     858    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "func", scope = CTOMathArg.class) 
     859    public JAXBElement<CTFunc> createCTOMathArgFunc(CTFunc value) { 
     860        return new JAXBElement<CTFunc>(_CTOMathArgFunc_QNAME, CTFunc.class, CTOMathArg.class, value); 
     861    } 
     862 
     863    /** 
     864     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     865     *  
     866     */ 
     867    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTOMathArg.class) 
     868    public JAXBElement<CTMoveBookmark> createCTOMathArgMoveToRangeStart(CTMoveBookmark value) { 
     869        return new JAXBElement<CTMoveBookmark>(_CTOMathArgMoveToRangeStart_QNAME, CTMoveBookmark.class, CTOMathArg.class, value); 
     870    } 
     871 
     872    /** 
     873     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     874     *  
     875     */ 
     876    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTOMathArg.class) 
     877    public JAXBElement<CTMarkupRange> createCTOMathArgBookmarkEnd(CTMarkupRange value) { 
     878        return new JAXBElement<CTMarkupRange>(_CTOMathArgBookmarkEnd_QNAME, CTMarkupRange.class, CTOMathArg.class, value); 
     879    } 
     880 
     881    /** 
     882     * Create an instance of {@link JAXBElement }{@code <}{@link CTSSubSup }{@code >}} 
     883     *  
     884     */ 
     885    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "sSubSup", scope = CTOMathArg.class) 
     886    public JAXBElement<CTSSubSup> createCTOMathArgSSubSup(CTSSubSup value) { 
     887        return new JAXBElement<CTSSubSup>(_CTOMathArgSSubSup_QNAME, CTSSubSup.class, CTOMathArg.class, value); 
     888    } 
     889 
     890    /** 
     891     * Create an instance of {@link JAXBElement }{@code <}{@link CTLimUpp }{@code >}} 
     892     *  
     893     */ 
     894    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "limUpp", scope = CTOMathArg.class) 
     895    public JAXBElement<CTLimUpp> createCTOMathArgLimUpp(CTLimUpp value) { 
     896        return new JAXBElement<CTLimUpp>(_CTOMathArgLimUpp_QNAME, CTLimUpp.class, CTOMathArg.class, value); 
     897    } 
     898 
     899    /** 
     900     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     901     *  
     902     */ 
     903    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTOMathArg.class) 
     904    public JAXBElement<CTMarkup> createCTOMathArgCustomXmlMoveFromRangeEnd(CTMarkup value) { 
     905        return new JAXBElement<CTMarkup>(_CTOMathArgCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTOMathArg.class, value); 
     906    } 
     907 
     908    /** 
     909     * Create an instance of {@link JAXBElement }{@code <}{@link CTAcc }{@code >}} 
     910     *  
     911     */ 
     912    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "acc", scope = CTOMathArg.class) 
     913    public JAXBElement<CTAcc> createCTOMathArgAcc(CTAcc value) { 
     914        return new JAXBElement<CTAcc>(_CTOMathArgAcc_QNAME, CTAcc.class, CTOMathArg.class, value); 
     915    } 
     916 
     917    /** 
     918     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     919     *  
     920     */ 
     921    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTOMathArg.class) 
     922    public JAXBElement<RunTrackChange> createCTOMathArgMoveFrom(RunTrackChange value) { 
     923        return new JAXBElement<RunTrackChange>(_CTOMathArgMoveFrom_QNAME, RunTrackChange.class, CTOMathArg.class, value); 
     924    } 
     925 
     926    /** 
     927     * Create an instance of {@link JAXBElement }{@code <}{@link CTM }{@code >}} 
     928     *  
     929     */ 
     930    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "m", scope = CTOMathArg.class) 
     931    public JAXBElement<CTM> createCTOMathArgM(CTM value) { 
     932        return new JAXBElement<CTM>(_CTOMathArgM_QNAME, CTM.class, CTOMathArg.class, value); 
     933    } 
     934 
     935    /** 
     936     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     937     *  
     938     */ 
     939    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTOMathArg.class) 
     940    public JAXBElement<CTTrackChange> createCTOMathArgCustomXmlMoveFromRangeStart(CTTrackChange value) { 
     941        return new JAXBElement<CTTrackChange>(_CTOMathArgCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTOMathArg.class, value); 
     942    } 
     943 
     944    /** 
     945     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     946     *  
     947     */ 
     948    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTOMathArg.class) 
     949    public JAXBElement<CTTrackChange> createCTOMathArgCustomXmlDelRangeStart(CTTrackChange value) { 
     950        return new JAXBElement<CTTrackChange>(_CTOMathArgCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTOMathArg.class, value); 
     951    } 
     952 
     953    /** 
     954     * Create an instance of {@link JAXBElement }{@code <}{@link CTLimLow }{@code >}} 
     955     *  
     956     */ 
     957    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "limLow", scope = CTOMathArg.class) 
     958    public JAXBElement<CTLimLow> createCTOMathArgLimLow(CTLimLow value) { 
     959        return new JAXBElement<CTLimLow>(_CTOMathArgLimLow_QNAME, CTLimLow.class, CTOMathArg.class, value); 
     960    } 
     961 
     962    /** 
     963     * Create an instance of {@link JAXBElement }{@code <}{@link CTSSup }{@code >}} 
     964     *  
     965     */ 
     966    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "sSup", scope = CTOMathArg.class) 
     967    public JAXBElement<CTSSup> createCTOMathArgSSup(CTSSup value) { 
     968        return new JAXBElement<CTSSup>(_CTOMathArgSSup_QNAME, CTSSup.class, CTOMathArg.class, value); 
     969    } 
     970 
     971    /** 
     972     * Create an instance of {@link JAXBElement }{@code <}{@link CTD }{@code >}} 
     973     *  
     974     */ 
     975    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "d", scope = CTOMathArg.class) 
     976    public JAXBElement<CTD> createCTOMathArgD(CTD value) { 
     977        return new JAXBElement<CTD>(_CTOMathArgD_QNAME, CTD.class, CTOMathArg.class, value); 
     978    } 
     979 
     980    /** 
     981     * Create an instance of {@link JAXBElement }{@code <}{@link CTEqArr }{@code >}} 
     982     *  
     983     */ 
     984    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "eqArr", scope = CTOMathArg.class) 
     985    public JAXBElement<CTEqArr> createCTOMathArgEqArr(CTEqArr value) { 
     986        return new JAXBElement<CTEqArr>(_CTOMathArgEqArr_QNAME, CTEqArr.class, CTOMathArg.class, value); 
     987    } 
     988 
     989    /** 
     990     * Create an instance of {@link JAXBElement }{@code <}{@link CTF }{@code >}} 
     991     *  
     992     */ 
     993    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "f", scope = CTOMathArg.class) 
     994    public JAXBElement<CTF> createCTOMathArgF(CTF value) { 
     995        return new JAXBElement<CTF>(_CTOMathArgF_QNAME, CTF.class, CTOMathArg.class, value); 
     996    } 
     997 
     998    /** 
     999     * Create an instance of {@link JAXBElement }{@code <}{@link CTNary }{@code >}} 
     1000     *  
     1001     */ 
     1002    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "nary", scope = CTOMathArg.class) 
     1003    public JAXBElement<CTNary> createCTOMathArgNary(CTNary value) { 
     1004        return new JAXBElement<CTNary>(_CTOMathArgNary_QNAME, CTNary.class, CTOMathArg.class, value); 
     1005    } 
     1006 
     1007    /** 
     1008     * Create an instance of {@link JAXBElement }{@code <}{@link CTRad }{@code >}} 
     1009     *  
     1010     */ 
     1011    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "rad", scope = CTOMathArg.class) 
     1012    public JAXBElement<CTRad> createCTOMathArgRad(CTRad value) { 
     1013        return new JAXBElement<CTRad>(_CTOMathArgRad_QNAME, CTRad.class, CTOMathArg.class, value); 
     1014    } 
     1015 
     1016    /** 
     1017     * Create an instance of {@link JAXBElement }{@code <}{@link CTBar }{@code >}} 
     1018     *  
     1019     */ 
     1020    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "bar", scope = CTOMathArg.class) 
     1021    public JAXBElement<CTBar> createCTOMathArgBar(CTBar value) { 
     1022        return new JAXBElement<CTBar>(_CTOMathArgBar_QNAME, CTBar.class, CTOMathArg.class, value); 
     1023    } 
     1024 
     1025    /** 
     1026     * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 
     1027     *  
     1028     */ 
     1029    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTOMathArg.class) 
     1030    public JAXBElement<CTPerm> createCTOMathArgPermEnd(CTPerm value) { 
     1031        return new JAXBElement<CTPerm>(_CTOMathArgPermEnd_QNAME, CTPerm.class, CTOMathArg.class, value); 
     1032    } 
     1033 
     1034    /** 
     1035     * Create an instance of {@link JAXBElement }{@code <}{@link CTBox }{@code >}} 
     1036     *  
     1037     */ 
     1038    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "box", scope = CTOMathArg.class) 
     1039    public JAXBElement<CTBox> createCTOMathArgBox(CTBox value) { 
     1040        return new JAXBElement<CTBox>(_CTOMathArgBox_QNAME, CTBox.class, CTOMathArg.class, value); 
     1041    } 
     1042 
     1043    /** 
     1044     * Create an instance of {@link JAXBElement }{@code <}{@link CTR }{@code >}} 
     1045     *  
     1046     */ 
     1047    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "r", scope = CTOMathArg.class) 
     1048    public JAXBElement<CTR> createCTOMathArgR(CTR value) { 
     1049        return new JAXBElement<CTR>(_CTOMathArgR_QNAME, CTR.class, CTOMathArg.class, value); 
     1050    } 
     1051 
     1052    /** 
     1053     * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 
     1054     *  
     1055     */ 
     1056    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTOMathArg.class) 
     1057    public JAXBElement<CTBookmark> createCTOMathArgBookmarkStart(CTBookmark value) { 
     1058        return new JAXBElement<CTBookmark>(_CTOMathArgBookmarkStart_QNAME, CTBookmark.class, CTOMathArg.class, value); 
     1059    } 
     1060 
     1061    /** 
     1062     * Create an instance of {@link JAXBElement }{@code <}{@link CTPhant }{@code >}} 
     1063     *  
     1064     */ 
     1065    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "phant", scope = CTOMathArg.class) 
     1066    public JAXBElement<CTPhant> createCTOMathArgPhant(CTPhant value) { 
     1067        return new JAXBElement<CTPhant>(_CTOMathArgPhant_QNAME, CTPhant.class, CTOMathArg.class, value); 
     1068    } 
     1069 
     1070    /** 
     1071     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     1072     *  
     1073     */ 
     1074    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTOMathArg.class) 
     1075    public JAXBElement<RunTrackChange> createCTOMathArgMoveTo(RunTrackChange value) { 
     1076        return new JAXBElement<RunTrackChange>(_CTOMathArgMoveTo_QNAME, RunTrackChange.class, CTOMathArg.class, value); 
     1077    } 
     1078 
     1079    /** 
     1080     * Create an instance of {@link JAXBElement }{@code <}{@link CTSSub }{@code >}} 
     1081     *  
     1082     */ 
     1083    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "sSub", scope = CTOMathArg.class) 
     1084    public JAXBElement<CTSSub> createCTOMathArgSSub(CTSSub value) { 
     1085        return new JAXBElement<CTSSub>(_CTOMathArgSSub_QNAME, CTSSub.class, CTOMathArg.class, value); 
     1086    } 
     1087 
     1088    /** 
     1089     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     1090     *  
     1091     */ 
    7501092    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTOMath.class) 
    7511093    public JAXBElement<CTMoveBookmark> createCTOMathMoveFromRangeStart(CTMoveBookmark value) { 
    752         return new JAXBElement<CTMoveBookmark>(_CTOMathMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTOMath.class, value); 
     1094        return new JAXBElement<CTMoveBookmark>(_CTOMathArgMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTOMath.class, value); 
    7531095    } 
    7541096 
     
    7591101    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTOMath.class) 
    7601102    public JAXBElement<CTMarkupRange> createCTOMathMoveFromRangeEnd(CTMarkupRange value) { 
    761         return new JAXBElement<CTMarkupRange>(_CTOMathMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTOMath.class, value); 
     1103        return new JAXBElement<CTMarkupRange>(_CTOMathArgMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTOMath.class, value); 
    7621104    } 
    7631105 
     
    7681110    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "sPre", scope = CTOMath.class) 
    7691111    public JAXBElement<CTSPre> createCTOMathSPre(CTSPre value) { 
    770         return new JAXBElement<CTSPre>(_CTOMathSPre_QNAME, CTSPre.class, CTOMath.class, value); 
     1112        return new JAXBElement<CTSPre>(_CTOMathArgSPre_QNAME, CTSPre.class, CTOMath.class, value); 
     1113    } 
     1114 
     1115    /** 
     1116     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     1117     *  
     1118     */ 
     1119    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTOMath.class) 
     1120    public JAXBElement<CTMarkup> createCTOMathCustomXmlDelRangeEnd(CTMarkup value) { 
     1121        return new JAXBElement<CTMarkup>(_CTOMathArgCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTOMath.class, value); 
    7711122    } 
    7721123 
     
    7771128    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "borderBox", scope = CTOMath.class) 
    7781129    public JAXBElement<CTBorderBox> createCTOMathBorderBox(CTBorderBox value) { 
    779         return new JAXBElement<CTBorderBox>(_CTOMathBorderBox_QNAME, CTBorderBox.class, CTOMath.class, value); 
    780     } 
    781  
    782     /** 
    783      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
    784      *  
    785      */ 
    786     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTOMath.class) 
    787     public JAXBElement<CTMarkup> createCTOMathCustomXmlDelRangeEnd(CTMarkup value) { 
    788         return new JAXBElement<CTMarkup>(_CTOMathCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTOMath.class, value); 
     1130        return new JAXBElement<CTBorderBox>(_CTOMathArgBorderBox_QNAME, CTBorderBox.class, CTOMath.class, value); 
    7891131    } 
    7901132 
     
    7951137    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTOMath.class) 
    7961138    public JAXBElement<CTMarkupRange> createCTOMathMoveToRangeEnd(CTMarkupRange value) { 
    797         return new JAXBElement<CTMarkupRange>(_CTOMathMoveToRangeEnd_QNAME, CTMarkupRange.class, CTOMath.class, value); 
     1139        return new JAXBElement<CTMarkupRange>(_CTOMathArgMoveToRangeEnd_QNAME, CTMarkupRange.class, CTOMath.class, value); 
    7981140    } 
    7991141 
     
    8041146    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTOMath.class) 
    8051147    public JAXBElement<CTMarkup> createCTOMathCustomXmlMoveToRangeEnd(CTMarkup value) { 
    806         return new JAXBElement<CTMarkup>(_CTOMathCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTOMath.class, value); 
     1148        return new JAXBElement<CTMarkup>(_CTOMathArgCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTOMath.class, value); 
    8071149    } 
    8081150 
     
    8131155    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTOMath.class) 
    8141156    public JAXBElement<CTTrackChange> createCTOMathCustomXmlInsRangeStart(CTTrackChange value) { 
    815         return new JAXBElement<CTTrackChange>(_CTOMathCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTOMath.class, value); 
     1157        return new JAXBElement<CTTrackChange>(_CTOMathArgCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTOMath.class, value); 
    8161158    } 
    8171159 
     
    8221164    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTOMath.class) 
    8231165    public JAXBElement<CTTrackChange> createCTOMathCustomXmlMoveToRangeStart(CTTrackChange value) { 
    824         return new JAXBElement<CTTrackChange>(_CTOMathCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTOMath.class, value); 
     1166        return new JAXBElement<CTTrackChange>(_CTOMathArgCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTOMath.class, value); 
    8251167    } 
    8261168 
     
    8311173    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTOMath.class) 
    8321174    public JAXBElement<CTMarkup> createCTOMathCustomXmlInsRangeEnd(CTMarkup value) { 
    833         return new JAXBElement<CTMarkup>(_CTOMathCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTOMath.class, value); 
     1175        return new JAXBElement<CTMarkup>(_CTOMathArgCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTOMath.class, value); 
    8341176    } 
    8351177 
     
    8401182    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "groupChr", scope = CTOMath.class) 
    8411183    public JAXBElement<CTGroupChr> createCTOMathGroupChr(CTGroupChr value) { 
    842         return new JAXBElement<CTGroupChr>(_CTOMathGroupChr_QNAME, CTGroupChr.class, CTOMath.class, value); 
     1184        return new JAXBElement<CTGroupChr>(_CTOMathArgGroupChr_QNAME, CTGroupChr.class, CTOMath.class, value); 
    8431185    } 
    8441186 
     
    8491191    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTOMath.class) 
    8501192    public JAXBElement<RangePermissionStart> createCTOMathPermStart(RangePermissionStart value) { 
    851         return new JAXBElement<RangePermissionStart>(_CTOMathPermStart_QNAME, RangePermissionStart.class, CTOMath.class, value); 
     1193        return new JAXBElement<RangePermissionStart>(_CTOMathArgPermStart_QNAME, RangePermissionStart.class, CTOMath.class, value); 
     1194    } 
     1195 
     1196    /** 
     1197     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     1198     *  
     1199     */ 
     1200    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTOMath.class) 
     1201    public JAXBElement<CTMoveBookmark> createCTOMathMoveToRangeStart(CTMoveBookmark value) { 
     1202        return new JAXBElement<CTMoveBookmark>(_CTOMathArgMoveToRangeStart_QNAME, CTMoveBookmark.class, CTOMath.class, value); 
    8521203    } 
    8531204 
     
    8581209    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "func", scope = CTOMath.class) 
    8591210    public JAXBElement<CTFunc> createCTOMathFunc(CTFunc value) { 
    860         return new JAXBElement<CTFunc>(_CTOMathFunc_QNAME, CTFunc.class, CTOMath.class, value); 
    861     } 
    862  
    863     /** 
    864      * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
    865      *  
    866      */ 
    867     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTOMath.class) 
    868     public JAXBElement<CTMoveBookmark> createCTOMathMoveToRangeStart(CTMoveBookmark value) { 
    869         return new JAXBElement<CTMoveBookmark>(_CTOMathMoveToRangeStart_QNAME, CTMoveBookmark.class, CTOMath.class, value); 
     1211        return new JAXBElement<CTFunc>(_CTOMathArgFunc_QNAME, CTFunc.class, CTOMath.class, value); 
    8701212    } 
    8711213 
     
    8761218    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTOMath.class) 
    8771219    public JAXBElement<CTMarkupRange> createCTOMathBookmarkEnd(CTMarkupRange value) { 
    878         return new JAXBElement<CTMarkupRange>(_CTOMathBookmarkEnd_QNAME, CTMarkupRange.class, CTOMath.class, value); 
     1220        return new JAXBElement<CTMarkupRange>(_CTOMathArgBookmarkEnd_QNAME, CTMarkupRange.class, CTOMath.class, value); 
    8791221    } 
    8801222 
     
    8851227    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "sSubSup", scope = CTOMath.class) 
    8861228    public JAXBElement<CTSSubSup> createCTOMathSSubSup(CTSSubSup value) { 
    887         return new JAXBElement<CTSSubSup>(_CTOMathSSubSup_QNAME, CTSSubSup.class, CTOMath.class, value); 
     1229        return new JAXBElement<CTSSubSup>(_CTOMathArgSSubSup_QNAME, CTSSubSup.class, CTOMath.class, value); 
    8881230    } 
    8891231 
     
    8941236    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "limUpp", scope = CTOMath.class) 
    8951237    public JAXBElement<CTLimUpp> createCTOMathLimUpp(CTLimUpp value) { 
    896         return new JAXBElement<CTLimUpp>(_CTOMathLimUpp_QNAME, CTLimUpp.class, CTOMath.class, value); 
     1238        return new JAXBElement<CTLimUpp>(_CTOMathArgLimUpp_QNAME, CTLimUpp.class, CTOMath.class, value); 
    8971239    } 
    8981240 
     
    9031245    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTOMath.class) 
    9041246    public JAXBElement<CTMarkup> createCTOMathCustomXmlMoveFromRangeEnd(CTMarkup value) { 
    905         return new JAXBElement<CTMarkup>(_CTOMathCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTOMath.class, value); 
     1247        return new JAXBElement<CTMarkup>(_CTOMathArgCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTOMath.class, value); 
    9061248    } 
    9071249 
     
    9121254    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "acc", scope = CTOMath.class) 
    9131255    public JAXBElement<CTAcc> createCTOMathAcc(CTAcc value) { 
    914         return new JAXBElement<CTAcc>(_CTOMathAcc_QNAME, CTAcc.class, CTOMath.class, value); 
     1256        return new JAXBElement<CTAcc>(_CTOMathArgAcc_QNAME, CTAcc.class, CTOMath.class, value); 
    9151257    } 
    9161258 
     
    9211263    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTOMath.class) 
    9221264    public JAXBElement<RunTrackChange> createCTOMathMoveFrom(RunTrackChange value) { 
    923         return new JAXBElement<RunTrackChange>(_CTOMathMoveFrom_QNAME, RunTrackChange.class, CTOMath.class, value); 
     1265        return new JAXBElement<RunTrackChange>(_CTOMathArgMoveFrom_QNAME, RunTrackChange.class, CTOMath.class, value); 
     1266    } 
     1267 
     1268    /** 
     1269     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     1270     *  
     1271     */ 
     1272    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTOMath.class) 
     1273    public JAXBElement<CTTrackChange> createCTOMathCustomXmlMoveFromRangeStart(CTTrackChange value) { 
     1274        return new JAXBElement<CTTrackChange>(_CTOMathArgCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTOMath.class, value); 
    9241275    } 
    9251276 
     
    9301281    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "m", scope = CTOMath.class) 
    9311282    public JAXBElement<CTM> createCTOMathM(CTM value) { 
    932         return new JAXBElement<CTM>(_CTOMathM_QNAME, CTM.class, CTOMath.class, value); 
     1283        return new JAXBElement<CTM>(_CTOMathArgM_QNAME, CTM.class, CTOMath.class, value); 
    9331284    } 
    9341285 
     
    9371288     *  
    9381289     */ 
    939     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTOMath.class) 
    940     public JAXBElement<CTTrackChange> createCTOMathCustomXmlMoveFromRangeStart(CTTrackChange value) { 
    941         return new JAXBElement<CTTrackChange>(_CTOMathCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTOMath.class, value); 
     1290    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTOMath.class) 
     1291    public JAXBElement<CTTrackChange> createCTOMathCustomXmlDelRangeStart(CTTrackChange value) { 
     1292        return new JAXBElement<CTTrackChange>(_CTOMathArgCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTOMath.class, value); 
    9421293    } 
    9431294 
     
    9481299    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "limLow", scope = CTOMath.class) 
    9491300    public JAXBElement<CTLimLow> createCTOMathLimLow(CTLimLow value) { 
    950         return new JAXBElement<CTLimLow>(_CTOMathLimLow_QNAME, CTLimLow.class, CTOMath.class, value); 
    951     } 
    952  
    953     /** 
    954      * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
    955      *  
    956      */ 
    957     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTOMath.class) 
    958     public JAXBElement<CTTrackChange> createCTOMathCustomXmlDelRangeStart(CTTrackChange value) { 
    959         return new JAXBElement<CTTrackChange>(_CTOMathCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTOMath.class, value); 
     1301        return new JAXBElement<CTLimLow>(_CTOMathArgLimLow_QNAME, CTLimLow.class, CTOMath.class, value); 
    9601302    } 
    9611303 
     
    9661308    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "sSup", scope = CTOMath.class) 
    9671309    public JAXBElement<CTSSup> createCTOMathSSup(CTSSup value) { 
    968         return new JAXBElement<CTSSup>(_CTOMathSSup_QNAME, CTSSup.class, CTOMath.class, value); 
     1310        return new JAXBElement<CTSSup>(_CTOMathArgSSup_QNAME, CTSSup.class, CTOMath.class, value); 
    9691311    } 
    9701312 
     
    9751317    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "d", scope = CTOMath.class) 
    9761318    public JAXBElement<CTD> createCTOMathD(CTD value) { 
    977         return new JAXBElement<CTD>(_CTOMathD_QNAME, CTD.class, CTOMath.class, value); 
     1319        return new JAXBElement<CTD>(_CTOMathArgD_QNAME, CTD.class, CTOMath.class, value); 
     1320    } 
     1321 
     1322    /** 
     1323     * Create an instance of {@link JAXBElement }{@code <}{@link CTF }{@code >}} 
     1324     *  
     1325     */ 
     1326    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "f", scope = CTOMath.class) 
     1327    public JAXBElement<CTF> createCTOMathF(CTF value) { 
     1328        return new JAXBElement<CTF>(_CTOMathArgF_QNAME, CTF.class, CTOMath.class, value); 
    9781329    } 
    9791330 
     
    9841335    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "eqArr", scope = CTOMath.class) 
    9851336    public JAXBElement<CTEqArr> createCTOMathEqArr(CTEqArr value) { 
    986         return new JAXBElement<CTEqArr>(_CTOMathEqArr_QNAME, CTEqArr.class, CTOMath.class, value); 
    987     } 
    988  
    989     /** 
    990      * Create an instance of {@link JAXBElement }{@code <}{@link CTF }{@code >}} 
    991      *  
    992      */ 
    993     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "f", scope = CTOMath.class) 
    994     public JAXBElement<CTF> createCTOMathF(CTF value) { 
    995         return new JAXBElement<CTF>(_CTOMathF_QNAME, CTF.class, CTOMath.class, value); 
     1337        return new JAXBElement<CTEqArr>(_CTOMathArgEqArr_QNAME, CTEqArr.class, CTOMath.class, value); 
     1338    } 
     1339 
     1340    /** 
     1341     * Create an instance of {@link JAXBElement }{@code <}{@link CTRad }{@code >}} 
     1342     *  
     1343     */ 
     1344    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "rad", scope = CTOMath.class) 
     1345    public JAXBElement<CTRad> createCTOMathRad(CTRad value) { 
     1346        return new JAXBElement<CTRad>(_CTOMathArgRad_QNAME, CTRad.class, CTOMath.class, value); 
    9961347    } 
    9971348 
     
    10021353    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "nary", scope = CTOMath.class) 
    10031354    public JAXBElement<CTNary> createCTOMathNary(CTNary value) { 
    1004         return new JAXBElement<CTNary>(_CTOMathNary_QNAME, CTNary.class, CTOMath.class, value); 
    1005     } 
    1006  
    1007     /** 
    1008      * Create an instance of {@link JAXBElement }{@code <}{@link CTRad }{@code >}} 
    1009      *  
    1010      */ 
    1011     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "rad", scope = CTOMath.class) 
    1012     public JAXBElement<CTRad> createCTOMathRad(CTRad value) { 
    1013         return new JAXBElement<CTRad>(_CTOMathRad_QNAME, CTRad.class, CTOMath.class, value); 
     1355        return new JAXBElement<CTNary>(_CTOMathArgNary_QNAME, CTNary.class, CTOMath.class, value); 
    10141356    } 
    10151357 
     
    10201362    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "bar", scope = CTOMath.class) 
    10211363    public JAXBElement<CTBar> createCTOMathBar(CTBar value) { 
    1022         return new JAXBElement<CTBar>(_CTOMathBar_QNAME, CTBar.class, CTOMath.class, value); 
     1364        return new JAXBElement<CTBar>(_CTOMathArgBar_QNAME, CTBar.class, CTOMath.class, value); 
    10231365    } 
    10241366 
     
    10291371    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTOMath.class) 
    10301372    public JAXBElement<CTPerm> createCTOMathPermEnd(CTPerm value) { 
    1031         return new JAXBElement<CTPerm>(_CTOMathPermEnd_QNAME, CTPerm.class, CTOMath.class, value); 
     1373        return new JAXBElement<CTPerm>(_CTOMathArgPermEnd_QNAME, CTPerm.class, CTOMath.class, value); 
    10321374    } 
    10331375 
     
    10381380    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "box", scope = CTOMath.class) 
    10391381    public JAXBElement<CTBox> createCTOMathBox(CTBox value) { 
    1040         return new JAXBElement<CTBox>(_CTOMathBox_QNAME, CTBox.class, CTOMath.class, value); 
     1382        return new JAXBElement<CTBox>(_CTOMathArgBox_QNAME, CTBox.class, CTOMath.class, value); 
    10411383    } 
    10421384 
     
    10471389    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "r", scope = CTOMath.class) 
    10481390    public JAXBElement<CTR> createCTOMathR(CTR value) { 
    1049         return new JAXBElement<CTR>(_CTOMathR_QNAME, CTR.class, CTOMath.class, value); 
     1391        return new JAXBElement<CTR>(_CTOMathArgR_QNAME, CTR.class, CTOMath.class, value); 
    10501392    } 
    10511393 
     
    10561398    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTOMath.class) 
    10571399    public JAXBElement<CTBookmark> createCTOMathBookmarkStart(CTBookmark value) { 
    1058         return new JAXBElement<CTBookmark>(_CTOMathBookmarkStart_QNAME, CTBookmark.class, CTOMath.class, value); 
     1400        return new JAXBElement<CTBookmark>(_CTOMathArgBookmarkStart_QNAME, CTBookmark.class, CTOMath.class, value); 
     1401    } 
     1402 
     1403    /** 
     1404     * Create an instance of {@link JAXBElement }{@code <}{@link CTPhant }{@code >}} 
     1405     *  
     1406     */ 
     1407    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "phant", scope = CTOMath.class) 
     1408    public JAXBElement<CTPhant> createCTOMathPhant(CTPhant value) { 
     1409        return new JAXBElement<CTPhant>(_CTOMathArgPhant_QNAME, CTPhant.class, CTOMath.class, value); 
    10591410    } 
    10601411 
     
    10651416    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTOMath.class) 
    10661417    public JAXBElement<RunTrackChange> createCTOMathMoveTo(RunTrackChange value) { 
    1067         return new JAXBElement<RunTrackChange>(_CTOMathMoveTo_QNAME, RunTrackChange.class, CTOMath.class, value); 
    1068     } 
    1069  
    1070     /** 
    1071      * Create an instance of {@link JAXBElement }{@code <}{@link CTPhant }{@code >}} 
    1072      *  
    1073      */ 
    1074     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "phant", scope = CTOMath.class) 
    1075     public JAXBElement<CTPhant> createCTOMathPhant(CTPhant value) { 
    1076         return new JAXBElement<CTPhant>(_CTOMathPhant_QNAME, CTPhant.class, CTOMath.class, value); 
     1418        return new JAXBElement<RunTrackChange>(_CTOMathArgMoveTo_QNAME, RunTrackChange.class, CTOMath.class, value); 
    10771419    } 
    10781420 
     
    10831425    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "sSub", scope = CTOMath.class) 
    10841426    public JAXBElement<CTSSub> createCTOMathSSub(CTSSub value) { 
    1085         return new JAXBElement<CTSSub>(_CTOMathSSub_QNAME, CTSSub.class, CTOMath.class, value); 
     1427        return new JAXBElement<CTSSub>(_CTOMathArgSSub_QNAME, CTSSub.class, CTOMath.class, value); 
    10861428    } 
    10871429 
     
    11051447 
    11061448    /** 
     1449     * Create an instance of {@link JAXBElement }{@code <}{@link CTFtnEdnRef }{@code >}} 
     1450     *  
     1451     */ 
     1452    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "footnoteReference", scope = CTR.class) 
     1453    public JAXBElement<CTFtnEdnRef> createCTRFootnoteReference(CTFtnEdnRef value) { 
     1454        return new JAXBElement<CTFtnEdnRef>(_CTRFootnoteReference_QNAME, CTFtnEdnRef.class, CTR.class, value); 
     1455    } 
     1456 
     1457    /** 
    11071458     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.PgNum }{@code >}} 
    11081459     *  
     
    11141465 
    11151466    /** 
    1116      * Create an instance of {@link JAXBElement }{@code <}{@link CTFtnEdnRef }{@code >}} 
    1117      *  
    1118      */ 
    1119     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "footnoteReference", scope = CTR.class) 
    1120     public JAXBElement<CTFtnEdnRef> createCTRFootnoteReference(CTFtnEdnRef value) { 
    1121         return new JAXBElement<CTFtnEdnRef>(_CTRFootnoteReference_QNAME, CTFtnEdnRef.class, CTR.class, value); 
    1122     } 
    1123  
    1124     /** 
    11251467     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.EndnoteRef }{@code >}} 
    11261468     *  
     
    11321474 
    11331475    /** 
     1476     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.SoftHyphen }{@code >}} 
     1477     *  
     1478     */ 
     1479    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "softHyphen", scope = CTR.class) 
     1480    public JAXBElement<org.docx4j.wml.R.SoftHyphen> createCTRSoftHyphen(org.docx4j.wml.R.SoftHyphen value) { 
     1481        return new JAXBElement<org.docx4j.wml.R.SoftHyphen>(_CTRSoftHyphen_QNAME, org.docx4j.wml.R.SoftHyphen.class, CTR.class, value); 
     1482    } 
     1483 
     1484    /** 
    11341485     * Create an instance of {@link CTR.RPrMath }} 
    11351486     *  
     
    11411492 
    11421493    /** 
    1143      * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.SoftHyphen }{@code >}} 
    1144      *  
    1145      */ 
    1146     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "softHyphen", scope = CTR.class) 
    1147     public JAXBElement<org.docx4j.wml.R.SoftHyphen> createCTRSoftHyphen(org.docx4j.wml.R.SoftHyphen value) { 
    1148         return new JAXBElement<org.docx4j.wml.R.SoftHyphen>(_CTRSoftHyphen_QNAME, org.docx4j.wml.R.SoftHyphen.class, CTR.class, value); 
    1149     } 
    1150  
    1151     /** 
    11521494     * Create an instance of {@link JAXBElement }{@code <}{@link CTFtnEdnRef }{@code >}} 
    11531495     *  
     
    13211663 
    13221664    /** 
     1665     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.YearShort }{@code >}} 
     1666     *  
     1667     */ 
     1668    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "yearShort", scope = CTR.class) 
     1669    public JAXBElement<org.docx4j.wml.R.YearShort> createCTRYearShort(org.docx4j.wml.R.YearShort value) { 
     1670        return new JAXBElement<org.docx4j.wml.R.YearShort>(_CTRYearShort_QNAME, org.docx4j.wml.R.YearShort.class, CTR.class, value); 
     1671    } 
     1672 
     1673    /** 
    13231674     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.FootnoteRef }{@code >}} 
    13241675     *  
     
    13301681 
    13311682    /** 
    1332      * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.YearShort }{@code >}} 
    1333      *  
    1334      */ 
    1335     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "yearShort", scope = CTR.class) 
    1336     public JAXBElement<org.docx4j.wml.R.YearShort> createCTRYearShort(org.docx4j.wml.R.YearShort value) { 
    1337         return new JAXBElement<org.docx4j.wml.R.YearShort>(_CTRYearShort_QNAME, org.docx4j.wml.R.YearShort.class, CTR.class, value); 
    1338     } 
    1339  
    1340     /** 
    13411683     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.DayShort }{@code >}} 
    13421684     *  
     
    13831725    } 
    13841726 
    1385     /** 
    1386      * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
    1387      *  
    1388      */ 
    1389     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTOMathArg.class) 
    1390     public JAXBElement<CTMoveBookmark> createCTOMathArgMoveFromRangeStart(CTMoveBookmark value) { 
    1391         return new JAXBElement<CTMoveBookmark>(_CTOMathMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTOMathArg.class, value); 
    1392     } 
    1393  
    1394     /** 
    1395      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
    1396      *  
    1397      */ 
    1398     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTOMathArg.class) 
    1399     public JAXBElement<CTMarkupRange> createCTOMathArgMoveFromRangeEnd(CTMarkupRange value) { 
    1400         return new JAXBElement<CTMarkupRange>(_CTOMathMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTOMathArg.class, value); 
    1401     } 
    1402  
    1403     /** 
    1404      * Create an instance of {@link JAXBElement }{@code <}{@link CTSPre }{@code >}} 
    1405      *  
    1406      */ 
    1407     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "sPre", scope = CTOMathArg.class) 
    1408     public JAXBElement<CTSPre> createCTOMathArgSPre(CTSPre value) { 
    1409         return new JAXBElement<CTSPre>(_CTOMathSPre_QNAME, CTSPre.class, CTOMathArg.class, value); 
    1410     } 
    1411  
    1412     /** 
    1413      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
    1414      *  
    1415      */ 
    1416     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTOMathArg.class) 
    1417     public JAXBElement<CTMarkupRange> createCTOMathArgMoveToRangeEnd(CTMarkupRange value) { 
    1418         return new JAXBElement<CTMarkupRange>(_CTOMathMoveToRangeEnd_QNAME, CTMarkupRange.class, CTOMathArg.class, value); 
    1419     } 
    1420  
    1421     /** 
    1422      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
    1423      *  
    1424      */ 
    1425     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTOMathArg.class) 
    1426     public JAXBElement<CTMarkup> createCTOMathArgCustomXmlDelRangeEnd(CTMarkup value) { 
    1427         return new JAXBElement<CTMarkup>(_CTOMathCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTOMathArg.class, value); 
    1428     } 
    1429  
    1430     /** 
    1431      * Create an instance of {@link JAXBElement }{@code <}{@link CTBorderBox }{@code >}} 
    1432      *  
    1433      */ 
    1434     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "borderBox", scope = CTOMathArg.class) 
    1435     public JAXBElement<CTBorderBox> createCTOMathArgBorderBox(CTBorderBox value) { 
    1436         return new JAXBElement<CTBorderBox>(_CTOMathBorderBox_QNAME, CTBorderBox.class, CTOMathArg.class, value); 
    1437     } 
    1438  
    1439     /** 
    1440      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
    1441      *  
    1442      */ 
    1443     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTOMathArg.class) 
    1444     public JAXBElement<CTMarkup> createCTOMathArgCustomXmlMoveToRangeEnd(CTMarkup value) { 
    1445         return new JAXBElement<CTMarkup>(_CTOMathCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTOMathArg.class, value); 
    1446     } 
    1447  
    1448     /** 
    1449      * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
    1450      *  
    1451      */ 
    1452     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTOMathArg.class) 
    1453     public JAXBElement<CTTrackChange> createCTOMathArgCustomXmlInsRangeStart(CTTrackChange value) { 
    1454         return new JAXBElement<CTTrackChange>(_CTOMathCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTOMathArg.class, value); 
    1455     } 
    1456  
    1457     /** 
    1458      * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
    1459      *  
    1460      */ 
    1461     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTOMathArg.class) 
    1462     public JAXBElement<CTTrackChange> createCTOMathArgCustomXmlMoveToRangeStart(CTTrackChange value) { 
    1463         return new JAXBElement<CTTrackChange>(_CTOMathCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTOMathArg.class, value); 
    1464     } 
    1465  
    1466     /** 
    1467      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
    1468      *  
    1469      */ 
    1470     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTOMathArg.class) 
    1471     public JAXBElement<CTMarkup> createCTOMathArgCustomXmlInsRangeEnd(CTMarkup value) { 
    1472         return new JAXBElement<CTMarkup>(_CTOMathCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTOMathArg.class, value); 
    1473     } 
    1474  
    1475     /** 
    1476      * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 
    1477      *  
    1478      */ 
    1479     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTOMathArg.class) 
    1480     public JAXBElement<RangePermissionStart> createCTOMathArgPermStart(RangePermissionStart value) { 
    1481         return new JAXBElement<RangePermissionStart>(_CTOMathPermStart_QNAME, RangePermissionStart.class, CTOMathArg.class, value); 
    1482     } 
    1483  
    1484     /** 
    1485      * Create an instance of {@link JAXBElement }{@code <}{@link CTGroupChr }{@code >}} 
    1486      *  
    1487      */ 
    1488     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "groupChr", scope = CTOMathArg.class) 
    1489     public JAXBElement<CTGroupChr> createCTOMathArgGroupChr(CTGroupChr value) { 
    1490         return new JAXBElement<CTGroupChr>(_CTOMathGroupChr_QNAME, CTGroupChr.class, CTOMathArg.class, value); 
    1491     } 
    1492  
    1493     /** 
    1494      * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
    1495      *  
    1496      */ 
    1497     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTOMathArg.class) 
    1498     public JAXBElement<CTMoveBookmark> createCTOMathArgMoveToRangeStart(CTMoveBookmark value) { 
    1499         return new JAXBElement<CTMoveBookmark>(_CTOMathMoveToRangeStart_QNAME, CTMoveBookmark.class, CTOMathArg.class, value); 
    1500     } 
    1501  
    1502     /** 
    1503      * Create an instance of {@link JAXBElement }{@code <}{@link CTFunc }{@code >}} 
    1504      *  
    1505      */ 
    1506     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "func", scope = CTOMathArg.class) 
    1507     public JAXBElement<CTFunc> createCTOMathArgFunc(CTFunc value) { 
    1508         return new JAXBElement<CTFunc>(_CTOMathFunc_QNAME, CTFunc.class, CTOMathArg.class, value); 
    1509     } 
    1510  
    1511     /** 
    1512      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
    1513      *  
    1514      */ 
    1515     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTOMathArg.class) 
    1516     public JAXBElement<CTMarkupRange> createCTOMathArgBookmarkEnd(CTMarkupRange value) { 
    1517         return new JAXBElement<CTMarkupRange>(_CTOMathBookmarkEnd_QNAME, CTMarkupRange.class, CTOMathArg.class, value); 
    1518     } 
    1519  
    1520     /** 
    1521      * Create an instance of {@link JAXBElement }{@code <}{@link CTSSubSup }{@code >}} 
    1522      *  
    1523      */ 
    1524     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "sSubSup", scope = CTOMathArg.class) 
    1525     public JAXBElement<CTSSubSup> createCTOMathArgSSubSup(CTSSubSup value) { 
    1526         return new JAXBElement<CTSSubSup>(_CTOMathSSubSup_QNAME, CTSSubSup.class, CTOMathArg.class, value); 
    1527     } 
    1528  
    1529     /** 
    1530      * Create an instance of {@link JAXBElement }{@code <}{@link CTLimUpp }{@code >}} 
    1531      *  
    1532      */ 
    1533     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "limUpp", scope = CTOMathArg.class) 
    1534     public JAXBElement<CTLimUpp> createCTOMathArgLimUpp(CTLimUpp value) { 
    1535         return new JAXBElement<CTLimUpp>(_CTOMathLimUpp_QNAME, CTLimUpp.class, CTOMathArg.class, value); 
    1536     } 
    1537  
    1538     /** 
    1539      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
    1540      *  
    1541      */ 
    1542     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTOMathArg.class) 
    1543     public JAXBElement<CTMarkup> createCTOMathArgCustomXmlMoveFromRangeEnd(CTMarkup value) { 
    1544         return new JAXBElement<CTMarkup>(_CTOMathCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTOMathArg.class, value); 
    1545     } 
    1546  
    1547     /** 
    1548      * Create an instance of {@link JAXBElement }{@code <}{@link CTAcc }{@code >}} 
    1549      *  
    1550      */ 
    1551     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "acc", scope = CTOMathArg.class) 
    1552     public JAXBElement<CTAcc> createCTOMathArgAcc(CTAcc value) { 
    1553         return new JAXBElement<CTAcc>(_CTOMathAcc_QNAME, CTAcc.class, CTOMathArg.class, value); 
    1554     } 
    1555  
    1556     /** 
    1557      * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
    1558      *  
    1559      */ 
    1560     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTOMathArg.class) 
    1561     public JAXBElement<RunTrackChange> createCTOMathArgMoveFrom(RunTrackChange value) { 
    1562         return new JAXBElement<RunTrackChange>(_CTOMathMoveFrom_QNAME, RunTrackChange.class, CTOMathArg.class, value); 
    1563     } 
    1564  
    1565     /** 
    1566      * Create an instance of {@link JAXBElement }{@code <}{@link CTM }{@code >}} 
    1567      *  
    1568      */ 
    1569     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "m", scope = CTOMathArg.class) 
    1570     public JAXBElement<CTM> createCTOMathArgM(CTM value) { 
    1571         return new JAXBElement<CTM>(_CTOMathM_QNAME, CTM.class, CTOMathArg.class, value); 
    1572     } 
    1573  
    1574     /** 
    1575      * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
    1576      *  
    1577      */ 
    1578     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTOMathArg.class) 
    1579     public JAXBElement<CTTrackChange> createCTOMathArgCustomXmlMoveFromRangeStart(CTTrackChange value) { 
    1580         return new JAXBElement<CTTrackChange>(_CTOMathCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTOMathArg.class, value); 
    1581     } 
    1582  
    1583     /** 
    1584      * Create an instance of {@link JAXBElement }{@code <}{@link CTLimLow }{@code >}} 
    1585      *  
    1586      */ 
    1587     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "limLow", scope = CTOMathArg.class) 
    1588     public JAXBElement<CTLimLow> createCTOMathArgLimLow(CTLimLow value) { 
    1589         return new JAXBElement<CTLimLow>(_CTOMathLimLow_QNAME, CTLimLow.class, CTOMathArg.class, value); 
    1590     } 
    1591  
    1592     /** 
    1593      * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
    1594      *  
    1595      */ 
    1596     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTOMathArg.class) 
    1597     public JAXBElement<CTTrackChange> createCTOMathArgCustomXmlDelRangeStart(CTTrackChange value) { 
    1598         return new JAXBElement<CTTrackChange>(_CTOMathCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTOMathArg.class, value); 
    1599     } 
    1600  
    1601     /** 
    1602      * Create an instance of {@link JAXBElement }{@code <}{@link CTSSup }{@code >}} 
    1603      *  
    1604      */ 
    1605     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "sSup", scope = CTOMathArg.class) 
    1606     public JAXBElement<CTSSup> createCTOMathArgSSup(CTSSup value) { 
    1607         return new JAXBElement<CTSSup>(_CTOMathSSup_QNAME, CTSSup.class, CTOMathArg.class, value); 
    1608     } 
    1609  
    1610     /** 
    1611      * Create an instance of {@link JAXBElement }{@code <}{@link CTD }{@code >}} 
    1612      *  
    1613      */ 
    1614     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "d", scope = CTOMathArg.class) 
    1615     public JAXBElement<CTD> createCTOMathArgD(CTD value) { 
    1616         return new JAXBElement<CTD>(_CTOMathD_QNAME, CTD.class, CTOMathArg.class, value); 
    1617     } 
    1618  
    1619     /** 
    1620      * Create an instance of {@link JAXBElement }{@code <}{@link CTF }{@code >}} 
    1621      *  
    1622      */ 
    1623     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "f", scope = CTOMathArg.class) 
    1624     public JAXBElement<CTF> createCTOMathArgF(CTF value) { 
    1625         return new JAXBElement<CTF>(_CTOMathF_QNAME, CTF.class, CTOMathArg.class, value); 
    1626     } 
    1627  
    1628     /** 
    1629      * Create an instance of {@link JAXBElement }{@code <}{@link CTEqArr }{@code >}} 
    1630      *  
    1631      */ 
    1632     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "eqArr", scope = CTOMathArg.class) 
    1633     public JAXBElement<CTEqArr> createCTOMathArgEqArr(CTEqArr value) { 
    1634         return new JAXBElement<CTEqArr>(_CTOMathEqArr_QNAME, CTEqArr.class, CTOMathArg.class, value); 
    1635     } 
    1636  
    1637     /** 
    1638      * Create an instance of {@link JAXBElement }{@code <}{@link CTNary }{@code >}} 
    1639      *  
    1640      */ 
    1641     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "nary", scope = CTOMathArg.class) 
    1642     public JAXBElement<CTNary> createCTOMathArgNary(CTNary value) { 
    1643         return new JAXBElement<CTNary>(_CTOMathNary_QNAME, CTNary.class, CTOMathArg.class, value); 
    1644     } 
    1645  
    1646     /** 
    1647      * Create an instance of {@link JAXBElement }{@code <}{@link CTRad }{@code >}} 
    1648      *  
    1649      */ 
    1650     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "rad", scope = CTOMathArg.class) 
    1651     public JAXBElement<CTRad> createCTOMathArgRad(CTRad value) { 
    1652         return new JAXBElement<CTRad>(_CTOMathRad_QNAME, CTRad.class, CTOMathArg.class, value); 
    1653     } 
    1654  
    1655     /** 
    1656      * Create an instance of {@link JAXBElement }{@code <}{@link CTBar }{@code >}} 
    1657      *  
    1658      */ 
    1659     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "bar", scope = CTOMathArg.class) 
    1660     public JAXBElement<CTBar> createCTOMathArgBar(CTBar value) { 
    1661         return new JAXBElement<CTBar>(_CTOMathBar_QNAME, CTBar.class, CTOMathArg.class, value); 
    1662     } 
    1663  
    1664     /** 
    1665      * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 
    1666      *  
    1667      */ 
    1668     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTOMathArg.class) 
    1669     public JAXBElement<CTPerm> createCTOMathArgPermEnd(CTPerm value) { 
    1670         return new JAXBElement<CTPerm>(_CTOMathPermEnd_QNAME, CTPerm.class, CTOMathArg.class, value); 
    1671     } 
    1672  
    1673     /** 
    1674      * Create an instance of {@link JAXBElement }{@code <}{@link CTBox }{@code >}} 
    1675      *  
    1676      */ 
    1677     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "box", scope = CTOMathArg.class) 
    1678     public JAXBElement<CTBox> createCTOMathArgBox(CTBox value) { 
    1679         return new JAXBElement<CTBox>(_CTOMathBox_QNAME, CTBox.class, CTOMathArg.class, value); 
    1680     } 
    1681  
    1682     /** 
    1683      * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 
    1684      *  
    1685      */ 
    1686     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTOMathArg.class) 
    1687     public JAXBElement<CTBookmark> createCTOMathArgBookmarkStart(CTBookmark value) { 
    1688         return new JAXBElement<CTBookmark>(_CTOMathBookmarkStart_QNAME, CTBookmark.class, CTOMathArg.class, value); 
    1689     } 
    1690  
    1691     /** 
    1692      * Create an instance of {@link JAXBElement }{@code <}{@link CTR }{@code >}} 
    1693      *  
    1694      */ 
    1695     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "r", scope = CTOMathArg.class) 
    1696     public JAXBElement<CTR> createCTOMathArgR(CTR value) { 
    1697         return new JAXBElement<CTR>(_CTOMathR_QNAME, CTR.class, CTOMathArg.class, value); 
    1698     } 
    1699  
    1700     /** 
    1701      * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
    1702      *  
    1703      */ 
    1704     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTOMathArg.class) 
    1705     public JAXBElement<RunTrackChange> createCTOMathArgMoveTo(RunTrackChange value) { 
    1706         return new JAXBElement<RunTrackChange>(_CTOMathMoveTo_QNAME, RunTrackChange.class, CTOMathArg.class, value); 
    1707     } 
    1708  
    1709     /** 
    1710      * Create an instance of {@link JAXBElement }{@code <}{@link CTPhant }{@code >}} 
    1711      *  
    1712      */ 
    1713     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "phant", scope = CTOMathArg.class) 
    1714     public JAXBElement<CTPhant> createCTOMathArgPhant(CTPhant value) { 
    1715         return new JAXBElement<CTPhant>(_CTOMathPhant_QNAME, CTPhant.class, CTOMathArg.class, value); 
    1716     } 
    1717  
    1718     /** 
    1719      * Create an instance of {@link JAXBElement }{@code <}{@link CTSSub }{@code >}} 
    1720      *  
    1721      */ 
    1722     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "sSub", scope = CTOMathArg.class) 
    1723     public JAXBElement<CTSSub> createCTOMathArgSSub(CTSSub value) { 
    1724         return new JAXBElement<CTSSub>(_CTOMathSSub_QNAME, CTSSub.class, CTOMathArg.class, value); 
    1725     } 
    1726  
    17271727} 
  • trunk/docx4j/src/main/java/org/docx4j/wml/Body.java

    r888 r925  
    3333import javax.xml.bind.annotation.XmlTransient; 
    3434import javax.xml.bind.annotation.XmlType; 
     35import org.docx4j.math.CTOMath; 
     36import org.docx4j.math.CTOMathPara; 
    3537import org.jvnet.jaxb2_commons.ppp.Child; 
    3638 
     
    6769 
    6870    @XmlElementRefs({ 
     71        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     72        @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     73        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     74        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
     75        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     76        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     77        @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     78        @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 
     79        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     80        @XmlElementRef(name = "oMath", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     81        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     82        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
     83        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     84        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
     85        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     86        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     87        @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     88        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     89        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
     90        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
     91        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6992        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     93        @XmlElementRef(name = "oMathPara", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     94        @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     95        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7096        @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    71         @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    72         @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    73         @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    74         @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    75         @XmlElementRef(name = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    76         @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    77         @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    78         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    79         @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
     97        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     98        @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8099        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    82         @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    83         @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    84         @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    85         @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 
    86         @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    87         @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    88         @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    89         @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    90         @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    91         @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    92         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
    93         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
    94         @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    95         @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    96         @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     100        @XmlElementRef(name = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    97101    }) 
    98102    protected List<Object> egBlockLevelElts; 
     
    119123     * <p> 
    120124     * Objects of the following type(s) are allowed in the list 
     125     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     126     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     127     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     128     * {@link CommentRangeStart } 
     129     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     130     * {@link RunIns } 
     131     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     132     * {@link P } 
     133     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     134     * {@link JAXBElement }{@code <}{@link CTOMath }{@code >} 
     135     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     136     * {@link SdtBlock } 
     137     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     138     * {@link CommentRangeEnd } 
     139     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     140     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     141     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     142     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     143     * {@link ProofErr } 
     144     * {@link RunDel } 
     145     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     146     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     147     * {@link JAXBElement }{@code <}{@link CTOMathPara }{@code >} 
     148     * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 
    121149     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    122150     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    123      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    124      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    125      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    126      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    127      * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 
    128      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    129      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    130      * {@link CommentRangeStart } 
    131      * {@link SdtBlock } 
     151     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    132152     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    133153     * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 
    134      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    135      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    136      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    137      * {@link P } 
    138      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    139      * {@link RunDel } 
    140      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    141      * {@link ProofErr } 
    142      * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 
    143      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    144      * {@link RunIns } 
    145      * {@link CommentRangeEnd } 
    146      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    147      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    148      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     154     * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 
    149155     *  
    150156     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTCustomXmlBlock.java

    r888 r925  
    3333import javax.xml.bind.annotation.XmlTransient; 
    3434import javax.xml.bind.annotation.XmlType; 
     35import org.docx4j.math.CTOMath; 
     36import org.docx4j.math.CTOMathPara; 
    3537import org.jvnet.jaxb2_commons.ppp.Child; 
    3638 
     
    6971    protected CTCustomXmlPr customXmlPr; 
    7072    @XmlElementRefs({ 
     73        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     74        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     75        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
     76        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     77        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     78        @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 
     79        @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     80        @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     81        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     82        @XmlElementRef(name = "oMath", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     83        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     84        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     85        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
     86        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     87        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     88        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     89        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
     90        @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     91        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     92        @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     93        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
     94        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
     95        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     96        @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     97        @XmlElementRef(name = "oMathPara", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    7198        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    72         @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    73         @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    74         @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    75         @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    76         @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    77         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    78         @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
    79         @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     99        @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    80100        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    82         @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    83         @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    84         @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    85         @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 
    86         @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    87         @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    88         @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    89         @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    90         @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    91         @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    92         @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    93         @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    94         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
    95         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
    96         @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    97         @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     101        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    98102    }) 
    99103    protected List<Object> egContentBlockContent; 
     
    148152     * Objects of the following type(s) are allowed in the list 
    149153     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    150      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     154     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     155     * {@link CommentRangeStart } 
     156     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     157     * {@link RunIns } 
     158     * {@link P } 
     159     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     160     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     161     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     162     * {@link JAXBElement }{@code <}{@link CTOMath }{@code >} 
     163     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     164     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     165     * {@link SdtBlock } 
     166     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     167     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     168     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     169     * {@link CommentRangeEnd } 
     170     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     171     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    151172     * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 
     173     * {@link ProofErr } 
     174     * {@link RunDel } 
    152175     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    153      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    154      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    155      * {@link CommentRangeStart } 
    156      * {@link SdtBlock } 
    157      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    158      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    159      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    160      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    161      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    162      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    163      * {@link P } 
    164      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    165      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    166      * {@link RunDel } 
    167      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    168      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    169      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    170      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    171      * {@link ProofErr } 
    172      * {@link RunIns } 
    173      * {@link CommentRangeEnd } 
     176     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     177     * {@link JAXBElement }{@code <}{@link CTOMathPara }{@code >} 
    174178     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    175179     * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 
     180     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     181     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    176182     *  
    177183     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTCustomXmlCell.java

    r888 r925  
    3333import javax.xml.bind.annotation.XmlTransient; 
    3434import javax.xml.bind.annotation.XmlType; 
     35import org.docx4j.math.CTOMath; 
     36import org.docx4j.math.CTOMathPara; 
    3537import org.jvnet.jaxb2_commons.ppp.Child; 
    3638 
     
    6971    protected CTCustomXmlPr customXmlPr; 
    7072    @XmlElementRefs({ 
     73        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     74        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     75        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
     76        @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7177        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    72         @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    73         @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     78        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     79        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     80        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     81        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     82        @XmlElementRef(name = "oMath", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     83        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     84        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     85        @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     86        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
     87        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     88        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
     89        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    7490        @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7591        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    76         @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    77         @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     92        @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     93        @XmlElementRef(name = "oMathPara", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     94        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     95        @XmlElementRef(name = "tc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7896        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    80         @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    82         @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     97        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8398        @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    84         @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    85         @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    86         @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    87         @XmlElementRef(name = "tc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    88         @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    89         @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    90         @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    91         @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    92         @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    93         @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    9499        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    95         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
    96         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class) 
     100        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    97101    }) 
    98102    protected List<Object> egContentCellContent; 
     
    146150     * <p> 
    147151     * Objects of the following type(s) are allowed in the list 
    148      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    149152     * {@link JAXBElement }{@code <}{@link CTSdtCell }{@code >} 
     153     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     154     * {@link CommentRangeStart } 
     155     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     156     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    150157     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     158     * {@link RunIns } 
     159     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    151160     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    152      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    153      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    154      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     161     * {@link JAXBElement }{@code <}{@link CTOMath }{@code >} 
     162     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     163     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     164     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     165     * {@link CommentRangeEnd } 
     166     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     167     * {@link ProofErr } 
     168     * {@link RunDel } 
    155169     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    156      * {@link CommentRangeStart } 
    157      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     170     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     171     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     172     * {@link JAXBElement }{@code <}{@link CTOMathPara }{@code >} 
    158173     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     174     * {@link JAXBElement }{@code <}{@link Tc }{@code >} 
     175     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     176     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     177     * {@link JAXBElement }{@code <}{@link CTCustomXmlCell }{@code >} 
    159178     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    160      * {@link JAXBElement }{@code <}{@link CTCustomXmlCell }{@code >} 
    161      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    162      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    163      * {@link RunDel } 
    164      * {@link JAXBElement }{@code <}{@link Tc }{@code >} 
    165      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    166      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    167      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    168      * {@link ProofErr } 
    169      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    170      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    171      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    172      * {@link CommentRangeEnd } 
    173      * {@link RunIns } 
     179     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    174180     *  
    175181     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTCustomXmlRow.java

    r888 r925  
    3333import javax.xml.bind.annotation.XmlTransient; 
    3434import javax.xml.bind.annotation.XmlType; 
     35import org.docx4j.math.CTOMath; 
     36import org.docx4j.math.CTOMathPara; 
    3537import org.jvnet.jaxb2_commons.ppp.Child; 
    3638 
     
    6971    protected CTCustomXmlPr customXmlPr; 
    7072    @XmlElementRefs({ 
     73        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     74        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
     75        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     76        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     77        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     78        @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     79        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     80        @XmlElementRef(name = "oMath", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    7181        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     82        @XmlElementRef(name = "tr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Tr.class), 
     83        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
     84        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     85        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     86        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    7287        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     88        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
     89        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     90        @XmlElementRef(name = "oMathPara", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     91        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     92        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     93        @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     94        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7395        @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     96        @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7497        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    75         @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    76         @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    77         @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    78         @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    8098        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8199        @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    82         @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    83         @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    84         @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    85         @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    86         @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    87         @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    88         @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    89         @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    90         @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    91         @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    92         @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    93         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
    94         @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    95         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
    96         @XmlElementRef(name = "tr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Tr.class) 
     100        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    97101    }) 
    98102    protected List<Object> egContentRowContent; 
     
    146150     * <p> 
    147151     * Objects of the following type(s) are allowed in the list 
     152     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     153     * {@link CommentRangeStart } 
     154     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     155     * {@link RunIns } 
     156     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     157     * {@link JAXBElement }{@code <}{@link CTCustomXmlRow }{@code >} 
     158     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     159     * {@link JAXBElement }{@code <}{@link CTOMath }{@code >} 
    148160     * {@link JAXBElement }{@code <}{@link CTSdtRow }{@code >} 
    149      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    150      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     161     * {@link Tr } 
     162     * {@link CommentRangeEnd } 
    151163     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     164     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     165     * {@link ProofErr } 
     166     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     167     * {@link RunDel } 
     168     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     169     * {@link JAXBElement }{@code <}{@link CTOMathPara }{@code >} 
     170     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    152171     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    153      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    154      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    155      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    156      * {@link CommentRangeStart } 
    157      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    158      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    159      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    160      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    161172     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    162173     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     174     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     175     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     176     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     177     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     178     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    163179     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    164      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    165      * {@link RunDel } 
    166      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    167      * {@link ProofErr } 
    168      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    169      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    170      * {@link CommentRangeEnd } 
    171      * {@link JAXBElement }{@code <}{@link CTCustomXmlRow }{@code >} 
    172      * {@link RunIns } 
    173      * {@link Tr } 
    174180     *  
    175181     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTCustomXmlRun.java

    r888 r925  
    3333import javax.xml.bind.annotation.XmlTransient; 
    3434import javax.xml.bind.annotation.XmlType; 
     35import org.docx4j.math.CTOMath; 
     36import org.docx4j.math.CTOMathPara; 
    3537import org.jvnet.jaxb2_commons.ppp.Child; 
    3638 
     
    6971    protected CTCustomXmlPr customXmlPr; 
    7072    @XmlElementRefs({ 
     73        @XmlElementRef(name = "fldSimple", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     74        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     75        @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     76        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
     77        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     78        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     79        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     80        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     81        @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 
     82        @XmlElementRef(name = "oMath", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     83        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     84        @XmlElementRef(name = "subDoc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     85        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7186        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     87        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
     88        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     89        @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     90        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     91        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     92        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7293        @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    73         @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    74         @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 
    75         @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    76         @XmlElementRef(name = "subDoc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    77         @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    78         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
     94        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
     95        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
     96        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     97        @XmlElementRef(name = "oMathPara", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     98        @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     99        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79100        @XmlElementRef(name = "smartTag", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    80         @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    82         @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    83         @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    84         @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     101        @XmlElementRef(name = "hyperlink", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    85102        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    86         @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    87         @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    88         @XmlElementRef(name = "hyperlink", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    89         @XmlElementRef(name = "fldSimple", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    90         @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    91         @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    92103        @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    93         @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    94         @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    95         @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    96         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
    97         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
    98         @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    99         @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    100         @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     104        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    101105    }) 
    102106    protected List<Object> paragraphContent; 
     
    150154     * <p> 
    151155     * Objects of the following type(s) are allowed in the list 
    152      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     156     * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 
     157     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     158     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     159     * {@link CommentRangeStart } 
     160     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     161     * {@link RunIns } 
     162     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     163     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     164     * {@link R } 
     165     * {@link JAXBElement }{@code <}{@link CTOMath }{@code >} 
     166     * {@link JAXBElement }{@code <}{@link SdtRun }{@code >} 
     167     * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 
     168     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     169     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     170     * {@link CommentRangeEnd } 
     171     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     172     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     173     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     174     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    153175     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    154176     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    155      * {@link R } 
    156      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    157      * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 
    158      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    159      * {@link CommentRangeStart } 
     177     * {@link ProofErr } 
     178     * {@link RunDel } 
     179     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     180     * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 
     181     * {@link JAXBElement }{@code <}{@link CTOMathPara }{@code >} 
     182     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     183     * {@link JAXBElement }{@code <}{@link org.docx4j.wml.P.Hyperlink }{@code >} 
    160184     * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 
    161      * {@link JAXBElement }{@code <}{@link SdtRun }{@code >} 
    162      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    163      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    164      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    165      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    166185     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    167      * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 
    168      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    169      * {@link JAXBElement }{@code <}{@link org.docx4j.wml.P.Hyperlink }{@code >} 
    170      * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 
    171      * {@link RunDel } 
    172      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    173186     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    174187     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    175      * {@link ProofErr } 
    176      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    177      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    178      * {@link CommentRangeEnd } 
    179      * {@link RunIns } 
    180      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    181      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    182188     *  
    183189     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTDocPartPr.java

    r888 r925  
    8585 
    8686    @XmlElements({ 
     87        @XmlElement(name = "description", type = CTDocPartPr.Description.class), 
     88        @XmlElement(name = "types", type = CTDocPartTypes.class), 
    8789        @XmlElement(name = "name", type = CTDocPartName.class), 
    8890        @XmlElement(name = "behaviors", type = CTDocPartBehaviors.class), 
    89         @XmlElement(name = "types", type = CTDocPartTypes.class), 
    90         @XmlElement(name = "description", type = CTDocPartPr.Description.class), 
     91        @XmlElement(name = "style", type = CTDocPartPr.Style.class), 
    9192        @XmlElement(name = "category", type = CTDocPartCategory.class), 
    92         @XmlElement(name = "guid", type = CTGuid.class), 
    93         @XmlElement(name = "style", type = CTDocPartPr.Style.class) 
     93        @XmlElement(name = "guid", type = CTGuid.class) 
    9494    }) 
    9595    protected List<Object> nameOrStyleOrCategory; 
     
    115115     * <p> 
    116116     * Objects of the following type(s) are allowed in the list 
     117     * {@link CTDocPartPr.Description } 
     118     * {@link CTDocPartTypes } 
    117119     * {@link CTDocPartName } 
    118120     * {@link CTDocPartBehaviors } 
    119      * {@link CTDocPartTypes } 
    120      * {@link CTDocPartPr.Description } 
     121     * {@link CTDocPartPr.Style } 
    121122     * {@link CTDocPartCategory } 
    122123     * {@link CTGuid } 
    123      * {@link CTDocPartPr.Style } 
    124124     *  
    125125     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTFFData.java

    r888 r925  
    7474 
    7575    @XmlElementRefs({ 
    76         @XmlElementRef(name = "enabled", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    77         @XmlElementRef(name = "ddList", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7876        @XmlElementRef(name = "name", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "exitMacro", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8077        @XmlElementRef(name = "calcOnExit", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8178        @XmlElementRef(name = "helpText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     79        @XmlElementRef(name = "ddList", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8280        @XmlElementRef(name = "textInput", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8381        @XmlElementRef(name = "statusText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     82        @XmlElementRef(name = "checkBox", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     83        @XmlElementRef(name = "enabled", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8484        @XmlElementRef(name = "entryMacro", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    85         @XmlElementRef(name = "checkBox", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     85        @XmlElementRef(name = "exitMacro", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    8686    }) 
    8787    protected List<JAXBElement<?>> nameOrEnabledOrCalcOnExit; 
     
    107107     * <p> 
    108108     * Objects of the following type(s) are allowed in the list 
    109      * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    110109     * {@link JAXBElement }{@code <}{@link CTFFName }{@code >} 
    111      * {@link JAXBElement }{@code <}{@link CTFFDDList }{@code >} 
    112      * {@link JAXBElement }{@code <}{@link CTMacroName }{@code >} 
    113110     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    114111     * {@link JAXBElement }{@code <}{@link CTFFHelpText }{@code >} 
     112     * {@link JAXBElement }{@code <}{@link CTFFDDList }{@code >} 
     113     * {@link JAXBElement }{@code <}{@link CTFFStatusText }{@code >} 
    115114     * {@link JAXBElement }{@code <}{@link CTFFTextInput }{@code >} 
    116      * {@link JAXBElement }{@code <}{@link CTFFStatusText }{@code >} 
     115     * {@link JAXBElement }{@code <}{@link CTFFCheckBox }{@code >} 
     116     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    117117     * {@link JAXBElement }{@code <}{@link CTMacroName }{@code >} 
    118      * {@link JAXBElement }{@code <}{@link CTFFCheckBox }{@code >} 
     118     * {@link JAXBElement }{@code <}{@link CTMacroName }{@code >} 
    119119     *  
    120120     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTFrameset.java

    r546 r925  
    8282    protected CTFrameLayout frameLayout; 
    8383    @XmlElements({ 
    84         @XmlElement(name = "frame", type = CTFrame.class), 
    85         @XmlElement(name = "frameset", type = CTFrameset.class) 
     84        @XmlElement(name = "frameset", type = CTFrameset.class), 
     85        @XmlElement(name = "frame", type = CTFrame.class) 
    8686    }) 
    8787    protected List<Object> framesetOrFrame; 
     
    179179     * <p> 
    180180     * Objects of the following type(s) are allowed in the list 
     181     * {@link CTFrameset } 
    181182     * {@link CTFrame } 
    182      * {@link CTFrameset } 
    183183     *  
    184184     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTFtnEdn.java

    r888 r925  
    3434import javax.xml.bind.annotation.XmlTransient; 
    3535import javax.xml.bind.annotation.XmlType; 
     36import org.docx4j.math.CTOMath; 
     37import org.docx4j.math.CTOMathPara; 
    3638import org.jvnet.jaxb2_commons.ppp.Child; 
    3739 
     
    6769 
    6870    @XmlElementRefs({ 
     71        @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     72        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     73        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     74        @XmlElementRef(name = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     75        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
     76        @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     77        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     78        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     79        @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     80        @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 
     81        @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     82        @XmlElementRef(name = "oMath", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    6983        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    70         @XmlElementRef(name = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    71         @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    72         @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     84        @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     85        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     86        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
     87        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     88        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
     89        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    7390        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    74         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    75         @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
    76         @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     91        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     92        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
     93        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7794        @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     95        @XmlElementRef(name = "oMathPara", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     96        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     97        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7898        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    80         @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    82         @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    83         @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    84         @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    85         @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 
    86         @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    87         @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    88         @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    89         @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    90         @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    9199        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    92         @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    93         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
    94         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
    95         @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    96         @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     100        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    97101    }) 
    98102    protected List<Object> egBlockLevelElts; 
     
    122126     * <p> 
    123127     * Objects of the following type(s) are allowed in the list 
     128     * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 
     129     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     130     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     131     * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 
     132     * {@link CommentRangeStart } 
     133     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     134     * {@link RunIns } 
     135     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     136     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     137     * {@link P } 
     138     * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 
     139     * {@link JAXBElement }{@code <}{@link CTOMath }{@code >} 
    124140     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    125      * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 
    126      * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 
    127      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    128      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    129      * {@link CommentRangeStart } 
     141     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     142     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    130143     * {@link SdtBlock } 
    131      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    132      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    133      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    134      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    135      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    136      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    137      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    138      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    139      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    140      * {@link P } 
    141      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    142      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    143      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    144      * {@link RunDel } 
    145      * {@link ProofErr } 
    146      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    147144     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    148145     * {@link CommentRangeEnd } 
    149      * {@link RunIns } 
     146     * {@link ProofErr } 
     147     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     148     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     149     * {@link RunDel } 
     150     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    150151     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    151      * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 
     152     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     153     * {@link JAXBElement }{@code <}{@link CTOMathPara }{@code >} 
     154     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     155     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     156     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     157     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    152158     *  
    153159     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTParaRPrOriginal.java

    r888 r925  
    7272    protected CTTrackChange moveTo; 
    7373    @XmlElementRefs({ 
     74        @XmlElementRef(name = "shd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     75        @XmlElementRef(name = "rStyle", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RStyle.class), 
     76        @XmlElementRef(name = "effect", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     77        @XmlElementRef(name = "noProof", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7478        @XmlElementRef(name = "specVanish", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    75         @XmlElementRef(name = "smallCaps", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     79        @XmlElementRef(name = "color", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Color.class), 
     80        @XmlElementRef(name = "kern", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     81        @XmlElementRef(name = "sz", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     82        @XmlElementRef(name = "w", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     83        @XmlElementRef(name = "emboss", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     84        @XmlElementRef(name = "cs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     85        @XmlElementRef(name = "iCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     86        @XmlElementRef(name = "vanish", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     87        @XmlElementRef(name = "em", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     88        @XmlElementRef(name = "highlight", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Highlight.class), 
     89        @XmlElementRef(name = "vertAlign", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7690        @XmlElementRef(name = "oMath", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7791        @XmlElementRef(name = "bCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     92        @XmlElementRef(name = "b", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     93        @XmlElementRef(name = "dstrike", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     94        @XmlElementRef(name = "snapToGrid", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     95        @XmlElementRef(name = "rFonts", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RFonts.class), 
     96        @XmlElementRef(name = "smallCaps", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     97        @XmlElementRef(name = "spacing", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     98        @XmlElementRef(name = "bdr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     99        @XmlElementRef(name = "i", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     100        @XmlElementRef(name = "position", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     101        @XmlElementRef(name = "fitText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     102        @XmlElementRef(name = "strike", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     103        @XmlElementRef(name = "webHidden", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     104        @XmlElementRef(name = "eastAsianLayout", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     105        @XmlElementRef(name = "caps", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     106        @XmlElementRef(name = "imprint", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     107        @XmlElementRef(name = "rtl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     108        @XmlElementRef(name = "u", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = U.class), 
     109        @XmlElementRef(name = "lang", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    78110        @XmlElementRef(name = "shadow", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "kern", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    80         @XmlElementRef(name = "w", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "vertAlign", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    82         @XmlElementRef(name = "fitText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    83         @XmlElementRef(name = "i", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    84         @XmlElementRef(name = "emboss", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    85         @XmlElementRef(name = "noProof", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    86         @XmlElementRef(name = "iCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    87         @XmlElementRef(name = "rtl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    88         @XmlElementRef(name = "dstrike", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    89         @XmlElementRef(name = "cs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    90         @XmlElementRef(name = "lang", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    91         @XmlElementRef(name = "strike", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    92         @XmlElementRef(name = "vanish", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    93         @XmlElementRef(name = "szCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    94         @XmlElementRef(name = "snapToGrid", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    95111        @XmlElementRef(name = "outline", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    96         @XmlElementRef(name = "webHidden", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    97         @XmlElementRef(name = "b", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    98         @XmlElementRef(name = "rFonts", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RFonts.class), 
    99         @XmlElementRef(name = "position", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    100         @XmlElementRef(name = "shd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    101         @XmlElementRef(name = "u", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = U.class), 
    102         @XmlElementRef(name = "effect", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    103         @XmlElementRef(name = "imprint", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    104         @XmlElementRef(name = "sz", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    105         @XmlElementRef(name = "em", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    106         @XmlElementRef(name = "eastAsianLayout", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    107         @XmlElementRef(name = "color", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Color.class), 
    108         @XmlElementRef(name = "rStyle", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RStyle.class), 
    109         @XmlElementRef(name = "spacing", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    110         @XmlElementRef(name = "caps", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    111         @XmlElementRef(name = "bdr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    112         @XmlElementRef(name = "highlight", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Highlight.class) 
     112        @XmlElementRef(name = "szCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    113113    }) 
    114114    protected List<Object> egrPrBase; 
     
    230230     * <p> 
    231231     * Objects of the following type(s) are allowed in the list 
    232      * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    233      * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    234      * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    235      * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    236      * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     232     * {@link JAXBElement }{@code <}{@link CTShd }{@code >} 
     233     * {@link RStyle } 
     234     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     235     * {@link JAXBElement }{@code <}{@link CTTextEffect }{@code >} 
     236     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     237     * {@link Color } 
     238     * {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >} 
    237239     * {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >} 
    238240     * {@link JAXBElement }{@code <}{@link CTTextScale }{@code >} 
     241     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     242     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     243     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     244     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     245     * {@link Highlight } 
     246     * {@link JAXBElement }{@code <}{@link CTEm }{@code >} 
    239247     * {@link JAXBElement }{@code <}{@link CTVerticalAlignRun }{@code >} 
     248     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     249     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     250     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     251     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     252     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     253     * {@link RFonts } 
     254     * {@link JAXBElement }{@code <}{@link CTSignedTwipsMeasure }{@code >} 
     255     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     256     * {@link JAXBElement }{@code <}{@link CTBorder }{@code >} 
     257     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     258     * {@link JAXBElement }{@code <}{@link CTSignedHpsMeasure }{@code >} 
    240259     * {@link JAXBElement }{@code <}{@link CTFitText }{@code >} 
    241260     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    242261     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    243      * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    244      * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    245      * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     262     * {@link JAXBElement }{@code <}{@link CTEastAsianLayout }{@code >} 
     263     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     264     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     265     * {@link U } 
    246266     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    247267     * {@link JAXBElement }{@code <}{@link CTLanguage }{@code >} 
    248268     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    249269     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    250      * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    251270     * {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >} 
    252      * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    253      * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    254      * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    255      * {@link RFonts } 
    256      * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    257      * {@link JAXBElement }{@code <}{@link CTSignedHpsMeasure }{@code >} 
    258      * {@link JAXBElement }{@code <}{@link CTShd }{@code >} 
    259      * {@link U } 
    260      * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    261      * {@link JAXBElement }{@code <}{@link CTTextEffect }{@code >} 
    262      * {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >} 
    263      * {@link JAXBElement }{@code <}{@link CTEm }{@code >} 
    264      * {@link JAXBElement }{@code <}{@link CTEastAsianLayout }{@code >} 
    265      * {@link Color } 
    266      * {@link RStyle } 
    267      * {@link JAXBElement }{@code <}{@link CTSignedTwipsMeasure }{@code >} 
    268      * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    269      * {@link Highlight } 
    270      * {@link JAXBElement }{@code <}{@link CTBorder }{@code >} 
    271271     *  
    272272     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTRPrChange.java

    r888 r925  
    158158 
    159159        @XmlElementRefs({ 
    160             @XmlElementRef(name = "vertAlign", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    161             @XmlElementRef(name = "effect", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     160            @XmlElementRef(name = "eastAsianLayout", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     161            @XmlElementRef(name = "rStyle", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RStyle.class), 
     162            @XmlElementRef(name = "iCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     163            @XmlElementRef(name = "shd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     164            @XmlElementRef(name = "vanish", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     165            @XmlElementRef(name = "spacing", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     166            @XmlElementRef(name = "oMath", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     167            @XmlElementRef(name = "color", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Color.class), 
     168            @XmlElementRef(name = "szCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     169            @XmlElementRef(name = "highlight", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Highlight.class), 
     170            @XmlElementRef(name = "w", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     171            @XmlElementRef(name = "snapToGrid", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     172            @XmlElementRef(name = "fitText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     173            @XmlElementRef(name = "dstrike", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     174            @XmlElementRef(name = "lang", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     175            @XmlElementRef(name = "b", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     176            @XmlElementRef(name = "rFonts", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RFonts.class), 
     177            @XmlElementRef(name = "emboss", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    162178            @XmlElementRef(name = "rtl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    163             @XmlElementRef(name = "i", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    164             @XmlElementRef(name = "caps", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    165             @XmlElementRef(name = "w", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    166             @XmlElementRef(name = "cs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    167             @XmlElementRef(name = "emboss", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    168             @XmlElementRef(name = "outline", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    169             @XmlElementRef(name = "lang", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    170             @XmlElementRef(name = "bdr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    171179            @XmlElementRef(name = "sz", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    172180            @XmlElementRef(name = "smallCaps", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    173             @XmlElementRef(name = "eastAsianLayout", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     181            @XmlElementRef(name = "bdr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     182            @XmlElementRef(name = "caps", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     183            @XmlElementRef(name = "noProof", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     184            @XmlElementRef(name = "effect", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     185            @XmlElementRef(name = "webHidden", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     186            @XmlElementRef(name = "vertAlign", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     187            @XmlElementRef(name = "strike", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    174188            @XmlElementRef(name = "shadow", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    175             @XmlElementRef(name = "iCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    176             @XmlElementRef(name = "webHidden", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    177             @XmlElementRef(name = "rFonts", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RFonts.class), 
    178             @XmlElementRef(name = "spacing", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    179             @XmlElementRef(name = "b", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     189            @XmlElementRef(name = "i", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     190            @XmlElementRef(name = "kern", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     191            @XmlElementRef(name = "position", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    180192            @XmlElementRef(name = "u", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = U.class), 
    181             @XmlElementRef(name = "position", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    182             @XmlElementRef(name = "oMath", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    183             @XmlElementRef(name = "snapToGrid", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    184             @XmlElementRef(name = "vanish", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     193            @XmlElementRef(name = "em", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     194            @XmlElementRef(name = "cs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    185195            @XmlElementRef(name = "specVanish", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    186             @XmlElementRef(name = "em", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    187             @XmlElementRef(name = "color", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Color.class), 
    188             @XmlElementRef(name = "shd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    189             @XmlElementRef(name = "rStyle", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RStyle.class), 
    190             @XmlElementRef(name = "kern", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    191             @XmlElementRef(name = "strike", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     196            @XmlElementRef(name = "bCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    192197            @XmlElementRef(name = "imprint", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    193             @XmlElementRef(name = "bCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    194             @XmlElementRef(name = "szCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    195             @XmlElementRef(name = "noProof", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    196             @XmlElementRef(name = "dstrike", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    197             @XmlElementRef(name = "highlight", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Highlight.class), 
    198             @XmlElementRef(name = "fitText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     198            @XmlElementRef(name = "outline", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    199199        }) 
    200200        protected List<Object> egrPrBase; 
     
    220220         * <p> 
    221221         * Objects of the following type(s) are allowed in the list 
    222          * {@link JAXBElement }{@code <}{@link CTVerticalAlignRun }{@code >} 
    223          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    224          * {@link JAXBElement }{@code <}{@link CTTextEffect }{@code >} 
    225          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    226          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    227          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    228          * {@link JAXBElement }{@code <}{@link CTTextScale }{@code >} 
    229          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    230          * {@link JAXBElement }{@code <}{@link CTLanguage }{@code >} 
    231          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    232          * {@link JAXBElement }{@code <}{@link CTBorder }{@code >} 
    233          * {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >} 
    234          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     222         * {@link RStyle } 
    235223         * {@link JAXBElement }{@code <}{@link CTEastAsianLayout }{@code >} 
    236224         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    237          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    238          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    239          * {@link RFonts } 
     225         * {@link JAXBElement }{@code <}{@link CTShd }{@code >} 
     226         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    240227         * {@link JAXBElement }{@code <}{@link CTSignedTwipsMeasure }{@code >} 
    241228         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    242          * {@link U } 
    243          * {@link JAXBElement }{@code <}{@link CTSignedHpsMeasure }{@code >} 
    244          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    245          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    246          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    247          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    248          * {@link JAXBElement }{@code <}{@link CTEm }{@code >} 
    249          * {@link JAXBElement }{@code <}{@link CTShd }{@code >} 
    250229         * {@link Color } 
    251230         * {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >} 
    252          * {@link RStyle } 
    253          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    254          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     231         * {@link Highlight } 
     232         * {@link JAXBElement }{@code <}{@link CTTextScale }{@code >} 
     233         * {@link JAXBElement }{@code <}{@link CTFitText }{@code >} 
     234         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     235         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     236         * {@link JAXBElement }{@code <}{@link CTLanguage }{@code >} 
     237         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     238         * {@link RFonts } 
    255239         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    256240         * {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >} 
    257241         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    258          * {@link JAXBElement }{@code <}{@link CTFitText }{@code >} 
    259          * {@link Highlight } 
     242         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     243         * {@link JAXBElement }{@code <}{@link CTBorder }{@code >} 
     244         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     245         * {@link JAXBElement }{@code <}{@link CTTextEffect }{@code >} 
     246         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     247         * {@link JAXBElement }{@code <}{@link CTVerticalAlignRun }{@code >} 
     248         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     249         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     250         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     251         * {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >} 
     252         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     253         * {@link JAXBElement }{@code <}{@link CTSignedHpsMeasure }{@code >} 
     254         * {@link U } 
     255         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     256         * {@link JAXBElement }{@code <}{@link CTEm }{@code >} 
     257         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     258         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     259         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    260260         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    261261         *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTRubyContent.java

    r888 r925  
    3232import javax.xml.bind.annotation.XmlTransient; 
    3333import javax.xml.bind.annotation.XmlType; 
     34import org.docx4j.math.CTOMath; 
     35import org.docx4j.math.CTOMathPara; 
    3436import org.jvnet.jaxb2_commons.ppp.Child; 
    3537 
     
    6163 
    6264    @XmlElementRefs({ 
    63         @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     65        @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     66        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
     67        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     68        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     69        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6470        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     71        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     72        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     73        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     74        @XmlElementRef(name = "oMath", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     75        @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 
     76        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     77        @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     78        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
     79        @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     80        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
     81        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    6582        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    66         @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    67         @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 
    68         @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    69         @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    70         @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7183        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    72         @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    73         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
     84        @XmlElementRef(name = "oMathPara", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
    7485        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    75         @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    7686        @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    77         @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    78         @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
    80         @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     87        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     88        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8289        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    83         @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    84         @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    85         @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    86         @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     90        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    8791    }) 
    8892    protected List<Object> egRubyContent; 
     
    108112     * <p> 
    109113     * Objects of the following type(s) are allowed in the list 
    110      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    111114     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     115     * {@link CommentRangeStart } 
     116     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     117     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     118     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     119     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     120     * {@link RunIns } 
     121     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     122     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     123     * {@link JAXBElement }{@code <}{@link CTOMath }{@code >} 
     124     * {@link R } 
     125     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     126     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     127     * {@link CommentRangeEnd } 
     128     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     129     * {@link ProofErr } 
     130     * {@link RunDel } 
    112131     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    113      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    114      * {@link R } 
    115      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    116      * {@link RunDel } 
     132     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     133     * {@link JAXBElement }{@code <}{@link CTOMathPara }{@code >} 
    117134     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    118135     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    119      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    120      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    121      * {@link CommentRangeStart } 
    122      * {@link ProofErr } 
     136     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    123137     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    124      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    125      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    126      * {@link RunIns } 
    127      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    128      * {@link CommentRangeEnd } 
    129      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    130138     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    131      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    132      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    133      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     139     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    134140     *  
    135141     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTSdtContentCell.java

    r888 r925  
    3232import javax.xml.bind.annotation.XmlTransient; 
    3333import javax.xml.bind.annotation.XmlType; 
     34import org.docx4j.math.CTOMath; 
     35import org.docx4j.math.CTOMathPara; 
    3436import org.jvnet.jaxb2_commons.ppp.Child; 
    3537 
     
    6163 
    6264    @XmlElementRefs({ 
     65        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     66        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     67        @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     68        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     69        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
     70        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     71        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6372        @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     73        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     74        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     75        @XmlElementRef(name = "oMath", namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", type = JAXBElement.class), 
     76        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     77        @XmlElementRef(name = "tc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     78        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     79        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     80        @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     81        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6482        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    65         @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    66         @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    67         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    68         @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    69         @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     83        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
     84        @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     85        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
     86        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
     87        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingm