Changeset 461


Ignore:
Timestamp:
06/10/08 02:44:25 (4 years ago)
Author:
jharrop
Message:

Made table related JAXB classes human friendly.

Location:
trunk/docx4j
Files:
10 added
13 deleted
41 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/pom.xml

    r454 r461  
    194194                        <groupId>webdavclient4j</groupId> 
    195195                        <artifactId>webdavclient4j-vfs</artifactId> 
    196                         <version>0.92</version> 
     196                        <version>0.92.1</version> 
    197197                </dependency> 
    198198 
  • trunk/docx4j/src/main/java/org/docx4j/customxml/ObjectFactory.java

    r257 r461  
    5050 
    5151    /** 
     52     * Create an instance of {@link SchemaLibrary } 
     53     *  
     54     */ 
     55    public SchemaLibrary createSchemaLibrary() { 
     56        return new SchemaLibrary(); 
     57    } 
     58 
     59    /** 
    5260     * Create an instance of {@link SchemaLibrary.Schema } 
    5361     *  
     
    5765    } 
    5866 
    59     /** 
    60      * Create an instance of {@link SchemaLibrary } 
    61      *  
    62      */ 
    63     public SchemaLibrary createSchemaLibrary() { 
    64         return new SchemaLibrary(); 
    65     } 
    66  
    6767} 
  • trunk/docx4j/src/main/java/org/docx4j/openpackaging/packages/wordml2html-2007.xslt

    r373 r461  
    53245324                                <div class="editsection">[<a href="/alfresco/docxwiki/edit{$docID}/{./w:sdtPr/w:id/@w:val}" title="Edit sdt {./w:sdtPr/w:id/@w:val}">edit</a>]</div> 
    53255325                                        <!--  Firefox 2 does not pass # to the server, so use / instead. -->  
    5326                             <span class="mw-headline">Something here</span> 
     5326                            <span class="mw-headline">sub<xsl:value-of select="./w:sdtPr/w:id/@w:val"/>.xml</span> 
    53275327                        </div> 
    53285328                        <xsl:apply-templates select="w:sdtContent/*"/> 
  • trunk/docx4j/src/main/java/org/docx4j/wml/Body.java

    r365 r461  
    6565 
    6666    @XmlElementRefs({ 
     67        @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     68        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     69        @XmlElementRef(name = "moveToRangeStart", 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 = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6772        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     73        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     74        @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     75        @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     76        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     77        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     78        @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     79        @XmlElementRef(name = "customXml", 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 = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     82        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     83        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
     84        @XmlElementRef(name = "moveFrom", 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 = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     87        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6888        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    69         @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    70         @XmlElementRef(name = "tbl", 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 = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     91        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     92        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7193        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    72         @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    73         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    74         @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    75         @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    76         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    77         @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    78         @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    80         @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 
    82         @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    83         @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    84         @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
    85         @XmlElementRef(name = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    86         @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    87         @XmlElementRef(name = "customXmlDelRangeStart", 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 = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    90         @XmlElementRef(name = "customXmlMoveFromRangeStart", 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 = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    93         @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    94         @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     94        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    9595    }) 
    9696    protected List<Object> egBlockLevelElts; 
     
    119119     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    120120     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    121      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     121     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     122     * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 
     123     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     124     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     125     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     126     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     127     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     128     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     129     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    122130     * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 
    123      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    124      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    125      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    126      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     131     * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 
     132     * {@link P } 
     133     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     134     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     135     * {@link SdtBlock } 
     136     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     137     * {@link ProofErr } 
     138     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     139     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     140     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     141     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    127142     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    128      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    129      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    130143     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    131      * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 
    132      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    133      * {@link P } 
    134      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    135      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    136      * {@link SdtBlock } 
    137      * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 
    138      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    139      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    140      * {@link ProofErr } 
    141      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    142      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    143      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    144      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    145      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    146      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     144     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     145     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     146     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    147147     *  
    148148     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTComment.java

    r365 r461  
    6666 
    6767    @XmlElementRefs({ 
     68        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     69        @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     70        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     71        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     72        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     73        @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     74        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     75        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     76        @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 
     77        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
     78        @XmlElementRef(name = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     79        @XmlElementRef(name = "commentRangeEnd", 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), 
    6881        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     82        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    6983        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    70         @XmlElementRef(name = "ins", 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 = "del", 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 = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    75         @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 
     84        @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     85        @XmlElementRef(name = "moveTo", 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), 
    7687        @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    77         @XmlElementRef(name = "customXml", 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 = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
    80         @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "commentRangeStart", 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), 
     88        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     89        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8390        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    84         @XmlElementRef(name = "moveToRangeStart", 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 = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    87         @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    88         @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    89         @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    90         @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    91         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    92         @XmlElementRef(name = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    9391        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    9492        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    95         @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     93        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     94        @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     95        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    9696    }) 
    9797    protected List<Object> egBlockLevelElts; 
     
    119119     * <p> 
    120120     * Objects of the following type(s) are allowed in the list 
    121      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    122      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    123      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    124      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    125      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    126      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    127      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     121     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     122     * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 
     123     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     124     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     125     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     126     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     127     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     128     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    128129     * {@link P } 
    129      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    130      * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 
    131      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    132130     * {@link SdtBlock } 
    133      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    134      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    135      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     131     * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 
     132     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    136133     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    137134     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    138135     * {@link ProofErr } 
    139      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    140      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    141      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    142      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     136     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     137     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     138     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     139     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     140     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     141     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     142     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     143     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     144     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     145     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    143146     * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 
    144      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    145      * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 
    146      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    147      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    148      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     147     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     148     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    149149     *  
    150150     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTCustomXmlBlock.java

    r365 r461  
    6969    protected CTCustomXmlPr customXmlPr; 
    7070    @XmlElementRefs({ 
     71        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     72        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     73        @XmlElementRef(name = "customXml", 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 = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     76        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     77        @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 
     78        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
     79        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     80        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     81        @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     82        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     83        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     84        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     85        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     86        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     87        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    7188        @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    72         @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    73         @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7489        @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7590        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     91        @XmlElementRef(name = "permEnd", 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 = "bookmarkEnd", 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), 
    7695        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    77         @XmlElementRef(name = "tbl", 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 = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    80         @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 
    82         @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    83         @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.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 = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    87         @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    88         @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    89         @XmlElementRef(name = "customXmlMoveToRangeEnd", 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 = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    92         @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    93         @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    94         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    95         @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    96         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    97         @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     96        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     97        @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    9898    }) 
    9999    protected List<Object> egContentBlockContent; 
     
    148148     * Objects of the following type(s) are allowed in the list 
    149149     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     150     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     151     * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 
     152     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     153     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     154     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     155     * {@link P } 
     156     * {@link SdtBlock } 
     157     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     158     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     159     * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 
     160     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     161     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     162     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     163     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    150164     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    151      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    152      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    153      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    154      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    155      * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 
    156      * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 
    157      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    158      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    159      * {@link P } 
     165     * {@link ProofErr } 
     166     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     167     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     168     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    160169     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    161      * {@link SdtBlock } 
    162      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     170     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     171     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     172     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     173     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    163174     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    164175     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    165      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    166      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    167      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    168      * {@link ProofErr } 
    169      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    170      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    171      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    172      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    173      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    174      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    175      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    176176     *  
    177177     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTCustomXmlCell.java

    r365 r461  
    6969    protected CTCustomXmlPr customXmlPr; 
    7070    @XmlElementRefs({ 
     71        @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     72        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7173        @XmlElementRef(name = "tc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     74        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     75        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     76        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     77        @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     78        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     79        @XmlElementRef(name = "bookmarkEnd", 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 = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     82        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     83        @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7284        @XmlElementRef(name = "moveFromRangeEnd", 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 = JAXBElement.class), 
     87        @XmlElementRef(name = "bookmarkStart", 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), 
    7389        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    74         @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    75         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     90        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     91        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     92        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     93        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     94        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7695        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    77         @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    78         @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    80         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    82         @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    83         @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    84         @XmlElementRef(name = "customXmlMoveFromRangeEnd", 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 = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    87         @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    88         @XmlElementRef(name = "customXmlDelRangeStart", 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 = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    91         @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    92         @XmlElementRef(name = "customXmlInsRangeEnd", 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 = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    95         @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    96         @XmlElementRef(name = "moveFrom", 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) 
    9797    }) 
    9898    protected List<Object> egContentCellContent; 
     
    146146     * <p> 
    147147     * Objects of the following type(s) are allowed in the list 
    148      * {@link JAXBElement }{@code <}{@link CTTc }{@code >} 
    149      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    150      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     148     * {@link JAXBElement }{@code <}{@link CTCustomXmlCell }{@code >} 
     149     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     150     * {@link JAXBElement }{@code <}{@link Tc }{@code >} 
     151     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     152     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     153     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     154     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     155     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     156     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     157     * {@link JAXBElement }{@code <}{@link CTSdtCell }{@code >} 
     158     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     159     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     160     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     161     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     162     * {@link ProofErr } 
     163     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    151164     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    152      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     165     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     166     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     167     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     168     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     169     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     170     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     171     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    153172     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    154      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    155      * {@link JAXBElement }{@code <}{@link CTSdtCell }{@code >} 
    156      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    157      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    158      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    159      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    160      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    161      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    162      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    163      * {@link ProofErr } 
    164      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    165      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    166      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    167      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    168      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    169      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    170      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    171      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    172      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    173      * {@link JAXBElement }{@code <}{@link CTCustomXmlCell }{@code >} 
     173     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    174174     *  
    175175     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTCustomXmlRow.java

    r365 r461  
    6969    protected CTCustomXmlPr customXmlPr; 
    7070    @XmlElementRefs({ 
    71         @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     71        @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     72        @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     73        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7274        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    73         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    74         @XmlElementRef(name = "moveFromRangeEnd", 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 = "moveToRangeEnd", 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), 
     75        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7876        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7977        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    80         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     78        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8179        @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     80        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     81        @XmlElementRef(name = "commentRangeEnd", 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), 
    8283        @XmlElementRef(name = "tr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Tr.class), 
     84        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    8385        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    84         @XmlElementRef(name = "commentRangeEnd", 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 = "moveTo", 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 = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    89         @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    90         @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    91         @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     86        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    9287        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    9388        @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    9489        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    95         @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    96         @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     90        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     91        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     92        @XmlElementRef(name = "customXmlInsRangeStart", 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 = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     95        @XmlElementRef(name = "customXmlMoveToRangeEnd", 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) 
    9797    }) 
    9898    protected List<Object> egContentRowContent; 
     
    146146     * <p> 
    147147     * Objects of the following type(s) are allowed in the list 
    148      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    149      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    150      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    151      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    152      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    153      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    154      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     148     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     149     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     150     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     151     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     152     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    155153     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    156154     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    157      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    158      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     155     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     156     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     157     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     158     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     159     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    159160     * {@link Tr } 
     161     * {@link ProofErr } 
    160162     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    161      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    162      * {@link ProofErr } 
    163      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    164      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    165      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    166      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    167      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    168      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     163     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    169164     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    170165     * {@link JAXBElement }{@code <}{@link CTCustomXmlRow }{@code >} 
    171166     * {@link JAXBElement }{@code <}{@link CTSdtRow }{@code >} 
    172      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    173      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     167     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     168     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     169     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     170     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     171     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     172     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     173     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    174174     *  
    175175     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTCustomXmlRun.java

    r365 r461  
    6969    protected CTCustomXmlPr customXmlPr; 
    7070    @XmlElementRefs({ 
     71        @XmlElementRef(name = "customXmlDelRangeEnd", 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 = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     74        @XmlElementRef(name = "customXmlMoveToRangeStart", 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 = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     77        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     78        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     79        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     80        @XmlElementRef(name = "fldSimple", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     81        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7182        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    72         @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    73         @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    74         @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    75         @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    76         @XmlElementRef(name = "bookmarkEnd", 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), 
    78         @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    80         @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     83        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     84        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8185        @XmlElementRef(name = "smartTag", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    82         @XmlElementRef(name = "fldSimple", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8386        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    84         @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    85         @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8687        @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 
    87         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    88         @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     88        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8989        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    9090        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     91        @XmlElementRef(name = "hyperlink", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    9192        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    92         @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    93         @XmlElementRef(name = "hyperlink", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    94         @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     93        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     94        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     95        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    9596        @XmlElementRef(name = "subDoc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    96         @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    97         @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    98         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    99         @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    100         @XmlElementRef(name = "commentRangeStart", 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), 
     98        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     99        @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     100        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    101101    }) 
    102102    protected List<Object> paragraphContent; 
     
    151151     * Objects of the following type(s) are allowed in the list 
    152152     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    153      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    154      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    155      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    156      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    157      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    158      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     153     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     154     * {@link JAXBElement }{@code <}{@link SdtRun }{@code >} 
     155     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     156     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     157     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     158     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     159     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    159160     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    160      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    161      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     161     * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 
     162     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     163     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     164     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     165     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    162166     * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 
    163      * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 
    164      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     167     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     168     * {@link R } 
     169     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     170     * {@link ProofErr } 
     171     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     172     * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 
     173     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     174     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     175     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     176     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     177     * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 
     178     * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 
     179     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    165180     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    166      * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 
    167      * {@link R } 
    168      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    169      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    170      * {@link ProofErr } 
    171      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    172      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    173      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    174      * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 
    175      * {@link JAXBElement }{@code <}{@link SdtRun }{@code >} 
    176      * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 
    177181     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    178      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    179      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    180      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    181      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    182182     *  
    183183     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTDocPartPr.java

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

    r365 r461  
    7474 
    7575    @XmlElementRefs({ 
     76        @XmlElementRef(name = "ddList", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     77        @XmlElementRef(name = "exitMacro", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     78        @XmlElementRef(name = "helpText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     79        @XmlElementRef(name = "name", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     80        @XmlElementRef(name = "calcOnExit", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7681        @XmlElementRef(name = "checkBox", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    77         @XmlElementRef(name = "helpText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     82        @XmlElementRef(name = "textInput", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7883        @XmlElementRef(name = "entryMacro", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "name", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    80         @XmlElementRef(name = "statusText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "textInput", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    82         @XmlElementRef(name = "exitMacro", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    83         @XmlElementRef(name = "calcOnExit", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    84         @XmlElementRef(name = "ddList", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    85         @XmlElementRef(name = "enabled", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     84        @XmlElementRef(name = "enabled", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     85        @XmlElementRef(name = "statusText", 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 CTFFDDList }{@code >} 
     110     * {@link JAXBElement }{@code <}{@link CTMacroName }{@code >} 
    109111     * {@link JAXBElement }{@code <}{@link CTFFHelpText }{@code >} 
     112     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     113     * {@link JAXBElement }{@code <}{@link CTFFName }{@code >} 
    110114     * {@link JAXBElement }{@code <}{@link CTFFCheckBox }{@code >} 
     115     * {@link JAXBElement }{@code <}{@link CTFFTextInput }{@code >} 
    111116     * {@link JAXBElement }{@code <}{@link CTMacroName }{@code >} 
    112      * {@link JAXBElement }{@code <}{@link CTFFName }{@code >} 
    113117     * {@link JAXBElement }{@code <}{@link CTFFStatusText }{@code >} 
    114      * {@link JAXBElement }{@code <}{@link CTFFTextInput }{@code >} 
    115      * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    116      * {@link JAXBElement }{@code <}{@link CTMacroName }{@code >} 
    117      * {@link JAXBElement }{@code <}{@link CTFFDDList }{@code >} 
    118118     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    119119     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTFrameset.java

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

    r365 r461  
    6767 
    6868    @XmlElementRefs({ 
     69        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     70        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     71        @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     72        @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     73        @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6974        @XmlElementRef(name = "customXml", 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 = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     77        @XmlElementRef(name = "customXmlMoveFromRangeEnd", 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 = "altChunk", 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), 
    7081        @XmlElementRef(name = "customXmlInsRangeEnd", 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), 
    7183        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7284        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    73         @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    74         @XmlElementRef(name = "moveFromRangeStart", 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), 
    7586        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    76         @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 
     87        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     88        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     89        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     90        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7791        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     92        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7893        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
    80         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    82         @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    83         @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    84         @XmlElementRef(name = "moveToRangeStart", 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), 
     94        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8695        @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    87         @XmlElementRef(name = "moveToRangeEnd", 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 = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    90         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    91         @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    92         @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    93         @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    94         @XmlElementRef(name = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    95         @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    96         @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     96        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    9797    }) 
    9898    protected List<Object> egBlockLevelElts; 
     
    122122     * <p> 
    123123     * Objects of the following type(s) are allowed in the list 
     124     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     125     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     126     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     127     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     128     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    124129     * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 
    125      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    126      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    127      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    128      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    129      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    130      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     130     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     131     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     132     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    131133     * {@link P } 
     134     * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 
     135     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     136     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     137     * {@link SdtBlock } 
     138     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     139     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     140     * {@link ProofErr } 
     141     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     142     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     143     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     144     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     145     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    132146     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    133147     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    134      * {@link SdtBlock } 
    135      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    136      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    137      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    138      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    139      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    140      * {@link ProofErr } 
     148     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     149     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    141150     * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 
    142151     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    143      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    144      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    145      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    146      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    147      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    148      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    149      * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 
    150      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    151      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    152152     *  
    153153     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTHdrFtr.java

    r365 r461  
    6161 
    6262    @XmlElementRefs({ 
     63        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     64        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     65        @XmlElementRef(name = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     66        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     67        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     68        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     69        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6370        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    64         @XmlElementRef(name = "commentRangeEnd", 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 = "commentRangeStart", 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 = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     75        @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     76        @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 
     77        @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     78        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     79        @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     80        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
     81        @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     82        @XmlElementRef(name = "moveFrom", 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 = "tbl", 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), 
    6586        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    66         @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    67         @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    68         @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    69         @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    70         @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    71         @XmlElementRef(name = "customXmlDelRangeEnd", 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 = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7289        @XmlElementRef(name = "customXmlMoveToRangeEnd", 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), 
    74         @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    75         @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 
    76         @XmlElementRef(name = "permStart", 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), 
    78         @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    80         @XmlElementRef(name = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
    82         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    83         @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    84         @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    85         @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    86         @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    87         @XmlElementRef(name = "ins", 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 = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    90         @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     90        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    9191    }) 
    9292    protected List<Object> egBlockLevelElts; 
     
    112112     * <p> 
    113113     * Objects of the following type(s) are allowed in the list 
    114      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    115114     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    116      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    117      * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 
     115     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     116     * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 
    118117     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    119      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    120      * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 
    121      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    122118     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    123119     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    124120     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     121     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     122     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     123     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     124     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     125     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     126     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     127     * {@link P } 
     128     * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 
     129     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    125130     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    126      * {@link P } 
    127      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    128      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    129      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    130      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    131      * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 
    132131     * {@link SdtBlock } 
    133132     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     133     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     134     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     135     * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 
    134136     * {@link ProofErr } 
    135      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    136      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     137     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    137138     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    138139     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    139      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     140     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    140141     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    141      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    142142     *  
    143143     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTHyperlink.java

    r365 r461  
    6868 
    6969    @XmlElementRefs({ 
     70        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     71        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     72        @XmlElementRef(name = "fldSimple", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     73        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     74        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     75        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     76        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     77        @XmlElementRef(name = "del", 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 = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7080        @XmlElementRef(name = "customXmlDelRangeStart", 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 = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     83        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     84        @XmlElementRef(name = "moveToRangeStart", 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 = "subDoc", 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), 
    7188        @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     89        @XmlElementRef(name = "commentRangeEnd", 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 = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     92        @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     93        @XmlElementRef(name = "smartTag", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     94        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     95        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     96        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7297        @XmlElementRef(name = "customXmlMoveFromRangeEnd", 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), 
    74         @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    75         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    76         @XmlElementRef(name = "customXml", 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 = "smartTag", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    80         @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8198        @XmlElementRef(name = "hyperlink", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    82         @XmlElementRef(name = "commentRangeStart", 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 = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    85         @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 
    86         @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    87         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    88         @XmlElementRef(name = "moveFromRangeStart", 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 = "sdt", 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 = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    93         @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    94         @XmlElementRef(name = "fldSimple", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    95         @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    96         @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    97         @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    98         @XmlElementRef(name = "subDoc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    99         @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     99        @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    100100    }) 
    101101    protected List<Object> paragraphContent; 
     
    133133     * <p> 
    134134     * Objects of the following type(s) are allowed in the list 
     135     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     136     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     137     * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 
     138     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     139     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     140     * {@link JAXBElement }{@code <}{@link SdtRun }{@code >} 
     141     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     142     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     143     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     144     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     145     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     146     * {@link R } 
     147     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     148     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     149     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     150     * {@link ProofErr } 
     151     * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 
    135152     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    136153     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     154     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     155     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     156     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     157     * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 
     158     * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 
     159     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     160     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     161     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     162     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     163     * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 
    137164     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    138      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    139      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    140      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    141      * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 
    142      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    143      * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 
    144      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    145      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    146      * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 
    147      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    148      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    149      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    150      * {@link R } 
    151      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    152      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    153      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    154      * {@link ProofErr } 
    155      * {@link JAXBElement }{@code <}{@link SdtRun }{@code >} 
    156      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    157      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    158      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    159      * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 
    160      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    161      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    162      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    163      * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 
    164      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    165165     *  
    166166     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTParaRPrOriginal.java

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

    r359 r461  
    8585     * <p> 
    8686     * Objects of the following type(s) are allowed in the list 
     87     * {@link Object } 
    8788     * {@link Element } 
    88      * {@link Object } 
    8989     *  
    9090     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTRPrChange.java

    r365 r461  
    158158 
    159159        @XmlElementRefs({ 
     160            @XmlElementRef(name = "rtl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     161            @XmlElementRef(name = "emboss", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     162            @XmlElementRef(name = "lang", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     163            @XmlElementRef(name = "rFonts", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RFonts.class), 
     164            @XmlElementRef(name = "highlight", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Highlight.class), 
     165            @XmlElementRef(name = "iCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     166            @XmlElementRef(name = "outline", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     167            @XmlElementRef(name = "bdr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     168            @XmlElementRef(name = "em", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     169            @XmlElementRef(name = "webHidden", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     170            @XmlElementRef(name = "cs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     171            @XmlElementRef(name = "oMath", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     172            @XmlElementRef(name = "kern", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     173            @XmlElementRef(name = "position", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     174            @XmlElementRef(name = "imprint", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     175            @XmlElementRef(name = "w", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     176            @XmlElementRef(name = "shadow", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     177            @XmlElementRef(name = "specVanish", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    160178            @XmlElementRef(name = "spacing", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    161             @XmlElementRef(name = "rFonts", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RFonts.class), 
    162             @XmlElementRef(name = "imprint", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     179            @XmlElementRef(name = "shd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     180            @XmlElementRef(name = "vertAlign", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     181            @XmlElementRef(name = "bCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     182            @XmlElementRef(name = "vanish", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     183            @XmlElementRef(name = "szCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     184            @XmlElementRef(name = "rStyle", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RStyle.class), 
     185            @XmlElementRef(name = "effect", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    163186            @XmlElementRef(name = "sz", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    164             @XmlElementRef(name = "shd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    165             @XmlElementRef(name = "szCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    166             @XmlElementRef(name = "highlight", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Highlight.class), 
     187            @XmlElementRef(name = "snapToGrid", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     188            @XmlElementRef(name = "u", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = U.class), 
     189            @XmlElementRef(name = "smallCaps", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     190            @XmlElementRef(name = "dstrike", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     191            @XmlElementRef(name = "eastAsianLayout", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     192            @XmlElementRef(name = "i", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     193            @XmlElementRef(name = "b", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     194            @XmlElementRef(name = "strike", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     195            @XmlElementRef(name = "color", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Color.class), 
     196            @XmlElementRef(name = "noProof", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    167197            @XmlElementRef(name = "fitText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    168             @XmlElementRef(name = "specVanish", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    169             @XmlElementRef(name = "snapToGrid", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    170             @XmlElementRef(name = "noProof", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    171             @XmlElementRef(name = "lang", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    172             @XmlElementRef(name = "i", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    173             @XmlElementRef(name = "vanish", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    174             @XmlElementRef(name = "smallCaps", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    175             @XmlElementRef(name = "effect", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    176             @XmlElementRef(name = "oMath", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    177             @XmlElementRef(name = "strike", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    178             @XmlElementRef(name = "dstrike", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    179             @XmlElementRef(name = "caps", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    180             @XmlElementRef(name = "eastAsianLayout", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    181             @XmlElementRef(name = "bCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    182             @XmlElementRef(name = "color", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Color.class), 
    183             @XmlElementRef(name = "w", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    184             @XmlElementRef(name = "position", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    185             @XmlElementRef(name = "emboss", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    186             @XmlElementRef(name = "iCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    187             @XmlElementRef(name = "shadow", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    188             @XmlElementRef(name = "b", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    189             @XmlElementRef(name = "rtl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    190             @XmlElementRef(name = "webHidden", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    191             @XmlElementRef(name = "rStyle", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RStyle.class), 
    192             @XmlElementRef(name = "vertAlign", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    193             @XmlElementRef(name = "u", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = U.class), 
    194             @XmlElementRef(name = "bdr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    195             @XmlElementRef(name = "cs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    196             @XmlElementRef(name = "kern", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    197             @XmlElementRef(name = "em", 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) 
     198            @XmlElementRef(name = "caps", 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 CTLanguage }{@code >} 
     223         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     224         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    222225         * {@link RFonts } 
     226         * {@link Highlight } 
     227         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     228         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     229         * {@link JAXBElement }{@code <}{@link CTBorder }{@code >} 
     230         * {@link JAXBElement }{@code <}{@link CTEm }{@code >} 
     231         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     232         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     233         * {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >} 
     234         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     235         * {@link JAXBElement }{@code <}{@link CTSignedHpsMeasure }{@code >} 
     236         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     237         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     238         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     239         * {@link JAXBElement }{@code <}{@link CTTextScale }{@code >} 
     240         * {@link JAXBElement }{@code <}{@link CTShd }{@code >} 
    223241         * {@link JAXBElement }{@code <}{@link CTSignedTwipsMeasure }{@code >} 
     242         * {@link JAXBElement }{@code <}{@link CTVerticalAlignRun }{@code >} 
     243         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    224244         * {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >} 
    225          * {@link JAXBElement }{@code <}{@link CTShd }{@code >} 
     245         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     246         * {@link RStyle } 
    226247         * {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >} 
     248         * {@link JAXBElement }{@code <}{@link CTTextEffect }{@code >} 
     249         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     250         * {@link U } 
     251         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     252         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     253         * {@link JAXBElement }{@code <}{@link CTEastAsianLayout }{@code >} 
     254         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     255         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     256         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    227257         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    228258         * {@link JAXBElement }{@code <}{@link CTFitText }{@code >} 
    229          * {@link Highlight } 
    230          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    231          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    232          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    233          * {@link JAXBElement }{@code <}{@link CTLanguage }{@code >} 
    234          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    235          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    236          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    237          * {@link JAXBElement }{@code <}{@link CTTextEffect }{@code >} 
    238          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    239          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    240          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    241          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    242          * {@link JAXBElement }{@code <}{@link CTEastAsianLayout }{@code >} 
    243          * {@link JAXBElement }{@code <}{@link CTTextScale }{@code >} 
     259         * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    244260         * {@link Color } 
    245          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    246          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    247          * {@link JAXBElement }{@code <}{@link CTSignedHpsMeasure }{@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 RStyle } 
    254          * {@link U } 
    255          * {@link JAXBElement }{@code <}{@link CTVerticalAlignRun }{@code >} 
    256          * {@link JAXBElement }{@code <}{@link CTBorder }{@code >} 
    257          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    258          * {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >} 
    259          * {@link JAXBElement }{@code <}{@link CTEm }{@code >} 
    260          * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    261261         *  
    262262         *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTRubyContent.java

    r365 r461  
    6161 
    6262    @XmlElementRefs({ 
     63        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     64        @XmlElementRef(name = "commentRangeEnd", 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 = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 
     67        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
     68        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     69        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     70        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     71        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     72        @XmlElementRef(name = "commentRangeStart", 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 = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     75        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6376        @XmlElementRef(name = "customXmlMoveToRangeStart", 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 = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     79        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     80        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6481        @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     82        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6583        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    66         @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 
    67         @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    68         @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    69         @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    70         @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    71         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    72         @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    73         @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    74         @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    75         @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    76         @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    77         @XmlElementRef(name = "moveTo", 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), 
    7885        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    80         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    82         @XmlElementRef(name = "permStart", 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 = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    85         @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    86         @XmlElementRef(name = "moveToRangeStart", 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) 
    8787    }) 
    8888    protected List<Object> egRubyContent; 
     
    108108     * <p> 
    109109     * Objects of the following type(s) are allowed in the list 
     110     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     111     * {@link R } 
     112     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     113     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     114     * {@link ProofErr } 
     115     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     116     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     117     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     118     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     119     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     120     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     121     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     122     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     123     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     124     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     125     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     126     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    110127     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    111128     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    112      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    113      * {@link R } 
     129     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    114130     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    115      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    116      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    117      * {@link ProofErr } 
    118      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     131     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    119132     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    120133     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    121      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    122      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    123      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    124      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    125      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    126      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    127      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    128      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    129      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    130      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    131      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    132      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    133      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    134134     *  
    135135     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTSdtContentCell.java

    r365 r461  
    6161 
    6262    @XmlElementRefs({ 
    63         @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     63        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     64        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     65        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     66        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     67        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     68        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     69        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     70        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     71        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     72        @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     73        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6474        @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    65         @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6675        @XmlElementRef(name = "tc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    67         @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    68         @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    69         @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    70         @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    71         @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    72         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    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 = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    76         @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    77         @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    78         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     76        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7977        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8078        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    82         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    83         @XmlElementRef(name = "moveFrom", 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 = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     79        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    8680        @XmlElementRef(name = "moveFromRangeStart", 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 = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     81        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     82        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     83        @XmlElementRef(name = "customXml", 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 = "customXmlMoveToRangeStart", 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 = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     88        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    8989    }) 
    9090    protected List<Object> egContentCellContent; 
     
    110110     * <p> 
    111111     * Objects of the following type(s) are allowed in the list 
    112      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    113      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    114      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    115      * {@link JAXBElement }{@code <}{@link CTTc }{@code >} 
    116112     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    117113     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     114     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     115     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     116     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     117     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     118     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    118119     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    119120     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    120121     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    121      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    122      * {@link JAXBElement }{@code <}{@link CTSdtCell }{@code >} 
    123      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    124      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    125      * {@link ProofErr } 
    126      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    127      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     122     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     123     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     124     * {@link JAXBElement }{@code <}{@link Tc }{@code >} 
     125     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    128126     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    129127     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     128     * {@link ProofErr } 
     129     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     130     * {@link JAXBElement }{@code <}{@link CTSdtCell }{@code >} 
    130131     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    131      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    132      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     132     * {@link JAXBElement }{@code <}{@link CTCustomXmlCell }{@code >} 
    133133     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    134      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    135      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    136      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    137      * {@link JAXBElement }{@code <}{@link CTCustomXmlCell }{@code >} 
     134     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     135     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     136     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     137     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    138138     *  
    139139     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTSdtContentRow.java

    r365 r461  
    6161 
    6262    @XmlElementRefs({ 
     63        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     64        @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6365        @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    64         @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    65         @XmlElementRef(name = "del", 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 = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    68         @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    69         @XmlElementRef(name = "customXmlInsRangeStart", 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 = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7068        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    71         @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7269        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7370        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     71        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     72        @XmlElementRef(name = "moveFrom", 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 = JAXBElement.class), 
     75        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     76        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     77        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7478        @XmlElementRef(name = "tr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Tr.class), 
    75         @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7679        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    7780        @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    78         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     81        @XmlElementRef(name = "ins", 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 = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8084        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     85        @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8186        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    82         @XmlElementRef(name = "sdt", 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 = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8587        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    86         @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    87         @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    88         @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     88        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    8989    }) 
    9090    protected List<Object> egContentRowContent; 
     
    110110     * <p> 
    111111     * Objects of the following type(s) are allowed in the list 
     112     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     113     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    112114     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    113115     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    114      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     116     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    115117     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     118     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     119     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     120     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    116121     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    117122     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    118      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    119      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     123     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     124     * {@link JAXBElement }{@code <}{@link CTSdtRow }{@code >} 
     125     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    120126     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    121      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    122      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    123127     * {@link Tr } 
    124      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    125128     * {@link ProofErr } 
    126129     * {@link JAXBElement }{@code <}{@link CTCustomXmlRow }{@code >} 
     130     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     131     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    127132     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    128      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    129133     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    130134     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    131      * {@link JAXBElement }{@code <}{@link CTSdtRow }{@code >} 
    132      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     135     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    133136     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    134      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    135      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    136      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    137      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     137     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    138138     *  
    139139     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTSdtContentRun.java

    r365 r461  
    6161 
    6262    @XmlElementRefs({ 
     63        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     64        @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     65        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     66        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     67        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     68        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     69        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     70        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6371        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    64         @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    65         @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    66         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    67         @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     72        @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     73        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6874        @XmlElementRef(name = "subDoc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6975        @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     76        @XmlElementRef(name = "moveToRangeEnd", 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), 
    7078        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     79        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     80        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     81        @XmlElementRef(name = "hyperlink", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     82        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     83        @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 
     84        @XmlElementRef(name = "ins", 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 = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7187        @XmlElementRef(name = "smartTag", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    72         @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     88        @XmlElementRef(name = "customXmlInsRangeEnd", 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), 
    7390        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    74         @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    75         @XmlElementRef(name = "customXmlMoveFromRangeStart", 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 = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7891        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    80         @XmlElementRef(name = "fldSimple", 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 = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    83         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    84         @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    85         @XmlElementRef(name = "hyperlink", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    86         @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    87         @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    88         @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    89         @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    90         @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    91         @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    92         @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     92        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    9393    }) 
    9494    protected List<Object> paragraphContent; 
     
    115115     * Objects of the following type(s) are allowed in the list 
    116116     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    117      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    118      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    119      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     117     * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 
    120118     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    121      * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 
    122      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    123      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    124      * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 
    125      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     119     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    126120     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    127121     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    128122     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     123     * {@link JAXBElement }{@code <}{@link SdtRun }{@code >} 
     124     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     125     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     126     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     127     * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 
     128     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     129     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    129130     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     131     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     132     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     133     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     134     * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 
     135     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     136     * {@link R } 
    130137     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     138     * {@link ProofErr } 
    131139     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    132      * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 
     140     * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 
     141     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    133142     * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 
    134      * {@link R } 
    135      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    136143     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    137      * {@link ProofErr } 
    138      * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 
    139144     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    140145     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    141      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    142      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    143      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    144      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    145      * {@link JAXBElement }{@code <}{@link SdtRun }{@code >} 
    146146     *  
    147147     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTShapeDefaults.java

    r359 r461  
    8484     * <p> 
    8585     * Objects of the following type(s) are allowed in the list 
     86     * {@link Object } 
    8687     * {@link Element } 
    87      * {@link Object } 
    8888     *  
    8989     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTSimpleField.java

    r365 r461  
    7070    protected Text fldData; 
    7171    @XmlElementRefs({ 
     72        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     73        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     74        @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     75        @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     76        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     77        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     78        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     79        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     80        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7281        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    73         @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     82        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     83        @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 
     84        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     85        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     86        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     87        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    7488        @XmlElementRef(name = "smartTag", 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), 
    7689        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     90        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     91        @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7792        @XmlElementRef(name = "hyperlink", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     93        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     94        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     95        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7896        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     97        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7998        @XmlElementRef(name = "subDoc", 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 = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    82         @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    83         @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    84         @XmlElementRef(name = "moveToRangeStart", 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), 
     99        @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    86100        @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    87         @XmlElementRef(name = "fldSimple", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    88         @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 
    89         @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    90         @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    91         @XmlElementRef(name = "permEnd", 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 = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    95         @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    96         @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    97         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    98         @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    99         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    100         @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    101         @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     101        @XmlElementRef(name = "fldSimple", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    102102    }) 
    103103    protected List<Object> paragraphContent; 
     
    154154     * Objects of the following type(s) are allowed in the list 
    155155     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     156     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    156157     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     158     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     159     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     160     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     161     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@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 >} 
     166     * {@link R } 
     167     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     168     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     169     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     170     * {@link ProofErr } 
    157171     * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 
    158      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    159172     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    160      * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 
    161      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    162      * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 
    163173     * {@link JAXBElement }{@code <}{@link SdtRun }{@code >} 
    164174     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    165      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     175     * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 
     176     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     177     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     178     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     179     * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 
     180     * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 
    166181     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    167      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    168      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    169      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     182     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    170183     * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 
    171      * {@link R } 
    172      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    173      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    174      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    175      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    176      * {@link ProofErr } 
    177      * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 
    178      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    179      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    180      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    181      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    182      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    183      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    184184     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    185185     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTSmartTagRun.java

    r365 r461  
    6969    protected CTSmartTagPr smartTagPr; 
    7070    @XmlElementRefs({ 
     71        @XmlElementRef(name = "fldSimple", 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 = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     74        @XmlElementRef(name = "smartTag", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     75        @XmlElementRef(name = "moveFromRangeEnd", 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 = "moveFrom", 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 = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     80        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     81        @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     82        @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 
     83        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
     84        @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     85        @XmlElementRef(name = "subDoc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7186        @XmlElementRef(name = "customXmlInsRangeEnd", 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), 
    73         @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    74         @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     87        @XmlElementRef(name = "permStart", 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 = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     90        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     91        @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     92        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     93        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     94        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     95        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     96        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7597        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    76         @XmlElementRef(name = "moveFromRangeStart", 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 = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    80         @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    82         @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    83         @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 
    84         @XmlElementRef(name = "fldSimple", 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 = "commentRangeStart", 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 = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    89         @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    90         @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     98        @XmlElementRef(name = "hyperlink", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    9199        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    92         @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    93         @XmlElementRef(name = "smartTag", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    94         @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    95         @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    96         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    97         @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    98         @XmlElementRef(name = "hyperlink", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    99         @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    100         @XmlElementRef(name = "subDoc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     100        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    101101    }) 
    102102    protected List<Object> paragraphContent; 
     
    150150     * <p> 
    151151     * Objects of the following type(s) are allowed in the list 
    152      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    153      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    154      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    155      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     152     * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 
     153     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     154     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     155     * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 
     156     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     157     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     158     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     159     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     160     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     161     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     162     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     163     * {@link R } 
     164     * {@link ProofErr } 
     165     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     166     * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 
     167     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     168     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     169     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     170     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     171     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     172     * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 
     173     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     174     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     175     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     176     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     177     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    156178     * {@link JAXBElement }{@code <}{@link SdtRun }{@code >} 
    157      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    158      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    159      * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 
    160      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     179     * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 
     180     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    161181     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    162      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    163      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    164      * {@link R } 
    165      * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 
    166      * {@link ProofErr } 
    167      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    168      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    169      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    170      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    171      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    172      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    173      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    174      * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 
    175      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    176      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    177      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    178      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    179      * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 
    180      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    181      * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 
    182182     *  
    183183     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTTblCellMar.java

    r359 r461  
    6363{ 
    6464 
    65     protected CTTblWidth top; 
    66     protected CTTblWidth left; 
    67     protected CTTblWidth bottom; 
    68     protected CTTblWidth right; 
     65    protected TblWidth top; 
     66    protected TblWidth left; 
     67    protected TblWidth bottom; 
     68    protected TblWidth right; 
    6969    @XmlTransient 
    7070    private Object parent; 
     
    7575     * @return 
    7676     *     possible object is 
    77      *     {@link CTTblWidth } 
     77     *     {@link TblWidth } 
    7878     *      
    7979     */ 
    80     public CTTblWidth getTop() { 
     80    public TblWidth getTop() { 
    8181        return top; 
    8282    } 
     
    8787     * @param value 
    8888     *     allowed object is 
    89      *     {@link CTTblWidth } 
     89     *     {@link TblWidth } 
    9090     *      
    9191     */ 
    92     public void setTop(CTTblWidth value) { 
     92    public void setTop(TblWidth value) { 
    9393        this.top = value; 
    9494    } 
     
    9999     * @return 
    100100     *     possible object is 
    101      *     {@link CTTblWidth } 
     101     *     {@link TblWidth } 
    102102     *      
    103103     */ 
    104     public CTTblWidth getLeft() { 
     104    public TblWidth getLeft() { 
    105105        return left; 
    106106    } 
     
    111111     * @param value 
    112112     *     allowed object is 
    113      *     {@link CTTblWidth } 
     113     *     {@link TblWidth } 
    114114     *      
    115115     */ 
    116     public void setLeft(CTTblWidth value) { 
     116    public void setLeft(TblWidth value) { 
    117117        this.left = value; 
    118118    } 
     
    123123     * @return 
    124124     *     possible object is 
    125      *     {@link CTTblWidth } 
     125     *     {@link TblWidth } 
    126126     *      
    127127     */ 
    128     public CTTblWidth getBottom() { 
     128    public TblWidth getBottom() { 
    129129        return bottom; 
    130130    } 
     
    135135     * @param value 
    136136     *     allowed object is 
    137      *     {@link CTTblWidth } 
     137     *     {@link TblWidth } 
    138138     *      
    139139     */ 
    140     public void setBottom(CTTblWidth value) { 
     140    public void setBottom(TblWidth value) { 
    141141        this.bottom = value; 
    142142    } 
     
    147147     * @return 
    148148     *     possible object is 
    149      *     {@link CTTblWidth } 
     149     *     {@link TblWidth } 
    150150     *      
    151151     */ 
    152     public CTTblWidth getRight() { 
     152    public TblWidth getRight() { 
    153153        return right; 
    154154    } 
     
    159159     * @param value 
    160160     *     allowed object is 
    161      *     {@link CTTblWidth } 
     161     *     {@link TblWidth } 
    162162     *      
    163163     */ 
    164     public void setRight(CTTblWidth value) { 
     164    public void setRight(TblWidth value) { 
    165165        this.right = value; 
    166166    } 
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTTblGridChange.java

    r359 r461  
    6060 
    6161    @XmlElement(required = true) 
    62     protected CTTblGridBase tblGrid; 
     62    protected TblGridBase tblGrid; 
    6363    @XmlTransient 
    6464    private Object parent; 
     
    6969     * @return 
    7070     *     possible object is 
    71      *     {@link CTTblGridBase } 
     71     *     {@link TblGridBase } 
    7272     *      
    7373     */ 
    74     public CTTblGridBase getTblGrid() { 
     74    public TblGridBase getTblGrid() { 
    7575        return tblGrid; 
    7676    } 
     
    8181     * @param value 
    8282     *     allowed object is 
    83      *     {@link CTTblGridBase } 
     83     *     {@link TblGridBase } 
    8484     *      
    8585     */ 
    86     public void setTblGrid(CTTblGridBase value) { 
     86    public void setTblGrid(TblGridBase value) { 
    8787        this.tblGrid = value; 
    8888    } 
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTTblPrBase.java

    r359 r461  
    127127    protected CTTblPrBase.TblStyleRowBandSize tblStyleRowBandSize; 
    128128    protected CTTblPrBase.TblStyleColBandSize tblStyleColBandSize; 
    129     protected CTTblWidth tblW; 
     129    protected TblWidth tblW; 
    130130    protected Jc jc; 
    131     protected CTTblWidth tblCellSpacing; 
    132     protected CTTblWidth tblInd; 
    133     protected CTTblBorders tblBorders; 
     131    protected TblWidth tblCellSpacing; 
     132    protected TblWidth tblInd; 
     133    protected TblBorders tblBorders; 
    134134    protected CTShd shd; 
    135135    protected CTTblLayoutType tblLayout; 
     
    288288     * @return 
    289289     *     possible object is 
    290      *     {@link CTTblWidth } 
    291      *      
    292      */ 
    293     public CTTblWidth getTblW() { 
     290     *     {@link TblWidth } 
     291     *      
     292     */ 
     293    public TblWidth getTblW() { 
    294294        return tblW; 
    295295    } 
     
    300300     * @param value 
    301301     *     allowed object is 
    302      *     {@link CTTblWidth } 
    303      *      
    304      */ 
    305     public void setTblW(CTTblWidth value) { 
     302     *     {@link TblWidth } 
     303     *      
     304     */ 
     305    public void setTblW(TblWidth value) { 
    306306        this.tblW = value; 
    307307    } 
     
    336336     * @return 
    337337     *     possible object is 
    338      *     {@link CTTblWidth } 
    339      *      
    340      */ 
    341     public CTTblWidth getTblCellSpacing() { 
     338     *     {@link TblWidth } 
     339     *      
     340     */ 
     341    public TblWidth getTblCellSpacing() { 
    342342        return tblCellSpacing; 
    343343    } 
     
    348348     * @param value 
    349349     *     allowed object is 
    350      *     {@link CTTblWidth } 
    351      *      
    352      */ 
    353     public void setTblCellSpacing(CTTblWidth value) { 
     350     *     {@link TblWidth } 
     351     *      
     352     */ 
     353    public void setTblCellSpacing(TblWidth value) { 
    354354        this.tblCellSpacing = value; 
    355355    } 
     
    360360     * @return 
    361361     *     possible object is 
    362      *     {@link CTTblWidth } 
    363      *      
    364      */ 
    365     public CTTblWidth getTblInd() { 
     362     *     {@link TblWidth } 
     363     *      
     364     */ 
     365    public TblWidth getTblInd() { 
    366366        return tblInd; 
    367367    } 
     
    372372     * @param value 
    373373     *     allowed object is 
    374      *     {@link CTTblWidth } 
    375      *      
    376      */ 
    377     public void setTblInd(CTTblWidth value) { 
     374     *     {@link TblWidth } 
     375     *      
     376     */ 
     377    public void setTblInd(TblWidth value) { 
    378378        this.tblInd = value; 
    379379    } 
     
    384384     * @return 
    385385     *     possible object is 
    386      *     {@link CTTblBorders } 
    387      *      
    388      */ 
    389     public CTTblBorders getTblBorders() { 
     386     *     {@link TblBorders } 
     387     *      
     388     */ 
     389    public TblBorders getTblBorders() { 
    390390        return tblBorders; 
    391391    } 
     
    396396     * @param value 
    397397     *     allowed object is 
    398      *     {@link CTTblBorders } 
    399      *      
    400      */ 
    401     public void setTblBorders(CTTblBorders value) { 
     398     *     {@link TblBorders } 
     399     *      
     400     */ 
     401    public void setTblBorders(TblBorders value) { 
    402402        this.tblBorders = value; 
    403403    } 
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTTblPrExBase.java

    r359 r461  
    7373{ 
    7474 
    75     protected CTTblWidth tblW; 
     75    protected TblWidth tblW; 
    7676    protected Jc jc; 
    77     protected CTTblWidth tblCellSpacing; 
    78     protected CTTblWidth tblInd; 
    79     protected CTTblBorders tblBorders; 
     77    protected TblWidth tblCellSpacing; 
     78    protected TblWidth tblInd; 
     79    protected TblBorders tblBorders; 
    8080    protected CTShd shd; 
    8181    protected CTTblLayoutType tblLayout; 
     
    9090     * @return 
    9191     *     possible object is 
    92      *     {@link CTTblWidth } 
    93      *      
    94      */ 
    95     public CTTblWidth getTblW() { 
     92     *     {@link TblWidth } 
     93     *      
     94     */ 
     95    public TblWidth getTblW() { 
    9696        return tblW; 
    9797    } 
     
    102102     * @param value 
    103103     *     allowed object is 
    104      *     {@link CTTblWidth } 
    105      *      
    106      */ 
    107     public void setTblW(CTTblWidth value) { 
     104     *     {@link TblWidth } 
     105     *      
     106     */ 
     107    public void setTblW(TblWidth value) { 
    108108        this.tblW = value; 
    109109    } 
     
    138138     * @return 
    139139     *     possible object is 
    140      *     {@link CTTblWidth } 
    141      *      
    142      */ 
    143     public CTTblWidth getTblCellSpacing() { 
     140     *     {@link TblWidth } 
     141     *      
     142     */ 
     143    public TblWidth getTblCellSpacing() { 
    144144        return tblCellSpacing; 
    145145    } 
     
    150150     * @param value 
    151151     *     allowed object is 
    152      *     {@link CTTblWidth } 
    153      *      
    154      */ 
    155     public void setTblCellSpacing(CTTblWidth value) { 
     152     *     {@link TblWidth } 
     153     *      
     154     */ 
     155    public void setTblCellSpacing(TblWidth value) { 
    156156        this.tblCellSpacing = value; 
    157157    } 
     
    162162     * @return 
    163163     *     possible object is 
    164      *     {@link CTTblWidth } 
    165      *      
    166      */ 
    167     public CTTblWidth getTblInd() { 
     164     *     {@link TblWidth } 
     165     *      
     166     */ 
     167    public TblWidth getTblInd() { 
    168168        return tblInd; 
    169169    } 
     
    174174     * @param value 
    175175     *     allowed object is 
    176      *     {@link CTTblWidth } 
    177      *      
    178      */ 
    179     public void setTblInd(CTTblWidth value) { 
     176     *     {@link TblWidth } 
     177     *      
     178     */ 
     179    public void setTblInd(TblWidth value) { 
    180180        this.tblInd = value; 
    181181    } 
     
    186186     * @return 
    187187     *     possible object is 
    188      *     {@link CTTblBorders } 
    189      *      
    190      */ 
    191     public CTTblBorders getTblBorders() { 
     188     *     {@link TblBorders } 
     189     *      
     190     */ 
     191    public TblBorders getTblBorders() { 
    192192        return tblBorders; 
    193193    } 
     
    198198     * @param value 
    199199     *     allowed object is 
    200      *     {@link CTTblBorders } 
    201      *      
    202      */ 
    203     public void setTblBorders(CTTblBorders value) { 
     200     *     {@link TblBorders } 
     201     *      
     202     */ 
     203    public void setTblBorders(TblBorders value) { 
    204204        this.tblBorders = value; 
    205205    } 
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTTblStylePr.java

    r359 r461  
    7070    protected RPr rPr; 
    7171    protected CTTblPrBase tblPr; 
    72     protected CTTrPr trPr; 
    73     protected CTTcPr tcPr; 
     72    protected TrPr trPr; 
     73    protected TcPr tcPr; 
    7474    @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", required = true) 
    7575    protected STTblStyleOverrideType type; 
     
    154154     * @return 
    155155     *     possible object is 
    156      *     {@link CTTrPr } 
    157      *      
    158      */ 
    159     public CTTrPr getTrPr() { 
     156     *     {@link TrPr } 
     157     *      
     158     */ 
     159    public TrPr getTrPr() { 
    160160        return trPr; 
    161161    } 
     
    166166     * @param value 
    167167     *     allowed object is 
    168      *     {@link CTTrPr } 
    169      *      
    170      */ 
    171     public void setTrPr(CTTrPr value) { 
     168     *     {@link TrPr } 
     169     *      
     170     */ 
     171    public void setTrPr(TrPr value) { 
    172172        this.trPr = value; 
    173173    } 
     
    178178     * @return 
    179179     *     possible object is 
    180      *     {@link CTTcPr } 
    181      *      
    182      */ 
    183     public CTTcPr getTcPr() { 
     180     *     {@link TcPr } 
     181     *      
     182     */ 
     183    public TcPr getTcPr() { 
    184184        return tcPr; 
    185185    } 
     
    190190     * @param value 
    191191     *     allowed object is 
    192      *     {@link CTTcPr } 
    193      *      
    194      */ 
    195     public void setTcPr(CTTcPr value) { 
     192     *     {@link TcPr } 
     193     *      
     194     */ 
     195    public void setTcPr(TcPr value) { 
    196196        this.tcPr = value; 
    197197    } 
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTTcPrChange.java

    r359 r461  
    6060 
    6161    @XmlElement(required = true) 
    62     protected CTTcPrInner tcPr; 
     62    protected TcPrInner tcPr; 
    6363    @XmlTransient 
    6464    private Object parent; 
     
    6969     * @return 
    7070     *     possible object is 
    71      *     {@link CTTcPrInner } 
     71     *     {@link TcPrInner } 
    7272     *      
    7373     */ 
    74     public CTTcPrInner getTcPr() { 
     74    public TcPrInner getTcPr() { 
    7575        return tcPr; 
    7676    } 
     
    8181     * @param value 
    8282     *     allowed object is 
    83      *     {@link CTTcPrInner } 
     83     *     {@link TcPrInner } 
    8484     *      
    8585     */ 
    86     public void setTcPr(CTTcPrInner value) { 
     86    public void setTcPr(TcPrInner value) { 
    8787        this.tcPr = value; 
    8888    } 
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTTrPrBase.java

    r365 r461  
    115115 
    116116    @XmlElementRefs({ 
    117         @XmlElementRef(name = "trHeight", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     117        @XmlElementRef(name = "tblCellSpacing", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    118118        @XmlElementRef(name = "cantSplit", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    119         @XmlElementRef(name = "tblHeader", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    120         @XmlElementRef(name = "hidden", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    121         @XmlElementRef(name = "divId", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    122         @XmlElementRef(name = "tblCellSpacing", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    123119        @XmlElementRef(name = "jc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    124120        @XmlElementRef(name = "gridBefore", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     121        @XmlElementRef(name = "cnfStyle", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    125122        @XmlElementRef(name = "wAfter", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     123        @XmlElementRef(name = "divId", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    126124        @XmlElementRef(name = "wBefore", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     125        @XmlElementRef(name = "tblHeader", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     126        @XmlElementRef(name = "trHeight", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    127127        @XmlElementRef(name = "gridAfter", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    128         @XmlElementRef(name = "cnfStyle", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     128        @XmlElementRef(name = "hidden", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    129129    }) 
    130130    protected List<JAXBElement<?>> cnfStyleOrDivIdOrGridBefore; 
     
    150150     * <p> 
    151151     * Objects of the following type(s) are allowed in the list 
     152     * {@link JAXBElement }{@code <}{@link Jc }{@code >} 
     153     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     154     * {@link JAXBElement }{@code <}{@link TblWidth }{@code >} 
     155     * {@link JAXBElement }{@code <}{@link CTCnf }{@code >} 
     156     * {@link JAXBElement }{@code <}{@link CTTrPrBase.GridBefore }{@code >} 
     157     * {@link JAXBElement }{@code <}{@link CTTrPrBase.DivId }{@code >} 
     158     * {@link JAXBElement }{@code <}{@link TblWidth }{@code >} 
     159     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     160     * {@link JAXBElement }{@code <}{@link TblWidth }{@code >} 
    152161     * {@link JAXBElement }{@code <}{@link CTHeight }{@code >} 
     162     * {@link JAXBElement }{@code <}{@link CTTrPrBase.GridAfter }{@code >} 
    153163     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    154      * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    155      * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    156      * {@link JAXBElement }{@code <}{@link CTTblWidth }{@code >} 
    157      * {@link JAXBElement }{@code <}{@link CTTrPrBase.DivId }{@code >} 
    158      * {@link JAXBElement }{@code <}{@link Jc }{@code >} 
    159      * {@link JAXBElement }{@code <}{@link CTTrPrBase.GridBefore }{@code >} 
    160      * {@link JAXBElement }{@code <}{@link CTTrPrBase.GridAfter }{@code >} 
    161      * {@link JAXBElement }{@code <}{@link CTTblWidth }{@code >} 
    162      * {@link JAXBElement }{@code <}{@link CTTblWidth }{@code >} 
    163      * {@link JAXBElement }{@code <}{@link CTCnf }{@code >} 
    164164     *  
    165165     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTTxbxContent.java

    r365 r461  
    6161 
    6262    @XmlElementRefs({ 
     63        @XmlElementRef(name = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     64        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     65        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     66        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6367        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    64         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     68        @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     69        @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     70        @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 
     71        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     72        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
     73        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     74        @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     75        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     76        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     77        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     78        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
     79        @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     80        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     81        @XmlElementRef(name = "bookmarkStart", 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 = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     84        @XmlElementRef(name = "commentRangeStart", 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 = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     87        @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     88        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6589        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    66         @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    67         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    68         @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    69         @XmlElementRef(name = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    70         @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 
    71         @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
    72         @XmlElementRef(name = "customXmlMoveToRangeEnd", 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), 
    74         @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    75         @XmlElementRef(name = "moveTo", 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 = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    78         @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    79         @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    80         @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    82         @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    83         @XmlElementRef(name = "moveFromRangeStart", 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 = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    86         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    87         @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    88         @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    89         @XmlElementRef(name = "moveToRangeStart", 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) 
     90        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    9191    }) 
    9292    protected List<Object> egBlockLevelElts; 
     
    112112     * <p> 
    113113     * Objects of the following type(s) are allowed in the list 
     114     * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 
     115     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     116     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     117     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    114118     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     119     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     120     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     121     * {@link P } 
     122     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     123     * {@link SdtBlock } 
     124     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     125     * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 
     126     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     127     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     128     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     129     * {@link ProofErr } 
     130     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     131     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     132     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     133     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     134     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     135     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     136     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     137     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     138     * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 
    115139     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    116140     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    117      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    118      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    119      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    120      * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 
    121      * {@link P } 
    122      * {@link SdtBlock } 
    123      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    124      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    125      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    126      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    127      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    128      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    129      * {@link ProofErr } 
    130      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    131      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    132      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    133      * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 
    134141     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    135      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    136      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    137      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    138      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    139      * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 
    140      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    141      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    142142     *  
    143143     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/ObjectFactory.java

    r365 r461  
    5252    private final static QName _SdtPrPlaceholder_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "placeholder"); 
    5353    private final static QName _SdtPrAlias_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "alias"); 
     54    private final static QName _SdtPrTemporary_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "temporary"); 
    5455    private final static QName _SdtPrLock_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "lock"); 
    55     private final static QName _SdtPrTemporary_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "temporary"); 
    5656    private final static QName _SdtPrComboBox_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "comboBox"); 
    5757    private final static QName _SdtPrBibliography_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bibliography"); 
     
    8383    private final static QName _CTFFDataTextInput_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "textInput"); 
    8484    private final static QName _CTFFDataExitMacro_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "exitMacro"); 
    85     private final static QName _CTSdtContentCellMoveFromRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFromRangeStart"); 
    86     private final static QName _CTSdtContentCellMoveFromRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFromRangeEnd"); 
    87     private final static QName _CTSdtContentCellIns_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "ins"); 
    88     private final static QName _CTSdtContentCellSdt_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "sdt"); 
    89     private final static QName _CTSdtContentCellCustomXmlDelRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlDelRangeEnd"); 
    90     private final static QName _CTSdtContentCellMoveToRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveToRangeEnd"); 
    91     private final static QName _CTSdtContentCellCustomXmlMoveToRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveToRangeEnd"); 
    92     private final static QName _CTSdtContentCellCustomXmlInsRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlInsRangeStart"); 
    93     private final static QName _CTSdtContentCellCustomXmlMoveToRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveToRangeStart"); 
    94     private final static QName _CTSdtContentCellCustomXmlInsRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlInsRangeEnd"); 
    95     private final static QName _CTSdtContentCellPermStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "permStart"); 
    96     private final static QName _CTSdtContentCellMoveToRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveToRangeStart"); 
    97     private final static QName _CTSdtContentCellCommentRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "commentRangeEnd"); 
    98     private final static QName _CTSdtContentCellBookmarkEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bookmarkEnd"); 
    99     private final static QName _CTSdtContentCellCustomXmlMoveFromRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveFromRangeEnd"); 
    100     private final static QName _CTSdtContentCellMoveFrom_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFrom"); 
    101     private final static QName _CTSdtContentCellCommentRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "commentRangeStart"); 
    102     private final static QName _CTSdtContentCellCustomXmlMoveFromRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveFromRangeStart"); 
    103     private final static QName _CTSdtContentCellCustomXmlDelRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlDelRangeStart"); 
    104     private final static QName _CTSdtContentCellPermEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "permEnd"); 
    105     private final static QName _CTSdtContentCellTc_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tc"); 
    106     private final static QName _CTSdtContentCellDel_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "del"); 
    107     private final static QName _CTSdtContentCellCustomXml_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXml"); 
    108     private final static QName _CTSdtContentCellBookmarkStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bookmarkStart"); 
    109     private final static QName _CTSdtContentCellMoveTo_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveTo"); 
     85    private final static QName _CTHdrFtrMoveFromRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFromRangeStart"); 
    11086    private final static QName _CTHdrFtrTbl_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tbl"); 
     87    private final static QName _CTHdrFtrMoveFromRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFromRangeEnd"); 
     88    private final static QName _CTHdrFtrIns_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "ins"); 
     89    private final static QName _CTHdrFtrMoveToRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveToRangeEnd"); 
     90    private final static QName _CTHdrFtrCustomXmlDelRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlDelRangeEnd"); 
     91    private final static QName _CTHdrFtrCustomXmlMoveToRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveToRangeEnd"); 
     92    private final static QName _CTHdrFtrCustomXmlInsRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlInsRangeStart"); 
     93    private final static QName _CTHdrFtrCustomXmlMoveToRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveToRangeStart"); 
     94    private final static QName _CTHdrFtrCustomXmlInsRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlInsRangeEnd"); 
     95    private final static QName _CTHdrFtrPermStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "permStart"); 
     96    private final static QName _CTHdrFtrCommentRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "commentRangeEnd"); 
     97    private final static QName _CTHdrFtrMoveToRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveToRangeStart"); 
     98    private final static QName _CTHdrFtrBookmarkEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bookmarkEnd"); 
     99    private final static QName _CTHdrFtrCustomXmlMoveFromRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveFromRangeEnd"); 
     100    private final static QName _CTHdrFtrCommentRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "commentRangeStart"); 
     101    private final static QName _CTHdrFtrMoveFrom_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFrom"); 
     102    private final static QName _CTHdrFtrCustomXmlMoveFromRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveFromRangeStart"); 
     103    private final static QName _CTHdrFtrCustomXmlDelRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlDelRangeStart"); 
    111104    private final static QName _CTHdrFtrAltChunk_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "altChunk"); 
     105    private final static QName _CTHdrFtrPermEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "permEnd"); 
     106    private final static QName _CTHdrFtrDel_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "del"); 
     107    private final static QName _CTHdrFtrCustomXml_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXml"); 
     108    private final static QName _CTHdrFtrBookmarkStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bookmarkStart"); 
     109    private final static QName _CTHdrFtrMoveTo_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveTo"); 
     110    private final static QName _CTRPrChangeRPrRtl_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "rtl"); 
     111    private final static QName _CTRPrChangeRPrB_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "b"); 
     112    private final static QName _CTRPrChangeRPrSnapToGrid_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "snapToGrid"); 
     113    private final static QName _CTRPrChangeRPrDstrike_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "dstrike"); 
     114    private final static QName _CTRPrChangeRPrCs_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "cs"); 
     115    private final static QName _CTRPrChangeRPrICs_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "iCs"); 
     116    private final static QName _CTRPrChangeRPrI_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "i"); 
     117    private final static QName _CTRPrChangeRPrNoProof_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "noProof"); 
     118    private final static QName _CTRPrChangeRPrOMath_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "oMath"); 
     119    private final static QName _CTRPrChangeRPrVertAlign_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "vertAlign"); 
     120    private final static QName _CTRPrChangeRPrW_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "w"); 
     121    private final static QName _CTRPrChangeRPrEffect_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "effect"); 
     122    private final static QName _CTRPrChangeRPrCaps_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "caps"); 
     123    private final static QName _CTRPrChangeRPrEm_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "em"); 
     124    private final static QName _CTRPrChangeRPrPosition_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "position"); 
     125    private final static QName _CTRPrChangeRPrWebHidden_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "webHidden"); 
     126    private final static QName _CTRPrChangeRPrShd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "shd"); 
     127    private final static QName _CTRPrChangeRPrSmallCaps_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "smallCaps"); 
     128    private final static QName _CTRPrChangeRPrSzCs_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "szCs"); 
     129    private final static QName _CTRPrChangeRPrSpecVanish_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "specVanish"); 
     130    private final static QName _CTRPrChangeRPrSpacing_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "spacing"); 
     131    private final static QName _CTRPrChangeRPrEastAsianLayout_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "eastAsianLayout"); 
     132    private final static QName _CTRPrChangeRPrKern_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "kern"); 
     133    private final static QName _CTRPrChangeRPrFitText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "fitText"); 
     134    private final static QName _CTRPrChangeRPrVanish_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "vanish"); 
     135    private final static QName _CTRPrChangeRPrLang_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "lang"); 
     136    private final static QName _CTRPrChangeRPrOutline_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "outline"); 
     137    private final static QName _CTRPrChangeRPrBCs_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bCs"); 
     138    private final static QName _CTRPrChangeRPrStrike_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "strike"); 
     139    private final static QName _CTRPrChangeRPrShadow_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "shadow"); 
     140    private final static QName _CTRPrChangeRPrImprint_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "imprint"); 
     141    private final static QName _CTRPrChangeRPrBdr_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bdr"); 
     142    private final static QName _CTRPrChangeRPrSz_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "sz"); 
     143    private final static QName _CTRPrChangeRPrEmboss_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "emboss"); 
     144    private final static QName _CTSdtContentRowSdt_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "sdt"); 
    112145    private final static QName _CTCustomXmlRunSubDoc_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "subDoc"); 
    113146    private final static QName _CTCustomXmlRunFldSimple_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "fldSimple"); 
    114147    private final static QName _CTCustomXmlRunHyperlink_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "hyperlink"); 
    115148    private final static QName _CTCustomXmlRunSmartTag_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "smartTag"); 
     149    private final static QName _CTCustomXmlCellTc_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tc"); 
    116150    private final static QName _CTTrPrBaseTblHeader_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tblHeader"); 
    117151    private final static QName _CTTrPrBaseJc_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "jc"); 
     152    private final static QName _CTTrPrBaseGridBefore_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "gridBefore"); 
    118153    private final static QName _CTTrPrBaseCantSplit_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "cantSplit"); 
    119     private final static QName _CTTrPrBaseGridBefore_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "gridBefore"); 
    120154    private final static QName _CTTrPrBaseTrHeight_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "trHeight"); 
    121155    private final static QName _CTTrPrBaseHidden_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "hidden"); 
     
    123157    private final static QName _CTTrPrBaseGridAfter_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "gridAfter"); 
    124158    private final static QName _CTTrPrBaseWAfter_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "wAfter"); 
     159    private final static QName _CTTrPrBaseWBefore_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "wBefore"); 
    125160    private final static QName _CTTrPrBaseDivId_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "divId"); 
    126     private final static QName _CTTrPrBaseWBefore_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "wBefore"); 
    127161    private final static QName _CTTrPrBaseCnfStyle_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "cnfStyle"); 
    128162    private final static QName _RMonthShort_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "monthShort"); 
     
    156190    private final static QName _RPtab_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "ptab"); 
    157191    private final static QName _RNoBreakHyphen_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "noBreakHyphen"); 
    158     private final static QName _CTParaRPrOriginalRtl_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "rtl"); 
    159     private final static QName _CTParaRPrOriginalB_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "b"); 
    160     private final static QName _CTParaRPrOriginalSnapToGrid_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "snapToGrid"); 
    161     private final static QName _CTParaRPrOriginalICs_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "iCs"); 
    162     private final static QName _CTParaRPrOriginalCs_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "cs"); 
    163     private final static QName _CTParaRPrOriginalI_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "i"); 
    164     private final static QName _CTParaRPrOriginalDstrike_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "dstrike"); 
    165     private final static QName _CTParaRPrOriginalOMath_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "oMath"); 
    166     private final static QName _CTParaRPrOriginalNoProof_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "noProof"); 
    167     private final static QName _CTParaRPrOriginalVertAlign_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "vertAlign"); 
    168     private final static QName _CTParaRPrOriginalW_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "w"); 
    169     private final static QName _CTParaRPrOriginalEffect_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "effect"); 
    170     private final static QName _CTParaRPrOriginalCaps_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "caps"); 
    171     private final static QName _CTParaRPrOriginalEm_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "em"); 
    172     private final static QName _CTParaRPrOriginalWebHidden_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "webHidden"); 
    173     private final static QName _CTParaRPrOriginalPosition_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "position"); 
    174     private final static QName _CTParaRPrOriginalShd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "shd"); 
    175     private final static QName _CTParaRPrOriginalSmallCaps_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "smallCaps"); 
    176     private final static QName _CTParaRPrOriginalSzCs_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "szCs"); 
    177     private final static QName _CTParaRPrOriginalSpecVanish_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "specVanish"); 
    178     private final static QName _CTParaRPrOriginalSpacing_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "spacing"); 
    179     private final static QName _CTParaRPrOriginalEastAsianLayout_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "eastAsianLayout"); 
    180     private final static QName _CTParaRPrOriginalFitText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "fitText"); 
    181     private final static QName _CTParaRPrOriginalKern_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "kern"); 
    182     private final static QName _CTParaRPrOriginalVanish_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "vanish"); 
    183     private final static QName _CTParaRPrOriginalLang_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "lang"); 
    184     private final static QName _CTParaRPrOriginalOutline_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "outline"); 
    185     private final static QName _CTParaRPrOriginalBCs_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bCs"); 
    186     private final static QName _CTParaRPrOriginalStrike_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "strike"); 
    187     private final static QName _CTParaRPrOriginalShadow_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "shadow"); 
    188     private final static QName _CTParaRPrOriginalImprint_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "imprint"); 
    189     private final static QName _CTParaRPrOriginalBdr_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bdr"); 
    190     private final static QName _CTParaRPrOriginalSz_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "sz"); 
    191     private final static QName _CTParaRPrOriginalEmboss_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "emboss"); 
    192192    private final static QName _SectPrHeaderReference_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "headerReference"); 
    193193    private final static QName _SectPrFooterReference_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "footerReference"); 
     
    201201 
    202202    /** 
    203      * Create an instance of {@link CTTblGrid } 
    204      *  
    205      */ 
    206     public CTTblGrid createCTTblGrid() { 
    207         return new CTTblGrid(); 
     203     * Create an instance of {@link TblGrid } 
     204     *  
     205     */ 
     206    public TblGrid createTblGrid() { 
     207        return new TblGrid(); 
    208208    } 
    209209 
     
    217217 
    218218    /** 
     219     * Create an instance of {@link Package.Part } 
     220     *  
     221     */ 
     222    public Package.Part createPackagePart() { 
     223        return new Package.Part(); 
     224    } 
     225 
     226    /** 
     227     * Create an instance of {@link Fonts.Font.AltName } 
     228     *  
     229     */ 
     230    public Fonts.Font.AltName createFontsFontAltName() { 
     231        return new Fonts.Font.AltName(); 
     232    } 
     233 
     234    /** 
     235     * Create an instance of {@link CTDocPartCategory.Name } 
     236     *  
     237     */ 
     238    public CTDocPartCategory.Name createCTDocPartCategoryName() { 
     239        return new CTDocPartCategory.Name(); 
     240    } 
     241 
     242    /** 
     243     * Create an instance of {@link TcMar } 
     244     *  
     245     */ 
     246    public TcMar createTcMar() { 
     247        return new TcMar(); 
     248    } 
     249 
     250    /** 
     251     * Create an instance of {@link CTFFTextInput.MaxLength } 
     252     *  
     253     */ 
     254    public CTFFTextInput.MaxLength createCTFFTextInputMaxLength() { 
     255        return new CTFFTextInput.MaxLength(); 
     256    } 
     257 
     258    /** 
     259     * Create an instance of {@link TextDirection } 
     260     *  
     261     */ 
     262    public TextDirection createTextDirection() { 
     263        return new TextDirection(); 
     264    } 
     265 
     266    /** 
     267     * Create an instance of {@link FontFamily } 
     268     *  
     269     */ 
     270    public FontFamily createFontFamily() { 
     271        return new FontFamily(); 
     272    } 
     273 
     274    /** 
     275     * Create an instance of {@link CTSettings.AttachedSchema } 
     276     *  
     277     */ 
     278    public CTSettings.AttachedSchema createCTSettingsAttachedSchema() { 
     279        return new CTSettings.AttachedSchema(); 
     280    } 
     281 
     282    /** 
     283     * Create an instance of {@link CTMailMerge.Query } 
     284     *  
     285     */ 
     286    public CTMailMerge.Query createCTMailMergeQuery() { 
     287        return new CTMailMerge.Query(); 
     288    } 
     289 
     290    /** 
     291     * Create an instance of {@link CTRubyContent } 
     292     *  
     293     */ 
     294    public CTRubyContent createCTRubyContent() { 
     295        return new CTRubyContent(); 
     296    } 
     297 
     298    /** 
     299     * Create an instance of {@link CTPPrDefault } 
     300     *  
     301     */ 
     302    public CTPPrDefault createCTPPrDefault() { 
     303        return new CTPPrDefault(); 
     304    } 
     305 
     306    /** 
     307     * Create an instance of {@link CTAutoCaption } 
     308     *  
     309     */ 
     310    public CTAutoCaption createCTAutoCaption() { 
     311        return new CTAutoCaption(); 
     312    } 
     313 
     314    /** 
     315     * Create an instance of {@link SdtContentBlock } 
     316     *  
     317     */ 
     318    public SdtContentBlock createSdtContentBlock() { 
     319        return new SdtContentBlock(); 
     320    } 
     321 
     322    /** 
     323     * Create an instance of {@link org.docx4j.wml.Style.UiPriority } 
     324     *  
     325     */ 
     326    public org.docx4j.wml.Style.UiPriority createStyleUiPriority() { 
     327        return new org.docx4j.wml.Style.UiPriority(); 
     328    } 
     329 
     330    /** 
     331     * Create an instance of {@link SdtPr.Alias } 
     332     *  
     333     */ 
     334    public SdtPr.Alias createSdtPrAlias() { 
     335        return new SdtPr.Alias(); 
     336    } 
     337 
     338    /** 
     339     * Create an instance of {@link CTColorSchemeMapping } 
     340     *  
     341     */ 
     342    public CTColorSchemeMapping createCTColorSchemeMapping() { 
     343        return new CTColorSchemeMapping(); 
     344    } 
     345 
     346    /** 
     347     * Create an instance of {@link Document } 
     348     *  
     349     */ 
     350    public Document createDocument() { 
     351        return new Document(); 
     352    } 
     353 
     354    /** 
     355     * Create an instance of {@link CTPixelsMeasure } 
     356     *  
     357     */ 
     358    public CTPixelsMeasure createCTPixelsMeasure() { 
     359        return new CTPixelsMeasure(); 
     360    } 
     361 
     362    /** 
     363     * Create an instance of {@link Numbering } 
     364     *  
     365     */ 
     366    public Numbering createNumbering() { 
     367        return new Numbering(); 
     368    } 
     369 
     370    /** 
     371     * Create an instance of {@link CTSaveThroughXslt } 
     372     *  
     373     */ 
     374    public CTSaveThroughXslt createCTSaveThroughXslt() { 
     375        return new CTSaveThroughXslt(); 
     376    } 
     377 
     378    /** 
     379     * Create an instance of {@link CTFFTextInput.Default } 
     380     *  
     381     */ 
     382    public CTFFTextInput.Default createCTFFTextInputDefault() { 
     383        return new CTFFTextInput.Default(); 
     384    } 
     385 
     386    /** 
     387     * Create an instance of {@link CTFrameset } 
     388     *  
     389     */ 
     390    public CTFrameset createCTFrameset() { 
     391        return new CTFrameset(); 
     392    } 
     393 
     394    /** 
     395     * Create an instance of {@link CTFFTextType } 
     396     *  
     397     */ 
     398    public CTFFTextType createCTFFTextType() { 
     399        return new CTFFTextType(); 
     400    } 
     401 
     402    /** 
     403     * Create an instance of {@link CTHeight } 
     404     *  
     405     */ 
     406    public CTHeight createCTHeight() { 
     407        return new CTHeight(); 
     408    } 
     409 
     410    /** 
     411     * Create an instance of {@link Package } 
     412     *  
     413     */ 
     414    public Package createPackage() { 
     415        return new Package(); 
     416    } 
     417 
     418    /** 
     419     * Create an instance of {@link CTTblStylePr } 
     420     *  
     421     */ 
     422    public CTTblStylePr createCTTblStylePr() { 
     423        return new CTTblStylePr(); 
     424    } 
     425 
     426    /** 
     427     * Create an instance of {@link SectPr.Type } 
     428     *  
     429     */ 
     430    public SectPr.Type createSectPrType() { 
     431        return new SectPr.Type(); 
     432    } 
     433 
     434    /** 
     435     * Create an instance of {@link CTTextboxTightWrap } 
     436     *  
     437     */ 
     438    public CTTextboxTightWrap createCTTextboxTightWrap() { 
     439        return new CTTextboxTightWrap(); 
     440    } 
     441 
     442    /** 
     443     * Create an instance of {@link CTFtnProps } 
     444     *  
     445     */ 
     446    public CTFtnProps createCTFtnProps() { 
     447        return new CTFtnProps(); 
     448    } 
     449 
     450    /** 
     451     * Create an instance of {@link TcPrInner.TcBorders } 
     452     *  
     453     */ 
     454    public TcPrInner.TcBorders createTcPrInnerTcBorders() { 
     455        return new TcPrInner.TcBorders(); 
     456    } 
     457 
     458    /** 
     459     * Create an instance of {@link CTSdtDocPart.DocPartGallery } 
     460     *  
     461     */ 
     462    public CTSdtDocPart.DocPartGallery createCTSdtDocPartDocPartGallery() { 
     463        return new CTSdtDocPart.DocPartGallery(); 
     464    } 
     465 
     466    /** 
     467     * Create an instance of {@link CTBackground } 
     468     *  
     469     */ 
     470    public CTBackground createCTBackground() { 
     471        return new CTBackground(); 
     472    } 
     473 
     474    /** 
     475     * Create an instance of {@link CTComment } 
     476     *  
     477     */ 
     478    public CTComment createCTComment() { 
     479        return new CTComment(); 
     480    } 
     481 
     482    /** 
     483     * Create an instance of {@link CTFFTextInput.Format } 
     484     *  
     485     */ 
     486    public CTFFTextInput.Format createCTFFTextInputFormat() { 
     487        return new CTFFTextInput.Format(); 
     488    } 
     489 
     490    /** 
     491     * Create an instance of {@link TrPr } 
     492     *  
     493     */ 
     494    public TrPr createTrPr() { 
     495        return new TrPr(); 
     496    } 
     497 
     498    /** 
     499     * Create an instance of {@link CTRuby } 
     500     *  
     501     */ 
     502    public CTRuby createCTRuby() { 
     503        return new CTRuby(); 
     504    } 
     505 
     506    /** 
     507     * Create an instance of {@link FontRel } 
     508     *  
     509     */ 
     510    public FontRel createFontRel() { 
     511        return new FontRel(); 
     512    } 
     513 
     514    /** 
     515     * Create an instance of {@link CTMailMerge } 
     516     *  
     517     */ 
     518    public CTMailMerge createCTMailMerge() { 
     519        return new CTMailMerge(); 
     520    } 
     521 
     522    /** 
     523     * Create an instance of {@link CTSdtDropDownList } 
     524     *  
     525     */ 
     526    public CTSdtDropDownList createCTSdtDropDownList() { 
     527        return new CTSdtDropDownList(); 
     528    } 
     529 
     530    /** 
     531     * Create an instance of {@link Styles.DocDefaults.PPrDefault } 
     532     *  
     533     */ 
     534    public Styles.DocDefaults.PPrDefault createStylesDocDefaultsPPrDefault() { 
     535        return new Styles.DocDefaults.PPrDefault(); 
     536    } 
     537 
     538    /** 
     539     * Create an instance of {@link CTLock } 
     540     *  
     541     */ 
     542    public CTLock createCTLock() { 
     543        return new CTLock(); 
     544    } 
     545 
     546    /** 
     547     * Create an instance of {@link CTWebSettings } 
     548     *  
     549     */ 
     550    public CTWebSettings createCTWebSettings() { 
     551        return new CTWebSettings(); 
     552    } 
     553 
     554    /** 
     555     * Create an instance of {@link CTSdtRow } 
     556     *  
     557     */ 
     558    public CTSdtRow createCTSdtRow() { 
     559        return new CTSdtRow(); 
     560    } 
     561 
     562    /** 
     563     * Create an instance of {@link CTTblPrEx } 
     564     *  
     565     */ 
     566    public CTTblPrEx createCTTblPrEx() { 
     567        return new CTTblPrEx(); 
     568    } 
     569 
     570    /** 
     571     * Create an instance of {@link CTSdtEndPr } 
     572     *  
     573     */ 
     574    public CTSdtEndPr createCTSdtEndPr() { 
     575        return new CTSdtEndPr(); 
     576    } 
     577 
     578    /** 
     579     * Create an instance of {@link CTCustomXmlPr.Placeholder } 
     580     *  
     581     */ 
     582    public CTCustomXmlPr.Placeholder createCTCustomXmlPrPlaceholder() { 
     583        return new CTCustomXmlPr.Placeholder(); 
     584    } 
     585 
     586    /** 
     587     * Create an instance of {@link CTSdtComboBox } 
     588     *  
     589     */ 
     590    public CTSdtComboBox createCTSdtComboBox() { 
     591        return new CTSdtComboBox(); 
     592    } 
     593 
     594    /** 
     595     * Create an instance of {@link CTDocParts } 
     596     *  
     597     */ 
     598    public CTDocParts createCTDocParts() { 
     599        return new CTDocParts(); 
     600    } 
     601 
     602    /** 
     603     * Create an instance of {@link CTMailMerge.ActiveRecord } 
     604     *  
     605     */ 
     606    public CTMailMerge.ActiveRecord createCTMailMergeActiveRecord() { 
     607        return new CTMailMerge.ActiveRecord(); 
     608    } 
     609 
     610    /** 
     611     * Create an instance of {@link CTReadingModeInkLockDown } 
     612     *  
     613     */ 
     614    public CTReadingModeInkLockDown createCTReadingModeInkLockDown() { 
     615        return new CTReadingModeInkLockDown(); 
     616    } 
     617 
     618    /** 
     619     * Create an instance of {@link CTMailMergeDest } 
     620     *  
     621     */ 
     622    public CTMailMergeDest createCTMailMergeDest() { 
     623        return new CTMailMergeDest(); 
     624    } 
     625 
     626    /** 
     627     * Create an instance of {@link CTUcharHexNumber } 
     628     *  
     629     */ 
     630    public CTUcharHexNumber createCTUcharHexNumber() { 
     631        return new CTUcharHexNumber(); 
     632    } 
     633 
     634    /** 
     635     * Create an instance of {@link CTTrackChangeRange } 
     636     *  
     637     */ 
     638    public CTTrackChangeRange createCTTrackChangeRange() { 
     639        return new CTTrackChangeRange(); 
     640    } 
     641 
     642    /** 
     643     * Create an instance of {@link CTBookmarkRange } 
     644     *  
     645     */ 
     646    public CTBookmarkRange createCTBookmarkRange() { 
     647        return new CTBookmarkRange(); 
     648    } 
     649 
     650    /** 
    219651     * Create an instance of {@link SdtPr.RichText } 
    220652     *  
     
    225657 
    226658    /** 
    227      * Create an instance of {@link TextDirection } 
    228      *  
    229      */ 
    230     public TextDirection createTextDirection() { 
    231         return new TextDirection(); 
     659     * Create an instance of {@link CTEndnotes } 
     660     *  
     661     */ 
     662    public CTEndnotes createCTEndnotes() { 
     663        return new CTEndnotes(); 
     664    } 
     665 
     666    /** 
     667     * Create an instance of {@link SdtPr } 
     668     *  
     669     */ 
     670    public SdtPr createSdtPr() { 
     671        return new SdtPr(); 
     672    } 
     673 
     674    /** 
     675     * Create an instance of {@link CTSdtContentRow } 
     676     *  
     677     */ 
     678    public CTSdtContentRow createCTSdtContentRow() { 
     679        return new CTSdtContentRow(); 
     680    } 
     681 
     682    /** 
     683     * Create an instance of {@link CTSmartTagType } 
     684     *  
     685     */ 
     686    public CTSmartTagType createCTSmartTagType() { 
     687        return new CTSmartTagType(); 
     688    } 
     689 
     690    /** 
     691     * Create an instance of {@link CTSectPrChange } 
     692     *  
     693     */ 
     694    public CTSectPrChange createCTSectPrChange() { 
     695        return new CTSectPrChange(); 
     696    } 
     697 
     698    /** 
     699     * Create an instance of {@link CTEdnProps } 
     700     *  
     701     */ 
     702    public CTEdnProps createCTEdnProps() { 
     703        return new CTEdnProps(); 
     704    } 
     705 
     706    /** 
     707     * Create an instance of {@link CTAttr } 
     708     *  
     709     */ 
     710    public CTAttr createCTAttr() { 
     711        return new CTAttr(); 
     712    } 
     713 
     714    /** 
     715     * Create an instance of {@link FldChar } 
     716     *  
     717     */ 
     718    public FldChar createFldChar() { 
     719        return new FldChar(); 
     720    } 
     721 
     722    /** 
     723     * Create an instance of {@link Lvl } 
     724     *  
     725     */ 
     726    public Lvl createLvl() { 
     727        return new Lvl(); 
     728    } 
     729 
     730    /** 
     731     * Create an instance of {@link TblBorders } 
     732     *  
     733     */ 
     734    public TblBorders createTblBorders() { 
     735        return new TblBorders(); 
     736    } 
     737 
     738    /** 
     739     * Create an instance of {@link Styles.LatentStyles } 
     740     *  
     741     */ 
     742    public Styles.LatentStyles createStylesLatentStyles() { 
     743        return new Styles.LatentStyles(); 
     744    } 
     745 
     746    /** 
     747     * Create an instance of {@link CTFtnPos } 
     748     *  
     749     */ 
     750    public CTFtnPos createCTFtnPos() { 
     751        return new CTFtnPos(); 
     752    } 
     753 
     754    /** 
     755     * Create an instance of {@link CTMailMergeSourceType } 
     756     *  
     757     */ 
     758    public CTMailMergeSourceType createCTMailMergeSourceType() { 
     759        return new CTMailMergeSourceType(); 
     760    } 
     761 
     762    /** 
     763     * Create an instance of {@link CTSdtDateMappingType } 
     764     *  
     765     */ 
     766    public CTSdtDateMappingType createCTSdtDateMappingType() { 
     767        return new CTSdtDateMappingType(); 
     768    } 
     769 
     770    /** 
     771     * Create an instance of {@link Styles.DocDefaults.RPrDefault } 
     772     *  
     773     */ 
     774    public Styles.DocDefaults.RPrDefault createStylesDocDefaultsRPrDefault() { 
     775        return new Styles.DocDefaults.RPrDefault(); 
     776    } 
     777 
     778    /** 
     779     * Create an instance of {@link TcPrInner } 
     780     *  
     781     */ 
     782    public TcPrInner createTcPrInner() { 
     783        return new TcPrInner(); 
     784    } 
     785 
     786    /** 
     787     * Create an instance of {@link CTTxbxContent } 
     788     *  
     789     */ 
     790    public CTTxbxContent createCTTxbxContent() { 
     791        return new CTTxbxContent(); 
     792    } 
     793 
     794    /** 
     795     * Create an instance of {@link Lvl.Suff } 
     796     *  
     797     */ 
     798    public Lvl.Suff createLvlSuff() { 
     799        return new Lvl.Suff(); 
     800    } 
     801 
     802    /** 
     803     * Create an instance of {@link CTFFDDList.Result } 
     804     *  
     805     */ 
     806    public CTFFDDList.Result createCTFFDDListResult() { 
     807        return new CTFFDDList.Result(); 
     808    } 
     809 
     810    /** 
     811     * Create an instance of {@link R.DayLong } 
     812     *  
     813     */ 
     814    public R.DayLong createRDayLong() { 
     815        return new R.DayLong(); 
     816    } 
     817 
     818    /** 
     819     * Create an instance of {@link SdtPr.Citation } 
     820     *  
     821     */ 
     822    public SdtPr.Citation createSdtPrCitation() { 
     823        return new SdtPr.Citation(); 
     824    } 
     825 
     826    /** 
     827     * Create an instance of {@link CTSettings.ConsecutiveHyphenLimit } 
     828     *  
     829     */ 
     830    public CTSettings.ConsecutiveHyphenLimit createCTSettingsConsecutiveHyphenLimit() { 
     831        return new CTSettings.ConsecutiveHyphenLimit(); 
     832    } 
     833 
     834    /** 
     835     * Create an instance of {@link CTParaRPrOriginal } 
     836     *  
     837     */ 
     838    public CTParaRPrOriginal createCTParaRPrOriginal() { 
     839        return new CTParaRPrOriginal(); 
     840    } 
     841 
     842    /** 
     843     * Create an instance of {@link CTFFTextInput } 
     844     *  
     845     */ 
     846    public CTFFTextInput createCTFFTextInput() { 
     847        return new CTFFTextInput(); 
     848    } 
     849 
     850    /** 
     851     * Create an instance of {@link Lvl.Start } 
     852     *  
     853     */ 
     854    public Lvl.Start createLvlStart() { 
     855        return new Lvl.Start(); 
     856    } 
     857 
     858    /** 
     859     * Create an instance of {@link CTSdtText } 
     860     *  
     861     */ 
     862    public CTSdtText createCTSdtText() { 
     863        return new CTSdtText(); 
     864    } 
     865 
     866    /** 
     867     * Create an instance of {@link CTDocPartName } 
     868     *  
     869     */ 
     870    public CTDocPartName createCTDocPartName() { 
     871        return new CTDocPartName(); 
     872    } 
     873 
     874    /** 
     875     * Create an instance of {@link CTFtnDocProps } 
     876     *  
     877     */ 
     878    public CTFtnDocProps createCTFtnDocProps() { 
     879        return new CTFtnDocProps(); 
     880    } 
     881 
     882    /** 
     883     * Create an instance of {@link org.docx4j.wml.Style.Link } 
     884     *  
     885     */ 
     886    public org.docx4j.wml.Style.Link createStyleLink() { 
     887        return new org.docx4j.wml.Style.Link(); 
     888    } 
     889 
     890    /** 
     891     * Create an instance of {@link CTFtnEdnRef } 
     892     *  
     893     */ 
     894    public CTFtnEdnRef createCTFtnEdnRef() { 
     895        return new CTFtnEdnRef(); 
     896    } 
     897 
     898    /** 
     899     * Create an instance of {@link CTMacroName } 
     900     *  
     901     */ 
     902    public CTMacroName createCTMacroName() { 
     903        return new CTMacroName(); 
     904    } 
     905 
     906    /** 
     907     * Create an instance of {@link CTDocPartPr.Description } 
     908     *  
     909     */ 
     910    public CTDocPartPr.Description createCTDocPartPrDescription() { 
     911        return new CTDocPartPr.Description(); 
     912    } 
     913 
     914    /** 
     915     * Create an instance of {@link CTFFHelpText } 
     916     *  
     917     */ 
     918    public CTFFHelpText createCTFFHelpText() { 
     919        return new CTFFHelpText(); 
     920    } 
     921 
     922    /** 
     923     * Create an instance of {@link Lvl.LvlText } 
     924     *  
     925     */ 
     926    public Lvl.LvlText createLvlLvlText() { 
     927        return new Lvl.LvlText(); 
     928    } 
     929 
     930    /** 
     931     * Create an instance of {@link CTProof } 
     932     *  
     933     */ 
     934    public CTProof createCTProof() { 
     935        return new CTProof(); 
     936    } 
     937 
     938    /** 
     939     * Create an instance of {@link TblWidth } 
     940     *  
     941     */ 
     942    public TblWidth createTblWidth() { 
     943        return new TblWidth(); 
     944    } 
     945 
     946    /** 
     947     * Create an instance of {@link CTDocPartBehaviors } 
     948     *  
     949     */ 
     950    public CTDocPartBehaviors createCTDocPartBehaviors() { 
     951        return new CTDocPartBehaviors(); 
     952    } 
     953 
     954    /** 
     955     * Create an instance of {@link CTAutoCaptions } 
     956     *  
     957     */ 
     958    public CTAutoCaptions createCTAutoCaptions() { 
     959        return new CTAutoCaptions(); 
     960    } 
     961 
     962    /** 
     963     * Create an instance of {@link CTDiv } 
     964     *  
     965     */ 
     966    public CTDiv createCTDiv() { 
     967        return new CTDiv(); 
     968    } 
     969 
     970    /** 
     971     * Create an instance of {@link Numbering.AbstractNum } 
     972     *  
     973     */ 
     974    public Numbering.AbstractNum createNumberingAbstractNum() { 
     975        return new Numbering.AbstractNum(); 
     976    } 
     977 
     978    /** 
     979     * Create an instance of {@link Text } 
     980     *  
     981     */ 
     982    public Text createText() { 
     983        return new Text(); 
     984    } 
     985 
     986    /** 
     987     * Create an instance of {@link CTCnf } 
     988     *  
     989     */ 
     990    public CTCnf createCTCnf() { 
     991        return new CTCnf(); 
     992    } 
     993 
     994    /** 
     995     * Create an instance of {@link GlossaryDocument } 
     996     *  
     997     */ 
     998    public GlossaryDocument createGlossaryDocument() { 
     999        return new GlossaryDocument(); 
     1000    } 
     1001 
     1002    /** 
     1003     * Create an instance of {@link R.Cr } 
     1004     *  
     1005     */ 
     1006    public R.Cr createRCr() { 
     1007        return new R.Cr(); 
     1008    } 
     1009 
     1010    /** 
     1011     * Create an instance of {@link CTFFCheckBox } 
     1012     *  
     1013     */ 
     1014    public CTFFCheckBox createCTFFCheckBox() { 
     1015        return new CTFFCheckBox(); 
     1016    } 
     1017 
     1018    /** 
     1019     * Create an instance of {@link CTDocVar } 
     1020     *  
     1021     */ 
     1022    public CTDocVar createCTDocVar() { 
     1023        return new CTDocVar(); 
     1024    } 
     1025 
     1026    /** 
     1027     * Create an instance of {@link CTRubyAlign } 
     1028     *  
     1029     */ 
     1030    public CTRubyAlign createCTRubyAlign() { 
     1031        return new CTRubyAlign(); 
     1032    } 
     1033 
     1034    /** 
     1035     * Create an instance of {@link CTTargetScreenSz } 
     1036     *  
     1037     */ 
     1038    public CTTargetScreenSz createCTTargetScreenSz() { 
     1039        return new CTTargetScreenSz(); 
     1040    } 
     1041 
     1042    /** 
     1043     * Create an instance of {@link CTTblPrBase.TblStyle } 
     1044     *  
     1045     */ 
     1046    public CTTblPrBase.TblStyle createCTTblPrBaseTblStyle() { 
     1047        return new CTTblPrBase.TblStyle(); 
     1048    } 
     1049 
     1050    /** 
     1051     * Create an instance of {@link R.PgNum } 
     1052     *  
     1053     */ 
     1054    public R.PgNum createRPgNum() { 
     1055        return new R.PgNum(); 
     1056    } 
     1057 
     1058    /** 
     1059     * Create an instance of {@link CTDocPartPr } 
     1060     *  
     1061     */ 
     1062    public CTDocPartPr createCTDocPartPr() { 
     1063        return new CTDocPartPr(); 
     1064    } 
     1065 
     1066    /** 
     1067     * Create an instance of {@link org.docx4j.wml.Style } 
     1068     *  
     1069     */ 
     1070    public org.docx4j.wml.Style createStyle() { 
     1071        return new org.docx4j.wml.Style(); 
     1072    } 
     1073 
     1074    /** 
     1075     * Create an instance of {@link CTShortHexNumber } 
     1076     *  
     1077     */ 
     1078    public CTShortHexNumber createCTShortHexNumber() { 
     1079        return new CTShortHexNumber(); 
     1080    } 
     1081 
     1082    /** 
     1083     * Create an instance of {@link CTTblGridChange } 
     1084     *  
     1085     */ 
     1086    public CTTblGridChange createCTTblGridChange() { 
     1087        return new CTTblGridChange(); 
     1088    } 
     1089 
     1090    /** 
     1091     * Create an instance of {@link CTEmpty } 
     1092     *  
     1093     */ 
     1094    public CTEmpty createCTEmpty() { 
     1095        return new CTEmpty(); 
     1096    } 
     1097 
     1098    /** 
     1099     * Create an instance of {@link CTRubyPr } 
     1100     *  
     1101     */ 
     1102    public CTRubyPr createCTRubyPr() { 
     1103        return new CTRubyPr(); 
     1104    } 
     1105 
     1106    /** 
     1107     * Create an instance of {@link CTFtnEdnSepRef } 
     1108     *  
     1109     */ 
     1110    public CTFtnEdnSepRef createCTFtnEdnSepRef() { 
     1111        return new CTFtnEdnSepRef(); 
     1112    } 
     1113 
     1114    /** 
     1115     * Create an instance of {@link Numbering.AbstractNum.StyleLink } 
     1116     *  
     1117     */ 
     1118    public Numbering.AbstractNum.StyleLink createNumberingAbstractNumStyleLink() { 
     1119        return new Numbering.AbstractNum.StyleLink(); 
     1120    } 
     1121 
     1122    /** 
     1123     * Create an instance of {@link CTTrPrBase.GridAfter } 
     1124     *  
     1125     */ 
     1126    public CTTrPrBase.GridAfter createCTTrPrBaseGridAfter() { 
     1127        return new CTTrPrBase.GridAfter(); 
     1128    } 
     1129 
     1130    /** 
     1131     * Create an instance of {@link CTControl } 
     1132     *  
     1133     */ 
     1134    public CTControl createCTControl() { 
     1135        return new CTControl(); 
     1136    } 
     1137 
     1138    /** 
     1139     * Create an instance of {@link org.docx4j.wml.Style.Name } 
     1140     *  
     1141     */ 
     1142    public org.docx4j.wml.Style.Name createStyleName() { 
     1143        return new org.docx4j.wml.Style.Name(); 
     1144    } 
     1145 
     1146    /** 
     1147     * Create an instance of {@link Id } 
     1148     *  
     1149     */ 
     1150    public Id createId() { 
     1151        return new Id(); 
     1152    } 
     1153 
     1154    /** 
     1155     * Create an instance of {@link CTTblPrExBase } 
     1156     *  
     1157     */ 
     1158    public CTTblPrExBase createCTTblPrExBase() { 
     1159        return new CTTblPrExBase(); 
     1160    } 
     1161 
     1162    /** 
     1163     * Create an instance of {@link CTDocGrid } 
     1164     *  
     1165     */ 
     1166    public CTDocGrid createCTDocGrid() { 
     1167        return new CTDocGrid(); 
     1168    } 
     1169 
     1170    /** 
     1171     * Create an instance of {@link CTFFDDList.Default } 
     1172     *  
     1173     */ 
     1174    public CTFFDDList.Default createCTFFDDListDefault() { 
     1175        return new CTFFDDList.Default(); 
     1176    } 
     1177 
     1178    /** 
     1179     * Create an instance of {@link Numbering.Num.LvlOverride.StartOverride } 
     1180     *  
     1181     */ 
     1182    public Numbering.Num.LvlOverride.StartOverride createNumberingNumLvlOverrideStartOverride() { 
     1183        return new Numbering.Num.LvlOverride.StartOverride(); 
     1184    } 
     1185 
     1186    /** 
     1187     * Create an instance of {@link CTFramesetSplitbar } 
     1188     *  
     1189     */ 
     1190    public CTFramesetSplitbar createCTFramesetSplitbar() { 
     1191        return new CTFramesetSplitbar(); 
     1192    } 
     1193 
     1194    /** 
     1195     * Create an instance of {@link PPrBase.OutlineLvl } 
     1196     *  
     1197     */ 
     1198    public PPrBase.OutlineLvl createPPrBaseOutlineLvl() { 
     1199        return new PPrBase.OutlineLvl(); 
     1200    } 
     1201 
     1202    /** 
     1203     * Create an instance of {@link CTMailMerge.AddressFieldName } 
     1204     *  
     1205     */ 
     1206    public CTMailMerge.AddressFieldName createCTMailMergeAddressFieldName() { 
     1207        return new CTMailMerge.AddressFieldName(); 
     1208    } 
     1209 
     1210    /** 
     1211     * Create an instance of {@link R.DayShort } 
     1212     *  
     1213     */ 
     1214    public R.DayShort createRDayShort() { 
     1215        return new R.DayShort(); 
     1216    } 
     1217 
     1218    /** 
     1219     * Create an instance of {@link Numbering.Num.AbstractNumId } 
     1220     *  
     1221     */ 
     1222    public Numbering.Num.AbstractNumId createNumberingNumAbstractNumId() { 
     1223        return new Numbering.Num.AbstractNumId(); 
     1224    } 
     1225 
     1226    /** 
     1227     * Create an instance of {@link TblGridCol } 
     1228     *  
     1229     */ 
     1230    public TblGridCol createTblGridCol() { 
     1231        return new TblGridCol(); 
     1232    } 
     1233 
     1234    /** 
     1235     * Create an instance of {@link CTLineNumber } 
     1236     *  
     1237     */ 
     1238    public CTLineNumber createCTLineNumber() { 
     1239        return new CTLineNumber(); 
     1240    } 
     1241 
     1242    /** 
     1243     * Create an instance of {@link CTShapeDefaults } 
     1244     *  
     1245     */ 
     1246    public CTShapeDefaults createCTShapeDefaults() { 
     1247        return new CTShapeDefaults(); 
     1248    } 
     1249 
     1250    /** 
     1251     * Create an instance of {@link CTZoom } 
     1252     *  
     1253     */ 
     1254    public CTZoom createCTZoom() { 
     1255        return new CTZoom(); 
     1256    } 
     1257 
     1258    /** 
     1259     * Create an instance of {@link CTDocPartType } 
     1260     *  
     1261     */ 
     1262    public CTDocPartType createCTDocPartType() { 
     1263        return new CTDocPartType(); 
     1264    } 
     1265 
     1266    /** 
     1267     * Create an instance of {@link CTSmartTagRun } 
     1268     *  
     1269     */ 
     1270    public CTSmartTagRun createCTSmartTagRun() { 
     1271        return new CTSmartTagRun(); 
     1272    } 
     1273 
     1274    /** 
     1275     * Create an instance of {@link SectPrBase } 
     1276     *  
     1277     */ 
     1278    public SectPrBase createSectPrBase() { 
     1279        return new SectPrBase(); 
     1280    } 
     1281 
     1282    /** 
     1283     * Create an instance of {@link CTRecipientData.Column } 
     1284     *  
     1285     */ 
     1286    public CTRecipientData.Column createCTRecipientDataColumn() { 
     1287        return new CTRecipientData.Column(); 
     1288    } 
     1289 
     1290    /** 
     1291     * Create an instance of {@link CTRel } 
     1292     *  
     1293     */ 
     1294    public CTRel createCTRel() { 
     1295        return new CTRel(); 
     1296    } 
     1297 
     1298    /** 
     1299     * Create an instance of {@link CTTblPrBase.TblStyleRowBandSize } 
     1300     *  
     1301     */ 
     1302    public CTTblPrBase.TblStyleRowBandSize createCTTblPrBaseTblStyleRowBandSize() { 
     1303        return new CTTblPrBase.TblStyleRowBandSize(); 
     1304    } 
     1305 
     1306    /** 
     1307     * Create an instance of {@link CTFrameLayout } 
     1308     *  
     1309     */ 
     1310    public CTFrameLayout createCTFrameLayout() { 
     1311        return new CTFrameLayout(); 
     1312    } 
     1313 
     1314    /** 
     1315     * Create an instance of {@link CTTextEffect } 
     1316     *  
     1317     */ 
     1318    public CTTextEffect createCTTextEffect() { 
     1319        return new CTTextEffect(); 
     1320    } 
     1321 
     1322    /** 
     1323     * Create an instance of {@link CTLang } 
     1324     *  
     1325     */ 
     1326    public CTLang createCTLang() { 
     1327        return new CTLang(); 
     1328    } 
     1329 
     1330    /** 
     1331     * Create an instance of {@link Lvl.Legacy } 
     1332     *  
     1333     */ 
     1334    public Lvl.Legacy createLvlLegacy() { 
     1335        return new Lvl.Legacy(); 
     1336    } 
     1337 
     1338    /** 
     1339     * Create an instance of {@link CTFrame } 
     1340     *  
     1341     */ 
     1342    public CTFrame createCTFrame() { 
     1343        return new CTFrame(); 
     1344    } 
     1345 
     1346    /** 
     1347     * Create an instance of {@link CTDocPartCategory } 
     1348     *  
     1349     */ 
     1350    public CTDocPartCategory createCTDocPartCategory() { 
     1351        return new CTDocPartCategory(); 
     1352    } 
     1353 
     1354    /** 
     1355     * Create an instance of {@link PPr } 
     1356     *  
     1357     */ 
     1358    public PPr createPPr() { 
     1359        return new PPr(); 
     1360    } 
     1361 
     1362    /** 
     1363     * Create an instance of {@link CTOdso } 
     1364     *  
     1365     */ 
     1366    public CTOdso createCTOdso() { 
     1367        return new CTOdso(); 
     1368    } 
     1369 
     1370    /** 
     1371     * Create an instance of {@link CTEdnPos } 
     1372     *  
     1373     */ 
     1374    public CTEdnPos createCTEdnPos() { 
     1375        return new CTEdnPos(); 
     1376    } 
     1377 
     1378    /** 
     1379     * Create an instance of {@link CTSdtDate.DateFormat } 
     1380     *  
     1381     */ 
     1382    public CTSdtDate.DateFormat createCTSdtDateDateFormat() { 
     1383        return new CTSdtDate.DateFormat(); 
     1384    } 
     1385 
     1386    /** 
     1387     * Create an instance of {@link CTDocType } 
     1388     *  
     1389     */ 
     1390    public CTDocType createCTDocType() { 
     1391        return new CTDocType(); 
     1392    } 
     1393 
     1394    /** 
     1395     * Create an instance of {@link CTCellMergeTrackChange } 
     1396     *  
     1397     */ 
     1398    public CTCellMergeTrackChange createCTCellMergeTrackChange() { 
     1399        return new CTCellMergeTrackChange(); 
     1400    } 
     1401 
     1402    /** 
     1403     * Create an instance of {@link CTTblPrChange } 
     1404     *  
     1405     */ 
     1406    public CTTblPrChange createCTTblPrChange() { 
     1407        return new CTTblPrChange(); 
     1408    } 
     1409 
     1410    /** 
     1411     * Create an instance of {@link CTCustomXmlCell } 
     1412     *  
     1413     */ 
     1414    public CTCustomXmlCell createCTCustomXmlCell() { 
     1415        return new CTCustomXmlCell(); 
     1416    } 
     1417 
     1418    /** 
     1419     * Create an instance of {@link Fonts } 
     1420     *  
     1421     */ 
     1422    public Fonts createFonts() { 
     1423        return new Fonts(); 
     1424    } 
     1425 
     1426    /** 
     1427     * Create an instance of {@link CTWriteProtection } 
     1428     *  
     1429     */ 
     1430    public CTWriteProtection createCTWriteProtection() { 
     1431        return new CTWriteProtection(); 
     1432    } 
     1433 
     1434    /** 
     1435     * Create an instance of {@link FontPanose } 
     1436     *  
     1437     */ 
     1438    public FontPanose createFontPanose() { 
     1439        return new FontPanose(); 
     1440    } 
     1441 
     1442    /** 
     1443     * Create an instance of {@link R.FootnoteRef } 
     1444     *  
     1445     */ 
     1446    public R.FootnoteRef createRFootnoteRef() { 
     1447        return new R.FootnoteRef(); 
     1448    } 
     1449 
     1450    /** 
     1451     * Create an instance of {@link CTColumns } 
     1452     *  
     1453     */ 
     1454    public CTColumns createCTColumns() { 
     1455        return new CTColumns(); 
     1456    } 
     1457 
     1458    /** 
     1459     * Create an instance of {@link P } 
     1460     *  
     1461     */ 
     1462    public P createP() { 
     1463        return new P(); 
     1464    } 
     1465 
     1466    /** 
     1467     * Create an instance of {@link FontPitch } 
     1468     *  
     1469     */ 
     1470    public FontPitch createFontPitch() { 
     1471        return new FontPitch(); 
     1472    } 
     1473 
     1474    /** 
     1475     * Create an instance of {@link R.Sym } 
     1476     *  
     1477     */ 
     1478    public R.Sym createRSym() { 
     1479        return new R.Sym(); 
     1480    } 
     1481 
     1482    /** 
     1483     * Create an instance of {@link Package.Part.XmlData } 
     1484     *  
     1485     */ 
     1486    public Package.Part.XmlData createPackagePartXmlData() { 
     1487        return new Package.Part.XmlData(); 
     1488    } 
     1489 
     1490    /** 
     1491     * Create an instance of {@link NumFmt } 
     1492     *  
     1493     */ 
     1494    public NumFmt createNumFmt() { 
     1495        return new NumFmt(); 
     1496    } 
     1497 
     1498    /** 
     1499     * Create an instance of {@link SdtRun } 
     1500     *  
     1501     */ 
     1502    public SdtRun createSdtRun() { 
     1503        return new SdtRun(); 
     1504    } 
     1505 
     1506    /** 
     1507     * Create an instance of {@link TblGridBase } 
     1508     *  
     1509     */ 
     1510    public TblGridBase createTblGridBase() { 
     1511        return new TblGridBase(); 
     1512    } 
     1513 
     1514    /** 
     1515     * Create an instance of {@link SdtBlock } 
     1516     *  
     1517     */ 
     1518    public SdtBlock createSdtBlock() { 
     1519        return new SdtBlock(); 
     1520    } 
     1521 
     1522    /** 
     1523     * Create an instance of {@link CTDivBdr } 
     1524     *  
     1525     */ 
     1526    public CTDivBdr createCTDivBdr() { 
     1527        return new CTDivBdr(); 
     1528    } 
     1529 
     1530    /** 
     1531     * Create an instance of {@link CTSdtCell } 
     1532     *  
     1533     */ 
     1534    public CTSdtCell createCTSdtCell() { 
     1535        return new CTSdtCell(); 
     1536    } 
     1537 
     1538    /** 
     1539     * Create an instance of {@link CTSdtDate } 
     1540     *  
     1541     */ 
     1542    public CTSdtDate createCTSdtDate() { 
     1543        return new CTSdtDate(); 
     1544    } 
     1545 
     1546    /** 
     1547     * Create an instance of {@link CTMailMerge.ConnectString } 
     1548     *  
     1549     */ 
     1550    public CTMailMerge.ConnectString createCTMailMergeConnectString() { 
     1551        return new CTMailMerge.ConnectString(); 
     1552    } 
     1553 
     1554    /** 
     1555     * Create an instance of {@link Tag } 
     1556     *  
     1557     */ 
     1558    public Tag createTag() { 
     1559        return new Tag(); 
     1560    } 
     1561 
     1562    /** 
     1563     * Create an instance of {@link CTComments } 
     1564     *  
     1565     */ 
     1566    public CTComments createCTComments() { 
     1567        return new CTComments(); 
     1568    } 
     1569 
     1570    /** 
     1571     * Create an instance of {@link Body } 
     1572     *  
     1573     */ 
     1574    public Body createBody() { 
     1575        return new Body(); 
     1576    } 
     1577 
     1578    /** 
     1579     * Create an instance of {@link R } 
     1580     *  
     1581     */ 
     1582    public R createR() { 
     1583        return new R(); 
     1584    } 
     1585 
     1586    /** 
     1587     * Create an instance of {@link Tbl } 
     1588     *  
     1589     */ 
     1590    public Tbl createTbl() { 
     1591        return new Tbl(); 
     1592    } 
     1593 
     1594    /** 
     1595     * Create an instance of {@link Numbering.AbstractNum.Name } 
     1596     *  
     1597     */ 
     1598    public Numbering.AbstractNum.Name createNumberingAbstractNumName() { 
     1599        return new Numbering.AbstractNum.Name(); 
     1600    } 
     1601 
     1602    /** 
     1603     * Create an instance of {@link CTDocRsids } 
     1604     *  
     1605     */ 
     1606    public CTDocRsids createCTDocRsids() { 
     1607        return new CTDocRsids(); 
     1608    } 
     1609 
     1610    /** 
     1611     * Create an instance of {@link Numbering.NumPicBullet } 
     1612     *  
     1613     */ 
     1614    public Numbering.NumPicBullet createNumberingNumPicBullet() { 
     1615        return new Numbering.NumPicBullet(); 
     1616    } 
     1617 
     1618    /** 
     1619     * Create an instance of {@link RStyle } 
     1620     *  
     1621     */ 
     1622    public RStyle createRStyle() { 
     1623        return new RStyle(); 
     1624    } 
     1625 
     1626    /** 
     1627     * Create an instance of {@link CTAltChunkPr } 
     1628     *  
     1629     */ 
     1630    public CTAltChunkPr createCTAltChunkPr() { 
     1631        return new CTAltChunkPr(); 
     1632    } 
     1633 
     1634    /** 
     1635     * Create an instance of {@link CTCompat } 
     1636     *  
     1637     */ 
     1638    public CTCompat createCTCompat() { 
     1639        return new CTCompat(); 
     1640    } 
     1641 
     1642    /** 
     1643     * Create an instance of {@link TblPr } 
     1644     *  
     1645     */ 
     1646    public TblPr createTblPr() { 
     1647        return new TblPr(); 
     1648    } 
     1649 
     1650    /** 
     1651     * Create an instance of {@link CTDocPartTypes } 
     1652     *  
     1653     */ 
     1654    public CTDocPartTypes createCTDocPartTypes() { 
     1655        return new CTDocPartTypes(); 
     1656    } 
     1657 
     1658    /** 
     1659     * Create an instance of {@link Numbering.Num.LvlOverride } 
     1660     *  
     1661     */ 
     1662    public Numbering.Num.LvlOverride createNumberingNumLvlOverride() { 
     1663        return new Numbering.Num.LvlOverride(); 
     1664    } 
     1665 
     1666    /** 
     1667     * Create an instance of {@link CTView } 
     1668     *  
     1669     */ 
     1670    public CTView createCTView() { 
     1671        return new CTView(); 
     1672    } 
     1673 
     1674    /** 
     1675     * Create an instance of {@link CTEdnProps.NumStart } 
     1676     *  
     1677     */ 
     1678    public CTEdnProps.NumStart createCTEdnPropsNumStart() { 
     1679        return new CTEdnProps.NumStart(); 
     1680    } 
     1681 
     1682    /** 
     1683     * Create an instance of {@link ParaRPrChange } 
     1684     *  
     1685     */ 
     1686    public ParaRPrChange createParaRPrChange() { 
     1687        return new ParaRPrChange(); 
     1688    } 
     1689 
     1690    /** 
     1691     * Create an instance of {@link org.docx4j.wml.Color } 
     1692     *  
     1693     */ 
     1694    public org.docx4j.wml.Color createColor() { 
     1695        return new org.docx4j.wml.Color(); 
     1696    } 
     1697 
     1698    /** 
     1699     * Create an instance of {@link Jc } 
     1700     *  
     1701     */ 
     1702    public Jc createJc() { 
     1703        return new Jc(); 
     1704    } 
     1705 
     1706    /** 
     1707     * Create an instance of {@link CTSettings.ForceUpgrade } 
     1708     *  
     1709     */ 
     1710    public CTSettings.ForceUpgrade createCTSettingsForceUpgrade() { 
     1711        return new CTSettings.ForceUpgrade(); 
     1712    } 
     1713 
     1714    /** 
     1715     * Create an instance of {@link CTOdsoFieldMapData.Column } 
     1716     *  
     1717     */ 
     1718    public CTOdsoFieldMapData.Column createCTOdsoFieldMapDataColumn() { 
     1719        return new CTOdsoFieldMapData.Column(); 
     1720    } 
     1721 
     1722    /** 
     1723     * Create an instance of {@link org.docx4j.wml.Style.BasedOn } 
     1724     *  
     1725     */ 
     1726    public org.docx4j.wml.Style.BasedOn createStyleBasedOn() { 
     1727        return new org.docx4j.wml.Style.BasedOn(); 
     1728    } 
     1729 
     1730    /** 
     1731     * Create an instance of {@link org.docx4j.wml.RPr } 
     1732     *  
     1733     */ 
     1734    public org.docx4j.wml.RPr createRPr() { 
     1735        return new org.docx4j.wml.RPr(); 
     1736    } 
     1737 
     1738    /** 
     1739     * Create an instance of {@link CTCustomXmlRun } 
     1740     *  
     1741     */ 
     1742    public CTCustomXmlRun createCTCustomXmlRun() { 
     1743        return new CTCustomXmlRun(); 
     1744    } 
     1745 
     1746    /** 
     1747     * Create an instance of {@link R.YearShort } 
     1748     *  
     1749     */ 
     1750    public R.YearShort createRYearShort() { 
     1751        return new R.YearShort(); 
     1752    } 
     1753 
     1754    /** 
     1755     * Create an instance of {@link SectPr.PgSz } 
     1756     *  
     1757     */ 
     1758    public SectPr.PgSz createSectPrPgSz() { 
     1759        return new SectPr.PgSz(); 
     1760    } 
     1761 
     1762    /** 
     1763     * Create an instance of {@link CTMarkup } 
     1764     *  
     1765     */ 
     1766    public CTMarkup createCTMarkup() { 
     1767        return new CTMarkup(); 
     1768    } 
     1769 
     1770    /** 
     1771     * Create an instance of {@link PPrBase.PBdr } 
     1772     *  
     1773     */ 
     1774    public PPrBase.PBdr createPPrBasePBdr() { 
     1775        return new PPrBase.PBdr(); 
     1776    } 
     1777 
     1778    /** 
     1779     * Create an instance of {@link CTOdsoFieldMapData.Name } 
     1780     *  
     1781     */ 
     1782    public CTOdsoFieldMapData.Name createCTOdsoFieldMapDataName() { 
     1783        return new CTOdsoFieldMapData.Name(); 
     1784    } 
     1785 
     1786    /** 
     1787     * Create an instance of {@link CTOdso.Table } 
     1788     *  
     1789     */ 
     1790    public CTOdso.Table createCTOdsoTable() { 
     1791        return new CTOdso.Table(); 
     1792    } 
     1793 
     1794    /** 
     1795     * Create an instance of {@link CTPicture } 
     1796     *  
     1797     */ 
     1798    public CTPicture createCTPicture() { 
     1799        return new CTPicture(); 
     1800    } 
     1801 
     1802    /** 
     1803     * Create an instance of {@link Styles } 
     1804     *  
     1805     */ 
     1806    public Styles createStyles() { 
     1807        return new Styles(); 
     1808    } 
     1809 
     1810    /** 
     1811     * Create an instance of {@link CTMarkupRange } 
     1812     *  
     1813     */ 
     1814    public CTMarkupRange createCTMarkupRange() { 
     1815        return new CTMarkupRange(); 
     1816    } 
     1817 
     1818    /** 
     1819     * Create an instance of {@link CTWebSettings.Encoding } 
     1820     *  
     1821     */ 
     1822    public CTWebSettings.Encoding createCTWebSettingsEncoding() { 
     1823        return new CTWebSettings.Encoding(); 
     1824    } 
     1825 
     1826    /** 
     1827     * Create an instance of {@link SdtPr.Bibliography } 
     1828     *  
     1829     */ 
     1830    public SdtPr.Bibliography createSdtPrBibliography() { 
     1831        return new SdtPr.Bibliography(); 
     1832    } 
     1833 
     1834    /** 
     1835     * Create an instance of {@link CTDataBinding } 
     1836     *  
     1837     */ 
     1838    public CTDataBinding createCTDataBinding() { 
     1839        return new CTDataBinding(); 
     1840    } 
     1841 
     1842    /** 
     1843     * Create an instance of {@link CTNumRestart } 
     1844     *  
     1845     */ 
     1846    public CTNumRestart createCTNumRestart() { 
     1847        return new CTNumRestart(); 
     1848    } 
     1849 
     1850    /** 
     1851     * Create an instance of {@link PPrBase.NumPr.Ilvl } 
     1852     *  
     1853     */ 
     1854    public PPrBase.NumPr.Ilvl createPPrBaseNumPrIlvl() { 
     1855        return new PPrBase.NumPr.Ilvl(); 
     1856    } 
     1857 
     1858    /** 
     1859     * Create an instance of {@link CTPlaceholder } 
     1860     *  
     1861     */ 
     1862    public CTPlaceholder createCTPlaceholder() { 
     1863        return new CTPlaceholder(); 
     1864    } 
     1865 
     1866    /** 
     1867     * Create an instance of {@link PPrBase } 
     1868     *  
     1869     */ 
     1870    public PPrBase createPPrBase() { 
     1871        return new PPrBase(); 
     1872    } 
     1873 
     1874    /** 
     1875     * Create an instance of {@link CTHdrFtrRef } 
     1876     *  
     1877     */ 
     1878    public CTHdrFtrRef createCTHdrFtrRef() { 
     1879        return new CTHdrFtrRef(); 
     1880    } 
     1881 
     1882    /** 
     1883     * Create an instance of {@link CTEdnDocProps } 
     1884     *  
     1885     */ 
     1886    public CTEdnDocProps createCTEdnDocProps() { 
     1887        return new CTEdnDocProps(); 
     1888    } 
     1889 
     1890    /** 
     1891     * Create an instance of {@link Tr } 
     1892     *  
     1893     */ 
     1894    public Tr createTr() { 
     1895        return new Tr(); 
     1896    } 
     1897 
     1898    /** 
     1899     * Create an instance of {@link CTSignedTwipsMeasure } 
     1900     *  
     1901     */ 
     1902    public CTSignedTwipsMeasure createCTSignedTwipsMeasure() { 
     1903        return new CTSignedTwipsMeasure(); 
     1904    } 
     1905 
     1906    /** 
     1907     * Create an instance of {@link SectPr.PgBorders } 
     1908     *  
     1909     */ 
     1910    public SectPr.PgBorders createSectPrPgBorders() { 
     1911        return new SectPr.PgBorders(); 
     1912    } 
     1913 
     1914    /** 
     1915     * Create an instance of {@link CTKinsoku } 
     1916     *  
     1917     */ 
     1918    public CTKinsoku createCTKinsoku() { 
     1919        return new CTKinsoku(); 
     1920    } 
     1921 
     1922    /** 
     1923     * Create an instance of {@link CTFootnotes } 
     1924     *  
     1925     */ 
     1926    public CTFootnotes createCTFootnotes() { 
     1927        return new CTFootnotes(); 
     1928    } 
     1929 
     1930    /** 
     1931     * Create an instance of {@link CTFFName } 
     1932     *  
     1933     */ 
     1934    public CTFFName createCTFFName() { 
     1935        return new CTFFName(); 
     1936    } 
     1937 
     1938    /** 
     1939     * Create an instance of {@link R.Ptab } 
     1940     *  
     1941     */ 
     1942    public R.Ptab createRPtab() { 
     1943        return new R.Ptab(); 
     1944    } 
     1945 
     1946    /** 
     1947     * Create an instance of {@link Numbering.NumIdMacAtCleanup } 
     1948     *  
     1949     */ 
     1950    public Numbering.NumIdMacAtCleanup createNumberingNumIdMacAtCleanup() { 
     1951        return new Numbering.NumIdMacAtCleanup(); 
     1952    } 
     1953 
     1954    /** 
     1955     * Create an instance of {@link CTRPrChange } 
     1956     *  
     1957     */ 
     1958    public CTRPrChange createCTRPrChange() { 
     1959        return new CTRPrChange(); 
     1960    } 
     1961 
     1962    /** 
     1963     * Create an instance of {@link CTCustomXmlPr } 
     1964     *  
     1965     */ 
     1966    public CTCustomXmlPr createCTCustomXmlPr() { 
     1967        return new CTCustomXmlPr(); 
     1968    } 
     1969 
     1970    /** 
     1971     * Create an instance of {@link CTDocPartBehavior } 
     1972     *  
     1973     */ 
     1974    public CTDocPartBehavior createCTDocPartBehavior() { 
     1975        return new CTDocPartBehavior(); 
     1976    } 
     1977 
     1978    /** 
     1979     * Create an instance of {@link CTCharacterSpacing } 
     1980     *  
     1981     */ 
     1982    public CTCharacterSpacing createCTCharacterSpacing() { 
     1983        return new CTCharacterSpacing(); 
     1984    } 
     1985 
     1986    /** 
     1987     * Create an instance of {@link CTSettings.DisplayHorizontalDrawingGridEvery } 
     1988     *  
     1989     */ 
     1990    public CTSettings.DisplayHorizontalDrawingGridEvery createCTSettingsDisplayHorizontalDrawingGridEvery() { 
     1991        return new CTSettings.DisplayHorizontalDrawingGridEvery(); 
     1992    } 
     1993 
     1994    /** 
     1995     * Create an instance of {@link CTTblPrBase } 
     1996     *  
     1997     */ 
     1998    public CTTblPrBase createCTTblPrBase() { 
     1999        return new CTTblPrBase(); 
     2000    } 
     2001 
     2002    /** 
     2003     * Create an instance of {@link CTTrPrChange } 
     2004     *  
     2005     */ 
     2006    public CTTrPrChange createCTTrPrChange() { 
     2007        return new CTTrPrChange(); 
     2008    } 
     2009 
     2010    /** 
     2011     * Create an instance of {@link CTSmartTagPr } 
     2012     *  
     2013     */ 
     2014    public CTSmartTagPr createCTSmartTagPr() { 
     2015        return new CTSmartTagPr(); 
     2016    } 
     2017 
     2018    /** 
     2019     * Create an instance of {@link org.docx4j.wml.Style.Aliases } 
     2020     *  
     2021     */ 
     2022    public org.docx4j.wml.Style.Aliases createStyleAliases() { 
     2023        return new org.docx4j.wml.Style.Aliases(); 
     2024    } 
     2025 
     2026    /** 
     2027     * Create an instance of {@link CTVerticalAlignRun } 
     2028     *  
     2029     */ 
     2030    public CTVerticalAlignRun createCTVerticalAlignRun() { 
     2031        return new CTVerticalAlignRun(); 
     2032    } 
     2033 
     2034    /** 
     2035     * Create an instance of {@link CTMoveBookmark } 
     2036     *  
     2037     */ 
     2038    public CTMoveBookmark createCTMoveBookmark() { 
     2039        return new CTMoveBookmark(); 
     2040    } 
     2041 
     2042    /** 
     2043     * Create an instance of {@link CTDocVars } 
     2044     *  
     2045     */ 
     2046    public CTDocVars createCTDocVars() { 
     2047        return new CTDocVars(); 
     2048    } 
     2049 
     2050    /** 
     2051     * Create an instance of {@link Lvl.LvlRestart } 
     2052     *  
     2053     */ 
     2054    public Lvl.LvlRestart createLvlLvlRestart() { 
     2055        return new Lvl.LvlRestart(); 
     2056    } 
     2057 
     2058    /** 
     2059     * Create an instance of {@link PPrBase.PStyle } 
     2060     *  
     2061     */ 
     2062    public PPrBase.PStyle createPPrBasePStyle() { 
     2063        return new PPrBase.PStyle(); 
     2064    } 
     2065 
     2066    /** 
     2067     * Create an instance of {@link CTEastAsianLayout } 
     2068     *  
     2069     */ 
     2070    public CTEastAsianLayout createCTEastAsianLayout() { 
     2071        return new CTEastAsianLayout(); 
     2072    } 
     2073 
     2074    /** 
     2075     * Create an instance of {@link CTRPrDefault } 
     2076     *  
     2077     */ 
     2078    public CTRPrDefault createCTRPrDefault() { 
     2079        return new CTRPrDefault(); 
     2080    } 
     2081 
     2082    /** 
     2083     * Create an instance of {@link CTHdrFtr } 
     2084     *  
     2085     */ 
     2086    public CTHdrFtr createCTHdrFtr() { 
     2087        return new CTHdrFtr(); 
     2088    } 
     2089 
     2090    /** 
     2091     * Create an instance of {@link CTRPrChange.RPr } 
     2092     *  
     2093     */ 
     2094    public CTRPrChange.RPr createCTRPrChangeRPr() { 
     2095        return new CTRPrChange.RPr(); 
     2096    } 
     2097 
     2098    /** 
     2099     * Create an instance of {@link Highlight } 
     2100     *  
     2101     */ 
     2102    public Highlight createHighlight() { 
     2103        return new Highlight(); 
     2104    } 
     2105 
     2106    /** 
     2107     * Create an instance of {@link CTGuid } 
     2108     *  
     2109     */ 
     2110    public CTGuid createCTGuid() { 
     2111        return new CTGuid(); 
     2112    } 
     2113 
     2114    /** 
     2115     * Create an instance of {@link CTWebSettings.PixelsPerInch } 
     2116     *  
     2117     */ 
     2118    public CTWebSettings.PixelsPerInch createCTWebSettingsPixelsPerInch() { 
     2119        return new CTWebSettings.PixelsPerInch(); 
     2120    } 
     2121 
     2122    /** 
     2123     * Create an instance of {@link CTCustomXmlBlock } 
     2124     *  
     2125     */ 
     2126    public CTCustomXmlBlock createCTCustomXmlBlock() { 
     2127        return new CTCustomXmlBlock(); 
     2128    } 
     2129 
     2130    /** 
     2131     * Create an instance of {@link CTOdso.Udl } 
     2132     *  
     2133     */ 
     2134    public CTOdso.Udl createCTOdsoUdl() { 
     2135        return new CTOdso.Udl(); 
     2136    } 
     2137 
     2138    /** 
     2139     * Create an instance of {@link BooleanDefaultTrue } 
     2140     *  
     2141     */ 
     2142    public BooleanDefaultTrue createBooleanDefaultTrue() { 
     2143        return new BooleanDefaultTrue(); 
     2144    } 
     2145 
     2146    /** 
     2147     * Create an instance of {@link R.EndnoteRef } 
     2148     *  
     2149     */ 
     2150    public R.EndnoteRef createREndnoteRef() { 
     2151        return new R.EndnoteRef(); 
     2152    } 
     2153 
     2154    /** 
     2155     * Create an instance of {@link CTFFStatusText } 
     2156     *  
     2157     */ 
     2158    public CTFFStatusText createCTFFStatusText() { 
     2159        return new CTFFStatusText(); 
     2160    } 
     2161 
     2162    /** 
     2163     * Create an instance of {@link CTSettings.ListSeparator } 
     2164     *  
     2165     */ 
     2166    public CTSettings.ListSeparator createCTSettingsListSeparator() { 
     2167        return new CTSettings.ListSeparator(); 
     2168    } 
     2169 
     2170    /** 
     2171     * Create an instance of {@link CTFtnEdn } 
     2172     *  
     2173     */ 
     2174    public CTFtnEdn createCTFtnEdn() { 
     2175        return new CTFtnEdn(); 
     2176    } 
     2177 
     2178    /** 
     2179     * Create an instance of {@link Tabs } 
     2180     *  
     2181     */ 
     2182    public Tabs createTabs() { 
     2183        return new Tabs(); 
     2184    } 
     2185 
     2186    /** 
     2187     * Create an instance of {@link CTPPrChange } 
     2188     *  
     2189     */ 
     2190    public CTPPrChange createCTPPrChange() { 
     2191        return new CTPPrChange(); 
     2192    } 
     2193 
     2194    /** 
     2195     * Create an instance of {@link CTPlaceholder.DocPart } 
     2196     *  
     2197     */ 
     2198    public CTPlaceholder.DocPart createCTPlaceholderDocPart() { 
     2199        return new CTPlaceholder.DocPart(); 
     2200    } 
     2201 
     2202    /** 
     2203     * Create an instance of {@link PPrBase.NumPr } 
     2204     *  
     2205     */ 
     2206    public PPrBase.NumPr createPPrBaseNumPr() { 
     2207        return new PPrBase.NumPr(); 
     2208    } 
     2209 
     2210    /** 
     2211     * Create an instance of {@link CTDivs } 
     2212     *  
     2213     */ 
     2214    public CTDivs createCTDivs() { 
     2215        return new CTDivs(); 
     2216    } 
     2217 
     2218    /** 
     2219     * Create an instance of {@link CTFrame.Name } 
     2220     *  
     2221     */ 
     2222    public CTFrame.Name createCTFrameName() { 
     2223        return new CTFrame.Name(); 
     2224    } 
     2225 
     2226    /** 
     2227     * Create an instance of {@link R.Tab } 
     2228     *  
     2229     */ 
     2230    public R.Tab createRTab() { 
     2231        return new R.Tab(); 
     2232    } 
     2233 
     2234    /** 
     2235     * Create an instance of {@link CTTrackChangeNumbering } 
     2236     *  
     2237     */ 
     2238    public CTTrackChangeNumbering createCTTrackChangeNumbering() { 
     2239        return new CTTrackChangeNumbering(); 
     2240    } 
     2241 
     2242    /** 
     2243     * Create an instance of {@link CTOdsoFieldMapData.MappedName } 
     2244     *  
     2245     */ 
     2246    public CTOdsoFieldMapData.MappedName createCTOdsoFieldMapDataMappedName() { 
     2247        return new CTOdsoFieldMapData.MappedName(); 
     2248    } 
     2249 
     2250    /** 
     2251     * Create an instance of {@link CTTcPrChange } 
     2252     *  
     2253     */ 
     2254    public CTTcPrChange createCTTcPrChange() { 
     2255        return new CTTcPrChange(); 
     2256    } 
     2257 
     2258    /** 
     2259     * Create an instance of {@link CTTrPrBase.GridBefore } 
     2260     *  
     2261     */ 
     2262    public CTTrPrBase.GridBefore createCTTrPrBaseGridBefore() { 
     2263        return new CTTrPrBase.GridBefore(); 
     2264    } 
     2265 
     2266    /** 
     2267     * Create an instance of {@link CTBorder } 
     2268     *  
     2269     */ 
     2270    public CTBorder createCTBorder() { 
     2271        return new CTBorder(); 
     2272    } 
     2273 
     2274    /** 
     2275     * Create an instance of {@link PPrBase.NumPr.NumId } 
     2276     *  
     2277     */ 
     2278    public PPrBase.NumPr.NumId createPPrBaseNumPrNumId() { 
     2279        return new PPrBase.NumPr.NumId(); 
     2280    } 
     2281 
     2282    /** 
     2283     * Create an instance of {@link BooleanDefaultFalse } 
     2284     *  
     2285     */ 
     2286    public BooleanDefaultFalse createBooleanDefaultFalse() { 
     2287        return new BooleanDefaultFalse(); 
     2288    } 
     2289 
     2290    /** 
     2291     * Create an instance of {@link Fonts.Font } 
     2292     *  
     2293     */ 
     2294    public Fonts.Font createFontsFont() { 
     2295        return new Fonts.Font(); 
     2296    } 
     2297 
     2298    /** 
     2299     * Create an instance of {@link U } 
     2300     *  
     2301     */ 
     2302    public U createU() { 
     2303        return new U(); 
     2304    } 
     2305 
     2306    /** 
     2307     * Create an instance of {@link CTTblPrBase.TblStyleColBandSize } 
     2308     *  
     2309     */ 
     2310    public CTTblPrBase.TblStyleColBandSize createCTTblPrBaseTblStyleColBandSize() { 
     2311        return new CTTblPrBase.TblStyleColBandSize(); 
     2312    } 
     2313 
     2314    /** 
     2315     * Create an instance of {@link FontSig } 
     2316     *  
     2317     */ 
     2318    public FontSig createFontSig() { 
     2319        return new FontSig(); 
     2320    } 
     2321 
     2322    /** 
     2323     * Create an instance of {@link CTTextScale } 
     2324     *  
     2325     */ 
     2326    public CTTextScale createCTTextScale() { 
     2327        return new CTTextScale(); 
     2328    } 
     2329 
     2330    /** 
     2331     * Create an instance of {@link R.AnnotationRef } 
     2332     *  
     2333     */ 
     2334    public R.AnnotationRef createRAnnotationRef() { 
     2335        return new R.AnnotationRef(); 
     2336    } 
     2337 
     2338    /** 
     2339     * Create an instance of {@link CTTblOverlap } 
     2340     *  
     2341     */ 
     2342    public CTTblOverlap createCTTblOverlap() { 
     2343        return new CTTblOverlap(); 
     2344    } 
     2345 
     2346    /** 
     2347     * Create an instance of {@link CTSettings.DisplayVerticalDrawingGridEvery } 
     2348     *  
     2349     */ 
     2350    public CTSettings.DisplayVerticalDrawingGridEvery createCTSettingsDisplayVerticalDrawingGridEvery() { 
     2351        return new CTSettings.DisplayVerticalDrawingGridEvery(); 
     2352    } 
     2353 
     2354    /** 
     2355     * Create an instance of {@link CTTrackChange } 
     2356     *  
     2357     */ 
     2358    public CTTrackChange createCTTrackChange() { 
     2359        return new CTTrackChange(); 
     2360    } 
     2361 
     2362    /** 
     2363     * Create an instance of {@link CTBookmark } 
     2364     *  
     2365     */ 
     2366    public CTBookmark createCTBookmark() { 
     2367        return new CTBookmark(); 
     2368    } 
     2369 
     2370    /** 
     2371     * Create an instance of {@link CTFramesetSplitbar.Color } 
     2372     *  
     2373     */ 
     2374    public CTFramesetSplitbar.Color createCTFramesetSplitbarColor() { 
     2375        return new CTFramesetSplitbar.Color(); 
     2376    } 
     2377 
     2378    /** 
     2379     * Create an instance of {@link Numbering.Num } 
     2380     *  
     2381     */ 
     2382    public Numbering.Num createNumberingNum() { 
     2383        return new Numbering.Num(); 
     2384    } 
     2385 
     2386    /** 
     2387     * Create an instance of {@link CTSettings.DecimalSymbol } 
     2388     *  
     2389     */ 
     2390    public CTSettings.DecimalSymbol createCTSettingsDecimalSymbol() { 
     2391        return new CTSettings.DecimalSymbol(); 
     2392    } 
     2393 
     2394    /** 
     2395     * Create an instance of {@link CTDocPart } 
     2396     *  
     2397     */ 
     2398    public CTDocPart createCTDocPart() { 
     2399        return new CTDocPart(); 
     2400    } 
     2401 
     2402    /** 
     2403     * Create an instance of {@link CTPerm } 
     2404     *  
     2405     */ 
     2406    public CTPerm createCTPerm() { 
     2407        return new CTPerm(); 
     2408    } 
     2409 
     2410    /** 
     2411     * Create an instance of {@link CTDocProtect } 
     2412     *  
     2413     */ 
     2414    public CTDocProtect createCTDocProtect() { 
     2415        return new CTDocProtect(); 
     2416    } 
     2417 
     2418    /** 
     2419     * Create an instance of {@link Lvl.LvlPicBulletId } 
     2420     *  
     2421     */ 
     2422    public Lvl.LvlPicBulletId createLvlLvlPicBulletId() { 
     2423        return new Lvl.LvlPicBulletId(); 
     2424    } 
     2425 
     2426    /** 
     2427     * Create an instance of {@link RFonts } 
     2428     *  
     2429     */ 
     2430    public RFonts createRFonts() { 
     2431        return new RFonts(); 
     2432    } 
     2433 
     2434    /** 
     2435     * Create an instance of {@link CTObject } 
     2436     *  
     2437     */ 
     2438    public CTObject createCTObject() { 
     2439        return new CTObject(); 
     2440    } 
     2441 
     2442    /** 
     2443     * Create an instance of {@link HpsMeasure } 
     2444     *  
     2445     */ 
     2446    public HpsMeasure createHpsMeasure() { 
     2447        return new HpsMeasure(); 
     2448    } 
     2449 
     2450    /** 
     2451     * Create an instance of {@link TcPrInner.VMerge } 
     2452     *  
     2453     */ 
     2454    public TcPrInner.VMerge createTcPrInnerVMerge() { 
     2455        return new TcPrInner.VMerge(); 
    2322456    } 
    2332457 
     
    2412465 
    2422466    /** 
    243      * Create an instance of {@link Package.Part.XmlData } 
    244      *  
    245      */ 
    246     public Package.Part.XmlData createPackagePartXmlData() { 
    247         return new Package.Part.XmlData(); 
    248     } 
    249  
    250     /** 
    251      * Create an instance of {@link CTSdtComboBox } 
    252      *  
    253      */ 
    254     public CTSdtComboBox createCTSdtComboBox() { 
    255         return new CTSdtComboBox(); 
    256     } 
    257  
    258     /** 
    259      * Create an instance of {@link CTFrame.Name } 
    260      *  
    261      */ 
    262     public CTFrame.Name createCTFrameName() { 
    263         return new CTFrame.Name(); 
    264     } 
    265  
    266     /** 
    267      * Create an instance of {@link CTPPrDefault } 
    268      *  
    269      */ 
    270     public CTPPrDefault createCTPPrDefault() { 
    271         return new CTPPrDefault(); 
    272     } 
    273  
    274     /** 
    275      * Create an instance of {@link CTAutoCaption } 
    276      *  
    277      */ 
    278     public CTAutoCaption createCTAutoCaption() { 
    279         return new CTAutoCaption(); 
    280     } 
    281  
    282     /** 
    283      * Create an instance of {@link SdtContentBlock } 
    284      *  
    285      */ 
    286     public SdtContentBlock createSdtContentBlock() { 
    287         return new SdtContentBlock(); 
    288     } 
    289  
    290     /** 
    291      * Create an instance of {@link org.docx4j.wml.Style.UiPriority } 
    292      *  
    293      */ 
    294     public org.docx4j.wml.Style.UiPriority createStyleUiPriority() { 
    295         return new org.docx4j.wml.Style.UiPriority(); 
    296     } 
    297  
    298     /** 
    299      * Create an instance of {@link CTSettings.DisplayVerticalDrawingGridEvery } 
    300      *  
    301      */ 
    302     public CTSettings.DisplayVerticalDrawingGridEvery createCTSettingsDisplayVerticalDrawingGridEvery() { 
    303         return new CTSettings.DisplayVerticalDrawingGridEvery(); 
    304     } 
    305  
    306     /** 
    307      * Create an instance of {@link CTPixelsMeasure } 
    308      *  
    309      */ 
    310     public CTPixelsMeasure createCTPixelsMeasure() { 
    311         return new CTPixelsMeasure(); 
    312     } 
    313  
    314     /** 
    315      * Create an instance of {@link Numbering } 
    316      *  
    317      */ 
    318     public Numbering createNumbering() { 
    319         return new Numbering(); 
    320     } 
    321  
    322     /** 
    323      * Create an instance of {@link CTSaveThroughXslt } 
    324      *  
    325      */ 
    326     public CTSaveThroughXslt createCTSaveThroughXslt() { 
    327         return new CTSaveThroughXslt(); 
    328     } 
    329  
    330     /** 
    331      * Create an instance of {@link CTRubyPr } 
    332      *  
    333      */ 
    334     public CTRubyPr createCTRubyPr() { 
    335         return new CTRubyPr(); 
    336     } 
    337  
    338     /** 
    339      * Create an instance of {@link CTFrameset } 
    340      *  
    341      */ 
    342     public CTFrameset createCTFrameset() { 
    343         return new CTFrameset(); 
    344     } 
    345  
    346     /** 
    347      * Create an instance of {@link CTHeight } 
    348      *  
    349      */ 
    350     public CTHeight createCTHeight() { 
    351         return new CTHeight(); 
    352     } 
    353  
    354     /** 
    355      * Create an instance of {@link CTRecipientData.Column } 
    356      *  
    357      */ 
    358     public CTRecipientData.Column createCTRecipientDataColumn() { 
    359         return new CTRecipientData.Column(); 
    360     } 
    361  
    362     /** 
    363      * Create an instance of {@link Package } 
    364      *  
    365      */ 
    366     public Package createPackage() { 
    367         return new Package(); 
    368     } 
    369  
    370     /** 
    371      * Create an instance of {@link CTTblStylePr } 
    372      *  
    373      */ 
    374     public CTTblStylePr createCTTblStylePr() { 
    375         return new CTTblStylePr(); 
    376     } 
    377  
    378     /** 
    379      * Create an instance of {@link CTTextboxTightWrap } 
    380      *  
    381      */ 
    382     public CTTextboxTightWrap createCTTextboxTightWrap() { 
    383         return new CTTextboxTightWrap(); 
    384     } 
    385  
    386     /** 
    387      * Create an instance of {@link CTFtnProps } 
    388      *  
    389      */ 
    390     public CTFtnProps createCTFtnProps() { 
    391         return new CTFtnProps(); 
    392     } 
    393  
    394     /** 
    395      * Create an instance of {@link CTSettings.DisplayHorizontalDrawingGridEvery } 
    396      *  
    397      */ 
    398     public CTSettings.DisplayHorizontalDrawingGridEvery createCTSettingsDisplayHorizontalDrawingGridEvery() { 
    399         return new CTSettings.DisplayHorizontalDrawingGridEvery(); 
     2467     * Create an instance of {@link CTDocPartGallery } 
     2468     *  
     2469     */ 
     2470    public CTDocPartGallery createCTDocPartGallery() { 
     2471        return new CTDocPartGallery(); 
     2472    } 
     2473 
     2474    /** 
     2475     * Create an instance of {@link CTSdtContentCell } 
     2476     *  
     2477     */ 
     2478    public CTSdtContentCell createCTSdtContentCell() { 
     2479        return new CTSdtContentCell(); 
     2480    } 
     2481 
     2482    /** 
     2483     * Create an instance of {@link CTOdsoFieldMapData } 
     2484     *  
     2485     */ 
     2486    public CTOdsoFieldMapData createCTOdsoFieldMapData() { 
     2487        return new CTOdsoFieldMapData(); 
     2488    } 
     2489 
     2490    /** 
     2491     * Create an instance of {@link CTLongHexNumber } 
     2492     *  
     2493     */ 
     2494    public CTLongHexNumber createCTLongHexNumber() { 
     2495        return new CTLongHexNumber(); 
     2496    } 
     2497 
     2498    /** 
     2499     * Create an instance of {@link CTFitText } 
     2500     *  
     2501     */ 
     2502    public CTFitText createCTFitText() { 
     2503        return new CTFitText(); 
     2504    } 
     2505 
     2506    /** 
     2507     * Create an instance of {@link R.SoftHyphen } 
     2508     *  
     2509     */ 
     2510    public R.SoftHyphen createRSoftHyphen() { 
     2511        return new R.SoftHyphen(); 
     2512    } 
     2513 
     2514    /** 
     2515     * Create an instance of {@link CTMailMergeDocType } 
     2516     *  
     2517     */ 
     2518    public CTMailMergeDocType createCTMailMergeDocType() { 
     2519        return new CTMailMergeDocType(); 
     2520    } 
     2521 
     2522    /** 
     2523     * Create an instance of {@link org.docx4j.wml.Style.Next } 
     2524     *  
     2525     */ 
     2526    public org.docx4j.wml.Style.Next createStyleNext() { 
     2527        return new org.docx4j.wml.Style.Next(); 
     2528    } 
     2529 
     2530    /** 
     2531     * Create an instance of {@link CTTblPPr } 
     2532     *  
     2533     */ 
     2534    public CTTblPPr createCTTblPPr() { 
     2535        return new CTTblPPr(); 
     2536    } 
     2537 
     2538    /** 
     2539     * Create an instance of {@link CTHyperlink } 
     2540     *  
     2541     */ 
     2542    public CTHyperlink createCTHyperlink() { 
     2543        return new CTHyperlink(); 
     2544    } 
     2545 
     2546    /** 
     2547     * Create an instance of {@link CTSdtListItem } 
     2548     *  
     2549     */ 
     2550    public CTSdtListItem createCTSdtListItem() { 
     2551        return new CTSdtListItem(); 
     2552    } 
     2553 
     2554    /** 
     2555     * Create an instance of {@link CTFramePr } 
     2556     *  
     2557     */ 
     2558    public CTFramePr createCTFramePr() { 
     2559        return new CTFramePr(); 
     2560    } 
     2561 
     2562    /** 
     2563     * Create an instance of {@link SdtPr.Equation } 
     2564     *  
     2565     */ 
     2566    public SdtPr.Equation createSdtPrEquation() { 
     2567        return new SdtPr.Equation(); 
     2568    } 
     2569 
     2570    /** 
     2571     * Create an instance of {@link R.MonthLong } 
     2572     *  
     2573     */ 
     2574    public R.MonthLong createRMonthLong() { 
     2575        return new R.MonthLong(); 
     2576    } 
     2577 
     2578    /** 
     2579     * Create an instance of {@link CTTrackChangesView } 
     2580     *  
     2581     */ 
     2582    public CTTrackChangesView createCTTrackChangesView() { 
     2583        return new CTTrackChangesView(); 
     2584    } 
     2585 
     2586    /** 
     2587     * Create an instance of {@link CTWritingStyle } 
     2588     *  
     2589     */ 
     2590    public CTWritingStyle createCTWritingStyle() { 
     2591        return new CTWritingStyle(); 
     2592    } 
     2593 
     2594    /** 
     2595     * Create an instance of {@link CTMailMergeOdsoFMDFieldType } 
     2596     *  
     2597     */ 
     2598    public CTMailMergeOdsoFMDFieldType createCTMailMergeOdsoFMDFieldType() { 
     2599        return new CTMailMergeOdsoFMDFieldType(); 
     2600    } 
     2601 
     2602    /** 
     2603     * Create an instance of {@link CTVerticalJc } 
     2604     *  
     2605     */ 
     2606    public CTVerticalJc createCTVerticalJc() { 
     2607        return new CTVerticalJc(); 
     2608    } 
     2609 
     2610    /** 
     2611     * Create an instance of {@link Lvl.PStyle } 
     2612     *  
     2613     */ 
     2614    public Lvl.PStyle createLvlPStyle() { 
     2615        return new Lvl.PStyle(); 
     2616    } 
     2617 
     2618    /** 
     2619     * Create an instance of {@link R.MonthShort } 
     2620     *  
     2621     */ 
     2622    public R.MonthShort createRMonthShort() { 
     2623        return new R.MonthShort(); 
    4002624    } 
    4012625 
     
    4092633 
    4102634    /** 
    411      * Create an instance of {@link CTBackground } 
    412      *  
    413      */ 
    414     public CTBackground createCTBackground() { 
    415         return new CTBackground(); 
    416     } 
    417  
    418     /** 
    419      * Create an instance of {@link CTComment } 
    420      *  
    421      */ 
    422     public CTComment createCTComment() { 
    423         return new CTComment(); 
    424     } 
    425  
    426     /** 
    427      * Create an instance of {@link CTTrPr } 
    428      *  
    429      */ 
    430     public CTTrPr createCTTrPr() { 
    431         return new CTTrPr(); 
    432     } 
    433  
    434     /** 
    435      * Create an instance of {@link CTTcPrBase.TcBorders } 
    436      *  
    437      */ 
    438     public CTTcPrBase.TcBorders createCTTcPrBaseTcBorders() { 
    439         return new CTTcPrBase.TcBorders(); 
    440     } 
    441  
    442     /** 
    443      * Create an instance of {@link CTRuby } 
    444      *  
    445      */ 
    446     public CTRuby createCTRuby() { 
    447         return new CTRuby(); 
    448     } 
    449  
    450     /** 
    451      * Create an instance of {@link FontRel } 
    452      *  
    453      */ 
    454     public FontRel createFontRel() { 
    455         return new FontRel(); 
    456     } 
    457  
    458     /** 
    459      * Create an instance of {@link CTTblPrEx } 
    460      *  
    461      */ 
    462     public CTTblPrEx createCTTblPrEx() { 
    463         return new CTTblPrEx(); 
    464     } 
    465  
    466     /** 
    467      * Create an instance of {@link CTShortHexNumber } 
    468      *  
    469      */ 
    470     public CTShortHexNumber createCTShortHexNumber() { 
    471         return new CTShortHexNumber(); 
    472     } 
    473  
    474     /** 
    475      * Create an instance of {@link CTSdtDropDownList } 
    476      *  
    477      */ 
    478     public CTSdtDropDownList createCTSdtDropDownList() { 
    479         return new CTSdtDropDownList(); 
    480     } 
    481  
    482     /** 
    483      * Create an instance of {@link CTSdtEndPr } 
    484      *  
    485      */ 
    486     public CTSdtEndPr createCTSdtEndPr() { 
    487         return new CTSdtEndPr(); 
    488     } 
    489  
    490     /** 
    491      * Create an instance of {@link CTEdnProps.NumStart } 
    492      *  
    493      */ 
    494     public CTEdnProps.NumStart createCTEdnPropsNumStart() { 
    495         return new CTEdnProps.NumStart(); 
    496     } 
    497  
    498     /** 
    499      * Create an instance of {@link CTDocParts } 
    500      *  
    501      */ 
    502     public CTDocParts createCTDocParts() { 
    503         return new CTDocParts(); 
    504     } 
    505  
    506     /** 
    507      * Create an instance of {@link CTSdtRow } 
    508      *  
    509      */ 
    510     public CTSdtRow createCTSdtRow() { 
    511         return new CTSdtRow(); 
    512     } 
    513  
    514     /** 
    515      * Create an instance of {@link CTReadingModeInkLockDown } 
    516      *  
    517      */ 
    518     public CTReadingModeInkLockDown createCTReadingModeInkLockDown() { 
    519         return new CTReadingModeInkLockDown(); 
    520     } 
    521  
    522     /** 
    523      * Create an instance of {@link CTMailMergeDest } 
    524      *  
    525      */ 
    526     public CTMailMergeDest createCTMailMergeDest() { 
    527         return new CTMailMergeDest(); 
    528     } 
    529  
    530     /** 
    531      * Create an instance of {@link CTUcharHexNumber } 
    532      *  
    533      */ 
    534     public CTUcharHexNumber createCTUcharHexNumber() { 
    535         return new CTUcharHexNumber(); 
    536     } 
    537  
    538     /** 
    539      * Create an instance of {@link CTTrackChangeRange } 
    540      *  
    541      */ 
    542     public CTTrackChangeRange createCTTrackChangeRange() { 
    543         return new CTTrackChangeRange(); 
     2635     * Create an instance of {@link CTCalendarType } 
     2636     *  
     2637     */ 
     2638    public CTCalendarType createCTCalendarType() { 
     2639        return new CTCalendarType(); 
     2640    } 
     2641 
     2642    /** 
     2643     * Create an instance of {@link PPrBase.Spacing } 
     2644     *  
     2645     */ 
     2646    public PPrBase.Spacing createPPrBaseSpacing() { 
     2647        return new PPrBase.Spacing(); 
     2648    } 
     2649 
     2650    /** 
     2651     * Create an instance of {@link CTFFDDList } 
     2652     *  
     2653     */ 
     2654    public CTFFDDList createCTFFDDList() { 
     2655        return new CTFFDDList(); 
     2656    } 
     2657 
     2658    /** 
     2659     * Create an instance of {@link CTFrameScrollbar } 
     2660     *  
     2661     */ 
     2662    public CTFrameScrollbar createCTFrameScrollbar() { 
     2663        return new CTFrameScrollbar(); 
     2664    } 
     2665 
     2666    /** 
     2667     * Create an instance of {@link ParaRPr } 
     2668     *  
     2669     */ 
     2670    public ParaRPr createParaRPr() { 
     2671        return new ParaRPr(); 
     2672    } 
     2673 
     2674    /** 
     2675     * Create an instance of {@link CTSdtContentRun } 
     2676     *  
     2677     */ 
     2678    public CTSdtContentRun createCTSdtContentRun() { 
     2679        return new CTSdtContentRun(); 
     2680    } 
     2681 
     2682    /** 
     2683     * Create an instance of {@link CTSdtDocPart.DocPartCategory } 
     2684     *  
     2685     */ 
     2686    public CTSdtDocPart.DocPartCategory createCTSdtDocPartDocPartCategory() { 
     2687        return new CTSdtDocPart.DocPartCategory(); 
     2688    } 
     2689 
     2690    /** 
     2691     * Create an instance of {@link CTTwipsMeasure } 
     2692     *  
     2693     */ 
     2694    public CTTwipsMeasure createCTTwipsMeasure() { 
     2695        return new CTTwipsMeasure(); 
     2696    } 
     2697 
     2698    /** 
     2699     * Create an instance of {@link CTRecipientData } 
     2700     *  
     2701     */ 
     2702    public CTRecipientData createCTRecipientData() { 
     2703        return new CTRecipientData(); 
     2704    } 
     2705 
     2706    /** 
     2707     * Create an instance of {@link CTSettings.SummaryLength } 
     2708     *  
     2709     */ 
     2710    public CTSettings.SummaryLength createCTSettingsSummaryLength() { 
     2711        return new CTSettings.SummaryLength(); 
     2712    } 
     2713 
     2714    /** 
     2715     * Create an instance of {@link Numbering.AbstractNum.MultiLevelType } 
     2716     *  
     2717     */ 
     2718    public Numbering.AbstractNum.MultiLevelType createNumberingAbstractNumMultiLevelType() { 
     2719        return new Numbering.AbstractNum.MultiLevelType(); 
     2720    } 
     2721 
     2722    /** 
     2723     * Create an instance of {@link SectPr } 
     2724     *  
     2725     */ 
     2726    public SectPr createSectPr() { 
     2727        return new SectPr(); 
     2728    } 
     2729 
     2730    /** 
     2731     * Create an instance of {@link SectPr.PgMar } 
     2732     *  
     2733     */ 
     2734    public SectPr.PgMar createSectPrPgMar() { 
     2735        return new SectPr.PgMar(); 
     2736    } 
     2737 
     2738    /** 
     2739     * Create an instance of {@link R.YearLong } 
     2740     *  
     2741     */ 
     2742    public R.YearLong createRYearLong() { 
     2743        return new R.YearLong(); 
    5442744    } 
    5452745 
     
    5532753 
    5542754    /** 
    555      * Create an instance of {@link CTEndnotes } 
    556      *  
    557      */ 
    558     public CTEndnotes createCTEndnotes() { 
    559         return new CTEndnotes(); 
    560     } 
    561  
    562     /** 
    563      * Create an instance of {@link SdtPr } 
    564      *  
    565      */ 
    566     public SdtPr createSdtPr() { 
    567         return new SdtPr(); 
    568     } 
    569  
    570     /** 
    571      * Create an instance of {@link CTLang } 
    572      *  
    573      */ 
    574     public CTLang createCTLang() { 
    575         return new CTLang(); 
    576     } 
    577  
    578     /** 
    579      * Create an instance of {@link Styles.DocDefaults.RPrDefault } 
    580      *  
    581      */ 
    582     public Styles.DocDefaults.RPrDefault createStylesDocDefaultsRPrDefault() { 
    583         return new Styles.DocDefaults.RPrDefault(); 
    584     } 
    585  
    586     /** 
    587      * Create an instance of {@link CTSectPrChange } 
    588      *  
    589      */ 
    590     public CTSectPrChange createCTSectPrChange() { 
    591         return new CTSectPrChange(); 
    592     } 
    593  
    594     /** 
    595      * Create an instance of {@link CTSdtDate } 
    596      *  
    597      */ 
    598     public CTSdtDate createCTSdtDate() { 
    599         return new CTSdtDate(); 
    600     } 
    601  
    602     /** 
    603      * Create an instance of {@link CTAttr } 
    604      *  
    605      */ 
    606     public CTAttr createCTAttr() { 
    607         return new CTAttr(); 
    608     } 
    609  
    610     /** 
    611      * Create an instance of {@link FldChar } 
    612      *  
    613      */ 
    614     public FldChar createFldChar() { 
    615         return new FldChar(); 
    616     } 
    617  
    618     /** 
    619      * Create an instance of {@link CTFFDDList.Result } 
    620      *  
    621      */ 
    622     public CTFFDDList.Result createCTFFDDListResult() { 
    623         return new CTFFDDList.Result(); 
    624     } 
    625  
    626     /** 
    627      * Create an instance of {@link Lvl } 
    628      *  
    629      */ 
    630     public Lvl createLvl() { 
    631         return new Lvl(); 
    632     } 
    633  
    634     /** 
    635      * Create an instance of {@link CTTblBorders } 
    636      *  
    637      */ 
    638     public CTTblBorders createCTTblBorders() { 
    639         return new CTTblBorders(); 
    640     } 
    641  
    642     /** 
    643      * Create an instance of {@link Styles.LatentStyles } 
    644      *  
    645      */ 
    646     public Styles.LatentStyles createStylesLatentStyles() { 
    647         return new Styles.LatentStyles(); 
    648     } 
    649  
    650     /** 
    651      * Create an instance of {@link CTFtnPos } 
    652      *  
    653      */ 
    654     public CTFtnPos createCTFtnPos() { 
    655         return new CTFtnPos(); 
    656     } 
    657  
    658     /** 
    659      * Create an instance of {@link Lvl.Legacy } 
    660      *  
    661      */ 
    662     public Lvl.Legacy createLvlLegacy() { 
    663         return new Lvl.Legacy(); 
     2755     * Create an instance of {@link CTMailMerge.CheckErrors } 
     2756     *  
     2757     */ 
     2758    public CTMailMerge.CheckErrors createCTMailMergeCheckErrors() { 
     2759        return new CTMailMerge.CheckErrors(); 
     2760    } 
     2761 
     2762    /** 
     2763     * Create an instance of {@link CTPaperSource } 
     2764     *  
     2765     */ 
     2766    public CTPaperSource createCTPaperSource() { 
     2767        return new CTPaperSource(); 
     2768    } 
     2769 
     2770    /** 
     2771     * Create an instance of {@link CTFFData } 
     2772     *  
     2773     */ 
     2774    public CTFFData createCTFFData() { 
     2775        return new CTFFData(); 
     2776    } 
     2777 
     2778    /** 
     2779     * Create an instance of {@link TcPrInner.GridSpan } 
     2780     *  
     2781     */ 
     2782    public TcPrInner.GridSpan createTcPrInnerGridSpan() { 
     2783        return new TcPrInner.GridSpan(); 
     2784    } 
     2785 
     2786    /** 
     2787     * Create an instance of {@link CTSettings.BookFoldPrintingSheets } 
     2788     *  
     2789     */ 
     2790    public CTSettings.BookFoldPrintingSheets createCTSettingsBookFoldPrintingSheets() { 
     2791        return new CTSettings.BookFoldPrintingSheets(); 
     2792    } 
     2793 
     2794    /** 
     2795     * Create an instance of {@link PPrBase.Ind } 
     2796     *  
     2797     */ 
     2798    public PPrBase.Ind createPPrBaseInd() { 
     2799        return new PPrBase.Ind(); 
     2800    } 
     2801 
     2802    /** 
     2803     * Create an instance of {@link CTPageNumber } 
     2804     *  
     2805     */ 
     2806    public CTPageNumber createCTPageNumber() { 
     2807        return new CTPageNumber(); 
     2808    } 
     2809 
     2810    /** 
     2811     * Create an instance of {@link CTCaptions } 
     2812     *  
     2813     */ 
     2814    public CTCaptions createCTCaptions() { 
     2815        return new CTCaptions(); 
     2816    } 
     2817 
     2818    /** 
     2819     * Create an instance of {@link CTSignedHpsMeasure } 
     2820     *  
     2821     */ 
     2822    public CTSignedHpsMeasure createCTSignedHpsMeasure() { 
     2823        return new CTSignedHpsMeasure(); 
     2824    } 
     2825 
     2826    /** 
     2827     * Create an instance of {@link CTTabStop } 
     2828     *  
     2829     */ 
     2830    public CTTabStop createCTTabStop() { 
     2831        return new CTTabStop(); 
     2832    } 
     2833 
     2834    /** 
     2835     * Create an instance of {@link CTShd } 
     2836     *  
     2837     */ 
     2838    public CTShd createCTShd() { 
     2839        return new CTShd(); 
     2840    } 
     2841 
     2842    /** 
     2843     * Create an instance of {@link PPrBase.DivId } 
     2844     *  
     2845     */ 
     2846    public PPrBase.DivId createPPrBaseDivId() { 
     2847        return new PPrBase.DivId(); 
     2848    } 
     2849 
     2850    /** 
     2851     * Create an instance of {@link CTTblLayoutType } 
     2852     *  
     2853     */ 
     2854    public CTTblLayoutType createCTTblLayoutType() { 
     2855        return new CTTblLayoutType(); 
     2856    } 
     2857 
     2858    /** 
     2859     * Create an instance of {@link CTTrPrBase } 
     2860     *  
     2861     */ 
     2862    public CTTrPrBase createCTTrPrBase() { 
     2863        return new CTTrPrBase(); 
     2864    } 
     2865 
     2866    /** 
     2867     * Create an instance of {@link CTOdso.ColDelim } 
     2868     *  
     2869     */ 
     2870    public CTOdso.ColDelim createCTOdsoColDelim() { 
     2871        return new CTOdso.ColDelim(); 
     2872    } 
     2873 
     2874    /** 
     2875     * Create an instance of {@link CTMailMerge.MailSubject } 
     2876     *  
     2877     */ 
     2878    public CTMailMerge.MailSubject createCTMailMergeMailSubject() { 
     2879        return new CTMailMerge.MailSubject(); 
     2880    } 
     2881 
     2882    /** 
     2883     * Create an instance of {@link R.NoBreakHyphen } 
     2884     *  
     2885     */ 
     2886    public R.NoBreakHyphen createRNoBreakHyphen() { 
     2887        return new R.NoBreakHyphen(); 
     2888    } 
     2889 
     2890    /** 
     2891     * Create an instance of {@link Tc } 
     2892     *  
     2893     */ 
     2894    public Tc createTc() { 
     2895        return new Tc(); 
     2896    } 
     2897 
     2898    /** 
     2899     * Create an instance of {@link RunTrackChange } 
     2900     *  
     2901     */ 
     2902    public RunTrackChange createRunTrackChange() { 
     2903        return new RunTrackChange(); 
     2904    } 
     2905 
     2906    /** 
     2907     * Create an instance of {@link CTSimpleField } 
     2908     *  
     2909     */ 
     2910    public CTSimpleField createCTSimpleField() { 
     2911        return new CTSimpleField(); 
     2912    } 
     2913 
     2914    /** 
     2915     * Create an instance of {@link CTSdtDocPart } 
     2916     *  
     2917     */ 
     2918    public CTSdtDocPart createCTSdtDocPart() { 
     2919        return new CTSdtDocPart(); 
     2920    } 
     2921 
     2922    /** 
     2923     * Create an instance of {@link CTCustomXmlRow } 
     2924     *  
     2925     */ 
     2926    public CTCustomXmlRow createCTCustomXmlRow() { 
     2927        return new CTCustomXmlRow(); 
     2928    } 
     2929 
     2930    /** 
     2931     * Create an instance of {@link CTAltChunk } 
     2932     *  
     2933     */ 
     2934    public CTAltChunk createCTAltChunk() { 
     2935        return new CTAltChunk(); 
     2936    } 
     2937 
     2938    /** 
     2939     * Create an instance of {@link PPrBase.TextAlignment } 
     2940     *  
     2941     */ 
     2942    public PPrBase.TextAlignment createPPrBaseTextAlignment() { 
     2943        return new PPrBase.TextAlignment(); 
     2944    } 
     2945 
     2946    /** 
     2947     * Create an instance of {@link Styles.LatentStyles.LsdException } 
     2948     *  
     2949     */ 
     2950    public Styles.LatentStyles.LsdException createStylesLatentStylesLsdException() { 
     2951        return new Styles.LatentStyles.LsdException(); 
     2952    } 
     2953 
     2954    /** 
     2955     * Create an instance of {@link CTFFDDList.ListEntry } 
     2956     *  
     2957     */ 
     2958    public CTFFDDList.ListEntry createCTFFDDListListEntry() { 
     2959        return new CTFFDDList.ListEntry(); 
     2960    } 
     2961 
     2962    /** 
     2963     * Create an instance of {@link CTSettings } 
     2964     *  
     2965     */ 
     2966    public CTSettings createCTSettings() { 
     2967        return new CTSettings(); 
     2968    } 
     2969 
     2970    /** 
     2971     * Create an instance of {@link CTCaption } 
     2972     *  
     2973     */ 
     2974    public CTCaption createCTCaption() { 
     2975        return new CTCaption(); 
     2976    } 
     2977 
     2978    /** 
     2979     * Create an instance of {@link CTLanguage } 
     2980     *  
     2981     */ 
     2982    public CTLanguage createCTLanguage() { 
     2983        return new CTLanguage(); 
     2984    } 
     2985 
     2986    /** 
     2987     * Create an instance of {@link CTEm } 
     2988     *  
     2989     */ 
     2990    public CTEm createCTEm() { 
     2991        return new CTEm(); 
     2992    } 
     2993 
     2994    /** 
     2995     * Create an instance of {@link RangePermissionStart } 
     2996     *  
     2997     */ 
     2998    public RangePermissionStart createRangePermissionStart() { 
     2999        return new RangePermissionStart(); 
     3000    } 
     3001 
     3002    /** 
     3003     * Create an instance of {@link ProofErr } 
     3004     *  
     3005     */ 
     3006    public ProofErr createProofErr() { 
     3007        return new ProofErr(); 
     3008    } 
     3009 
     3010    /** 
     3011     * Create an instance of {@link CTTrPrBase.DivId } 
     3012     *  
     3013     */ 
     3014    public CTTrPrBase.DivId createCTTrPrBaseDivId() { 
     3015        return new CTTrPrBase.DivId(); 
     3016    } 
     3017 
     3018    /** 
     3019     * Create an instance of {@link CTTblPrExChange } 
     3020     *  
     3021     */ 
     3022    public CTTblPrExChange createCTTblPrExChange() { 
     3023        return new CTTblPrExChange(); 
     3024    } 
     3025 
     3026    /** 
     3027     * Create an instance of {@link R.ContinuationSeparator } 
     3028     *  
     3029     */ 
     3030    public R.ContinuationSeparator createRContinuationSeparator() { 
     3031        return new R.ContinuationSeparator(); 
     3032    } 
     3033 
     3034    /** 
     3035     * Create an instance of {@link CTMailMergeDataType } 
     3036     *  
     3037     */ 
     3038    public CTMailMergeDataType createCTMailMergeDataType() { 
     3039        return new CTMailMergeDataType(); 
     3040    } 
     3041 
     3042    /** 
     3043     * Create an instance of {@link Numbering.AbstractNum.NumStyleLink } 
     3044     *  
     3045     */ 
     3046    public Numbering.AbstractNum.NumStyleLink createNumberingAbstractNumNumStyleLink() { 
     3047        return new Numbering.AbstractNum.NumStyleLink(); 
    6643048    } 
    6653049 
     
    6733057 
    6743058    /** 
    675      * Create an instance of {@link CTSdtDateMappingType } 
    676      *  
    677      */ 
    678     public CTSdtDateMappingType createCTSdtDateMappingType() { 
    679         return new CTSdtDateMappingType(); 
    680     } 
    681  
    682     /** 
    683      * Create an instance of {@link PPrBase.NumPr } 
    684      *  
    685      */ 
    686     public PPrBase.NumPr createPPrBaseNumPr() { 
    687         return new PPrBase.NumPr(); 
    688     } 
    689  
    690     /** 
    691      * Create an instance of {@link org.docx4j.wml.Color } 
    692      *  
    693      */ 
    694     public org.docx4j.wml.Color createColor() { 
    695         return new org.docx4j.wml.Color(); 
    696     } 
    697  
    698     /** 
    699      * Create an instance of {@link Numbering.Num.LvlOverride } 
    700      *  
    701      */ 
    702     public Numbering.Num.LvlOverride createNumberingNumLvlOverride() { 
    703         return new Numbering.Num.LvlOverride(); 
    704     } 
    705  
    706     /** 
    707      * Create an instance of {@link CTSettings.ConsecutiveHyphenLimit } 
    708      *  
    709      */ 
    710     public CTSettings.ConsecutiveHyphenLimit createCTSettingsConsecutiveHyphenLimit() { 
    711         return new CTSettings.ConsecutiveHyphenLimit(); 
    712     } 
    713  
    714     /** 
    715      * Create an instance of {@link R.DayLong } 
    716      *  
    717      */ 
    718     public R.DayLong createRDayLong() { 
    719         return new R.DayLong(); 
    720     } 
    721  
    722     /** 
    723      * Create an instance of {@link CTCustomXmlPr.Placeholder } 
    724      *  
    725      */ 
    726     public CTCustomXmlPr.Placeholder createCTCustomXmlPrPlaceholder() { 
    727         return new CTCustomXmlPr.Placeholder(); 
    728     } 
    729  
    730     /** 
    731      * Create an instance of {@link org.docx4j.wml.Style } 
    732      *  
    733      */ 
    734     public org.docx4j.wml.Style createStyle() { 
    735         return new org.docx4j.wml.Style(); 
    736     } 
    737  
    738     /** 
    739      * Create an instance of {@link CTBorder } 
    740      *  
    741      */ 
    742     public CTBorder createCTBorder() { 
    743         return new CTBorder(); 
    744     } 
    745  
    746     /** 
    747      * Create an instance of {@link CTView } 
    748      *  
    749      */ 
    750     public CTView createCTView() { 
    751         return new CTView(); 
    752     } 
    753  
    754     /** 
    755      * Create an instance of {@link CTParaRPrOriginal } 
    756      *  
    757      */ 
    758     public CTParaRPrOriginal createCTParaRPrOriginal() { 
    759         return new CTParaRPrOriginal(); 
    760     } 
    761  
    762     /** 
    763      * Create an instance of {@link CTFFTextInput } 
    764      *  
    765      */ 
    766     public CTFFTextInput createCTFFTextInput() { 
    767         return new CTFFTextInput(); 
    768     } 
    769  
    770     /** 
    771      * Create an instance of {@link CTFFTextInput.Default } 
    772      *  
    773      */ 
    774     public CTFFTextInput.Default createCTFFTextInputDefault() { 
    775         return new CTFFTextInput.Default(); 
    776     } 
    777  
    778     /** 
    779      * Create an instance of {@link CTSdtText } 
    780      *  
    781      */ 
    782     public CTSdtText createCTSdtText() { 
    783         return new CTSdtText(); 
    784     } 
    785  
    786     /** 
    787      * Create an instance of {@link CTTblPPr } 
    788      *  
    789      */ 
    790     public CTTblPPr createCTTblPPr() { 
    791         return new CTTblPPr(); 
    792     } 
    793  
    794     /** 
    795      * Create an instance of {@link CTTcPrBase.VMerge } 
    796      *  
    797      */ 
    798     public CTTcPrBase.VMerge createCTTcPrBaseVMerge() { 
    799         return new CTTcPrBase.VMerge(); 
    800     } 
    801  
    802     /** 
    803      * Create an instance of {@link CTSettings.DecimalSymbol } 
    804      *  
    805      */ 
    806     public CTSettings.DecimalSymbol createCTSettingsDecimalSymbol() { 
    807         return new CTSettings.DecimalSymbol(); 
    808     } 
    809  
    810     /** 
    811      * Create an instance of {@link CTFtnDocProps } 
    812      *  
    813      */ 
    814     public CTFtnDocProps createCTFtnDocProps() { 
    815         return new CTFtnDocProps(); 
    816     } 
    817  
    818     /** 
    819      * Create an instance of {@link SdtPr.Citation } 
    820      *  
    821      */ 
    822     public SdtPr.Citation createSdtPrCitation() { 
    823         return new SdtPr.Citation(); 
    824     } 
    825  
    826     /** 
    827      * Create an instance of {@link CTColorSchemeMapping } 
    828      *  
    829      */ 
    830     public CTColorSchemeMapping createCTColorSchemeMapping() { 
    831         return new CTColorSchemeMapping(); 
    832     } 
    833  
    834     /** 
    835      * Create an instance of {@link Numbering.AbstractNum.StyleLink } 
    836      *  
    837      */ 
    838     public Numbering.AbstractNum.StyleLink createNumberingAbstractNumStyleLink() { 
    839         return new Numbering.AbstractNum.StyleLink(); 
    840     } 
    841  
    842     /** 
    843      * Create an instance of {@link org.docx4j.wml.Style.Link } 
    844      *  
    845      */ 
    846     public org.docx4j.wml.Style.Link createStyleLink() { 
    847         return new org.docx4j.wml.Style.Link(); 
    848     } 
    849  
    850     /** 
    851      * Create an instance of {@link CTFtnEdnRef } 
    852      *  
    853      */ 
    854     public CTFtnEdnRef createCTFtnEdnRef() { 
    855         return new CTFtnEdnRef(); 
    856     } 
    857  
    858     /** 
    859      * Create an instance of {@link CTCnf } 
    860      *  
    861      */ 
    862     public CTCnf createCTCnf() { 
    863         return new CTCnf(); 
    864     } 
    865  
    866     /** 
    867      * Create an instance of {@link CTSettings.SummaryLength } 
    868      *  
    869      */ 
    870     public CTSettings.SummaryLength createCTSettingsSummaryLength() { 
    871         return new CTSettings.SummaryLength(); 
    872     } 
    873  
    874     /** 
    875      * Create an instance of {@link CTFFHelpText } 
    876      *  
    877      */ 
    878     public CTFFHelpText createCTFFHelpText() { 
    879         return new CTFFHelpText(); 
    880     } 
    881  
    882     /** 
    883      * Create an instance of {@link CTTblWidth } 
    884      *  
    885      */ 
    886     public CTTblWidth createCTTblWidth() { 
    887         return new CTTblWidth(); 
     3059     * Create an instance of {@link Br } 
     3060     *  
     3061     */ 
     3062    public Br createBr() { 
     3063        return new Br(); 
     3064    } 
     3065 
     3066    /** 
     3067     * Create an instance of {@link CTColumn } 
     3068     *  
     3069     */ 
     3070    public CTColumn createCTColumn() { 
     3071        return new CTColumn(); 
     3072    } 
     3073 
     3074    /** 
     3075     * Create an instance of {@link R.Separator } 
     3076     *  
     3077     */ 
     3078    public R.Separator createRSeparator() { 
     3079        return new R.Separator(); 
     3080    } 
     3081 
     3082    /** 
     3083     * Create an instance of {@link CTSettings.DefaultTableStyle } 
     3084     *  
     3085     */ 
     3086    public CTSettings.DefaultTableStyle createCTSettingsDefaultTableStyle() { 
     3087        return new CTSettings.DefaultTableStyle(); 
     3088    } 
     3089 
     3090    /** 
     3091     * Create an instance of {@link R.LastRenderedPageBreak } 
     3092     *  
     3093     */ 
     3094    public R.LastRenderedPageBreak createRLastRenderedPageBreak() { 
     3095        return new R.LastRenderedPageBreak(); 
     3096    } 
     3097 
     3098    /** 
     3099     * Create an instance of {@link TcPr } 
     3100     *  
     3101     */ 
     3102    public TcPr createTcPr() { 
     3103        return new TcPr(); 
     3104    } 
     3105 
     3106    /** 
     3107     * Create an instance of {@link CTFrameset.Sz } 
     3108     *  
     3109     */ 
     3110    public CTFrameset.Sz createCTFramesetSz() { 
     3111        return new CTFrameset.Sz(); 
     3112    } 
     3113 
     3114    /** 
     3115     * Create an instance of {@link SdtPr.Group } 
     3116     *  
     3117     */ 
     3118    public SdtPr.Group createSdtPrGroup() { 
     3119        return new SdtPr.Group(); 
     3120    } 
     3121 
     3122    /** 
     3123     * Create an instance of {@link SdtPr.Picture } 
     3124     *  
     3125     */ 
     3126    public SdtPr.Picture createSdtPrPicture() { 
     3127        return new SdtPr.Picture(); 
    8883128    } 
    8893129 
     
    8973137 
    8983138    /** 
    899      * Create an instance of {@link CTDocPartBehaviors } 
    900      *  
    901      */ 
    902     public CTDocPartBehaviors createCTDocPartBehaviors() { 
    903         return new CTDocPartBehaviors(); 
    904     } 
    905  
    906     /** 
    907      * Create an instance of {@link CTAutoCaptions } 
    908      *  
    909      */ 
    910     public CTAutoCaptions createCTAutoCaptions() { 
    911         return new CTAutoCaptions(); 
    912     } 
    913  
    914     /** 
    915      * Create an instance of {@link CTDiv } 
    916      *  
    917      */ 
    918     public CTDiv createCTDiv() { 
    919         return new CTDiv(); 
    920     } 
    921  
    922     /** 
    923      * Create an instance of {@link Numbering.AbstractNum } 
    924      *  
    925      */ 
    926     public Numbering.AbstractNum createNumberingAbstractNum() { 
    927         return new Numbering.AbstractNum(); 
    928     } 
    929  
    930     /** 
    931      * Create an instance of {@link PPrBase.NumPr.Ilvl } 
    932      *  
    933      */ 
    934     public PPrBase.NumPr.Ilvl createPPrBaseNumPrIlvl() { 
    935         return new PPrBase.NumPr.Ilvl(); 
    936     } 
    937  
    938     /** 
    939      * Create an instance of {@link Text } 
    940      *  
    941      */ 
    942     public Text createText() { 
    943         return new Text(); 
    944     } 
    945  
    946     /** 
    947      * Create an instance of {@link PPrBase.Ind } 
    948      *  
    949      */ 
    950     public PPrBase.Ind createPPrBaseInd() { 
    951         return new PPrBase.Ind(); 
    952     } 
    953  
    954     /** 
    955      * Create an instance of {@link GlossaryDocument } 
    956      *  
    957      */ 
    958     public GlossaryDocument createGlossaryDocument() { 
    959         return new GlossaryDocument(); 
    960     } 
    961  
    962     /** 
    963      * Create an instance of {@link CTSdtDate.DateFormat } 
    964      *  
    965      */ 
    966     public CTSdtDate.DateFormat createCTSdtDateDateFormat() { 
    967         return new CTSdtDate.DateFormat(); 
    968     } 
    969  
    970     /** 
    971      * Create an instance of {@link R.Cr } 
    972      *  
    973      */ 
    974     public R.Cr createRCr() { 
    975         return new R.Cr(); 
    976     } 
    977  
    978     /** 
    979      * Create an instance of {@link CTFFCheckBox } 
    980      *  
    981      */ 
    982     public CTFFCheckBox createCTFFCheckBox() { 
    983         return new CTFFCheckBox(); 
    984     } 
    985  
    986     /** 
    987      * Create an instance of {@link CTDocVar } 
    988      *  
    989      */ 
    990     public CTDocVar createCTDocVar() { 
    991         return new CTDocVar(); 
    992     } 
    993  
    994     /** 
    995      * Create an instance of {@link CTRubyAlign } 
    996      *  
    997      */ 
    998     public CTRubyAlign createCTRubyAlign() { 
    999         return new CTRubyAlign(); 
    1000     } 
    1001  
    1002     /** 
    1003      * Create an instance of {@link R.PgNum } 
    1004      *  
    1005      */ 
    1006     public R.PgNum createRPgNum() { 
    1007         return new R.PgNum(); 
    1008     } 
    1009  
    1010     /** 
    1011      * Create an instance of {@link Fonts.Font.AltName } 
    1012      *  
    1013      */ 
    1014     public Fonts.Font.AltName createFontsFontAltName() { 
    1015         return new Fonts.Font.AltName(); 
    1016     } 
    1017  
    1018     /** 
    1019      * Create an instance of {@link CTDocPartPr } 
    1020      *  
    1021      */ 
    1022     public CTDocPartPr createCTDocPartPr() { 
    1023         return new CTDocPartPr(); 
    1024     } 
    1025  
    1026     /** 
    1027      * Create an instance of {@link CTTcPrBase.HMerge } 
    1028      *  
    1029      */ 
    1030     public CTTcPrBase.HMerge createCTTcPrBaseHMerge() { 
    1031         return new CTTcPrBase.HMerge(); 
    1032     } 
    1033  
    1034     /** 
    1035      * Create an instance of {@link CTTblGridChange } 
    1036      *  
    1037      */ 
    1038     public CTTblGridChange createCTTblGridChange() { 
    1039         return new CTTblGridChange(); 
    1040     } 
    1041  
    1042     /** 
    1043      * Create an instance of {@link CTEmpty } 
    1044      *  
    1045      */ 
    1046     public CTEmpty createCTEmpty() { 
    1047         return new CTEmpty(); 
    1048     } 
    1049  
    1050     /** 
    1051      * Create an instance of {@link CTFtnEdnSepRef } 
    1052      *  
    1053      */ 
    1054     public CTFtnEdnSepRef createCTFtnEdnSepRef() { 
    1055         return new CTFtnEdnSepRef(); 
    1056     } 
    1057  
    1058     /** 
    1059      * Create an instance of {@link Lvl.Start } 
    1060      *  
    1061      */ 
    1062     public Lvl.Start createLvlStart() { 
    1063         return new Lvl.Start(); 
    1064     } 
    1065  
    1066     /** 
    1067      * Create an instance of {@link CTControl } 
    1068      *  
    1069      */ 
    1070     public CTControl createCTControl() { 
    1071         return new CTControl(); 
    1072     } 
    1073  
    1074     /** 
    1075      * Create an instance of {@link org.docx4j.wml.Style.Name } 
    1076      *  
    1077      */ 
    1078     public org.docx4j.wml.Style.Name createStyleName() { 
    1079         return new org.docx4j.wml.Style.Name(); 
    1080     } 
    1081  
    1082     /** 
    1083      * Create an instance of {@link CTTxbxContent } 
    1084      *  
    1085      */ 
    1086     public CTTxbxContent createCTTxbxContent() { 
    1087         return new CTTxbxContent(); 
    1088     } 
    1089  
    1090     /** 
    1091      * Create an instance of {@link CTDocPartType } 
    1092      *  
    1093      */ 
    1094     public CTDocPartType createCTDocPartType() { 
    1095         return new CTDocPartType(); 
    1096     } 
    1097  
    1098     /** 
    1099      * Create an instance of {@link CTTblGridCol } 
    1100      *  
    1101      */ 
    1102     public CTTblGridCol createCTTblGridCol() { 
    1103         return new CTTblGridCol(); 
    1104     } 
    1105  
    1106     /** 
    1107      * Create an instance of {@link Lvl.LvlPicBulletId } 
    1108      *  
    1109      */ 
    1110     public Lvl.LvlPicBulletId createLvlLvlPicBulletId() { 
    1111         return new Lvl.LvlPicBulletId(); 
    1112     } 
    1113  
    1114     /** 
    1115      * Create an instance of {@link CTFramesetSplitbar } 
    1116      *  
    1117      */ 
    1118     public CTFramesetSplitbar createCTFramesetSplitbar() { 
    1119         return new CTFramesetSplitbar(); 
    1120     } 
    1121  
    1122     /** 
    1123      * Create an instance of {@link CTSdtContentRow } 
    1124      *  
    1125      */ 
    1126     public CTSdtContentRow createCTSdtContentRow() { 
    1127         return new CTSdtContentRow(); 
    1128     } 
    1129  
    1130     /** 
    1131      * Create an instance of {@link Styles.DocDefaults.PPrDefault } 
    1132      *  
    1133      */ 
    1134     public Styles.DocDefaults.PPrDefault createStylesDocDefaultsPPrDefault() { 
    1135         return new Styles.DocDefaults.PPrDefault(); 
    1136     } 
    1137  
    1138     /** 
    1139      * Create an instance of {@link CTTrPrBase.DivId } 
    1140      *  
    1141      */ 
    1142     public CTTrPrBase.DivId createCTTrPrBaseDivId() { 
    1143         return new CTTrPrBase.DivId(); 
    1144     } 
    1145  
    1146     /** 
    1147      * Create an instance of {@link R.DayShort } 
    1148      *  
    1149      */ 
    1150     public R.DayShort createRDayShort() { 
    1151         return new R.DayShort(); 
    1152     } 
    1153  
    1154     /** 
    1155      * Create an instance of {@link PPrBase.TextAlignment } 
    1156      *  
    1157      */ 
    1158     public PPrBase.TextAlignment createPPrBaseTextAlignment() { 
    1159         return new PPrBase.TextAlignment(); 
    1160     } 
    1161  
    1162     /** 
    1163      * Create an instance of {@link CTTblGridBase } 
    1164      *  
    1165      */ 
    1166     public CTTblGridBase createCTTblGridBase() { 
    1167         return new CTTblGridBase(); 
    1168     } 
    1169  
    1170     /** 
    1171      * Create an instance of {@link CTLineNumber } 
    1172      *  
    1173      */ 
    1174     public CTLineNumber createCTLineNumber() { 
    1175         return new CTLineNumber(); 
    1176     } 
    1177  
    1178     /** 
    1179      * Create an instance of {@link CTShapeDefaults } 
    1180      *  
    1181      */ 
    1182     public CTShapeDefaults createCTShapeDefaults() { 
    1183         return new CTShapeDefaults(); 
    1184     } 
    1185  
    1186     /** 
    1187      * Create an instance of {@link CTZoom } 
    1188      *  
    1189      */ 
    1190     public CTZoom createCTZoom() { 
    1191         return new CTZoom(); 
    1192     } 
    1193  
    1194     /** 
    1195      * Create an instance of {@link CTLanguage } 
    1196      *  
    1197      */ 
    1198     public CTLanguage createCTLanguage() { 
    1199         return new CTLanguage(); 
    1200     } 
    1201  
    1202     /** 
    1203      * Create an instance of {@link CTSmartTagRun } 
    1204      *  
    1205      */ 
    1206     public CTSmartTagRun createCTSmartTagRun() { 
    1207         return new CTSmartTagRun(); 
    1208     } 
    1209  
    1210     /** 
    1211      * Create an instance of {@link SectPrBase } 
    1212      *  
    1213      */ 
    1214     public SectPrBase createSectPrBase() { 
    1215         return new SectPrBase(); 
    1216     } 
    1217  
    1218     /** 
    1219      * Create an instance of {@link CTRel } 
    1220      *  
    1221      */ 
    1222     public CTRel createCTRel() { 
    1223         return new CTRel(); 
    1224     } 
    1225  
    1226     /** 
    1227      * Create an instance of {@link CTFrameLayout } 
    1228      *  
    1229      */ 
    1230     public CTFrameLayout createCTFrameLayout() { 
    1231         return new CTFrameLayout(); 
    1232     } 
    1233  
    1234     /** 
    1235      * Create an instance of {@link CTTextEffect } 
    1236      *  
    1237      */ 
    1238     public CTTextEffect createCTTextEffect() { 
    1239         return new CTTextEffect(); 
    1240     } 
    1241  
    1242     /** 
    1243      * Create an instance of {@link CTSignedHpsMeasure } 
    1244      *  
    1245      */ 
    1246     public CTSignedHpsMeasure createCTSignedHpsMeasure() { 
    1247         return new CTSignedHpsMeasure(); 
    1248     } 
    1249  
    1250     /** 
    1251      * Create an instance of {@link Lvl.PStyle } 
    1252      *  
    1253      */ 
    1254     public Lvl.PStyle createLvlPStyle() { 
    1255         return new Lvl.PStyle(); 
    1256     } 
    1257  
    1258     /** 
    1259      * Create an instance of {@link CTFrame } 
    1260      *  
    1261      */ 
    1262     public CTFrame createCTFrame() { 
    1263         return new CTFrame(); 
    1264     } 
    1265  
    1266     /** 
    1267      * Create an instance of {@link CTDocPartCategory } 
    1268      *  
    1269      */ 
    1270     public CTDocPartCategory createCTDocPartCategory() { 
    1271         return new CTDocPartCategory(); 
    1272     } 
    1273  
    1274     /** 
    1275      * Create an instance of {@link PPr } 
    1276      *  
    1277      */ 
    1278     public PPr createPPr() { 
    1279         return new PPr(); 
    1280     } 
    1281  
    1282     /** 
    1283      * Create an instance of {@link CTOdso } 
    1284      *  
    1285      */ 
    1286     public CTOdso createCTOdso() { 
    1287         return new CTOdso(); 
    1288     } 
    1289  
    1290     /** 
    1291      * Create an instance of {@link Numbering.Num.LvlOverride.StartOverride } 
    1292      *  
    1293      */ 
    1294     public Numbering.Num.LvlOverride.StartOverride createNumberingNumLvlOverrideStartOverride() { 
    1295         return new Numbering.Num.LvlOverride.StartOverride(); 
    1296     } 
    1297  
    1298     /** 
    1299      * Create an instance of {@link PPrBase.PBdr } 
    1300      *  
    1301      */ 
    1302     public PPrBase.PBdr createPPrBasePBdr() { 
    1303         return new PPrBase.PBdr(); 
    1304     } 
    1305  
    1306     /** 
    1307      * Create an instance of {@link CTDocType } 
    1308      *  
    1309      */ 
    1310     public CTDocType createCTDocType() { 
    1311         return new CTDocType(); 
    1312     } 
    1313  
    1314     /** 
    1315      * Create an instance of {@link CTHdrFtrRef } 
    1316      *  
    1317      */ 
    1318     public CTHdrFtrRef createCTHdrFtrRef() { 
    1319         return new CTHdrFtrRef(); 
    1320     } 
    1321  
    1322     /** 
    1323      * Create an instance of {@link CTCellMergeTrackChange } 
    1324      *  
    1325      */ 
    1326     public CTCellMergeTrackChange createCTCellMergeTrackChange() { 
    1327         return new CTCellMergeTrackChange(); 
    1328     } 
    1329  
    1330     /** 
    1331      * Create an instance of {@link CTTblPrChange } 
    1332      *  
    1333      */ 
    1334     public CTTblPrChange createCTTblPrChange() { 
    1335         return new CTTblPrChange(); 
    1336     } 
    1337  
    1338     /** 
    1339      * Create an instance of {@link CTCustomXmlCell } 
    1340      *  
    1341      */ 
    1342     public CTCustomXmlCell createCTCustomXmlCell() { 
    1343         return new CTCustomXmlCell(); 
    1344     } 
    1345  
    1346     /** 
    1347      * Create an instance of {@link CTAltChunk } 
    1348      *  
    1349      */ 
    1350     public CTAltChunk createCTAltChunk() { 
    1351         return new CTAltChunk(); 
    1352     } 
    1353  
    1354     /** 
    1355      * Create an instance of {@link Fonts } 
    1356      *  
    1357      */ 
    1358     public Fonts createFonts() { 
    1359         return new Fonts(); 
    1360     } 
    1361  
    1362     /** 
    1363      * Create an instance of {@link CTWriteProtection } 
    1364      *  
    1365      */ 
    1366     public CTWriteProtection createCTWriteProtection() { 
    1367         return new CTWriteProtection(); 
    1368     } 
    1369  
    1370     /** 
    1371      * Create an instance of {@link FontPanose } 
    1372      *  
    1373      */ 
    1374     public FontPanose createFontPanose() { 
    1375         return new FontPanose(); 
    1376     } 
    1377  
    1378     /** 
    1379      * Create an instance of {@link Tabs } 
    1380      *  
    1381      */ 
    1382     public Tabs createTabs() { 
    1383         return new Tabs(); 
    1384     } 
    1385  
    1386     /** 
    1387      * Create an instance of {@link CTSettings.AttachedSchema } 
    1388      *  
    1389      */ 
    1390     public CTSettings.AttachedSchema createCTSettingsAttachedSchema() { 
    1391         return new CTSettings.AttachedSchema(); 
    1392     } 
    1393  
    1394     /** 
    1395      * Create an instance of {@link R.FootnoteRef } 
    1396      *  
    1397      */ 
    1398     public R.FootnoteRef createRFootnoteRef() { 
    1399         return new R.FootnoteRef(); 
    1400     } 
    1401  
    1402     /** 
    1403      * Create an instance of {@link CTColumns } 
    1404      *  
    1405      */ 
    1406     public CTColumns createCTColumns() { 
    1407         return new CTColumns(); 
    1408     } 
    1409  
    1410     /** 
    1411      * Create an instance of {@link CTTblPrExBase } 
    1412      *  
    1413      */ 
    1414     public CTTblPrExBase createCTTblPrExBase() { 
    1415         return new CTTblPrExBase(); 
    1416     } 
    1417  
    1418     /** 
    1419      * Create an instance of {@link CTSdtContentRun } 
    1420      *  
    1421      */ 
    1422     public CTSdtContentRun createCTSdtContentRun() { 
    1423         return new CTSdtContentRun(); 
    1424     } 
    1425  
    1426     /** 
    1427      * Create an instance of {@link P } 
    1428      *  
    1429      */ 
    1430     public P createP() { 
    1431         return new P(); 
    1432     } 
    1433  
    1434     /** 
    1435      * Create an instance of {@link FontPitch } 
    1436      *  
    1437      */ 
    1438     public FontPitch createFontPitch() { 
    1439         return new FontPitch(); 
    1440     } 
    1441  
    1442     /** 
    1443      * Create an instance of {@link R.Sym } 
    1444      *  
    1445      */ 
    1446     public R.Sym createRSym() { 
    1447         return new R.Sym(); 
    1448     } 
    1449  
    1450     /** 
    1451      * Create an instance of {@link NumFmt } 
    1452      *  
    1453      */ 
    1454     public NumFmt createNumFmt() { 
    1455         return new NumFmt(); 
    1456     } 
    1457  
    1458     /** 
    1459      * Create an instance of {@link SdtRun } 
    1460      *  
    1461      */ 
    1462     public SdtRun createSdtRun() { 
    1463         return new SdtRun(); 
    1464     } 
    1465  
    1466     /** 
    1467      * Create an instance of {@link SdtBlock } 
    1468      *  
    1469      */ 
    1470     public SdtBlock createSdtBlock() { 
    1471         return new SdtBlock(); 
    1472     } 
    1473  
    1474     /** 
    1475      * Create an instance of {@link CTLock } 
    1476      *  
    1477      */ 
    1478     public CTLock createCTLock() { 
    1479         return new CTLock(); 
    1480     } 
    1481  
    1482     /** 
    1483      * Create an instance of {@link CTDivBdr } 
    1484      *  
    1485      */ 
    1486     public CTDivBdr createCTDivBdr() { 
    1487         return new CTDivBdr(); 
    1488     } 
    1489  
    1490     /** 
    1491      * Create an instance of {@link CTSdtCell } 
    1492      *  
    1493      */ 
    1494     public CTSdtCell createCTSdtCell() { 
    1495         return new CTSdtCell(); 
    1496     } 
    1497  
    1498     /** 
    1499      * Create an instance of {@link PPrBase.NumPr.NumId } 
    1500      *  
    1501      */ 
    1502     public PPrBase.NumPr.NumId createPPrBaseNumPrNumId() { 
    1503         return new PPrBase.NumPr.NumId(); 
    1504     } 
    1505  
    1506     /** 
    1507      * Create an instance of {@link Tag } 
    1508      *  
    1509      */ 
    1510     public Tag createTag() { 
    1511         return new Tag(); 
    1512     } 
    1513  
    1514     /** 
    1515      * Create an instance of {@link CTComments } 
    1516      *  
    1517      */ 
    1518     public CTComments createCTComments() { 
    1519         return new CTComments(); 
    1520     } 
    1521  
    1522     /** 
    1523      * Create an instance of {@link R } 
    1524      *  
    1525      */ 
    1526     public R createR() { 
    1527         return new R(); 
    1528     } 
    1529  
    1530     /** 
    1531      * Create an instance of {@link Tbl } 
    1532      *  
    1533      */ 
    1534     public Tbl createTbl() { 
    1535         return new Tbl(); 
    1536     } 
    1537  
    1538     /** 
    1539      * Create an instance of {@link CTSmartTagType } 
    1540      *  
    1541      */ 
    1542     public CTSmartTagType createCTSmartTagType() { 
    1543         return new CTSmartTagType(); 
    1544     } 
    1545  
    1546     /** 
    1547      * Create an instance of {@link CTDocRsids } 
    1548      *  
    1549      */ 
    1550     public CTDocRsids createCTDocRsids() { 
    1551         return new CTDocRsids(); 
    1552     } 
    1553  
    1554     /** 
    1555      * Create an instance of {@link CTSettings.DefaultTableStyle } 
    1556      *  
    1557      */ 
    1558     public CTSettings.DefaultTableStyle createCTSettingsDefaultTableStyle() { 
    1559         return new CTSettings.DefaultTableStyle(); 
    1560     } 
    1561  
    1562     /** 
    1563      * Create an instance of {@link Numbering.NumPicBullet } 
    1564      *  
    1565      */ 
    1566     public Numbering.NumPicBullet createNumberingNumPicBullet() { 
    1567         return new Numbering.NumPicBullet(); 
    1568     } 
    1569  
    1570     /** 
    1571      * Create an instance of {@link CTCustomXmlPr } 
    1572      *  
    1573      */ 
    1574     public CTCustomXmlPr createCTCustomXmlPr() { 
    1575         return new CTCustomXmlPr(); 
    1576     } 
    1577  
    1578     /** 
    1579      * Create an instance of {@link RStyle } 
    1580      *  
    1581      */ 
    1582     public RStyle createRStyle() { 
    1583         return new RStyle(); 
    1584     } 
    1585  
    1586     /** 
    1587      * Create an instance of {@link CTFFDDList.Default } 
    1588      *  
    1589      */ 
    1590     public CTFFDDList.Default createCTFFDDListDefault() { 
    1591         return new CTFFDDList.Default(); 
    1592     } 
    1593  
    1594     /** 
    1595      * Create an instance of {@link CTRPrChange.RPr } 
    1596      *  
    1597      */ 
    1598     public CTRPrChange.RPr createCTRPrChangeRPr() { 
    1599         return new CTRPrChange.RPr(); 
    1600     } 
    1601  
    1602     /** 
    1603      * Create an instance of {@link TblPr } 
    1604      *  
    1605      */ 
    1606     public TblPr createTblPr() { 
    1607         return new TblPr(); 
    1608     } 
    1609  
    1610     /** 
    1611      * Create an instance of {@link CTDocPartTypes } 
    1612      *  
    1613      */ 
    1614     public CTDocPartTypes createCTDocPartTypes() { 
    1615         return new CTDocPartTypes(); 
    1616     } 
    1617  
    1618     /** 
    1619      * Create an instance of {@link CTOdsoFieldMapData.Name } 
    1620      *  
    1621      */ 
    1622     public CTOdsoFieldMapData.Name createCTOdsoFieldMapDataName() { 
    1623         return new CTOdsoFieldMapData.Name(); 
    1624     } 
    1625  
    1626     /** 
    1627      * Create an instance of {@link CTPlaceholder.DocPart } 
    1628      *  
    1629      */ 
    1630     public CTPlaceholder.DocPart createCTPlaceholderDocPart() { 
    1631         return new CTPlaceholder.DocPart(); 
    1632     } 
    1633  
    1634     /** 
    1635      * Create an instance of {@link CTOdso.Table } 
    1636      *  
    1637      */ 
    1638     public CTOdso.Table createCTOdsoTable() { 
    1639         return new CTOdso.Table(); 
    1640     } 
    1641  
    1642     /** 
    1643      * Create an instance of {@link CTMailMergeSourceType } 
    1644      *  
    1645      */ 
    1646     public CTMailMergeSourceType createCTMailMergeSourceType() { 
    1647         return new CTMailMergeSourceType(); 
    1648     } 
    1649  
    1650     /** 
    1651      * Create an instance of {@link ParaRPrChange } 
    1652      *  
    1653      */ 
    1654     public ParaRPrChange createParaRPrChange() { 
    1655         return new ParaRPrChange(); 
    1656     } 
    1657  
    1658     /** 
    1659      * Create an instance of {@link SectPr.PgSz } 
    1660      *  
    1661      */ 
    1662     public SectPr.PgSz createSectPrPgSz() { 
    1663         return new SectPr.PgSz(); 
    1664     } 
    1665  
    1666     /** 
    1667      * Create an instance of {@link Jc } 
    1668      *  
    1669      */ 
    1670     public Jc createJc() { 
    1671         return new Jc(); 
    1672     } 
    1673  
    1674     /** 
    1675      * Create an instance of {@link CTSettings.BookFoldPrintingSheets } 
    1676      *  
    1677      */ 
    1678     public CTSettings.BookFoldPrintingSheets createCTSettingsBookFoldPrintingSheets() { 
    1679         return new CTSettings.BookFoldPrintingSheets(); 
    1680     } 
    1681  
    1682     /** 
    1683      * Create an instance of {@link CTCaption } 
    1684      *  
    1685      */ 
    1686     public CTCaption createCTCaption() { 
    1687         return new CTCaption(); 
    1688     } 
    1689  
    1690     /** 
    1691      * Create an instance of {@link org.docx4j.wml.Style.BasedOn } 
    1692      *  
    1693      */ 
    1694     public org.docx4j.wml.Style.BasedOn createStyleBasedOn() { 
    1695         return new org.docx4j.wml.Style.BasedOn(); 
    1696     } 
    1697  
    1698     /** 
    1699      * Create an instance of {@link org.docx4j.wml.RPr } 
    1700      *  
    1701      */ 
    1702     public org.docx4j.wml.RPr createRPr() { 
    1703         return new org.docx4j.wml.RPr(); 
    1704     } 
    1705  
    1706     /** 
    1707      * Create an instance of {@link CTCustomXmlRun } 
    1708      *  
    1709      */ 
    1710     public CTCustomXmlRun createCTCustomXmlRun() { 
    1711         return new CTCustomXmlRun(); 
    1712     } 
    1713  
    1714     /** 
    1715      * Create an instance of {@link R.YearShort } 
    1716      *  
    1717      */ 
    1718     public R.YearShort createRYearShort() { 
    1719         return new R.YearShort(); 
    1720     } 
    1721  
    1722     /** 
    1723      * Create an instance of {@link CTWritingStyle } 
    1724      *  
    1725      */ 
    1726     public CTWritingStyle createCTWritingStyle() { 
    1727         return new CTWritingStyle(); 
    1728     } 
    1729  
    1730     /** 
    1731      * Create an instance of {@link CTTextScale } 
    1732      *  
    1733      */ 
    1734     public CTTextScale createCTTextScale() { 
    1735         return new CTTextScale(); 
    1736     } 
    1737  
    1738     /** 
    1739      * Create an instance of {@link CTMarkup } 
    1740      *  
    1741      */ 
    1742     public CTMarkup createCTMarkup() { 
    1743         return new CTMarkup(); 
    1744     } 
    1745  
    1746     /** 
    1747      * Create an instance of {@link SdtPr.Bibliography } 
    1748      *  
    1749      */ 
    1750     public SdtPr.Bibliography createSdtPrBibliography() { 
    1751         return new SdtPr.Bibliography(); 
    1752     } 
    1753  
    1754     /** 
    1755      * Create an instance of {@link CTWebSettings } 
    1756      *  
    1757      */ 
    1758     public CTWebSettings createCTWebSettings() { 
    1759         return new CTWebSettings(); 
    1760     } 
    1761  
    1762     /** 
    1763      * Create an instance of {@link CTPicture } 
    1764      *  
    1765      */ 
    1766     public CTPicture createCTPicture() { 
    1767         return new CTPicture(); 
    1768     } 
    1769  
    1770     /** 
    1771      * Create an instance of {@link PPrBase.PStyle } 
    1772      *  
    1773      */ 
    1774     public PPrBase.PStyle createPPrBasePStyle() { 
    1775         return new PPrBase.PStyle(); 
    1776     } 
    1777  
    1778     /** 
    1779      * Create an instance of {@link Styles } 
    1780      *  
    1781      */ 
    1782     public Styles createStyles() { 
    1783         return new Styles(); 
    1784     } 
    1785  
    1786     /** 
    1787      * Create an instance of {@link CTMarkupRange } 
    1788      *  
    1789      */ 
    1790     public CTMarkupRange createCTMarkupRange() { 
    1791         return new CTMarkupRange(); 
    1792     } 
    1793  
    1794     /** 
    1795      * Create an instance of {@link CTDocGrid } 
    1796      *  
    1797      */ 
    1798     public CTDocGrid createCTDocGrid() { 
    1799         return new CTDocGrid(); 
    1800     } 
    1801  
    1802     /** 
    1803      * Create an instance of {@link CTDataBinding } 
    1804      *  
    1805      */ 
    1806     public CTDataBinding createCTDataBinding() { 
    1807         return new CTDataBinding(); 
    1808     } 
    1809  
    1810     /** 
    1811      * Create an instance of {@link CTNumRestart } 
    1812      *  
    1813      */ 
    1814     public CTNumRestart createCTNumRestart() { 
    1815         return new CTNumRestart(); 
    1816     } 
    1817  
    1818     /** 
    1819      * Create an instance of {@link CTMacroName } 
    1820      *  
    1821      */ 
    1822     public CTMacroName createCTMacroName() { 
    1823         return new CTMacroName(); 
    1824     } 
    1825  
    1826     /** 
    1827      * Create an instance of {@link CTAltChunkPr } 
    1828      *  
    1829      */ 
    1830     public CTAltChunkPr createCTAltChunkPr() { 
    1831         return new CTAltChunkPr(); 
    1832     } 
    1833  
    1834     /** 
    1835      * Create an instance of {@link CTEdnDocProps } 
    1836      *  
    1837      */ 
    1838     public CTEdnDocProps createCTEdnDocProps() { 
    1839         return new CTEdnDocProps(); 
    1840     } 
    1841  
    1842     /** 
    1843      * Create an instance of {@link Tr } 
    1844      *  
    1845      */ 
    1846     public Tr createTr() { 
    1847         return new Tr(); 
    1848     } 
    1849  
    1850     /** 
    1851      * Create an instance of {@link CTSignedTwipsMeasure } 
    1852      *  
    1853      */ 
    1854     public CTSignedTwipsMeasure createCTSignedTwipsMeasure() { 
    1855         return new CTSignedTwipsMeasure(); 
    1856     } 
    1857  
    1858     /** 
    1859      * Create an instance of {@link CTKinsoku } 
    1860      *  
    1861      */ 
    1862     public CTKinsoku createCTKinsoku() { 
    1863         return new CTKinsoku(); 
    1864     } 
    1865  
    1866     /** 
    1867      * Create an instance of {@link CTFootnotes } 
    1868      *  
    1869      */ 
    1870     public CTFootnotes createCTFootnotes() { 
    1871         return new CTFootnotes(); 
    1872     } 
    1873  
    1874     /** 
    1875      * Create an instance of {@link R.Ptab } 
    1876      *  
    1877      */ 
    1878     public R.Ptab createRPtab() { 
    1879         return new R.Ptab(); 
    1880     } 
    1881  
    1882     /** 
    1883      * Create an instance of {@link SectPr.Type } 
    1884      *  
    1885      */ 
    1886     public SectPr.Type createSectPrType() { 
    1887         return new SectPr.Type(); 
    1888     } 
    1889  
    1890     /** 
    1891      * Create an instance of {@link CTMailMerge.CheckErrors } 
    1892      *  
    1893      */ 
    1894     public CTMailMerge.CheckErrors createCTMailMergeCheckErrors() { 
    1895         return new CTMailMerge.CheckErrors(); 
    1896     } 
    1897  
    1898     /** 
    1899      * Create an instance of {@link Numbering.NumIdMacAtCleanup } 
    1900      *  
    1901      */ 
    1902     public Numbering.NumIdMacAtCleanup createNumberingNumIdMacAtCleanup() { 
    1903         return new Numbering.NumIdMacAtCleanup(); 
    1904     } 
    1905  
    1906     /** 
    1907      * Create an instance of {@link CTFFTextInput.MaxLength } 
    1908      *  
    1909      */ 
    1910     public CTFFTextInput.MaxLength createCTFFTextInputMaxLength() { 
    1911         return new CTFFTextInput.MaxLength(); 
    1912     } 
    1913  
    1914     /** 
    1915      * Create an instance of {@link CTRPrChange } 
    1916      *  
    1917      */ 
    1918     public CTRPrChange createCTRPrChange() { 
    1919         return new CTRPrChange(); 
    1920     } 
    1921  
    1922     /** 
    1923      * Create an instance of {@link CTDocPartBehavior } 
    1924      *  
    1925      */ 
    1926     public CTDocPartBehavior createCTDocPartBehavior() { 
    1927         return new CTDocPartBehavior(); 
    1928     } 
    1929  
    1930     /** 
    1931      * Create an instance of {@link CTCharacterSpacing } 
    1932      *  
    1933      */ 
    1934     public CTCharacterSpacing createCTCharacterSpacing() { 
    1935         return new CTCharacterSpacing(); 
    1936     } 
    1937  
    1938     /** 
    1939      * Create an instance of {@link CTEdnPos } 
    1940      *  
    1941      */ 
    1942     public CTEdnPos createCTEdnPos() { 
    1943         return new CTEdnPos(); 
    1944     } 
    1945  
    1946     /** 
    1947      * Create an instance of {@link CTTblPrBase } 
    1948      *  
    1949      */ 
    1950     public CTTblPrBase createCTTblPrBase() { 
    1951         return new CTTblPrBase(); 
    1952     } 
    1953  
    1954     /** 
    1955      * Create an instance of {@link CTTrPrChange } 
    1956      *  
    1957      */ 
    1958     public CTTrPrChange createCTTrPrChange() { 
    1959         return new CTTrPrChange(); 
    1960     } 
    1961  
    1962     /** 
    1963      * Create an instance of {@link org.docx4j.wml.Style.Aliases } 
    1964      *  
    1965      */ 
    1966     public org.docx4j.wml.Style.Aliases createStyleAliases() { 
    1967         return new org.docx4j.wml.Style.Aliases(); 
    1968     } 
    1969  
    1970     /** 
    1971      * Create an instance of {@link CTVerticalAlignRun } 
    1972      *  
    1973      */ 
    1974     public CTVerticalAlignRun createCTVerticalAlignRun() { 
    1975         return new CTVerticalAlignRun(); 
    1976     } 
    1977  
    1978     /** 
    1979      * Create an instance of {@link CTDocPartName } 
    1980      *  
    1981      */ 
    1982     public CTDocPartName createCTDocPartName() { 
    1983         return new CTDocPartName(); 
    1984     } 
    1985  
    1986     /** 
    1987      * Create an instance of {@link CTMoveBookmark } 
    1988      *  
    1989      */ 
    1990     public CTMoveBookmark createCTMoveBookmark() { 
    1991         return new CTMoveBookmark(); 
    1992     } 
    1993  
    1994     /** 
    1995      * Create an instance of {@link CTDocVars } 
    1996      *  
    1997      */ 
    1998     public CTDocVars createCTDocVars() { 
    1999         return new CTDocVars(); 
    2000     } 
    2001  
    2002     /** 
    2003      * Create an instance of {@link CTEastAsianLayout } 
    2004      *  
    2005      */ 
    2006     public CTEastAsianLayout createCTEastAsianLayout() { 
    2007         return new CTEastAsianLayout(); 
    2008     } 
    2009  
    2010     /** 
    2011      * Create an instance of {@link CTRubyContent } 
    2012      *  
    2013      */ 
    2014     public CTRubyContent createCTRubyContent() { 
    2015         return new CTRubyContent(); 
    2016     } 
    2017  
    2018     /** 
    2019      * Create an instance of {@link Body } 
    2020      *  
    2021      */ 
    2022     public Body createBody() { 
    2023         return new Body(); 
    2024     } 
    2025  
    2026     /** 
    2027      * Create an instance of {@link CTRPrDefault } 
    2028      *  
    2029      */ 
    2030     public CTRPrDefault createCTRPrDefault() { 
    2031         return new CTRPrDefault(); 
    2032     } 
    2033  
    2034     /** 
    2035      * Create an instance of {@link CTTblPrBase.TblStyle } 
    2036      *  
    2037      */ 
    2038     public CTTblPrBase.TblStyle createCTTblPrBaseTblStyle() { 
    2039         return new CTTblPrBase.TblStyle(); 
    2040     } 
    2041  
    2042     /** 
    2043      * Create an instance of {@link PPrBase.DivId } 
    2044      *  
    2045      */ 
    2046     public PPrBase.DivId createPPrBaseDivId() { 
    2047         return new PPrBase.DivId(); 
    2048     } 
    2049  
    2050     /** 
    2051      * Create an instance of {@link CTTblPrExChange } 
    2052      *  
    2053      */ 
    2054     public CTTblPrExChange createCTTblPrExChange() { 
    2055         return new CTTblPrExChange(); 
    2056     } 
    2057  
    2058     /** 
    2059      * Create an instance of {@link CTHdrFtr } 
    2060      *  
    2061      */ 
    2062     public CTHdrFtr createCTHdrFtr() { 
    2063         return new CTHdrFtr(); 
    2064     } 
    2065  
    2066     /** 
    2067      * Create an instance of {@link CTEdnProps } 
    2068      *  
    2069      */ 
    2070     public CTEdnProps createCTEdnProps() { 
    2071         return new CTEdnProps(); 
    2072     } 
    2073  
    2074     /** 
    2075      * Create an instance of {@link CTMailMergeDocType } 
    2076      *  
    2077      */ 
    2078     public CTMailMergeDocType createCTMailMergeDocType() { 
    2079         return new CTMailMergeDocType(); 
    2080     } 
    2081  
    2082     /** 
    2083      * Create an instance of {@link Highlight } 
    2084      *  
    2085      */ 
    2086     public Highlight createHighlight() { 
    2087         return new Highlight(); 
    2088     } 
    2089  
    2090     /** 
    2091      * Create an instance of {@link CTGuid } 
    2092      *  
    2093      */ 
    2094     public CTGuid createCTGuid() { 
    2095         return new CTGuid(); 
    2096     } 
    2097  
    2098     /** 
    2099      * Create an instance of {@link CTWebSettings.Encoding } 
    2100      *  
    2101      */ 
    2102     public CTWebSettings.Encoding createCTWebSettingsEncoding() { 
    2103         return new CTWebSettings.Encoding(); 
    2104     } 
    2105  
    2106     /** 
    2107      * Create an instance of {@link CTMailMerge.ConnectString } 
    2108      *  
    2109      */ 
    2110     public CTMailMerge.ConnectString createCTMailMergeConnectString() { 
    2111         return new CTMailMerge.ConnectString(); 
    2112     } 
    2113  
    2114     /** 
    2115      * Create an instance of {@link Document } 
    2116      *  
    2117      */ 
    2118     public Document createDocument() { 
    2119         return new Document(); 
    2120     } 
    2121  
    2122     /** 
    2123      * Create an instance of {@link CTCustomXmlBlock } 
    2124      *  
    2125      */ 
    2126     public CTCustomXmlBlock createCTCustomXmlBlock() { 
    2127         return new CTCustomXmlBlock(); 
    2128     } 
    2129  
    2130     /** 
    2131      * Create an instance of {@link CTTcMar } 
    2132      *  
    2133      */ 
    2134     public CTTcMar createCTTcMar() { 
    2135         return new CTTcMar(); 
    2136     } 
    2137  
    2138     /** 
    2139      * Create an instance of {@link BooleanDefaultTrue } 
    2140      *  
    2141      */ 
    2142     public BooleanDefaultTrue createBooleanDefaultTrue() { 
    2143         return new BooleanDefaultTrue(); 
    2144     } 
    2145  
    2146     /** 
    2147      * Create an instance of {@link R.EndnoteRef } 
    2148      *  
    2149      */ 
    2150     public R.EndnoteRef createREndnoteRef() { 
    2151         return new R.EndnoteRef(); 
    2152     } 
    2153  
    2154     /** 
    2155      * Create an instance of {@link CTTrackChangeNumbering } 
    2156      *  
    2157      */ 
    2158     public CTTrackChangeNumbering createCTTrackChangeNumbering() { 
    2159         return new CTTrackChangeNumbering(); 
    2160     } 
    2161  
    2162     /** 
    2163      * Create an instance of {@link CTFFTextType } 
    2164      *  
    2165      */ 
    2166     public CTFFTextType createCTFFTextType() { 
    2167         return new CTFFTextType(); 
    2168     } 
    2169  
    2170     /** 
    2171      * Create an instance of {@link CTFFStatusText } 
    2172      *  
    2173      */ 
    2174     public CTFFStatusText createCTFFStatusText() { 
    2175         return new CTFFStatusText(); 
    2176     } 
    2177  
    2178     /** 
    2179      * Create an instance of {@link CTFtnEdn } 
    2180      *  
    2181      */ 
    2182     public CTFtnEdn createCTFtnEdn() { 
    2183         return new CTFtnEdn(); 
    2184     } 
    2185  
    2186     /** 
    2187      * Create an instance of {@link CTDocPartCategory.Name } 
    2188      *  
    2189      */ 
    2190     public CTDocPartCategory.Name createCTDocPartCategoryName() { 
    2191         return new CTDocPartCategory.Name(); 
    2192     } 
    2193  
    2194     /** 
    2195      * Create an instance of {@link Package.Part } 
    2196      *  
    2197      */ 
    2198     public Package.Part createPackagePart() { 
    2199         return new Package.Part(); 
    2200     } 
    2201  
    2202     /** 
    2203      * Create an instance of {@link CTPPrChange } 
    2204      *  
    2205      */ 
    2206     public CTPPrChange createCTPPrChange() { 
    2207         return new CTPPrChange(); 
    2208     } 
    2209  
    2210     /** 
    2211      * Create an instance of {@link Styles.LatentStyles.LsdException } 
    2212      *  
    2213      */ 
    2214     public Styles.LatentStyles.LsdException createStylesLatentStylesLsdException() { 
    2215         return new Styles.LatentStyles.LsdException(); 
    2216     } 
    2217  
    2218     /** 
    2219      * Create an instance of {@link CTCaptions } 
    2220      *  
    2221      */ 
    2222     public CTCaptions createCTCaptions() { 
    2223         return new CTCaptions(); 
    2224     } 
    2225  
    2226     /** 
    2227      * Create an instance of {@link CTFFName } 
    2228      *  
    2229      */ 
    2230     public CTFFName createCTFFName() { 
    2231         return new CTFFName(); 
    2232     } 
    2233  
    2234     /** 
    2235      * Create an instance of {@link R.Tab } 
    2236      *  
    2237      */ 
    2238     public R.Tab createRTab() { 
    2239         return new R.Tab(); 
    2240     } 
    2241  
    2242     /** 
    2243      * Create an instance of {@link CTCompat } 
    2244      *  
    2245      */ 
    2246     public CTCompat createCTCompat() { 
    2247         return new CTCompat(); 
    2248     } 
    2249  
    2250     /** 
    2251      * Create an instance of {@link CTTcPrChange } 
    2252      *  
    2253      */ 
    2254     public CTTcPrChange createCTTcPrChange() { 
    2255         return new CTTcPrChange(); 
    2256     } 
    2257  
    2258     /** 
    2259      * Create an instance of {@link CTMailMerge } 
    2260      *  
    2261      */ 
    2262     public CTMailMerge createCTMailMerge() { 
    2263         return new CTMailMerge(); 
    2264     } 
    2265  
    2266     /** 
    2267      * Create an instance of {@link BooleanDefaultFalse } 
    2268      *  
    2269      */ 
    2270     public BooleanDefaultFalse createBooleanDefaultFalse() { 
    2271         return new BooleanDefaultFalse(); 
    2272     } 
    2273  
    2274     /** 
    2275      * Create an instance of {@link Fonts.Font } 
    2276      *  
    2277      */ 
    2278     public Fonts.Font createFontsFont() { 
    2279         return new Fonts.Font(); 
    2280     } 
    2281  
    2282     /** 
    2283      * Create an instance of {@link U } 
    2284      *  
    2285      */ 
    2286     public U createU() { 
    2287         return new U(); 
    2288     } 
    2289  
    2290     /** 
    2291      * Create an instance of {@link CTSdtDocPart.DocPartGallery } 
    2292      *  
    2293      */ 
    2294     public CTSdtDocPart.DocPartGallery createCTSdtDocPartDocPartGallery() { 
    2295         return new CTSdtDocPart.DocPartGallery(); 
    2296     } 
    2297  
    2298     /** 
    2299      * Create an instance of {@link PPrBase.OutlineLvl } 
    2300      *  
    2301      */ 
    2302     public PPrBase.OutlineLvl createPPrBaseOutlineLvl() { 
    2303         return new PPrBase.OutlineLvl(); 
    2304     } 
    2305  
    2306     /** 
    2307      * Create an instance of {@link FontSig } 
    2308      *  
    2309      */ 
    2310     public FontSig createFontSig() { 
    2311         return new FontSig(); 
    2312     } 
    2313  
    2314     /** 
    2315      * Create an instance of {@link SdtPr.Group } 
    2316      *  
    2317      */ 
    2318     public SdtPr.Group createSdtPrGroup() { 
    2319         return new SdtPr.Group(); 
    2320     } 
    2321  
    2322     /** 
    2323      * Create an instance of {@link CTMailMerge.MailSubject } 
    2324      *  
    2325      */ 
    2326     public CTMailMerge.MailSubject createCTMailMergeMailSubject() { 
    2327         return new CTMailMerge.MailSubject(); 
    2328     } 
    2329  
    2330     /** 
    2331      * Create an instance of {@link CTFFTextInput.Format } 
    2332      *  
    2333      */ 
    2334     public CTFFTextInput.Format createCTFFTextInputFormat() { 
    2335         return new CTFFTextInput.Format(); 
    2336     } 
    2337  
    2338     /** 
    2339      * Create an instance of {@link FontFamily } 
    2340      *  
    2341      */ 
    2342     public FontFamily createFontFamily() { 
    2343         return new FontFamily(); 
    2344     } 
    2345  
    2346     /** 
    2347      * Create an instance of {@link R.AnnotationRef } 
    2348      *  
    2349      */ 
    2350     public R.AnnotationRef createRAnnotationRef() { 
    2351         return new R.AnnotationRef(); 
    2352     } 
    2353  
    2354     /** 
    2355      * Create an instance of {@link CTTblOverlap } 
    2356      *  
    2357      */ 
    2358     public CTTblOverlap createCTTblOverlap() { 
    2359         return new CTTblOverlap(); 
    2360     } 
    2361  
    2362     /** 
    2363      * Create an instance of {@link CTTblPrBase.TblStyleRowBandSize } 
    2364      *  
    2365      */ 
    2366     public CTTblPrBase.TblStyleRowBandSize createCTTblPrBaseTblStyleRowBandSize() { 
    2367         return new CTTblPrBase.TblStyleRowBandSize(); 
    2368     } 
    2369  
    2370     /** 
    2371      * Create an instance of {@link CTTrackChange } 
    2372      *  
    2373      */ 
    2374     public CTTrackChange createCTTrackChange() { 
    2375         return new CTTrackChange(); 
    2376     } 
    2377  
    2378     /** 
    2379      * Create an instance of {@link CTBookmark } 
    2380      *  
    2381      */ 
    2382     public CTBookmark createCTBookmark() { 
    2383         return new CTBookmark(); 
    2384     } 
    2385  
    2386     /** 
    2387      * Create an instance of {@link CTFramesetSplitbar.Color } 
    2388      *  
    2389      */ 
    2390     public CTFramesetSplitbar.Color createCTFramesetSplitbarColor() { 
    2391         return new CTFramesetSplitbar.Color(); 
    2392     } 
    2393  
    2394     /** 
    2395      * Create an instance of {@link CTPlaceholder } 
    2396      *  
    2397      */ 
    2398     public CTPlaceholder createCTPlaceholder() { 
    2399         return new CTPlaceholder(); 
    2400     } 
    2401  
    2402     /** 
    2403      * Create an instance of {@link CTOdsoFieldMapData.Column } 
    2404      *  
    2405      */ 
    2406     public CTOdsoFieldMapData.Column createCTOdsoFieldMapDataColumn() { 
    2407         return new CTOdsoFieldMapData.Column(); 
    2408     } 
    2409  
    2410     /** 
    2411      * Create an instance of {@link Lvl.LvlText } 
    2412      *  
    2413      */ 
    2414     public Lvl.LvlText createLvlLvlText() { 
    2415         return new Lvl.LvlText(); 
    2416     } 
    2417  
    2418     /** 
    2419      * Create an instance of {@link Numbering.Num } 
    2420      *  
    2421      */ 
    2422     public Numbering.Num createNumberingNum() { 
    2423         return new Numbering.Num(); 
    2424     } 
    2425  
    2426     /** 
    2427      * Create an instance of {@link SectPr.PgBorders } 
    2428      *  
    2429      */ 
    2430     public SectPr.PgBorders createSectPrPgBorders() { 
    2431         return new SectPr.PgBorders(); 
    2432     } 
    2433  
    2434     /** 
    2435      * Create an instance of {@link CTSettings.ForceUpgrade } 
    2436      *  
    2437      */ 
    2438     public CTSettings.ForceUpgrade createCTSettingsForceUpgrade() { 
    2439         return new CTSettings.ForceUpgrade(); 
    2440     } 
    2441  
    2442     /** 
    2443      * Create an instance of {@link CTDocPart } 
    2444      *  
    2445      */ 
    2446     public CTDocPart createCTDocPart() { 
    2447         return new CTDocPart(); 
    2448     } 
    2449  
    2450     /** 
    2451      * Create an instance of {@link CTPerm } 
    2452      *  
    2453      */ 
    2454     public CTPerm createCTPerm() { 
    2455         return new CTPerm(); 
    2456     } 
    2457  
    2458     /** 
    2459      * Create an instance of {@link CTDocProtect } 
    2460      *  
    2461      */ 
    2462     public CTDocProtect createCTDocProtect() { 
    2463         return new CTDocProtect(); 
    2464     } 
    2465  
    2466     /** 
    2467      * Create an instance of {@link Lvl.LvlRestart } 
    2468      *  
    2469      */ 
    2470     public Lvl.LvlRestart createLvlLvlRestart() { 
    2471         return new Lvl.LvlRestart(); 
    2472     } 
    2473  
    2474     /** 
    2475      * Create an instance of {@link RFonts } 
    2476      *  
    2477      */ 
    2478     public RFonts createRFonts() { 
    2479         return new RFonts(); 
    2480     } 
    2481  
    2482     /** 
    2483      * Create an instance of {@link CTObject } 
    2484      *  
    2485      */ 
    2486     public CTObject createCTObject() { 
    2487         return new CTObject(); 
    2488     } 
    2489  
    2490     /** 
    2491      * Create an instance of {@link HpsMeasure } 
    2492      *  
    2493      */ 
    2494     public HpsMeasure createHpsMeasure() { 
    2495         return new HpsMeasure(); 
    2496     } 
    2497  
    2498     /** 
    2499      * Create an instance of {@link CTDocPartGallery } 
    2500      *  
    2501      */ 
    2502     public CTDocPartGallery createCTDocPartGallery() { 
    2503         return new CTDocPartGallery(); 
    2504     } 
    2505  
    2506     /** 
    2507      * Create an instance of {@link CTOdso.ColDelim } 
    2508      *  
    2509      */ 
    2510     public CTOdso.ColDelim createCTOdsoColDelim() { 
    2511         return new CTOdso.ColDelim(); 
    2512     } 
    2513  
    2514     /** 
    2515      * Create an instance of {@link CTProof } 
    2516      *  
    2517      */ 
    2518     public CTProof createCTProof() { 
    2519         return new CTProof(); 
    2520     } 
    2521  
    2522     /** 
    2523      * Create an instance of {@link Numbering.Num.AbstractNumId } 
    2524      *  
    2525      */ 
    2526     public Numbering.Num.AbstractNumId createNumberingNumAbstractNumId() { 
    2527         return new Numbering.Num.AbstractNumId(); 
    2528     } 
    2529  
    2530     /** 
    2531      * Create an instance of {@link CTLongHexNumber } 
    2532      *  
    2533      */ 
    2534     public CTLongHexNumber createCTLongHexNumber() { 
    2535         return new CTLongHexNumber(); 
    2536     } 
    2537  
    2538     /** 
    2539      * Create an instance of {@link CTFitText } 
    2540      *  
    2541      */ 
    2542     public CTFitText createCTFitText() { 
    2543         return new CTFitText(); 
    2544     } 
    2545  
    2546     /** 
    2547      * Create an instance of {@link Lvl.Suff } 
    2548      *  
    2549      */ 
    2550     public Lvl.Suff createLvlSuff() { 
    2551         return new Lvl.Suff(); 
    2552     } 
    2553  
    2554     /** 
    2555      * Create an instance of {@link R.SoftHyphen } 
    2556      *  
    2557      */ 
    2558     public R.SoftHyphen createRSoftHyphen() { 
    2559         return new R.SoftHyphen(); 
    2560     } 
    2561  
    2562     /** 
    2563      * Create an instance of {@link CTTcPrBase } 
    2564      *  
    2565      */ 
    2566     public CTTcPrBase createCTTcPrBase() { 
    2567         return new CTTcPrBase(); 
    2568     } 
    2569  
    2570     /** 
    2571      * Create an instance of {@link org.docx4j.wml.Style.Next } 
    2572      *  
    2573      */ 
    2574     public org.docx4j.wml.Style.Next createStyleNext() { 
    2575         return new org.docx4j.wml.Style.Next(); 
    2576     } 
    2577  
    2578     /** 
    2579      * Create an instance of {@link SectPr.PgMar } 
    2580      *  
    2581      */ 
    2582     public SectPr.PgMar createSectPrPgMar() { 
    2583         return new SectPr.PgMar(); 
    2584     } 
    2585  
    2586     /** 
    2587      * Create an instance of {@link CTHyperlink } 
    2588      *  
    2589      */ 
    2590     public CTHyperlink createCTHyperlink() { 
    2591         return new CTHyperlink(); 
    2592     } 
    2593  
    2594     /** 
    2595      * Create an instance of {@link CTSdtListItem } 
    2596      *  
    2597      */ 
    2598     public CTSdtListItem createCTSdtListItem() { 
    2599         return new CTSdtListItem(); 
    2600     } 
    2601  
    2602     /** 
    2603      * Create an instance of {@link CTDocPartPr.Description } 
    2604      *  
    2605      */ 
    2606     public CTDocPartPr.Description createCTDocPartPrDescription() { 
    2607         return new CTDocPartPr.Description(); 
    2608     } 
    2609  
    2610     /** 
    2611      * Create an instance of {@link CTTcPrInner } 
    2612      *  
    2613      */ 
    2614     public CTTcPrInner createCTTcPrInner() { 
    2615         return new CTTcPrInner(); 
    2616     } 
    2617  
    2618     /** 
    2619      * Create an instance of {@link CTFramePr } 
    2620      *  
    2621      */ 
    2622     public CTFramePr createCTFramePr() { 
    2623         return new CTFramePr(); 
    2624     } 
    2625  
    2626     /** 
    2627      * Create an instance of {@link R.MonthLong } 
    2628      *  
    2629      */ 
    2630     public R.MonthLong createRMonthLong() { 
    2631         return new R.MonthLong(); 
    2632     } 
    2633  
    2634     /** 
    2635      * Create an instance of {@link CTTrackChangesView } 
    2636      *  
    2637      */ 
    2638     public CTTrackChangesView createCTTrackChangesView() { 
    2639         return new CTTrackChangesView(); 
    2640     } 
    2641  
    2642     /** 
    2643      * Create an instance of {@link CTOdsoFieldMapData } 
    2644      *  
    2645      */ 
    2646     public CTOdsoFieldMapData createCTOdsoFieldMapData() { 
    2647         return new CTOdsoFieldMapData(); 
    2648     } 
    2649  
    2650     /** 
    2651      * Create an instance of {@link CTMailMergeOdsoFMDFieldType } 
    2652      *  
    2653      */ 
    2654     public CTMailMergeOdsoFMDFieldType createCTMailMergeOdsoFMDFieldType() { 
    2655         return new CTMailMergeOdsoFMDFieldType(); 
    2656     } 
    2657  
    2658     /** 
    2659      * Create an instance of {@link CTVerticalJc } 
    2660      *  
    2661      */ 
    2662     public CTVerticalJc createCTVerticalJc() { 
    2663         return new CTVerticalJc(); 
    2664     } 
    2665  
    2666     /** 
    2667      * Create an instance of {@link R.MonthShort } 
    2668      *  
    2669      */ 
    2670     public R.MonthShort createRMonthShort() { 
    2671         return new R.MonthShort(); 
    2672     } 
    2673  
    2674     /** 
    2675      * Create an instance of {@link CTMailMerge.ActiveRecord } 
    2676      *  
    2677      */ 
    2678     public CTMailMerge.ActiveRecord createCTMailMergeActiveRecord() { 
    2679         return new CTMailMerge.ActiveRecord(); 
    2680     } 
    2681  
    2682     /** 
    2683      * Create an instance of {@link CTCalendarType } 
    2684      *  
    2685      */ 
    2686     public CTCalendarType createCTCalendarType() { 
    2687         return new CTCalendarType(); 
    2688     } 
    2689  
    2690     /** 
    2691      * Create an instance of {@link CTFFDDList } 
    2692      *  
    2693      */ 
    2694     public CTFFDDList createCTFFDDList() { 
    2695         return new CTFFDDList(); 
    2696     } 
    2697  
    2698     /** 
    2699      * Create an instance of {@link SdtPr.Alias } 
    2700      *  
    2701      */ 
    2702     public SdtPr.Alias createSdtPrAlias() { 
    2703         return new SdtPr.Alias(); 
    2704     } 
    2705  
    2706     /** 
    2707      * Create an instance of {@link CTFrameScrollbar } 
    2708      *  
    2709      */ 
    2710     public CTFrameScrollbar createCTFrameScrollbar() { 
    2711         return new CTFrameScrollbar(); 
    2712     } 
    2713  
    2714     /** 
    2715      * Create an instance of {@link CTTwipsMeasure } 
    2716      *  
    2717      */ 
    2718     public CTTwipsMeasure createCTTwipsMeasure() { 
    2719         return new CTTwipsMeasure(); 
    2720     } 
    2721  
    2722     /** 
    2723      * Create an instance of {@link ParaRPr } 
    2724      *  
    2725      */ 
    2726     public ParaRPr createParaRPr() { 
    2727         return new ParaRPr(); 
    2728     } 
    2729  
    2730     /** 
    2731      * Create an instance of {@link Numbering.AbstractNum.NumStyleLink } 
    2732      *  
    2733      */ 
    2734     public Numbering.AbstractNum.NumStyleLink createNumberingAbstractNumNumStyleLink() { 
    2735         return new Numbering.AbstractNum.NumStyleLink(); 
    2736     } 
    2737  
    2738     /** 
    2739      * Create an instance of {@link CTOdso.Udl } 
    2740      *  
    2741      */ 
    2742     public CTOdso.Udl createCTOdsoUdl() { 
    2743         return new CTOdso.Udl(); 
    2744     } 
    2745  
    2746     /** 
    2747      * Create an instance of {@link CTDivs } 
    2748      *  
    2749      */ 
    2750     public CTDivs createCTDivs() { 
    2751         return new CTDivs(); 
    2752     } 
    2753  
    2754     /** 
    2755      * Create an instance of {@link SectPr } 
    2756      *  
    2757      */ 
    2758     public SectPr createSectPr() { 
    2759         return new SectPr(); 
    2760     } 
    2761  
    2762     /** 
    2763      * Create an instance of {@link PPrBase } 
    2764      *  
    2765      */ 
    2766     public PPrBase createPPrBase() { 
    2767         return new PPrBase(); 
    2768     } 
    2769  
    2770     /** 
    2771      * Create an instance of {@link CTWebSettings.PixelsPerInch } 
    2772      *  
    2773      */ 
    2774     public CTWebSettings.PixelsPerInch createCTWebSettingsPixelsPerInch() { 
    2775         return new CTWebSettings.PixelsPerInch(); 
    2776     } 
    2777  
    2778     /** 
    2779      * Create an instance of {@link CTFFDDList.ListEntry } 
    2780      *  
    2781      */ 
    2782     public CTFFDDList.ListEntry createCTFFDDListListEntry() { 
    2783         return new CTFFDDList.ListEntry(); 
    2784     } 
    2785  
    2786     /** 
    2787      * Create an instance of {@link CTOdsoFieldMapData.MappedName } 
    2788      *  
    2789      */ 
    2790     public CTOdsoFieldMapData.MappedName createCTOdsoFieldMapDataMappedName() { 
    2791         return new CTOdsoFieldMapData.MappedName(); 
    2792     } 
    2793  
    2794     /** 
    2795      * Create an instance of {@link R.YearLong } 
    2796      *  
    2797      */ 
    2798     public R.YearLong createRYearLong() { 
    2799         return new R.YearLong(); 
    2800     } 
    2801  
    2802     /** 
    2803      * Create an instance of {@link CTMailMerge.AddressFieldName } 
    2804      *  
    2805      */ 
    2806     public CTMailMerge.AddressFieldName createCTMailMergeAddressFieldName() { 
    2807         return new CTMailMerge.AddressFieldName(); 
    2808     } 
    2809  
    2810     /** 
    2811      * Create an instance of {@link CTPaperSource } 
    2812      *  
    2813      */ 
    2814     public CTPaperSource createCTPaperSource() { 
    2815         return new CTPaperSource(); 
    2816     } 
    2817  
    2818     /** 
    2819      * Create an instance of {@link CTFFData } 
    2820      *  
    2821      */ 
    2822     public CTFFData createCTFFData() { 
    2823         return new CTFFData(); 
    2824     } 
    2825  
    2826     /** 
    2827      * Create an instance of {@link CTSdtContentCell } 
    2828      *  
    2829      */ 
    2830     public CTSdtContentCell createCTSdtContentCell() { 
    2831         return new CTSdtContentCell(); 
    2832     } 
    2833  
    2834     /** 
    2835      * Create an instance of {@link CTPageNumber } 
    2836      *  
    2837      */ 
    2838     public CTPageNumber createCTPageNumber() { 
    2839         return new CTPageNumber(); 
    2840     } 
    2841  
    2842     /** 
    2843      * Create an instance of {@link CTTabStop } 
    2844      *  
    2845      */ 
    2846     public CTTabStop createCTTabStop() { 
    2847         return new CTTabStop(); 
    2848     } 
    2849  
    2850     /** 
    2851      * Create an instance of {@link CTShd } 
    2852      *  
    2853      */ 
    2854     public CTShd createCTShd() { 
    2855         return new CTShd(); 
    2856     } 
    2857  
    2858     /** 
    2859      * Create an instance of {@link CTSmartTagPr } 
    2860      *  
    2861      */ 
    2862     public CTSmartTagPr createCTSmartTagPr() { 
    2863         return new CTSmartTagPr(); 
    2864     } 
    2865  
    2866     /** 
    2867      * Create an instance of {@link CTTrPrBase } 
    2868      *  
    2869      */ 
    2870     public CTTrPrBase createCTTrPrBase() { 
    2871         return new CTTrPrBase(); 
    2872     } 
    2873  
    2874     /** 
    2875      * Create an instance of {@link CTTrPrBase.GridAfter } 
    2876      *  
    2877      */ 
    2878     public CTTrPrBase.GridAfter createCTTrPrBaseGridAfter() { 
    2879         return new CTTrPrBase.GridAfter(); 
    2880     } 
    2881  
    2882     /** 
    2883      * Create an instance of {@link CTMailMerge.Query } 
    2884      *  
    2885      */ 
    2886     public CTMailMerge.Query createCTMailMergeQuery() { 
    2887         return new CTMailMerge.Query(); 
    2888     } 
    2889  
    2890     /** 
    2891      * Create an instance of {@link R.NoBreakHyphen } 
    2892      *  
    2893      */ 
    2894     public R.NoBreakHyphen createRNoBreakHyphen() { 
    2895         return new R.NoBreakHyphen(); 
    2896     } 
    2897  
    2898     /** 
    2899      * Create an instance of {@link CTTc } 
    2900      *  
    2901      */ 
    2902     public CTTc createCTTc() { 
    2903         return new CTTc(); 
    2904     } 
    2905  
    2906     /** 
    2907      * Create an instance of {@link CTTblLayoutType } 
    2908      *  
    2909      */ 
    2910     public CTTblLayoutType createCTTblLayoutType() { 
    2911         return new CTTblLayoutType(); 
    2912     } 
    2913  
    2914     /** 
    2915      * Create an instance of {@link RunTrackChange } 
    2916      *  
    2917      */ 
    2918     public RunTrackChange createRunTrackChange() { 
    2919         return new RunTrackChange(); 
    2920     } 
    2921  
    2922     /** 
    2923      * Create an instance of {@link CTFrameset.Sz } 
    2924      *  
    2925      */ 
    2926     public CTFrameset.Sz createCTFramesetSz() { 
    2927         return new CTFrameset.Sz(); 
    2928     } 
    2929  
    2930     /** 
    2931      * Create an instance of {@link CTSimpleField } 
    2932      *  
    2933      */ 
    2934     public CTSimpleField createCTSimpleField() { 
    2935         return new CTSimpleField(); 
    2936     } 
    2937  
    2938     /** 
    2939      * Create an instance of {@link CTSdtDocPart } 
    2940      *  
    2941      */ 
    2942     public CTSdtDocPart createCTSdtDocPart() { 
    2943         return new CTSdtDocPart(); 
    2944     } 
    2945  
    2946     /** 
    2947      * Create an instance of {@link CTCustomXmlRow } 
    2948      *  
    2949      */ 
    2950     public CTCustomXmlRow createCTCustomXmlRow() { 
    2951         return new CTCustomXmlRow(); 
    2952     } 
    2953  
    2954     /** 
    2955      * Create an instance of {@link CTTrPrBase.GridBefore } 
    2956      *  
    2957      */ 
    2958     public CTTrPrBase.GridBefore createCTTrPrBaseGridBefore() { 
    2959         return new CTTrPrBase.GridBefore(); 
    2960     } 
    2961  
    2962     /** 
    2963      * Create an instance of {@link CTTargetScreenSz } 
    2964      *  
    2965      */ 
    2966     public CTTargetScreenSz createCTTargetScreenSz() { 
    2967         return new CTTargetScreenSz(); 
    2968     } 
    2969  
    2970     /** 
    2971      * Create an instance of {@link PPrBase.Spacing } 
    2972      *  
    2973      */ 
    2974     public PPrBase.Spacing createPPrBaseSpacing() { 
    2975         return new PPrBase.Spacing(); 
    2976     } 
    2977  
    2978     /** 
    2979      * Create an instance of {@link CTTcPrBase.GridSpan } 
    2980      *  
    2981      */ 
    2982     public CTTcPrBase.GridSpan createCTTcPrBaseGridSpan() { 
    2983         return new CTTcPrBase.GridSpan(); 
    2984     } 
    2985  
    2986     /** 
    2987      * Create an instance of {@link Numbering.AbstractNum.MultiLevelType } 
    2988      *  
    2989      */ 
    2990     public Numbering.AbstractNum.MultiLevelType createNumberingAbstractNumMultiLevelType() { 
    2991         return new Numbering.AbstractNum.MultiLevelType(); 
    2992     } 
    2993  
    2994     /** 
    2995      * Create an instance of {@link SdtPr.Equation } 
    2996      *  
    2997      */ 
    2998     public SdtPr.Equation createSdtPrEquation() { 
    2999         return new SdtPr.Equation(); 
    3000     } 
    3001  
    3002     /** 
    3003      * Create an instance of {@link CTSettings } 
    3004      *  
    3005      */ 
    3006     public CTSettings createCTSettings() { 
    3007         return new CTSettings(); 
    3008     } 
    3009  
    3010     /** 
    3011      * Create an instance of {@link CTEm } 
    3012      *  
    3013      */ 
    3014     public CTEm createCTEm() { 
    3015         return new CTEm(); 
    3016     } 
    3017  
    3018     /** 
    3019      * Create an instance of {@link RangePermissionStart } 
    3020      *  
    3021      */ 
    3022     public RangePermissionStart createRangePermissionStart() { 
    3023         return new RangePermissionStart(); 
    3024     } 
    3025  
    3026     /** 
    3027      * Create an instance of {@link ProofErr } 
    3028      *  
    3029      */ 
    3030     public ProofErr createProofErr() { 
    3031         return new ProofErr(); 
    3032     } 
    3033  
    3034     /** 
    3035      * Create an instance of {@link R.ContinuationSeparator } 
    3036      *  
    3037      */ 
    3038     public R.ContinuationSeparator createRContinuationSeparator() { 
    3039         return new R.ContinuationSeparator(); 
    3040     } 
    3041  
    3042     /** 
    3043      * Create an instance of {@link CTSdtDocPart.DocPartCategory } 
    3044      *  
    3045      */ 
    3046     public CTSdtDocPart.DocPartCategory createCTSdtDocPartDocPartCategory() { 
    3047         return new CTSdtDocPart.DocPartCategory(); 
    3048     } 
    3049  
    3050     /** 
    3051      * Create an instance of {@link CTBookmarkRange } 
    3052      *  
    3053      */ 
    3054     public CTBookmarkRange createCTBookmarkRange() { 
    3055         return new CTBookmarkRange(); 
    3056     } 
    3057  
    3058     /** 
    3059      * Create an instance of {@link CTMailMergeDataType } 
    3060      *  
    3061      */ 
    3062     public CTMailMergeDataType createCTMailMergeDataType() { 
    3063         return new CTMailMergeDataType(); 
    3064     } 
    3065  
    3066     /** 
    3067      * Create an instance of {@link Numbering.AbstractNum.Name } 
    3068      *  
    3069      */ 
    3070     public Numbering.AbstractNum.Name createNumberingAbstractNumName() { 
    3071         return new Numbering.AbstractNum.Name(); 
    3072     } 
    3073  
    3074     /** 
    3075      * Create an instance of {@link Br } 
    3076      *  
    3077      */ 
    3078     public Br createBr() { 
    3079         return new Br(); 
    3080     } 
    3081  
    3082     /** 
    3083      * Create an instance of {@link CTColumn } 
    3084      *  
    3085      */ 
    3086     public CTColumn createCTColumn() { 
    3087         return new CTColumn(); 
    3088     } 
    3089  
    3090     /** 
    3091      * Create an instance of {@link R.Separator } 
    3092      *  
    3093      */ 
    3094     public R.Separator createRSeparator() { 
    3095         return new R.Separator(); 
    3096     } 
    3097  
    3098     /** 
    3099      * Create an instance of {@link R.LastRenderedPageBreak } 
    3100      *  
    3101      */ 
    3102     public R.LastRenderedPageBreak createRLastRenderedPageBreak() { 
    3103         return new R.LastRenderedPageBreak(); 
    3104     } 
    3105  
    3106     /** 
    3107      * Create an instance of {@link CTSettings.ListSeparator } 
    3108      *  
    3109      */ 
    3110     public CTSettings.ListSeparator createCTSettingsListSeparator() { 
    3111         return new CTSettings.ListSeparator(); 
    3112     } 
    3113  
    3114     /** 
    3115      * Create an instance of {@link CTTcPr } 
    3116      *  
    3117      */ 
    3118     public CTTcPr createCTTcPr() { 
    3119         return new CTTcPr(); 
    3120     } 
    3121  
    3122     /** 
    3123      * Create an instance of {@link CTRecipientData } 
    3124      *  
    3125      */ 
    3126     public CTRecipientData createCTRecipientData() { 
    3127         return new CTRecipientData(); 
    3128     } 
    3129  
    3130     /** 
    3131      * Create an instance of {@link SdtPr.Picture } 
    3132      *  
    3133      */ 
    3134     public SdtPr.Picture createSdtPrPicture() { 
    3135         return new SdtPr.Picture(); 
    3136     } 
    3137  
    3138     /** 
    3139      * Create an instance of {@link Id } 
    3140      *  
    3141      */ 
    3142     public Id createId() { 
    3143         return new Id(); 
    3144     } 
    3145  
    3146     /** 
    3147      * Create an instance of {@link CTTblPrBase.TblStyleColBandSize } 
    3148      *  
    3149      */ 
    3150     public CTTblPrBase.TblStyleColBandSize createCTTblPrBaseTblStyleColBandSize() { 
    3151         return new CTTblPrBase.TblStyleColBandSize(); 
    3152     } 
    3153  
    3154     /** 
    31553139     * Create an instance of {@link Styles.DocDefaults } 
    31563140     *  
     
    31583142    public Styles.DocDefaults createStylesDocDefaults() { 
    31593143        return new Styles.DocDefaults(); 
     3144    } 
     3145 
     3146    /** 
     3147     * Create an instance of {@link TcPrInner.HMerge } 
     3148     *  
     3149     */ 
     3150    public TcPrInner.HMerge createTcPrInnerHMerge() { 
     3151        return new TcPrInner.HMerge(); 
    31603152    } 
    31613153 
     
    32243216 
    32253217    /** 
     3218     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3219     *  
     3220     */ 
     3221    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "temporary", scope = SdtPr.class) 
     3222    public JAXBElement<BooleanDefaultTrue> createSdtPrTemporary(BooleanDefaultTrue value) { 
     3223        return new JAXBElement<BooleanDefaultTrue>(_SdtPrTemporary_QNAME, BooleanDefaultTrue.class, SdtPr.class, value); 
     3224    } 
     3225 
     3226    /** 
    32263227     * Create an instance of {@link JAXBElement }{@code <}{@link CTLock }{@code >}} 
    32273228     *  
     
    32333234 
    32343235    /** 
    3235      * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
    3236      *  
    3237      */ 
    3238     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "temporary", scope = SdtPr.class) 
    3239     public JAXBElement<BooleanDefaultTrue> createSdtPrTemporary(BooleanDefaultTrue value) { 
    3240         return new JAXBElement<BooleanDefaultTrue>(_SdtPrTemporary_QNAME, BooleanDefaultTrue.class, SdtPr.class, value); 
    3241     } 
    3242  
    3243     /** 
    32443236     * Create an instance of {@link JAXBElement }{@code <}{@link CTSdtComboBox }{@code >}} 
    32453237     *  
     
    35063498     *  
    35073499     */ 
    3508     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTSdtContentCell.class) 
    3509     public JAXBElement<CTMoveBookmark> createCTSdtContentCellMoveFromRangeStart(CTMoveBookmark value) { 
    3510         return new JAXBElement<CTMoveBookmark>(_CTSdtContentCellMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTSdtContentCell.class, value); 
    3511     } 
    3512  
    3513     /** 
    3514      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
    3515      *  
    3516      */ 
    3517     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTSdtContentCell.class) 
    3518     public JAXBElement<CTMarkupRange> createCTSdtContentCellMoveFromRangeEnd(CTMarkupRange value) { 
    3519         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTSdtContentCell.class, value); 
    3520     } 
    3521  
    3522     /** 
    3523      * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
    3524      *  
    3525      */ 
    3526     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "ins", scope = CTSdtContentCell.class) 
    3527     public JAXBElement<RunTrackChange> createCTSdtContentCellIns(RunTrackChange value) { 
    3528         return new JAXBElement<RunTrackChange>(_CTSdtContentCellIns_QNAME, RunTrackChange.class, CTSdtContentCell.class, value); 
    3529     } 
    3530  
    3531     /** 
    3532      * Create an instance of {@link JAXBElement }{@code <}{@link CTSdtCell }{@code >}} 
    3533      *  
    3534      */ 
    3535     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sdt", scope = CTSdtContentCell.class) 
    3536     public JAXBElement<CTSdtCell> createCTSdtContentCellSdt(CTSdtCell value) { 
    3537         return new JAXBElement<CTSdtCell>(_CTSdtContentCellSdt_QNAME, CTSdtCell.class, CTSdtContentCell.class, value); 
    3538     } 
    3539  
    3540     /** 
    3541      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
    3542      *  
    3543      */ 
    3544     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTSdtContentCell.class) 
    3545     public JAXBElement<CTMarkup> createCTSdtContentCellCustomXmlDelRangeEnd(CTMarkup value) { 
    3546         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTSdtContentCell.class, value); 
    3547     } 
    3548  
    3549     /** 
    3550      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
    3551      *  
    3552      */ 
    3553     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTSdtContentCell.class) 
    3554     public JAXBElement<CTMarkupRange> createCTSdtContentCellMoveToRangeEnd(CTMarkupRange value) { 
    3555         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellMoveToRangeEnd_QNAME, CTMarkupRange.class, CTSdtContentCell.class, value); 
    3556     } 
    3557  
    3558     /** 
    3559      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
    3560      *  
    3561      */ 
    3562     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTSdtContentCell.class) 
    3563     public JAXBElement<CTMarkup> createCTSdtContentCellCustomXmlMoveToRangeEnd(CTMarkup value) { 
    3564         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTSdtContentCell.class, value); 
    3565     } 
    3566  
    3567     /** 
    3568      * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
    3569      *  
    3570      */ 
    3571     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTSdtContentCell.class) 
    3572     public JAXBElement<CTTrackChange> createCTSdtContentCellCustomXmlInsRangeStart(CTTrackChange value) { 
    3573         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTSdtContentCell.class, value); 
    3574     } 
    3575  
    3576     /** 
    3577      * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
    3578      *  
    3579      */ 
    3580     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTSdtContentCell.class) 
    3581     public JAXBElement<CTTrackChange> createCTSdtContentCellCustomXmlMoveToRangeStart(CTTrackChange value) { 
    3582         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTSdtContentCell.class, value); 
    3583     } 
    3584  
    3585     /** 
    3586      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
    3587      *  
    3588      */ 
    3589     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTSdtContentCell.class) 
    3590     public JAXBElement<CTMarkup> createCTSdtContentCellCustomXmlInsRangeEnd(CTMarkup value) { 
    3591         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTSdtContentCell.class, value); 
    3592     } 
    3593  
    3594     /** 
    3595      * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 
    3596      *  
    3597      */ 
    3598     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTSdtContentCell.class) 
    3599     public JAXBElement<RangePermissionStart> createCTSdtContentCellPermStart(RangePermissionStart value) { 
    3600         return new JAXBElement<RangePermissionStart>(_CTSdtContentCellPermStart_QNAME, RangePermissionStart.class, CTSdtContentCell.class, value); 
    3601     } 
    3602  
    3603     /** 
    3604      * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
    3605      *  
    3606      */ 
    3607     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTSdtContentCell.class) 
    3608     public JAXBElement<CTMoveBookmark> createCTSdtContentCellMoveToRangeStart(CTMoveBookmark value) { 
    3609         return new JAXBElement<CTMoveBookmark>(_CTSdtContentCellMoveToRangeStart_QNAME, CTMoveBookmark.class, CTSdtContentCell.class, value); 
    3610     } 
    3611  
    3612     /** 
    3613      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
    3614      *  
    3615      */ 
    3616     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeEnd", scope = CTSdtContentCell.class) 
    3617     public JAXBElement<CTMarkupRange> createCTSdtContentCellCommentRangeEnd(CTMarkupRange value) { 
    3618         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellCommentRangeEnd_QNAME, CTMarkupRange.class, CTSdtContentCell.class, value); 
    3619     } 
    3620  
    3621     /** 
    3622      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
    3623      *  
    3624      */ 
    3625     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTSdtContentCell.class) 
    3626     public JAXBElement<CTMarkupRange> createCTSdtContentCellBookmarkEnd(CTMarkupRange value) { 
    3627         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellBookmarkEnd_QNAME, CTMarkupRange.class, CTSdtContentCell.class, value); 
    3628     } 
    3629  
    3630     /** 
    3631      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
    3632      *  
    3633      */ 
    3634     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTSdtContentCell.class) 
    3635     public JAXBElement<CTMarkup> createCTSdtContentCellCustomXmlMoveFromRangeEnd(CTMarkup value) { 
    3636         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTSdtContentCell.class, value); 
    3637     } 
    3638  
    3639     /** 
    3640      * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
    3641      *  
    3642      */ 
    3643     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTSdtContentCell.class) 
    3644     public JAXBElement<RunTrackChange> createCTSdtContentCellMoveFrom(RunTrackChange value) { 
    3645         return new JAXBElement<RunTrackChange>(_CTSdtContentCellMoveFrom_QNAME, RunTrackChange.class, CTSdtContentCell.class, value); 
    3646     } 
    3647  
    3648     /** 
    3649      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
    3650      *  
    3651      */ 
    3652     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeStart", scope = CTSdtContentCell.class) 
    3653     public JAXBElement<CTMarkupRange> createCTSdtContentCellCommentRangeStart(CTMarkupRange value) { 
    3654         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellCommentRangeStart_QNAME, CTMarkupRange.class, CTSdtContentCell.class, value); 
    3655     } 
    3656  
    3657     /** 
    3658      * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
    3659      *  
    3660      */ 
    3661     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTSdtContentCell.class) 
    3662     public JAXBElement<CTTrackChange> createCTSdtContentCellCustomXmlMoveFromRangeStart(CTTrackChange value) { 
    3663         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTSdtContentCell.class, value); 
    3664     } 
    3665  
    3666     /** 
    3667      * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
    3668      *  
    3669      */ 
    3670     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTSdtContentCell.class) 
    3671     public JAXBElement<CTTrackChange> createCTSdtContentCellCustomXmlDelRangeStart(CTTrackChange value) { 
    3672         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTSdtContentCell.class, value); 
    3673     } 
    3674  
    3675     /** 
    3676      * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 
    3677      *  
    3678      */ 
    3679     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTSdtContentCell.class) 
    3680     public JAXBElement<CTPerm> createCTSdtContentCellPermEnd(CTPerm value) { 
    3681         return new JAXBElement<CTPerm>(_CTSdtContentCellPermEnd_QNAME, CTPerm.class, CTSdtContentCell.class, value); 
    3682     } 
    3683  
    3684     /** 
    3685      * Create an instance of {@link JAXBElement }{@code <}{@link CTTc }{@code >}} 
    3686      *  
    3687      */ 
    3688     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tc", scope = CTSdtContentCell.class) 
    3689     public JAXBElement<CTTc> createCTSdtContentCellTc(CTTc value) { 
    3690         return new JAXBElement<CTTc>(_CTSdtContentCellTc_QNAME, CTTc.class, CTSdtContentCell.class, value); 
    3691     } 
    3692  
    3693     /** 
    3694      * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
    3695      *  
    3696      */ 
    3697     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "del", scope = CTSdtContentCell.class) 
    3698     public JAXBElement<RunTrackChange> createCTSdtContentCellDel(RunTrackChange value) { 
    3699         return new JAXBElement<RunTrackChange>(_CTSdtContentCellDel_QNAME, RunTrackChange.class, CTSdtContentCell.class, value); 
    3700     } 
    3701  
    3702     /** 
    3703      * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlCell }{@code >}} 
    3704      *  
    3705      */ 
    3706     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = CTSdtContentCell.class) 
    3707     public JAXBElement<CTCustomXmlCell> createCTSdtContentCellCustomXml(CTCustomXmlCell value) { 
    3708         return new JAXBElement<CTCustomXmlCell>(_CTSdtContentCellCustomXml_QNAME, CTCustomXmlCell.class, CTSdtContentCell.class, value); 
    3709     } 
    3710  
    3711     /** 
    3712      * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 
    3713      *  
    3714      */ 
    3715     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTSdtContentCell.class) 
    3716     public JAXBElement<CTBookmark> createCTSdtContentCellBookmarkStart(CTBookmark value) { 
    3717         return new JAXBElement<CTBookmark>(_CTSdtContentCellBookmarkStart_QNAME, CTBookmark.class, CTSdtContentCell.class, value); 
    3718     } 
    3719  
    3720     /** 
    3721      * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
    3722      *  
    3723      */ 
    3724     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTSdtContentCell.class) 
    3725     public JAXBElement<RunTrackChange> createCTSdtContentCellMoveTo(RunTrackChange value) { 
    3726         return new JAXBElement<RunTrackChange>(_CTSdtContentCellMoveTo_QNAME, RunTrackChange.class, CTSdtContentCell.class, value); 
    3727     } 
    3728  
    3729     /** 
    3730      * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
    3731      *  
    3732      */ 
    37333500    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTHdrFtr.class) 
    37343501    public JAXBElement<CTMoveBookmark> createCTHdrFtrMoveFromRangeStart(CTMoveBookmark value) { 
    3735         return new JAXBElement<CTMoveBookmark>(_CTSdtContentCellMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTHdrFtr.class, value); 
    3736     } 
    3737  
    3738     /** 
    3739      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
    3740      *  
    3741      */ 
    3742     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTHdrFtr.class) 
    3743     public JAXBElement<CTMarkupRange> createCTHdrFtrMoveFromRangeEnd(CTMarkupRange value) { 
    3744         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTHdrFtr.class, value); 
     3502        return new JAXBElement<CTMoveBookmark>(_CTHdrFtrMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTHdrFtr.class, value); 
    37453503    } 
    37463504 
     
    37553513 
    37563514    /** 
     3515     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     3516     *  
     3517     */ 
     3518    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTHdrFtr.class) 
     3519    public JAXBElement<CTMarkupRange> createCTHdrFtrMoveFromRangeEnd(CTMarkupRange value) { 
     3520        return new JAXBElement<CTMarkupRange>(_CTHdrFtrMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTHdrFtr.class, value); 
     3521    } 
     3522 
     3523    /** 
    37573524     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
    37583525     *  
     
    37603527    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "ins", scope = CTHdrFtr.class) 
    37613528    public JAXBElement<RunTrackChange> createCTHdrFtrIns(RunTrackChange value) { 
    3762         return new JAXBElement<RunTrackChange>(_CTSdtContentCellIns_QNAME, RunTrackChange.class, CTHdrFtr.class, value); 
     3529        return new JAXBElement<RunTrackChange>(_CTHdrFtrIns_QNAME, RunTrackChange.class, CTHdrFtr.class, value); 
    37633530    } 
    37643531 
     
    37693536    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTHdrFtr.class) 
    37703537    public JAXBElement<CTMarkupRange> createCTHdrFtrMoveToRangeEnd(CTMarkupRange value) { 
    3771         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellMoveToRangeEnd_QNAME, CTMarkupRange.class, CTHdrFtr.class, value); 
     3538        return new JAXBElement<CTMarkupRange>(_CTHdrFtrMoveToRangeEnd_QNAME, CTMarkupRange.class, CTHdrFtr.class, value); 
    37723539    } 
    37733540 
     
    37783545    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTHdrFtr.class) 
    37793546    public JAXBElement<CTMarkup> createCTHdrFtrCustomXmlDelRangeEnd(CTMarkup value) { 
    3780         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTHdrFtr.class, value); 
     3547        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTHdrFtr.class, value); 
    37813548    } 
    37823549 
     
    37873554    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTHdrFtr.class) 
    37883555    public JAXBElement<CTMarkup> createCTHdrFtrCustomXmlMoveToRangeEnd(CTMarkup value) { 
    3789         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTHdrFtr.class, value); 
     3556        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTHdrFtr.class, value); 
    37903557    } 
    37913558 
     
    37963563    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTHdrFtr.class) 
    37973564    public JAXBElement<CTTrackChange> createCTHdrFtrCustomXmlInsRangeStart(CTTrackChange value) { 
    3798         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTHdrFtr.class, value); 
     3565        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTHdrFtr.class, value); 
    37993566    } 
    38003567 
     
    38053572    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTHdrFtr.class) 
    38063573    public JAXBElement<CTTrackChange> createCTHdrFtrCustomXmlMoveToRangeStart(CTTrackChange value) { 
    3807         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTHdrFtr.class, value); 
     3574        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTHdrFtr.class, value); 
    38083575    } 
    38093576 
     
    38143581    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTHdrFtr.class) 
    38153582    public JAXBElement<CTMarkup> createCTHdrFtrCustomXmlInsRangeEnd(CTMarkup value) { 
    3816         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTHdrFtr.class, value); 
     3583        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTHdrFtr.class, value); 
    38173584    } 
    38183585 
     
    38233590    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTHdrFtr.class) 
    38243591    public JAXBElement<RangePermissionStart> createCTHdrFtrPermStart(RangePermissionStart value) { 
    3825         return new JAXBElement<RangePermissionStart>(_CTSdtContentCellPermStart_QNAME, RangePermissionStart.class, CTHdrFtr.class, value); 
     3592        return new JAXBElement<RangePermissionStart>(_CTHdrFtrPermStart_QNAME, RangePermissionStart.class, CTHdrFtr.class, value); 
    38263593    } 
    38273594 
     
    38323599    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeEnd", scope = CTHdrFtr.class) 
    38333600    public JAXBElement<CTMarkupRange> createCTHdrFtrCommentRangeEnd(CTMarkupRange value) { 
    3834         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellCommentRangeEnd_QNAME, CTMarkupRange.class, CTHdrFtr.class, value); 
     3601        return new JAXBElement<CTMarkupRange>(_CTHdrFtrCommentRangeEnd_QNAME, CTMarkupRange.class, CTHdrFtr.class, value); 
    38353602    } 
    38363603 
     
    38413608    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTHdrFtr.class) 
    38423609    public JAXBElement<CTMoveBookmark> createCTHdrFtrMoveToRangeStart(CTMoveBookmark value) { 
    3843         return new JAXBElement<CTMoveBookmark>(_CTSdtContentCellMoveToRangeStart_QNAME, CTMoveBookmark.class, CTHdrFtr.class, value); 
     3610        return new JAXBElement<CTMoveBookmark>(_CTHdrFtrMoveToRangeStart_QNAME, CTMoveBookmark.class, CTHdrFtr.class, value); 
    38443611    } 
    38453612 
     
    38503617    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTHdrFtr.class) 
    38513618    public JAXBElement<CTMarkupRange> createCTHdrFtrBookmarkEnd(CTMarkupRange value) { 
    3852         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellBookmarkEnd_QNAME, CTMarkupRange.class, CTHdrFtr.class, value); 
     3619        return new JAXBElement<CTMarkupRange>(_CTHdrFtrBookmarkEnd_QNAME, CTMarkupRange.class, CTHdrFtr.class, value); 
    38533620    } 
    38543621 
     
    38593626    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTHdrFtr.class) 
    38603627    public JAXBElement<CTMarkup> createCTHdrFtrCustomXmlMoveFromRangeEnd(CTMarkup value) { 
    3861         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTHdrFtr.class, value); 
     3628        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTHdrFtr.class, value); 
    38623629    } 
    38633630 
     
    38683635    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeStart", scope = CTHdrFtr.class) 
    38693636    public JAXBElement<CTMarkupRange> createCTHdrFtrCommentRangeStart(CTMarkupRange value) { 
    3870         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellCommentRangeStart_QNAME, CTMarkupRange.class, CTHdrFtr.class, value); 
     3637        return new JAXBElement<CTMarkupRange>(_CTHdrFtrCommentRangeStart_QNAME, CTMarkupRange.class, CTHdrFtr.class, value); 
    38713638    } 
    38723639 
     
    38773644    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTHdrFtr.class) 
    38783645    public JAXBElement<RunTrackChange> createCTHdrFtrMoveFrom(RunTrackChange value) { 
    3879         return new JAXBElement<RunTrackChange>(_CTSdtContentCellMoveFrom_QNAME, RunTrackChange.class, CTHdrFtr.class, value); 
     3646        return new JAXBElement<RunTrackChange>(_CTHdrFtrMoveFrom_QNAME, RunTrackChange.class, CTHdrFtr.class, value); 
    38803647    } 
    38813648 
     
    38863653    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTHdrFtr.class) 
    38873654    public JAXBElement<CTTrackChange> createCTHdrFtrCustomXmlMoveFromRangeStart(CTTrackChange value) { 
    3888         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTHdrFtr.class, value); 
     3655        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTHdrFtr.class, value); 
    38893656    } 
    38903657 
     
    38953662    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTHdrFtr.class) 
    38963663    public JAXBElement<CTTrackChange> createCTHdrFtrCustomXmlDelRangeStart(CTTrackChange value) { 
    3897         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTHdrFtr.class, value); 
     3664        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTHdrFtr.class, value); 
    38983665    } 
    38993666 
     
    39133680    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTHdrFtr.class) 
    39143681    public JAXBElement<CTPerm> createCTHdrFtrPermEnd(CTPerm value) { 
    3915         return new JAXBElement<CTPerm>(_CTSdtContentCellPermEnd_QNAME, CTPerm.class, CTHdrFtr.class, value); 
     3682        return new JAXBElement<CTPerm>(_CTHdrFtrPermEnd_QNAME, CTPerm.class, CTHdrFtr.class, value); 
    39163683    } 
    39173684 
     
    39223689    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "del", scope = CTHdrFtr.class) 
    39233690    public JAXBElement<RunTrackChange> createCTHdrFtrDel(RunTrackChange value) { 
    3924         return new JAXBElement<RunTrackChange>(_CTSdtContentCellDel_QNAME, RunTrackChange.class, CTHdrFtr.class, value); 
     3691        return new JAXBElement<RunTrackChange>(_CTHdrFtrDel_QNAME, RunTrackChange.class, CTHdrFtr.class, value); 
    39253692    } 
    39263693 
     
    39313698    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = CTHdrFtr.class) 
    39323699    public JAXBElement<CTCustomXmlBlock> createCTHdrFtrCustomXml(CTCustomXmlBlock value) { 
    3933         return new JAXBElement<CTCustomXmlBlock>(_CTSdtContentCellCustomXml_QNAME, CTCustomXmlBlock.class, CTHdrFtr.class, value); 
     3700        return new JAXBElement<CTCustomXmlBlock>(_CTHdrFtrCustomXml_QNAME, CTCustomXmlBlock.class, CTHdrFtr.class, value); 
    39343701    } 
    39353702 
     
    39403707    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTHdrFtr.class) 
    39413708    public JAXBElement<CTBookmark> createCTHdrFtrBookmarkStart(CTBookmark value) { 
    3942         return new JAXBElement<CTBookmark>(_CTSdtContentCellBookmarkStart_QNAME, CTBookmark.class, CTHdrFtr.class, value); 
     3709        return new JAXBElement<CTBookmark>(_CTHdrFtrBookmarkStart_QNAME, CTBookmark.class, CTHdrFtr.class, value); 
    39433710    } 
    39443711 
     
    39493716    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTHdrFtr.class) 
    39503717    public JAXBElement<RunTrackChange> createCTHdrFtrMoveTo(RunTrackChange value) { 
    3951         return new JAXBElement<RunTrackChange>(_CTSdtContentCellMoveTo_QNAME, RunTrackChange.class, CTHdrFtr.class, value); 
     3718        return new JAXBElement<RunTrackChange>(_CTHdrFtrMoveTo_QNAME, RunTrackChange.class, CTHdrFtr.class, value); 
     3719    } 
     3720 
     3721    /** 
     3722     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3723     *  
     3724     */ 
     3725    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "rtl", scope = CTRPrChange.RPr.class) 
     3726    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrRtl(BooleanDefaultTrue value) { 
     3727        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrRtl_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3728    } 
     3729 
     3730    /** 
     3731     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3732     *  
     3733     */ 
     3734    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "b", scope = CTRPrChange.RPr.class) 
     3735    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrB(BooleanDefaultTrue value) { 
     3736        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrB_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3737    } 
     3738 
     3739    /** 
     3740     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3741     *  
     3742     */ 
     3743    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "snapToGrid", scope = CTRPrChange.RPr.class) 
     3744    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrSnapToGrid(BooleanDefaultTrue value) { 
     3745        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrSnapToGrid_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3746    } 
     3747 
     3748    /** 
     3749     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3750     *  
     3751     */ 
     3752    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "dstrike", scope = CTRPrChange.RPr.class) 
     3753    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrDstrike(BooleanDefaultTrue value) { 
     3754        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrDstrike_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3755    } 
     3756 
     3757    /** 
     3758     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3759     *  
     3760     */ 
     3761    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "cs", scope = CTRPrChange.RPr.class) 
     3762    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrCs(BooleanDefaultTrue value) { 
     3763        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrCs_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3764    } 
     3765 
     3766    /** 
     3767     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3768     *  
     3769     */ 
     3770    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "iCs", scope = CTRPrChange.RPr.class) 
     3771    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrICs(BooleanDefaultTrue value) { 
     3772        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrICs_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3773    } 
     3774 
     3775    /** 
     3776     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3777     *  
     3778     */ 
     3779    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "i", scope = CTRPrChange.RPr.class) 
     3780    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrI(BooleanDefaultTrue value) { 
     3781        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrI_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3782    } 
     3783 
     3784    /** 
     3785     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3786     *  
     3787     */ 
     3788    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "noProof", scope = CTRPrChange.RPr.class) 
     3789    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrNoProof(BooleanDefaultTrue value) { 
     3790        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrNoProof_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3791    } 
     3792 
     3793    /** 
     3794     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3795     *  
     3796     */ 
     3797    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "oMath", scope = CTRPrChange.RPr.class) 
     3798    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrOMath(BooleanDefaultTrue value) { 
     3799        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrOMath_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3800    } 
     3801 
     3802    /** 
     3803     * Create an instance of {@link JAXBElement }{@code <}{@link CTVerticalAlignRun }{@code >}} 
     3804     *  
     3805     */ 
     3806    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "vertAlign", scope = CTRPrChange.RPr.class) 
     3807    public JAXBElement<CTVerticalAlignRun> createCTRPrChangeRPrVertAlign(CTVerticalAlignRun value) { 
     3808        return new JAXBElement<CTVerticalAlignRun>(_CTRPrChangeRPrVertAlign_QNAME, CTVerticalAlignRun.class, CTRPrChange.RPr.class, value); 
     3809    } 
     3810 
     3811    /** 
     3812     * Create an instance of {@link JAXBElement }{@code <}{@link CTTextScale }{@code >}} 
     3813     *  
     3814     */ 
     3815    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "w", scope = CTRPrChange.RPr.class) 
     3816    public JAXBElement<CTTextScale> createCTRPrChangeRPrW(CTTextScale value) { 
     3817        return new JAXBElement<CTTextScale>(_CTRPrChangeRPrW_QNAME, CTTextScale.class, CTRPrChange.RPr.class, value); 
     3818    } 
     3819 
     3820    /** 
     3821     * Create an instance of {@link JAXBElement }{@code <}{@link CTTextEffect }{@code >}} 
     3822     *  
     3823     */ 
     3824    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "effect", scope = CTRPrChange.RPr.class) 
     3825    public JAXBElement<CTTextEffect> createCTRPrChangeRPrEffect(CTTextEffect value) { 
     3826        return new JAXBElement<CTTextEffect>(_CTRPrChangeRPrEffect_QNAME, CTTextEffect.class, CTRPrChange.RPr.class, value); 
     3827    } 
     3828 
     3829    /** 
     3830     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3831     *  
     3832     */ 
     3833    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "caps", scope = CTRPrChange.RPr.class) 
     3834    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrCaps(BooleanDefaultTrue value) { 
     3835        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrCaps_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3836    } 
     3837 
     3838    /** 
     3839     * Create an instance of {@link JAXBElement }{@code <}{@link CTEm }{@code >}} 
     3840     *  
     3841     */ 
     3842    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "em", scope = CTRPrChange.RPr.class) 
     3843    public JAXBElement<CTEm> createCTRPrChangeRPrEm(CTEm value) { 
     3844        return new JAXBElement<CTEm>(_CTRPrChangeRPrEm_QNAME, CTEm.class, CTRPrChange.RPr.class, value); 
     3845    } 
     3846 
     3847    /** 
     3848     * Create an instance of {@link JAXBElement }{@code <}{@link CTSignedHpsMeasure }{@code >}} 
     3849     *  
     3850     */ 
     3851    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "position", scope = CTRPrChange.RPr.class) 
     3852    public JAXBElement<CTSignedHpsMeasure> createCTRPrChangeRPrPosition(CTSignedHpsMeasure value) { 
     3853        return new JAXBElement<CTSignedHpsMeasure>(_CTRPrChangeRPrPosition_QNAME, CTSignedHpsMeasure.class, CTRPrChange.RPr.class, value); 
     3854    } 
     3855 
     3856    /** 
     3857     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3858     *  
     3859     */ 
     3860    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "webHidden", scope = CTRPrChange.RPr.class) 
     3861    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrWebHidden(BooleanDefaultTrue value) { 
     3862        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrWebHidden_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3863    } 
     3864 
     3865    /** 
     3866     * Create an instance of {@link JAXBElement }{@code <}{@link CTShd }{@code >}} 
     3867     *  
     3868     */ 
     3869    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "shd", scope = CTRPrChange.RPr.class) 
     3870    public JAXBElement<CTShd> createCTRPrChangeRPrShd(CTShd value) { 
     3871        return new JAXBElement<CTShd>(_CTRPrChangeRPrShd_QNAME, CTShd.class, CTRPrChange.RPr.class, value); 
     3872    } 
     3873 
     3874    /** 
     3875     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3876     *  
     3877     */ 
     3878    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "smallCaps", scope = CTRPrChange.RPr.class) 
     3879    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrSmallCaps(BooleanDefaultTrue value) { 
     3880        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrSmallCaps_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3881    } 
     3882 
     3883    /** 
     3884     * Create an instance of {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >}} 
     3885     *  
     3886     */ 
     3887    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "szCs", scope = CTRPrChange.RPr.class) 
     3888    public JAXBElement<HpsMeasure> createCTRPrChangeRPrSzCs(HpsMeasure value) { 
     3889        return new JAXBElement<HpsMeasure>(_CTRPrChangeRPrSzCs_QNAME, HpsMeasure.class, CTRPrChange.RPr.class, value); 
     3890    } 
     3891 
     3892    /** 
     3893     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3894     *  
     3895     */ 
     3896    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "specVanish", scope = CTRPrChange.RPr.class) 
     3897    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrSpecVanish(BooleanDefaultTrue value) { 
     3898        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrSpecVanish_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3899    } 
     3900 
     3901    /** 
     3902     * Create an instance of {@link JAXBElement }{@code <}{@link CTSignedTwipsMeasure }{@code >}} 
     3903     *  
     3904     */ 
     3905    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "spacing", scope = CTRPrChange.RPr.class) 
     3906    public JAXBElement<CTSignedTwipsMeasure> createCTRPrChangeRPrSpacing(CTSignedTwipsMeasure value) { 
     3907        return new JAXBElement<CTSignedTwipsMeasure>(_CTRPrChangeRPrSpacing_QNAME, CTSignedTwipsMeasure.class, CTRPrChange.RPr.class, value); 
     3908    } 
     3909 
     3910    /** 
     3911     * Create an instance of {@link JAXBElement }{@code <}{@link CTEastAsianLayout }{@code >}} 
     3912     *  
     3913     */ 
     3914    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "eastAsianLayout", scope = CTRPrChange.RPr.class) 
     3915    public JAXBElement<CTEastAsianLayout> createCTRPrChangeRPrEastAsianLayout(CTEastAsianLayout value) { 
     3916        return new JAXBElement<CTEastAsianLayout>(_CTRPrChangeRPrEastAsianLayout_QNAME, CTEastAsianLayout.class, CTRPrChange.RPr.class, value); 
     3917    } 
     3918 
     3919    /** 
     3920     * Create an instance of {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >}} 
     3921     *  
     3922     */ 
     3923    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "kern", scope = CTRPrChange.RPr.class) 
     3924    public JAXBElement<HpsMeasure> createCTRPrChangeRPrKern(HpsMeasure value) { 
     3925        return new JAXBElement<HpsMeasure>(_CTRPrChangeRPrKern_QNAME, HpsMeasure.class, CTRPrChange.RPr.class, value); 
     3926    } 
     3927 
     3928    /** 
     3929     * Create an instance of {@link JAXBElement }{@code <}{@link CTFitText }{@code >}} 
     3930     *  
     3931     */ 
     3932    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "fitText", scope = CTRPrChange.RPr.class) 
     3933    public JAXBElement<CTFitText> createCTRPrChangeRPrFitText(CTFitText value) { 
     3934        return new JAXBElement<CTFitText>(_CTRPrChangeRPrFitText_QNAME, CTFitText.class, CTRPrChange.RPr.class, value); 
     3935    } 
     3936 
     3937    /** 
     3938     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3939     *  
     3940     */ 
     3941    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "vanish", scope = CTRPrChange.RPr.class) 
     3942    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrVanish(BooleanDefaultTrue value) { 
     3943        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrVanish_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3944    } 
     3945 
     3946    /** 
     3947     * Create an instance of {@link JAXBElement }{@code <}{@link CTLanguage }{@code >}} 
     3948     *  
     3949     */ 
     3950    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "lang", scope = CTRPrChange.RPr.class) 
     3951    public JAXBElement<CTLanguage> createCTRPrChangeRPrLang(CTLanguage value) { 
     3952        return new JAXBElement<CTLanguage>(_CTRPrChangeRPrLang_QNAME, CTLanguage.class, CTRPrChange.RPr.class, value); 
     3953    } 
     3954 
     3955    /** 
     3956     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3957     *  
     3958     */ 
     3959    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "outline", scope = CTRPrChange.RPr.class) 
     3960    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrOutline(BooleanDefaultTrue value) { 
     3961        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrOutline_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3962    } 
     3963 
     3964    /** 
     3965     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3966     *  
     3967     */ 
     3968    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bCs", scope = CTRPrChange.RPr.class) 
     3969    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrBCs(BooleanDefaultTrue value) { 
     3970        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrBCs_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3971    } 
     3972 
     3973    /** 
     3974     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3975     *  
     3976     */ 
     3977    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "strike", scope = CTRPrChange.RPr.class) 
     3978    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrStrike(BooleanDefaultTrue value) { 
     3979        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrStrike_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3980    } 
     3981 
     3982    /** 
     3983     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3984     *  
     3985     */ 
     3986    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "shadow", scope = CTRPrChange.RPr.class) 
     3987    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrShadow(BooleanDefaultTrue value) { 
     3988        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrShadow_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3989    } 
     3990 
     3991    /** 
     3992     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3993     *  
     3994     */ 
     3995    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "imprint", scope = CTRPrChange.RPr.class) 
     3996    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrImprint(BooleanDefaultTrue value) { 
     3997        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrImprint_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3998    } 
     3999 
     4000    /** 
     4001     * Create an instance of {@link JAXBElement }{@code <}{@link CTBorder }{@code >}} 
     4002     *  
     4003     */ 
     4004    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bdr", scope = CTRPrChange.RPr.class) 
     4005    public JAXBElement<CTBorder> createCTRPrChangeRPrBdr(CTBorder value) { 
     4006        return new JAXBElement<CTBorder>(_CTRPrChangeRPrBdr_QNAME, CTBorder.class, CTRPrChange.RPr.class, value); 
     4007    } 
     4008 
     4009    /** 
     4010     * Create an instance of {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >}} 
     4011     *  
     4012     */ 
     4013    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sz", scope = CTRPrChange.RPr.class) 
     4014    public JAXBElement<HpsMeasure> createCTRPrChangeRPrSz(HpsMeasure value) { 
     4015        return new JAXBElement<HpsMeasure>(_CTRPrChangeRPrSz_QNAME, HpsMeasure.class, CTRPrChange.RPr.class, value); 
     4016    } 
     4017 
     4018    /** 
     4019     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     4020     *  
     4021     */ 
     4022    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "emboss", scope = CTRPrChange.RPr.class) 
     4023    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrEmboss(BooleanDefaultTrue value) { 
     4024        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrEmboss_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     4025    } 
     4026 
     4027    /** 
     4028     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     4029     *  
     4030     */ 
     4031    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTSdtContentRow.class) 
     4032    public JAXBElement<CTMoveBookmark> createCTSdtContentRowMoveFromRangeStart(CTMoveBookmark value) { 
     4033        return new JAXBElement<CTMoveBookmark>(_CTHdrFtrMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTSdtContentRow.class, value); 
     4034    } 
     4035 
     4036    /** 
     4037     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     4038     *  
     4039     */ 
     4040    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTSdtContentRow.class) 
     4041    public JAXBElement<RunTrackChange> createCTSdtContentRowMoveFrom(RunTrackChange value) { 
     4042        return new JAXBElement<RunTrackChange>(_CTHdrFtrMoveFrom_QNAME, RunTrackChange.class, CTSdtContentRow.class, value); 
     4043    } 
     4044 
     4045    /** 
     4046     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     4047     *  
     4048     */ 
     4049    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeStart", scope = CTSdtContentRow.class) 
     4050    public JAXBElement<CTMarkupRange> createCTSdtContentRowCommentRangeStart(CTMarkupRange value) { 
     4051        return new JAXBElement<CTMarkupRange>(_CTHdrFtrCommentRangeStart_QNAME, CTMarkupRange.class, CTSdtContentRow.class, value); 
     4052    } 
     4053 
     4054    /** 
     4055     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     4056     *  
     4057     */ 
     4058    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTSdtContentRow.class) 
     4059    public JAXBElement<CTMarkupRange> createCTSdtContentRowMoveFromRangeEnd(CTMarkupRange value) { 
     4060        return new JAXBElement<CTMarkupRange>(_CTHdrFtrMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTSdtContentRow.class, value); 
     4061    } 
     4062 
     4063    /** 
     4064     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4065     *  
     4066     */ 
     4067    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTSdtContentRow.class) 
     4068    public JAXBElement<CTTrackChange> createCTSdtContentRowCustomXmlMoveFromRangeStart(CTTrackChange value) { 
     4069        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTSdtContentRow.class, value); 
     4070    } 
     4071 
     4072    /** 
     4073     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     4074     *  
     4075     */ 
     4076    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "ins", scope = CTSdtContentRow.class) 
     4077    public JAXBElement<RunTrackChange> createCTSdtContentRowIns(RunTrackChange value) { 
     4078        return new JAXBElement<RunTrackChange>(_CTHdrFtrIns_QNAME, RunTrackChange.class, CTSdtContentRow.class, value); 
     4079    } 
     4080 
     4081    /** 
     4082     * Create an instance of {@link JAXBElement }{@code <}{@link CTSdtRow }{@code >}} 
     4083     *  
     4084     */ 
     4085    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sdt", scope = CTSdtContentRow.class) 
     4086    public JAXBElement<CTSdtRow> createCTSdtContentRowSdt(CTSdtRow value) { 
     4087        return new JAXBElement<CTSdtRow>(_CTSdtContentRowSdt_QNAME, CTSdtRow.class, CTSdtContentRow.class, value); 
     4088    } 
     4089 
     4090    /** 
     4091     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4092     *  
     4093     */ 
     4094    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTSdtContentRow.class) 
     4095    public JAXBElement<CTTrackChange> createCTSdtContentRowCustomXmlDelRangeStart(CTTrackChange value) { 
     4096        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTSdtContentRow.class, value); 
     4097    } 
     4098 
     4099    /** 
     4100     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     4101     *  
     4102     */ 
     4103    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTSdtContentRow.class) 
     4104    public JAXBElement<CTMarkupRange> createCTSdtContentRowMoveToRangeEnd(CTMarkupRange value) { 
     4105        return new JAXBElement<CTMarkupRange>(_CTHdrFtrMoveToRangeEnd_QNAME, CTMarkupRange.class, CTSdtContentRow.class, value); 
     4106    } 
     4107 
     4108    /** 
     4109     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4110     *  
     4111     */ 
     4112    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTSdtContentRow.class) 
     4113    public JAXBElement<CTMarkup> createCTSdtContentRowCustomXmlDelRangeEnd(CTMarkup value) { 
     4114        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTSdtContentRow.class, value); 
     4115    } 
     4116 
     4117    /** 
     4118     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4119     *  
     4120     */ 
     4121    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTSdtContentRow.class) 
     4122    public JAXBElement<CTMarkup> createCTSdtContentRowCustomXmlMoveToRangeEnd(CTMarkup value) { 
     4123        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTSdtContentRow.class, value); 
     4124    } 
     4125 
     4126    /** 
     4127     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4128     *  
     4129     */ 
     4130    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTSdtContentRow.class) 
     4131    public JAXBElement<CTTrackChange> createCTSdtContentRowCustomXmlInsRangeStart(CTTrackChange value) { 
     4132        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTSdtContentRow.class, value); 
     4133    } 
     4134 
     4135    /** 
     4136     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4137     *  
     4138     */ 
     4139    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTSdtContentRow.class) 
     4140    public JAXBElement<CTTrackChange> createCTSdtContentRowCustomXmlMoveToRangeStart(CTTrackChange value) { 
     4141        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTSdtContentRow.class, value); 
     4142    } 
     4143 
     4144    /** 
     4145     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4146     *  
     4147     */ 
     4148    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTSdtContentRow.class) 
     4149    public JAXBElement<CTMarkup> createCTSdtContentRowCustomXmlInsRangeEnd(CTMarkup value) { 
     4150        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTSdtContentRow.class, value); 
     4151    } 
     4152 
     4153    /** 
     4154     * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 
     4155     *  
     4156     */ 
     4157    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTSdtContentRow.class) 
     4158    public JAXBElement<CTPerm> createCTSdtContentRowPermEnd(CTPerm value) { 
     4159        return new JAXBElement<CTPerm>(_CTHdrFtrPermEnd_QNAME, CTPerm.class, CTSdtContentRow.class, value); 
     4160    } 
     4161 
     4162    /** 
     4163     * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 
     4164     *  
     4165     */ 
     4166    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTSdtContentRow.class) 
     4167    public JAXBElement<RangePermissionStart> createCTSdtContentRowPermStart(RangePermissionStart value) { 
     4168        return new JAXBElement<RangePermissionStart>(_CTHdrFtrPermStart_QNAME, RangePermissionStart.class, CTSdtContentRow.class, value); 
     4169    } 
     4170 
     4171    /** 
     4172     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     4173     *  
     4174     */ 
     4175    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTSdtContentRow.class) 
     4176    public JAXBElement<CTMoveBookmark> createCTSdtContentRowMoveToRangeStart(CTMoveBookmark value) { 
     4177        return new JAXBElement<CTMoveBookmark>(_CTHdrFtrMoveToRangeStart_QNAME, CTMoveBookmark.class, CTSdtContentRow.class, value); 
     4178    } 
     4179 
     4180    /** 
     4181     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     4182     *  
     4183     */ 
     4184    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeEnd", scope = CTSdtContentRow.class) 
     4185    public JAXBElement<CTMarkupRange> createCTSdtContentRowCommentRangeEnd(CTMarkupRange value) { 
     4186        return new JAXBElement<CTMarkupRange>(_CTHdrFtrCommentRangeEnd_QNAME, CTMarkupRange.class, CTSdtContentRow.class, value); 
     4187    } 
     4188 
     4189    /** 
     4190     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     4191     *  
     4192     */ 
     4193    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTSdtContentRow.class) 
     4194    public JAXBElement<CTMarkupRange> createCTSdtContentRowBookmarkEnd(CTMarkupRange value) { 
     4195        return new JAXBElement<CTMarkupRange>(_CTHdrFtrBookmarkEnd_QNAME, CTMarkupRange.class, CTSdtContentRow.class, value); 
     4196    } 
     4197 
     4198    /** 
     4199     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     4200     *  
     4201     */ 
     4202    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "del", scope = CTSdtContentRow.class) 
     4203    public JAXBElement<RunTrackChange> createCTSdtContentRowDel(RunTrackChange value) { 
     4204        return new JAXBElement<RunTrackChange>(_CTHdrFtrDel_QNAME, RunTrackChange.class, CTSdtContentRow.class, value); 
     4205    } 
     4206 
     4207    /** 
     4208     * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlRow }{@code >}} 
     4209     *  
     4210     */ 
     4211    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = CTSdtContentRow.class) 
     4212    public JAXBElement<CTCustomXmlRow> createCTSdtContentRowCustomXml(CTCustomXmlRow value) { 
     4213        return new JAXBElement<CTCustomXmlRow>(_CTHdrFtrCustomXml_QNAME, CTCustomXmlRow.class, CTSdtContentRow.class, value); 
     4214    } 
     4215 
     4216    /** 
     4217     * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 
     4218     *  
     4219     */ 
     4220    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTSdtContentRow.class) 
     4221    public JAXBElement<CTBookmark> createCTSdtContentRowBookmarkStart(CTBookmark value) { 
     4222        return new JAXBElement<CTBookmark>(_CTHdrFtrBookmarkStart_QNAME, CTBookmark.class, CTSdtContentRow.class, value); 
     4223    } 
     4224 
     4225    /** 
     4226     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     4227     *  
     4228     */ 
     4229    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTSdtContentRow.class) 
     4230    public JAXBElement<RunTrackChange> createCTSdtContentRowMoveTo(RunTrackChange value) { 
     4231        return new JAXBElement<RunTrackChange>(_CTHdrFtrMoveTo_QNAME, RunTrackChange.class, CTSdtContentRow.class, value); 
     4232    } 
     4233 
     4234    /** 
     4235     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4236     *  
     4237     */ 
     4238    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTSdtContentRow.class) 
     4239    public JAXBElement<CTMarkup> createCTSdtContentRowCustomXmlMoveFromRangeEnd(CTMarkup value) { 
     4240        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTSdtContentRow.class, value); 
    39524241    } 
    39534242 
     
    39584247    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTCustomXmlRun.class) 
    39594248    public JAXBElement<CTMoveBookmark> createCTCustomXmlRunMoveFromRangeStart(CTMoveBookmark value) { 
    3960         return new JAXBElement<CTMoveBookmark>(_CTSdtContentCellMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTCustomXmlRun.class, value); 
     4249        return new JAXBElement<CTMoveBookmark>(_CTHdrFtrMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTCustomXmlRun.class, value); 
    39614250    } 
    39624251 
     
    39674256    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTCustomXmlRun.class) 
    39684257    public JAXBElement<CTMarkupRange> createCTCustomXmlRunMoveFromRangeEnd(CTMarkupRange value) { 
    3969         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlRun.class, value); 
     4258        return new JAXBElement<CTMarkupRange>(_CTHdrFtrMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlRun.class, value); 
    39704259    } 
    39714260 
     
    39764265    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "ins", scope = CTCustomXmlRun.class) 
    39774266    public JAXBElement<RunTrackChange> createCTCustomXmlRunIns(RunTrackChange value) { 
    3978         return new JAXBElement<RunTrackChange>(_CTSdtContentCellIns_QNAME, RunTrackChange.class, CTCustomXmlRun.class, value); 
     4267        return new JAXBElement<RunTrackChange>(_CTHdrFtrIns_QNAME, RunTrackChange.class, CTCustomXmlRun.class, value); 
    39794268    } 
    39804269 
     
    39854274    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sdt", scope = CTCustomXmlRun.class) 
    39864275    public JAXBElement<SdtRun> createCTCustomXmlRunSdt(SdtRun value) { 
    3987         return new JAXBElement<SdtRun>(_CTSdtContentCellSdt_QNAME, SdtRun.class, CTCustomXmlRun.class, value); 
     4276        return new JAXBElement<SdtRun>(_CTSdtContentRowSdt_QNAME, SdtRun.class, CTCustomXmlRun.class, value); 
    39884277    } 
    39894278 
     
    39944283    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTCustomXmlRun.class) 
    39954284    public JAXBElement<CTMarkup> createCTCustomXmlRunCustomXmlDelRangeEnd(CTMarkup value) { 
    3996         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTCustomXmlRun.class, value); 
     4285        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTCustomXmlRun.class, value); 
    39974286    } 
    39984287 
     
    40034292    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTCustomXmlRun.class) 
    40044293    public JAXBElement<CTMarkupRange> createCTCustomXmlRunMoveToRangeEnd(CTMarkupRange value) { 
    4005         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellMoveToRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlRun.class, value); 
     4294        return new JAXBElement<CTMarkupRange>(_CTHdrFtrMoveToRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlRun.class, value); 
    40064295    } 
    40074296 
     
    40124301    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTCustomXmlRun.class) 
    40134302    public JAXBElement<CTMarkup> createCTCustomXmlRunCustomXmlMoveToRangeEnd(CTMarkup value) { 
    4014         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTCustomXmlRun.class, value); 
     4303        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTCustomXmlRun.class, value); 
    40154304    } 
    40164305 
     
    40214310    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTCustomXmlRun.class) 
    40224311    public JAXBElement<CTTrackChange> createCTCustomXmlRunCustomXmlInsRangeStart(CTTrackChange value) { 
    4023         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTCustomXmlRun.class, value); 
     4312        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTCustomXmlRun.class, value); 
    40244313    } 
    40254314 
     
    40304319    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTCustomXmlRun.class) 
    40314320    public JAXBElement<CTTrackChange> createCTCustomXmlRunCustomXmlMoveToRangeStart(CTTrackChange value) { 
    4032         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTCustomXmlRun.class, value); 
     4321        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTCustomXmlRun.class, value); 
    40334322    } 
    40344323 
     
    40394328    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTCustomXmlRun.class) 
    40404329    public JAXBElement<CTMarkup> createCTCustomXmlRunCustomXmlInsRangeEnd(CTMarkup value) { 
    4041         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTCustomXmlRun.class, value); 
     4330        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTCustomXmlRun.class, value); 
    40424331    } 
    40434332 
     
    40484337    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTCustomXmlRun.class) 
    40494338    public JAXBElement<RangePermissionStart> createCTCustomXmlRunPermStart(RangePermissionStart value) { 
    4050         return new JAXBElement<RangePermissionStart>(_CTSdtContentCellPermStart_QNAME, RangePermissionStart.class, CTCustomXmlRun.class, value); 
     4339        return new JAXBElement<RangePermissionStart>(_CTHdrFtrPermStart_QNAME, RangePermissionStart.class, CTCustomXmlRun.class, value); 
    40514340    } 
    40524341 
     
    40574346    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeEnd", scope = CTCustomXmlRun.class) 
    40584347    public JAXBElement<CTMarkupRange> createCTCustomXmlRunCommentRangeEnd(CTMarkupRange value) { 
    4059         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellCommentRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlRun.class, value); 
     4348        return new JAXBElement<CTMarkupRange>(_CTHdrFtrCommentRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlRun.class, value); 
    40604349    } 
    40614350 
     
    40664355    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTCustomXmlRun.class) 
    40674356    public JAXBElement<CTMoveBookmark> createCTCustomXmlRunMoveToRangeStart(CTMoveBookmark value) { 
    4068         return new JAXBElement<CTMoveBookmark>(_CTSdtContentCellMoveToRangeStart_QNAME, CTMoveBookmark.class, CTCustomXmlRun.class, value); 
     4357        return new JAXBElement<CTMoveBookmark>(_CTHdrFtrMoveToRangeStart_QNAME, CTMoveBookmark.class, CTCustomXmlRun.class, value); 
    40694358    } 
    40704359 
     
    40754364    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTCustomXmlRun.class) 
    40764365    public JAXBElement<CTMarkupRange> createCTCustomXmlRunBookmarkEnd(CTMarkupRange value) { 
    4077         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellBookmarkEnd_QNAME, CTMarkupRange.class, CTCustomXmlRun.class, value); 
     4366        return new JAXBElement<CTMarkupRange>(_CTHdrFtrBookmarkEnd_QNAME, CTMarkupRange.class, CTCustomXmlRun.class, value); 
    40784367    } 
    40794368 
     
    40844373    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTCustomXmlRun.class) 
    40854374    public JAXBElement<CTMarkup> createCTCustomXmlRunCustomXmlMoveFromRangeEnd(CTMarkup value) { 
    4086         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTCustomXmlRun.class, value); 
     4375        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTCustomXmlRun.class, value); 
    40874376    } 
    40884377 
     
    40974386 
    40984387    /** 
     4388     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     4389     *  
     4390     */ 
     4391    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeStart", scope = CTCustomXmlRun.class) 
     4392    public JAXBElement<CTMarkupRange> createCTCustomXmlRunCommentRangeStart(CTMarkupRange value) { 
     4393        return new JAXBElement<CTMarkupRange>(_CTHdrFtrCommentRangeStart_QNAME, CTMarkupRange.class, CTCustomXmlRun.class, value); 
     4394    } 
     4395 
     4396    /** 
    40994397     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
    41004398     *  
     
    41024400    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTCustomXmlRun.class) 
    41034401    public JAXBElement<RunTrackChange> createCTCustomXmlRunMoveFrom(RunTrackChange value) { 
    4104         return new JAXBElement<RunTrackChange>(_CTSdtContentCellMoveFrom_QNAME, RunTrackChange.class, CTCustomXmlRun.class, value); 
    4105     } 
    4106  
    4107     /** 
    4108      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
    4109      *  
    4110      */ 
    4111     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeStart", scope = CTCustomXmlRun.class) 
    4112     public JAXBElement<CTMarkupRange> createCTCustomXmlRunCommentRangeStart(CTMarkupRange value) { 
    4113         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellCommentRangeStart_QNAME, CTMarkupRange.class, CTCustomXmlRun.class, value); 
     4402        return new JAXBElement<RunTrackChange>(_CTHdrFtrMoveFrom_QNAME, RunTrackChange.class, CTCustomXmlRun.class, value); 
     4403    } 
     4404 
     4405    /** 
     4406     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4407     *  
     4408     */ 
     4409    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTCustomXmlRun.class) 
     4410    public JAXBElement<CTTrackChange> createCTCustomXmlRunCustomXmlMoveFromRangeStart(CTTrackChange value) { 
     4411        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTCustomXmlRun.class, value); 
    41144412    } 
    41154413 
     
    41274425     *  
    41284426     */ 
    4129     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTCustomXmlRun.class) 
    4130     public JAXBElement<CTTrackChange> createCTCustomXmlRunCustomXmlMoveFromRangeStart(CTTrackChange value) { 
    4131         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTCustomXmlRun.class, value); 
    4132     } 
    4133  
    4134     /** 
    4135      * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
    4136      *  
    4137      */ 
    41384427    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTCustomXmlRun.class) 
    41394428    public JAXBElement<CTTrackChange> createCTCustomXmlRunCustomXmlDelRangeStart(CTTrackChange value) { 
    4140         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTCustomXmlRun.class, value); 
    4141     } 
    4142  
    4143     /** 
    4144      * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 
    4145      *  
    4146      */ 
    4147     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTCustomXmlRun.class) 
    4148     public JAXBElement<CTPerm> createCTCustomXmlRunPermEnd(CTPerm value) { 
    4149         return new JAXBElement<CTPerm>(_CTSdtContentCellPermEnd_QNAME, CTPerm.class, CTCustomXmlRun.class, value); 
     4429        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTCustomXmlRun.class, value); 
    41504430    } 
    41514431 
     
    41604440 
    41614441    /** 
     4442     * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 
     4443     *  
     4444     */ 
     4445    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTCustomXmlRun.class) 
     4446    public JAXBElement<CTPerm> createCTCustomXmlRunPermEnd(CTPerm value) { 
     4447        return new JAXBElement<CTPerm>(_CTHdrFtrPermEnd_QNAME, CTPerm.class, CTCustomXmlRun.class, value); 
     4448    } 
     4449 
     4450    /** 
    41624451     * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >}} 
    41634452     *  
     
    41654454    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = CTCustomXmlRun.class) 
    41664455    public JAXBElement<CTCustomXmlRun> createCTCustomXmlRunCustomXml(CTCustomXmlRun value) { 
    4167         return new JAXBElement<CTCustomXmlRun>(_CTSdtContentCellCustomXml_QNAME, CTCustomXmlRun.class, CTCustomXmlRun.class, value); 
     4456        return new JAXBElement<CTCustomXmlRun>(_CTHdrFtrCustomXml_QNAME, CTCustomXmlRun.class, CTCustomXmlRun.class, value); 
    41684457    } 
    41694458 
     
    41744463    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "del", scope = CTCustomXmlRun.class) 
    41754464    public JAXBElement<RunTrackChange> createCTCustomXmlRunDel(RunTrackChange value) { 
    4176         return new JAXBElement<RunTrackChange>(_CTSdtContentCellDel_QNAME, RunTrackChange.class, CTCustomXmlRun.class, value); 
     4465        return new JAXBElement<RunTrackChange>(_CTHdrFtrDel_QNAME, RunTrackChange.class, CTCustomXmlRun.class, value); 
    41774466    } 
    41784467 
     
    41834472    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTCustomXmlRun.class) 
    41844473    public JAXBElement<CTBookmark> createCTCustomXmlRunBookmarkStart(CTBookmark value) { 
    4185         return new JAXBElement<CTBookmark>(_CTSdtContentCellBookmarkStart_QNAME, CTBookmark.class, CTCustomXmlRun.class, value); 
     4474        return new JAXBElement<CTBookmark>(_CTHdrFtrBookmarkStart_QNAME, CTBookmark.class, CTCustomXmlRun.class, value); 
     4475    } 
     4476 
     4477    /** 
     4478     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     4479     *  
     4480     */ 
     4481    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTCustomXmlRun.class) 
     4482    public JAXBElement<RunTrackChange> createCTCustomXmlRunMoveTo(RunTrackChange value) { 
     4483        return new JAXBElement<RunTrackChange>(_CTHdrFtrMoveTo_QNAME, RunTrackChange.class, CTCustomXmlRun.class, value); 
    41864484    } 
    41874485 
     
    41964494 
    41974495    /** 
    4198      * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
    4199      *  
    4200      */ 
    4201     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTCustomXmlRun.class) 
    4202     public JAXBElement<RunTrackChange> createCTCustomXmlRunMoveTo(RunTrackChange value) { 
    4203         return new JAXBElement<RunTrackChange>(_CTSdtContentCellMoveTo_QNAME, RunTrackChange.class, CTCustomXmlRun.class, value); 
    4204     } 
    4205  
    4206     /** 
    42074496     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
    42084497     *  
     
    42104499    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTCustomXmlCell.class) 
    42114500    public JAXBElement<CTMoveBookmark> createCTCustomXmlCellMoveFromRangeStart(CTMoveBookmark value) { 
    4212         return new JAXBElement<CTMoveBookmark>(_CTSdtContentCellMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTCustomXmlCell.class, value); 
     4501        return new JAXBElement<CTMoveBookmark>(_CTHdrFtrMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTCustomXmlCell.class, value); 
    42134502    } 
    42144503 
     
    42194508    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTCustomXmlCell.class) 
    42204509    public JAXBElement<CTMarkupRange> createCTCustomXmlCellMoveFromRangeEnd(CTMarkupRange value) { 
    4221         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlCell.class, value); 
     4510        return new JAXBElement<CTMarkupRange>(_CTHdrFtrMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlCell.class, value); 
    42224511    } 
    42234512 
     
    42284517    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "ins", scope = CTCustomXmlCell.class) 
    42294518    public JAXBElement<RunTrackChange> createCTCustomXmlCellIns(RunTrackChange value) { 
    4230         return new JAXBElement<RunTrackChange>(_CTSdtContentCellIns_QNAME, RunTrackChange.class, CTCustomXmlCell.class, value); 
     4519        return new JAXBElement<RunTrackChange>(_CTHdrFtrIns_QNAME, RunTrackChange.class, CTCustomXmlCell.class, value); 
    42314520    } 
    42324521 
     
    42374526    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sdt", scope = CTCustomXmlCell.class) 
    42384527    public JAXBElement<CTSdtCell> createCTCustomXmlCellSdt(CTSdtCell value) { 
    4239         return new JAXBElement<CTSdtCell>(_CTSdtContentCellSdt_QNAME, CTSdtCell.class, CTCustomXmlCell.class, value); 
     4528        return new JAXBElement<CTSdtCell>(_CTSdtContentRowSdt_QNAME, CTSdtCell.class, CTCustomXmlCell.class, value); 
    42404529    } 
    42414530 
     
    42464535    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTCustomXmlCell.class) 
    42474536    public JAXBElement<CTMarkupRange> createCTCustomXmlCellMoveToRangeEnd(CTMarkupRange value) { 
    4248         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellMoveToRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlCell.class, value); 
     4537        return new JAXBElement<CTMarkupRange>(_CTHdrFtrMoveToRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlCell.class, value); 
    42494538    } 
    42504539 
     
    42554544    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTCustomXmlCell.class) 
    42564545    public JAXBElement<CTMarkup> createCTCustomXmlCellCustomXmlDelRangeEnd(CTMarkup value) { 
    4257         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTCustomXmlCell.class, value); 
     4546        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTCustomXmlCell.class, value); 
    42584547    } 
    42594548 
     
    42644553    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTCustomXmlCell.class) 
    42654554    public JAXBElement<CTMarkup> createCTCustomXmlCellCustomXmlMoveToRangeEnd(CTMarkup value) { 
    4266         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTCustomXmlCell.class, value); 
     4555        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTCustomXmlCell.class, value); 
    42674556    } 
    42684557 
     
    42734562    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTCustomXmlCell.class) 
    42744563    public JAXBElement<CTTrackChange> createCTCustomXmlCellCustomXmlInsRangeStart(CTTrackChange value) { 
    4275         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTCustomXmlCell.class, value); 
     4564        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTCustomXmlCell.class, value); 
    42764565    } 
    42774566 
     
    42824571    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTCustomXmlCell.class) 
    42834572    public JAXBElement<CTTrackChange> createCTCustomXmlCellCustomXmlMoveToRangeStart(CTTrackChange value) { 
    4284         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTCustomXmlCell.class, value); 
     4573        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTCustomXmlCell.class, value); 
    42854574    } 
    42864575 
     
    42914580    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTCustomXmlCell.class) 
    42924581    public JAXBElement<CTMarkup> createCTCustomXmlCellCustomXmlInsRangeEnd(CTMarkup value) { 
    4293         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTCustomXmlCell.class, value); 
     4582        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTCustomXmlCell.class, value); 
    42944583    } 
    42954584 
     
    43004589    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTCustomXmlCell.class) 
    43014590    public JAXBElement<RangePermissionStart> createCTCustomXmlCellPermStart(RangePermissionStart value) { 
    4302         return new JAXBElement<RangePermissionStart>(_CTSdtContentCellPermStart_QNAME, RangePermissionStart.class, CTCustomXmlCell.class, value); 
     4591        return new JAXBElement<RangePermissionStart>(_CTHdrFtrPermStart_QNAME, RangePermissionStart.class, CTCustomXmlCell.class, value); 
    43034592    } 
    43044593 
     
    43094598    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeEnd", scope = CTCustomXmlCell.class) 
    43104599    public JAXBElement<CTMarkupRange> createCTCustomXmlCellCommentRangeEnd(CTMarkupRange value) { 
    4311         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellCommentRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlCell.class, value); 
     4600        return new JAXBElement<CTMarkupRange>(_CTHdrFtrCommentRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlCell.class, value); 
    43124601    } 
    43134602 
     
    43184607    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTCustomXmlCell.class) 
    43194608    public JAXBElement<CTMoveBookmark> createCTCustomXmlCellMoveToRangeStart(CTMoveBookmark value) { 
    4320         return new JAXBElement<CTMoveBookmark>(_CTSdtContentCellMoveToRangeStart_QNAME, CTMoveBookmark.class, CTCustomXmlCell.class, value); 
     4609        return new JAXBElement<CTMoveBookmark>(_CTHdrFtrMoveToRangeStart_QNAME, CTMoveBookmark.class, CTCustomXmlCell.class, value); 
    43214610    } 
    43224611 
     
    43274616    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTCustomXmlCell.class) 
    43284617    public JAXBElement<CTMarkupRange> createCTCustomXmlCellBookmarkEnd(CTMarkupRange value) { 
    4329         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellBookmarkEnd_QNAME, CTMarkupRange.class, CTCustomXmlCell.class, value); 
     4618        return new JAXBElement<CTMarkupRange>(_CTHdrFtrBookmarkEnd_QNAME, CTMarkupRange.class, CTCustomXmlCell.class, value); 
    43304619    } 
    43314620 
     
    43364625    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTCustomXmlCell.class) 
    43374626    public JAXBElement<CTMarkup> createCTCustomXmlCellCustomXmlMoveFromRangeEnd(CTMarkup value) { 
    4338         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTCustomXmlCell.class, value); 
     4627        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTCustomXmlCell.class, value); 
    43394628    } 
    43404629 
     
    43454634    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeStart", scope = CTCustomXmlCell.class) 
    43464635    public JAXBElement<CTMarkupRange> createCTCustomXmlCellCommentRangeStart(CTMarkupRange value) { 
    4347         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellCommentRangeStart_QNAME, CTMarkupRange.class, CTCustomXmlCell.class, value); 
     4636        return new JAXBElement<CTMarkupRange>(_CTHdrFtrCommentRangeStart_QNAME, CTMarkupRange.class, CTCustomXmlCell.class, value); 
    43484637    } 
    43494638 
     
    43544643    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTCustomXmlCell.class) 
    43554644    public JAXBElement<RunTrackChange> createCTCustomXmlCellMoveFrom(RunTrackChange value) { 
    4356         return new JAXBElement<RunTrackChange>(_CTSdtContentCellMoveFrom_QNAME, RunTrackChange.class, CTCustomXmlCell.class, value); 
     4645        return new JAXBElement<RunTrackChange>(_CTHdrFtrMoveFrom_QNAME, RunTrackChange.class, CTCustomXmlCell.class, value); 
    43574646    } 
    43584647 
     
    43634652    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTCustomXmlCell.class) 
    43644653    public JAXBElement<CTTrackChange> createCTCustomXmlCellCustomXmlMoveFromRangeStart(CTTrackChange value) { 
    4365         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTCustomXmlCell.class, value); 
     4654        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTCustomXmlCell.class, value); 
    43664655    } 
    43674656 
     
    43724661    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTCustomXmlCell.class) 
    43734662    public JAXBElement<CTTrackChange> createCTCustomXmlCellCustomXmlDelRangeStart(CTTrackChange value) { 
    4374         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTCustomXmlCell.class, value); 
     4663        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTCustomXmlCell.class, value); 
    43754664    } 
    43764665 
     
    43814670    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTCustomXmlCell.class) 
    43824671    public JAXBElement<CTPerm> createCTCustomXmlCellPermEnd(CTPerm value) { 
    4383         return new JAXBElement<CTPerm>(_CTSdtContentCellPermEnd_QNAME, CTPerm.class, CTCustomXmlCell.class, value); 
    4384     } 
    4385  
    4386     /** 
    4387      * Create an instance of {@link JAXBElement }{@code <}{@link CTTc }{@code >}} 
     4672        return new JAXBElement<CTPerm>(_CTHdrFtrPermEnd_QNAME, CTPerm.class, CTCustomXmlCell.class, value); 
     4673    } 
     4674 
     4675    /** 
     4676     * Create an instance of {@link JAXBElement }{@code <}{@link Tc }{@code >}} 
    43884677     *  
    43894678     */ 
    43904679    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tc", scope = CTCustomXmlCell.class) 
    4391     public JAXBElement<CTTc> createCTCustomXmlCellTc(CTTc value) { 
    4392         return new JAXBElement<CTTc>(_CTSdtContentCellTc_QNAME, CTTc.class, CTCustomXmlCell.class, value); 
     4680    public JAXBElement<Tc> createCTCustomXmlCellTc(Tc value) { 
     4681        return new JAXBElement<Tc>(_CTCustomXmlCellTc_QNAME, Tc.class, CTCustomXmlCell.class, value); 
    43934682    } 
    43944683 
     
    43994688    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "del", scope = CTCustomXmlCell.class) 
    44004689    public JAXBElement<RunTrackChange> createCTCustomXmlCellDel(RunTrackChange value) { 
    4401         return new JAXBElement<RunTrackChange>(_CTSdtContentCellDel_QNAME, RunTrackChange.class, CTCustomXmlCell.class, value); 
     4690        return new JAXBElement<RunTrackChange>(_CTHdrFtrDel_QNAME, RunTrackChange.class, CTCustomXmlCell.class, value); 
    44024691    } 
    44034692 
     
    44084697    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = CTCustomXmlCell.class) 
    44094698    public JAXBElement<CTCustomXmlCell> createCTCustomXmlCellCustomXml(CTCustomXmlCell value) { 
    4410         return new JAXBElement<CTCustomXmlCell>(_CTSdtContentCellCustomXml_QNAME, CTCustomXmlCell.class, CTCustomXmlCell.class, value); 
     4699        return new JAXBElement<CTCustomXmlCell>(_CTHdrFtrCustomXml_QNAME, CTCustomXmlCell.class, CTCustomXmlCell.class, value); 
    44114700    } 
    44124701 
     
    44174706    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTCustomXmlCell.class) 
    44184707    public JAXBElement<CTBookmark> createCTCustomXmlCellBookmarkStart(CTBookmark value) { 
    4419         return new JAXBElement<CTBookmark>(_CTSdtContentCellBookmarkStart_QNAME, CTBookmark.class, CTCustomXmlCell.class, value); 
     4708        return new JAXBElement<CTBookmark>(_CTHdrFtrBookmarkStart_QNAME, CTBookmark.class, CTCustomXmlCell.class, value); 
    44204709    } 
    44214710 
     
    44264715    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTCustomXmlCell.class) 
    44274716    public JAXBElement<RunTrackChange> createCTCustomXmlCellMoveTo(RunTrackChange value) { 
    4428         return new JAXBElement<RunTrackChange>(_CTSdtContentCellMoveTo_QNAME, RunTrackChange.class, CTCustomXmlCell.class, value); 
     4717        return new JAXBElement<RunTrackChange>(_CTHdrFtrMoveTo_QNAME, RunTrackChange.class, CTCustomXmlCell.class, value); 
    44294718    } 
    44304719 
     
    44354724    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTCustomXmlBlock.class) 
    44364725    public JAXBElement<CTMoveBookmark> createCTCustomXmlBlockMoveFromRangeStart(CTMoveBookmark value) { 
    4437         return new JAXBElement<CTMoveBookmark>(_CTSdtContentCellMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTCustomXmlBlock.class, value); 
     4726        return new JAXBElement<CTMoveBookmark>(_CTHdrFtrMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTCustomXmlBlock.class, value); 
     4727    } 
     4728 
     4729    /** 
     4730     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     4731     *  
     4732     */ 
     4733    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTCustomXmlBlock.class) 
     4734    public JAXBElement<RunTrackChange> createCTCustomXmlBlockMoveFrom(RunTrackChange value) { 
     4735        return new JAXBElement<RunTrackChange>(_CTHdrFtrMoveFrom_QNAME, RunTrackChange.class, CTCustomXmlBlock.class, value); 
    44384736    } 
    44394737 
     
    44444742    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeStart", scope = CTCustomXmlBlock.class) 
    44454743    public JAXBElement<CTMarkupRange> createCTCustomXmlBlockCommentRangeStart(CTMarkupRange value) { 
    4446         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellCommentRangeStart_QNAME, CTMarkupRange.class, CTCustomXmlBlock.class, value); 
    4447     } 
    4448  
    4449     /** 
    4450      * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
    4451      *  
    4452      */ 
    4453     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTCustomXmlBlock.class) 
    4454     public JAXBElement<RunTrackChange> createCTCustomXmlBlockMoveFrom(RunTrackChange value) { 
    4455         return new JAXBElement<RunTrackChange>(_CTSdtContentCellMoveFrom_QNAME, RunTrackChange.class, CTCustomXmlBlock.class, value); 
     4744        return new JAXBElement<CTMarkupRange>(_CTHdrFtrCommentRangeStart_QNAME, CTMarkupRange.class, CTCustomXmlBlock.class, value); 
    44564745    } 
    44574746 
     
    44714760    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTCustomXmlBlock.class) 
    44724761    public JAXBElement<CTMarkupRange> createCTCustomXmlBlockMoveFromRangeEnd(CTMarkupRange value) { 
    4473         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlBlock.class, value); 
     4762        return new JAXBElement<CTMarkupRange>(_CTHdrFtrMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlBlock.class, value); 
     4763    } 
     4764 
     4765    /** 
     4766     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4767     *  
     4768     */ 
     4769    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTCustomXmlBlock.class) 
     4770    public JAXBElement<CTTrackChange> createCTCustomXmlBlockCustomXmlMoveFromRangeStart(CTTrackChange value) { 
     4771        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTCustomXmlBlock.class, value); 
    44744772    } 
    44754773 
     
    44804778    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "ins", scope = CTCustomXmlBlock.class) 
    44814779    public JAXBElement<RunTrackChange> createCTCustomXmlBlockIns(RunTrackChange value) { 
    4482         return new JAXBElement<RunTrackChange>(_CTSdtContentCellIns_QNAME, RunTrackChange.class, CTCustomXmlBlock.class, value); 
     4780        return new JAXBElement<RunTrackChange>(_CTHdrFtrIns_QNAME, RunTrackChange.class, CTCustomXmlBlock.class, value); 
    44834781    } 
    44844782 
     
    44874785     *  
    44884786     */ 
    4489     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTCustomXmlBlock.class) 
    4490     public JAXBElement<CTTrackChange> createCTCustomXmlBlockCustomXmlMoveFromRangeStart(CTTrackChange value) { 
    4491         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTCustomXmlBlock.class, value); 
     4787    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTCustomXmlBlock.class) 
     4788    public JAXBElement<CTTrackChange> createCTCustomXmlBlockCustomXmlDelRangeStart(CTTrackChange value) { 
     4789        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTCustomXmlBlock.class, value); 
     4790    } 
     4791 
     4792    /** 
     4793     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     4794     *  
     4795     */ 
     4796    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTCustomXmlBlock.class) 
     4797    public JAXBElement<CTMarkupRange> createCTCustomXmlBlockMoveToRangeEnd(CTMarkupRange value) { 
     4798        return new JAXBElement<CTMarkupRange>(_CTHdrFtrMoveToRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlBlock.class, value); 
    44924799    } 
    44934800 
     
    44984805    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTCustomXmlBlock.class) 
    44994806    public JAXBElement<CTMarkup> createCTCustomXmlBlockCustomXmlDelRangeEnd(CTMarkup value) { 
    4500         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTCustomXmlBlock.class, value); 
    4501     } 
    4502  
    4503     /** 
    4504      * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
    4505      *  
    4506      */ 
    4507     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTCustomXmlBlock.class) 
    4508     public JAXBElement<CTTrackChange> createCTCustomXmlBlockCustomXmlDelRangeStart(CTTrackChange value) { 
    4509         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTCustomXmlBlock.class, value); 
    4510     } 
    4511  
    4512     /** 
    4513      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
    4514      *  
    4515      */ 
    4516     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTCustomXmlBlock.class) 
    4517     public JAXBElement<CTMarkupRange> createCTCustomXmlBlockMoveToRangeEnd(CTMarkupRange value) { 
    4518         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellMoveToRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlBlock.class, value); 
     4807        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTCustomXmlBlock.class, value); 
    45194808    } 
    45204809 
     
    45254814    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTCustomXmlBlock.class) 
    45264815    public JAXBElement<CTMarkup> createCTCustomXmlBlockCustomXmlMoveToRangeEnd(CTMarkup value) { 
    4527         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTCustomXmlBlock.class, value); 
     4816        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTCustomXmlBlock.class, value); 
    45284817    } 
    45294818 
     
    45344823    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTCustomXmlBlock.class) 
    45354824    public JAXBElement<CTTrackChange> createCTCustomXmlBlockCustomXmlInsRangeStart(CTTrackChange value) { 
    4536         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTCustomXmlBlock.class, value); 
     4825        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTCustomXmlBlock.class, value); 
    45374826    } 
    45384827 
     
    45434832    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTCustomXmlBlock.class) 
    45444833    public JAXBElement<CTTrackChange> createCTCustomXmlBlockCustomXmlMoveToRangeStart(CTTrackChange value) { 
    4545         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTCustomXmlBlock.class, value); 
     4834        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTCustomXmlBlock.class, value); 
    45464835    } 
    45474836 
     
    45524841    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTCustomXmlBlock.class) 
    45534842    public JAXBElement<CTMarkup> createCTCustomXmlBlockCustomXmlInsRangeEnd(CTMarkup value) { 
    4554         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTCustomXmlBlock.class, value); 
     4843        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTCustomXmlBlock.class, value); 
     4844    } 
     4845 
     4846    /** 
     4847     * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 
     4848     *  
     4849     */ 
     4850    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTCustomXmlBlock.class) 
     4851    public JAXBElement<CTPerm> createCTCustomXmlBlockPermEnd(CTPerm value) { 
     4852        return new JAXBElement<CTPerm>(_CTHdrFtrPermEnd_QNAME, CTPerm.class, CTCustomXmlBlock.class, value); 
    45554853    } 
    45564854 
     
    45614859    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTCustomXmlBlock.class) 
    45624860    public JAXBElement<RangePermissionStart> createCTCustomXmlBlockPermStart(RangePermissionStart value) { 
    4563         return new JAXBElement<RangePermissionStart>(_CTSdtContentCellPermStart_QNAME, RangePermissionStart.class, CTCustomXmlBlock.class, value); 
    4564     } 
    4565  
    4566     /** 
    4567      * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 
    4568      *  
    4569      */ 
    4570     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTCustomXmlBlock.class) 
    4571     public JAXBElement<CTPerm> createCTCustomXmlBlockPermEnd(CTPerm value) { 
    4572         return new JAXBElement<CTPerm>(_CTSdtContentCellPermEnd_QNAME, CTPerm.class, CTCustomXmlBlock.class, value); 
     4861        return new JAXBElement<RangePermissionStart>(_CTHdrFtrPermStart_QNAME, RangePermissionStart.class, CTCustomXmlBlock.class, value); 
     4862    } 
     4863 
     4864    /** 
     4865     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     4866     *  
     4867     */ 
     4868    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTCustomXmlBlock.class) 
     4869    public JAXBElement<CTMoveBookmark> createCTCustomXmlBlockMoveToRangeStart(CTMoveBookmark value) { 
     4870        return new JAXBElement<CTMoveBookmark>(_CTHdrFtrMoveToRangeStart_QNAME, CTMoveBookmark.class, CTCustomXmlBlock.class, value); 
    45734871    } 
    45744872 
     
    45794877    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeEnd", scope = CTCustomXmlBlock.class) 
    45804878    public JAXBElement<CTMarkupRange> createCTCustomXmlBlockCommentRangeEnd(CTMarkupRange value) { 
    4581         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellCommentRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlBlock.class, value); 
    4582     } 
    4583  
    4584     /** 
    4585      * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
    4586      *  
    4587      */ 
    4588     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTCustomXmlBlock.class) 
    4589     public JAXBElement<CTMoveBookmark> createCTCustomXmlBlockMoveToRangeStart(CTMoveBookmark value) { 
    4590         return new JAXBElement<CTMoveBookmark>(_CTSdtContentCellMoveToRangeStart_QNAME, CTMoveBookmark.class, CTCustomXmlBlock.class, value); 
     4879        return new JAXBElement<CTMarkupRange>(_CTHdrFtrCommentRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlBlock.class, value); 
    45914880    } 
    45924881 
     
    45974886    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTCustomXmlBlock.class) 
    45984887    public JAXBElement<CTMarkupRange> createCTCustomXmlBlockBookmarkEnd(CTMarkupRange value) { 
    4599         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellBookmarkEnd_QNAME, CTMarkupRange.class, CTCustomXmlBlock.class, value); 
     4888        return new JAXBElement<CTMarkupRange>(_CTHdrFtrBookmarkEnd_QNAME, CTMarkupRange.class, CTCustomXmlBlock.class, value); 
    46004889    } 
    46014890 
     
    46064895    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = CTCustomXmlBlock.class) 
    46074896    public JAXBElement<CTCustomXmlBlock> createCTCustomXmlBlockCustomXml(CTCustomXmlBlock value) { 
    4608         return new JAXBElement<CTCustomXmlBlock>(_CTSdtContentCellCustomXml_QNAME, CTCustomXmlBlock.class, CTCustomXmlBlock.class, value); 
     4897        return new JAXBElement<CTCustomXmlBlock>(_CTHdrFtrCustomXml_QNAME, CTCustomXmlBlock.class, CTCustomXmlBlock.class, value); 
    46094898    } 
    46104899 
     
    46154904    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "del", scope = CTCustomXmlBlock.class) 
    46164905    public JAXBElement<RunTrackChange> createCTCustomXmlBlockDel(RunTrackChange value) { 
    4617         return new JAXBElement<RunTrackChange>(_CTSdtContentCellDel_QNAME, RunTrackChange.class, CTCustomXmlBlock.class, value); 
     4906        return new JAXBElement<RunTrackChange>(_CTHdrFtrDel_QNAME, RunTrackChange.class, CTCustomXmlBlock.class, value); 
    46184907    } 
    46194908 
     
    46244913    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTCustomXmlBlock.class) 
    46254914    public JAXBElement<CTBookmark> createCTCustomXmlBlockBookmarkStart(CTBookmark value) { 
    4626         return new JAXBElement<CTBookmark>(_CTSdtContentCellBookmarkStart_QNAME, CTBookmark.class, CTCustomXmlBlock.class, value); 
     4915        return new JAXBElement<CTBookmark>(_CTHdrFtrBookmarkStart_QNAME, CTBookmark.class, CTCustomXmlBlock.class, value); 
    46274916    } 
    46284917 
     
    46334922    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTCustomXmlBlock.class) 
    46344923    public JAXBElement<RunTrackChange> createCTCustomXmlBlockMoveTo(RunTrackChange value) { 
    4635         return new JAXBElement<RunTrackChange>(_CTSdtContentCellMoveTo_QNAME, RunTrackChange.class, CTCustomXmlBlock.class, value); 
     4924        return new JAXBElement<RunTrackChange>(_CTHdrFtrMoveTo_QNAME, RunTrackChange.class, CTCustomXmlBlock.class, value); 
    46364925    } 
    46374926 
     
    46424931    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTCustomXmlBlock.class) 
    46434932    public JAXBElement<CTMarkup> createCTCustomXmlBlockCustomXmlMoveFromRangeEnd(CTMarkup value) { 
    4644         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTCustomXmlBlock.class, value); 
     4933        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTCustomXmlBlock.class, value); 
    46454934    } 
    46464935 
     
    46644953 
    46654954    /** 
     4955     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrPrBase.GridBefore }{@code >}} 
     4956     *  
     4957     */ 
     4958    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "gridBefore", scope = CTTrPrBase.class) 
     4959    public JAXBElement<CTTrPrBase.GridBefore> createCTTrPrBaseGridBefore(CTTrPrBase.GridBefore value) { 
     4960        return new JAXBElement<CTTrPrBase.GridBefore>(_CTTrPrBaseGridBefore_QNAME, CTTrPrBase.GridBefore.class, CTTrPrBase.class, value); 
     4961    } 
     4962 
     4963    /** 
    46664964     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
    46674965     *  
     
    46734971 
    46744972    /** 
    4675      * Create an instance of {@link JAXBElement }{@code <}{@link CTTrPrBase.GridBefore }{@code >}} 
    4676      *  
    4677      */ 
    4678     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "gridBefore", scope = CTTrPrBase.class) 
    4679     public JAXBElement<CTTrPrBase.GridBefore> createCTTrPrBaseGridBefore(CTTrPrBase.GridBefore value) { 
    4680         return new JAXBElement<CTTrPrBase.GridBefore>(_CTTrPrBaseGridBefore_QNAME, CTTrPrBase.GridBefore.class, CTTrPrBase.class, value); 
    4681     } 
    4682  
    4683     /** 
    46844973     * Create an instance of {@link JAXBElement }{@code <}{@link CTHeight }{@code >}} 
    46854974     *  
     
    47004989 
    47014990    /** 
    4702      * Create an instance of {@link JAXBElement }{@code <}{@link CTTblWidth }{@code >}} 
     4991     * Create an instance of {@link JAXBElement }{@code <}{@link TblWidth }{@code >}} 
    47034992     *  
    47044993     */ 
    47054994    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tblCellSpacing", scope = CTTrPrBase.class) 
    4706     public JAXBElement<CTTblWidth> createCTTrPrBaseTblCellSpacing(CTTblWidth value) { 
    4707         return new JAXBElement<CTTblWidth>(_CTTrPrBaseTblCellSpacing_QNAME, CTTblWidth.class, CTTrPrBase.class, value); 
     4995    public JAXBElement<TblWidth> createCTTrPrBaseTblCellSpacing(TblWidth value) { 
     4996        return new JAXBElement<TblWidth>(_CTTrPrBaseTblCellSpacing_QNAME, TblWidth.class, CTTrPrBase.class, value); 
    47084997    } 
    47094998 
     
    47185007 
    47195008    /** 
    4720      * Create an instance of {@link JAXBElement }{@code <}{@link CTTblWidth }{@code >}} 
     5009     * Create an instance of {@link JAXBElement }{@code <}{@link TblWidth }{@code >}} 
    47215010     *  
    47225011     */ 
    47235012    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "wAfter", scope = CTTrPrBase.class) 
    4724     public JAXBElement<CTTblWidth> createCTTrPrBaseWAfter(CTTblWidth value) { 
    4725         return new JAXBElement<CTTblWidth>(_CTTrPrBaseWAfter_QNAME, CTTblWidth.class, CTTrPrBase.class, value); 
     5013    public JAXBElement<TblWidth> createCTTrPrBaseWAfter(TblWidth value) { 
     5014        return new JAXBElement<TblWidth>(_CTTrPrBaseWAfter_QNAME, TblWidth.class, CTTrPrBase.class, value); 
     5015    } 
     5016 
     5017    /** 
     5018     * Create an instance of {@link JAXBElement }{@code <}{@link TblWidth }{@code >}} 
     5019     *  
     5020     */ 
     5021    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "wBefore", scope = CTTrPrBase.class) 
     5022    public JAXBElement<TblWidth> createCTTrPrBaseWBefore(TblWidth value) { 
     5023        return new JAXBElement<TblWidth>(_CTTrPrBaseWBefore_QNAME, TblWidth.class, CTTrPrBase.class, value); 
    47265024    } 
    47275025 
     
    47365034 
    47375035    /** 
    4738      * Create an instance of {@link JAXBElement }{@code <}{@link CTTblWidth }{@code >}} 
    4739      *  
    4740      */ 
    4741     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "wBefore", scope = CTTrPrBase.class) 
    4742     public JAXBElement<CTTblWidth> createCTTrPrBaseWBefore(CTTblWidth value) { 
    4743         return new JAXBElement<CTTblWidth>(_CTTrPrBaseWBefore_QNAME, CTTblWidth.class, CTTrPrBase.class, value); 
    4744     } 
    4745  
    4746     /** 
    47475036     * Create an instance of {@link JAXBElement }{@code <}{@link CTCnf }{@code >}} 
    47485037     *  
     
    47575046     *  
    47585047     */ 
     5048    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTSdtContentCell.class) 
     5049    public JAXBElement<CTMoveBookmark> createCTSdtContentCellMoveFromRangeStart(CTMoveBookmark value) { 
     5050        return new JAXBElement<CTMoveBookmark>(_CTHdrFtrMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTSdtContentCell.class, value); 
     5051    } 
     5052 
     5053    /** 
     5054     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     5055     *  
     5056     */ 
     5057    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTSdtContentCell.class) 
     5058    public JAXBElement<CTMarkupRange> createCTSdtContentCellMoveFromRangeEnd(CTMarkupRange value) { 
     5059        return new JAXBElement<CTMarkupRange>(_CTHdrFtrMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTSdtContentCell.class, value); 
     5060    } 
     5061 
     5062    /** 
     5063     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     5064     *  
     5065     */ 
     5066    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "ins", scope = CTSdtContentCell.class) 
     5067    public JAXBElement<RunTrackChange> createCTSdtContentCellIns(RunTrackChange value) { 
     5068        return new JAXBElement<RunTrackChange>(_CTHdrFtrIns_QNAME, RunTrackChange.class, CTSdtContentCell.class, value); 
     5069    } 
     5070 
     5071    /** 
     5072     * Create an instance of {@link JAXBElement }{@code <}{@link CTSdtCell }{@code >}} 
     5073     *  
     5074     */ 
     5075    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sdt", scope = CTSdtContentCell.class) 
     5076    public JAXBElement<CTSdtCell> createCTSdtContentCellSdt(CTSdtCell value) { 
     5077        return new JAXBElement<CTSdtCell>(_CTSdtContentRowSdt_QNAME, CTSdtCell.class, CTSdtContentCell.class, value); 
     5078    } 
     5079 
     5080    /** 
     5081     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     5082     *  
     5083     */ 
     5084    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTSdtContentCell.class) 
     5085    public JAXBElement<CTMarkup> createCTSdtContentCellCustomXmlDelRangeEnd(CTMarkup value) { 
     5086        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTSdtContentCell.class, value); 
     5087    } 
     5088 
     5089    /** 
     5090     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     5091     *  
     5092     */ 
     5093    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTSdtContentCell.class) 
     5094    public JAXBElement<CTMarkupRange> createCTSdtContentCellMoveToRangeEnd(CTMarkupRange value) { 
     5095        return new JAXBElement<CTMarkupRange>(_CTHdrFtrMoveToRangeEnd_QNAME, CTMarkupRange.class, CTSdtContentCell.class, value); 
     5096    } 
     5097 
     5098    /** 
     5099     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     5100     *  
     5101     */ 
     5102    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTSdtContentCell.class) 
     5103    public JAXBElement<CTMarkup> createCTSdtContentCellCustomXmlMoveToRangeEnd(CTMarkup value) { 
     5104        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTSdtContentCell.class, value); 
     5105    } 
     5106 
     5107    /** 
     5108     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     5109     *  
     5110     */ 
     5111    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTSdtContentCell.class) 
     5112    public JAXBElement<CTTrackChange> createCTSdtContentCellCustomXmlInsRangeStart(CTTrackChange value) { 
     5113        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTSdtContentCell.class, value); 
     5114    } 
     5115 
     5116    /** 
     5117     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     5118     *  
     5119     */ 
     5120    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTSdtContentCell.class) 
     5121    public JAXBElement<CTTrackChange> createCTSdtContentCellCustomXmlMoveToRangeStart(CTTrackChange value) { 
     5122        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTSdtContentCell.class, value); 
     5123    } 
     5124 
     5125    /** 
     5126     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     5127     *  
     5128     */ 
     5129    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTSdtContentCell.class) 
     5130    public JAXBElement<CTMarkup> createCTSdtContentCellCustomXmlInsRangeEnd(CTMarkup value) { 
     5131        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTSdtContentCell.class, value); 
     5132    } 
     5133 
     5134    /** 
     5135     * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 
     5136     *  
     5137     */ 
     5138    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTSdtContentCell.class) 
     5139    public JAXBElement<RangePermissionStart> createCTSdtContentCellPermStart(RangePermissionStart value) { 
     5140        return new JAXBElement<RangePermissionStart>(_CTHdrFtrPermStart_QNAME, RangePermissionStart.class, CTSdtContentCell.class, value); 
     5141    } 
     5142 
     5143    /** 
     5144     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     5145     *  
     5146     */ 
     5147    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTSdtContentCell.class) 
     5148    public JAXBElement<CTMoveBookmark> createCTSdtContentCellMoveToRangeStart(CTMoveBookmark value) { 
     5149        return new JAXBElement<CTMoveBookmark>(_CTHdrFtrMoveToRangeStart_QNAME, CTMoveBookmark.class, CTSdtContentCell.class, value); 
     5150    } 
     5151 
     5152    /** 
     5153     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     5154     *  
     5155     */ 
     5156    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeEnd", scope = CTSdtContentCell.class) 
     5157    public JAXBElement<CTMarkupRange> createCTSdtContentCellCommentRangeEnd(CTMarkupRange value) { 
     5158        return new JAXBElement<CTMarkupRange>(_CTHdrFtrCommentRangeEnd_QNAME, CTMarkupRange.class, CTSdtContentCell.class, value); 
     5159    } 
     5160 
     5161    /** 
     5162     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     5163     *  
     5164     */ 
     5165    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTSdtContentCell.class) 
     5166    public JAXBElement<CTMarkupRange> createCTSdtContentCellBookmarkEnd(CTMarkupRange value) { 
     5167        return new JAXBElement<CTMarkupRange>(_CTHdrFtrBookmarkEnd_QNAME, CTMarkupRange.class, CTSdtContentCell.class, value); 
     5168    } 
     5169 
     5170    /** 
     5171     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     5172     *  
     5173     */ 
     5174    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTSdtContentCell.class) 
     5175    public JAXBElement<CTMarkup> createCTSdtContentCellCustomXmlMoveFromRangeEnd(CTMarkup value) { 
     5176        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTSdtContentCell.class, value); 
     5177    } 
     5178 
     5179    /** 
     5180     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     5181     *  
     5182     */ 
     5183    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTSdtContentCell.class) 
     5184    public JAXBElement<RunTrackChange> createCTSdtContentCellMoveFrom(RunTrackChange value) { 
     5185        return new JAXBElement<RunTrackChange>(_CTHdrFtrMoveFrom_QNAME, RunTrackChange.class, CTSdtContentCell.class, value); 
     5186    } 
     5187 
     5188    /** 
     5189     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     5190     *  
     5191     */ 
     5192    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeStart", scope = CTSdtContentCell.class) 
     5193    public JAXBElement<CTMarkupRange> createCTSdtContentCellCommentRangeStart(CTMarkupRange value) { 
     5194        return new JAXBElement<CTMarkupRange>(_CTHdrFtrCommentRangeStart_QNAME, CTMarkupRange.class, CTSdtContentCell.class, value); 
     5195    } 
     5196 
     5197    /** 
     5198     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     5199     *  
     5200     */ 
     5201    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTSdtContentCell.class) 
     5202    public JAXBElement<CTTrackChange> createCTSdtContentCellCustomXmlMoveFromRangeStart(CTTrackChange value) { 
     5203        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTSdtContentCell.class, value); 
     5204    } 
     5205 
     5206    /** 
     5207     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     5208     *  
     5209     */ 
     5210    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTSdtContentCell.class) 
     5211    public JAXBElement<CTTrackChange> createCTSdtContentCellCustomXmlDelRangeStart(CTTrackChange value) { 
     5212        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTSdtContentCell.class, value); 
     5213    } 
     5214 
     5215    /** 
     5216     * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 
     5217     *  
     5218     */ 
     5219    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTSdtContentCell.class) 
     5220    public JAXBElement<CTPerm> createCTSdtContentCellPermEnd(CTPerm value) { 
     5221        return new JAXBElement<CTPerm>(_CTHdrFtrPermEnd_QNAME, CTPerm.class, CTSdtContentCell.class, value); 
     5222    } 
     5223 
     5224    /** 
     5225     * Create an instance of {@link JAXBElement }{@code <}{@link Tc }{@code >}} 
     5226     *  
     5227     */ 
     5228    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tc", scope = CTSdtContentCell.class) 
     5229    public JAXBElement<Tc> createCTSdtContentCellTc(Tc value) { 
     5230        return new JAXBElement<Tc>(_CTCustomXmlCellTc_QNAME, Tc.class, CTSdtContentCell.class, value); 
     5231    } 
     5232 
     5233    /** 
     5234     * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlCell }{@code >}} 
     5235     *  
     5236     */ 
     5237    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = CTSdtContentCell.class) 
     5238    public JAXBElement<CTCustomXmlCell> createCTSdtContentCellCustomXml(CTCustomXmlCell value) { 
     5239        return new JAXBElement<CTCustomXmlCell>(_CTHdrFtrCustomXml_QNAME, CTCustomXmlCell.class, CTSdtContentCell.class, value); 
     5240    } 
     5241 
     5242    /** 
     5243     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     5244     *  
     5245     */ 
     5246    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "del", scope = CTSdtContentCell.class) 
     5247    public JAXBElement<RunTrackChange> createCTSdtContentCellDel(RunTrackChange value) { 
     5248        return new JAXBElement<RunTrackChange>(_CTHdrFtrDel_QNAME, RunTrackChange.class, CTSdtContentCell.class, value); 
     5249    } 
     5250 
     5251    /** 
     5252     * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 
     5253     *  
     5254     */ 
     5255    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTSdtContentCell.class) 
     5256    public JAXBElement<CTBookmark> createCTSdtContentCellBookmarkStart(CTBookmark value) { 
     5257        return new JAXBElement<CTBookmark>(_CTHdrFtrBookmarkStart_QNAME, CTBookmark.class, CTSdtContentCell.class, value); 
     5258    } 
     5259 
     5260    /** 
     5261     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     5262     *  
     5263     */ 
     5264    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTSdtContentCell.class) 
     5265    public JAXBElement<RunTrackChange> createCTSdtContentCellMoveTo(RunTrackChange value) { 
     5266        return new JAXBElement<RunTrackChange>(_CTHdrFtrMoveTo_QNAME, RunTrackChange.class, CTSdtContentCell.class, value); 
     5267    } 
     5268 
     5269    /** 
     5270     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     5271     *  
     5272     */ 
    47595273    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTFtnEdn.class) 
    47605274    public JAXBElement<CTMoveBookmark> createCTFtnEdnMoveFromRangeStart(CTMoveBookmark value) { 
    4761         return new JAXBElement<CTMoveBookmark>(_CTSdtContentCellMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTFtnEdn.class, value); 
    4762     } 
    4763  
    4764     /** 
    4765      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
    4766      *  
    4767      */ 
    4768     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTFtnEdn.class) 
    4769     public JAXBElement<CTMarkupRange> createCTFtnEdnMoveFromRangeEnd(CTMarkupRange value) { 
    4770         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTFtnEdn.class, value); 
     5275        return new JAXBElement<CTMoveBookmark>(_CTHdrFtrMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTFtnEdn.class, value); 
    47715276    } 
    47725277 
     
    47815286 
    47825287    /** 
     5288     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     5289     *  
     5290     */ 
     5291    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTFtnEdn.class) 
     5292    public JAXBElement<CTMarkupRange> createCTFtnEdnMoveFromRangeEnd(CTMarkupRange value) { 
     5293        return new JAXBElement<CTMarkupRange>(_CTHdrFtrMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTFtnEdn.class, value); 
     5294    } 
     5295 
     5296    /** 
    47835297     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
    47845298     *  
     
    47865300    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "ins", scope = CTFtnEdn.class) 
    47875301    public JAXBElement<RunTrackChange> createCTFtnEdnIns(RunTrackChange value) { 
    4788         return new JAXBElement<RunTrackChange>(_CTSdtContentCellIns_QNAME, RunTrackChange.class, CTFtnEdn.class, value); 
     5302        return new JAXBElement<RunTrackChange>(_CTHdrFtrIns_QNAME, RunTrackChange.class, CTFtnEdn.class, value); 
    47895303    } 
    47905304 
     
    47955309    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTFtnEdn.class) 
    47965310    public JAXBElement<CTMarkup> createCTFtnEdnCustomXmlDelRangeEnd(CTMarkup value) { 
    4797         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTFtnEdn.class, value); 
     5311        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTFtnEdn.class, value); 
    47985312    } 
    47995313 
     
    48045318    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTFtnEdn.class) 
    48055319    public JAXBElement<CTMarkupRange> createCTFtnEdnMoveToRangeEnd(CTMarkupRange value) { 
    4806         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellMoveToRangeEnd_QNAME, CTMarkupRange.class, CTFtnEdn.class, value); 
     5320        return new JAXBElement<CTMarkupRange>(_CTHdrFtrMoveToRangeEnd_QNAME, CTMarkupRange.class, CTFtnEdn.class, value); 
    48075321    } 
    48085322 
     
    48135327    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTFtnEdn.class) 
    48145328    public JAXBElement<CTMarkup> createCTFtnEdnCustomXmlMoveToRangeEnd(CTMarkup value) { 
    4815         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTFtnEdn.class, value); 
     5329        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTFtnEdn.class, value); 
    48165330    } 
    48175331 
     
    48225336    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTFtnEdn.class) 
    48235337    public JAXBElement<CTTrackChange> createCTFtnEdnCustomXmlInsRangeStart(CTTrackChange value) { 
    4824         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTFtnEdn.class, value); 
     5338        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTFtnEdn.class, value); 
    48255339    } 
    48265340 
     
    48315345    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTFtnEdn.class) 
    48325346    public JAXBElement<CTTrackChange> createCTFtnEdnCustomXmlMoveToRangeStart(CTTrackChange value) { 
    4833         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTFtnEdn.class, value); 
     5347        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTFtnEdn.class, value); 
    48345348    } 
    48355349 
     
    48405354    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTFtnEdn.class) 
    48415355    public JAXBElement<CTMarkup> createCTFtnEdnCustomXmlInsRangeEnd(CTMarkup value) { 
    4842         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTFtnEdn.class, value); 
     5356        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTFtnEdn.class, value); 
    48435357    } 
    48445358 
     
    48495363    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTFtnEdn.class) 
    48505364    public JAXBElement<RangePermissionStart> createCTFtnEdnPermStart(RangePermissionStart value) { 
    4851         return new JAXBElement<RangePermissionStart>(_CTSdtContentCellPermStart_QNAME, RangePermissionStart.class, CTFtnEdn.class, value); 
     5365        return new JAXBElement<RangePermissionStart>(_CTHdrFtrPermStart_QNAME, RangePermissionStart.class, CTFtnEdn.class, value); 
     5366    } 
     5367 
     5368    /** 
     5369     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     5370     *  
     5371     */ 
     5372    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeEnd", scope = CTFtnEdn.class) 
     5373    public JAXBElement<CTMarkupRange> createCTFtnEdnCommentRangeEnd(CTMarkupRange value) { 
     5374        return new JAXBElement<CTMarkupRange>(_CTHdrFtrCommentRangeEnd_QNAME, CTMarkupRange.class, CTFtnEdn.class, value); 
    48525375    } 
    48535376 
     
    48585381    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTFtnEdn.class) 
    48595382    public JAXBElement<CTMoveBookmark> createCTFtnEdnMoveToRangeStart(CTMoveBookmark value) { 
    4860         return new JAXBElement<CTMoveBookmark>(_CTSdtContentCellMoveToRangeStart_QNAME, CTMoveBookmark.class, CTFtnEdn.class, value); 
    4861     } 
    4862  
    4863     /** 
    4864      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
    4865      *  
    4866      */ 
    4867     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeEnd", scope = CTFtnEdn.class) 
    4868     public JAXBElement<CTMarkupRange> createCTFtnEdnCommentRangeEnd(CTMarkupRange value) { 
    4869         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellCommentRangeEnd_QNAME, CTMarkupRange.class, CTFtnEdn.class, value); 
     5383        return new JAXBElement<CTMoveBookmark>(_CTHdrFtrMoveToRangeStart_QNAME, CTMoveBookmark.class, CTFtnEdn.class, value); 
    48705384    } 
    48715385 
     
    48765390    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTFtnEdn.class) 
    48775391    public JAXBElement<CTMarkupRange> createCTFtnEdnBookmarkEnd(CTMarkupRange value) { 
    4878         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellBookmarkEnd_QNAME, CTMarkupRange.class, CTFtnEdn.class, value); 
     5392        return new JAXBElement<CTMarkupRange>(_CTHdrFtrBookmarkEnd_QNAME, CTMarkupRange.class, CTFtnEdn.class, value); 
    48795393    } 
    48805394 
     
    48855399    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTFtnEdn.class) 
    48865400    public JAXBElement<CTMarkup> createCTFtnEdnCustomXmlMoveFromRangeEnd(CTMarkup value) { 
    4887         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTFtnEdn.class, value); 
     5401        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTFtnEdn.class, value); 
    48885402    } 
    48895403 
     
    48945408    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeStart", scope = CTFtnEdn.class) 
    48955409    public JAXBElement<CTMarkupRange> createCTFtnEdnCommentRangeStart(CTMarkupRange value) { 
    4896         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellCommentRangeStart_QNAME, CTMarkupRange.class, CTFtnEdn.class, value); 
     5410        return new JAXBElement<CTMarkupRange>(_CTHdrFtrCommentRangeStart_QNAME, CTMarkupRange.class, CTFtnEdn.class, value); 
    48975411    } 
    48985412 
     
    49035417    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTFtnEdn.class) 
    49045418    public JAXBElement<RunTrackChange> createCTFtnEdnMoveFrom(RunTrackChange value) { 
    4905         return new JAXBElement<RunTrackChange>(_CTSdtContentCellMoveFrom_QNAME, RunTrackChange.class, CTFtnEdn.class, value); 
     5419        return new JAXBElement<RunTrackChange>(_CTHdrFtrMoveFrom_QNAME, RunTrackChange.class, CTFtnEdn.class, value); 
    49065420    } 
    49075421 
     
    49125426    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTFtnEdn.class) 
    49135427    public JAXBElement<CTTrackChange> createCTFtnEdnCustomXmlMoveFromRangeStart(CTTrackChange value) { 
    4914         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTFtnEdn.class, value); 
     5428        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTFtnEdn.class, value); 
    49155429    } 
    49165430 
     
    49215435    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTFtnEdn.class) 
    49225436    public JAXBElement<CTTrackChange> createCTFtnEdnCustomXmlDelRangeStart(CTTrackChange value) { 
    4923         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTFtnEdn.class, value); 
     5437        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTFtnEdn.class, value); 
    49245438    } 
    49255439 
     
    49395453    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTFtnEdn.class) 
    49405454    public JAXBElement<CTPerm> createCTFtnEdnPermEnd(CTPerm value) { 
    4941         return new JAXBElement<CTPerm>(_CTSdtContentCellPermEnd_QNAME, CTPerm.class, CTFtnEdn.class, value); 
     5455        return new JAXBElement<CTPerm>(_CTHdrFtrPermEnd_QNAME, CTPerm.class, CTFtnEdn.class, value); 
     5456    } 
     5457 
     5458    /** 
     5459     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     5460     *  
     5461     */ 
     5462    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "del", scope = CTFtnEdn.class) 
     5463    public JAXBElement<RunTrackChange> createCTFtnEdnDel(RunTrackChange value) { 
     5464        return new JAXBElement<RunTrackChange>(_CTHdrFtrDel_QNAME, RunTrackChange.class, CTFtnEdn.class, value); 
    49425465    } 
    49435466 
     
    49485471    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = CTFtnEdn.class) 
    49495472    public JAXBElement<CTCustomXmlBlock> createCTFtnEdnCustomXml(CTCustomXmlBlock value) { 
    4950         return new JAXBElement<CTCustomXmlBlock>(_CTSdtContentCellCustomXml_QNAME, CTCustomXmlBlock.class, CTFtnEdn.class, value); 
    4951     } 
    4952  
    4953     /** 
    4954      * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
    4955      *  
    4956      */ 
    4957     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "del", scope = CTFtnEdn.class) 
    4958     public JAXBElement<RunTrackChange> createCTFtnEdnDel(RunTrackChange value) { 
    4959         return new JAXBElement<RunTrackChange>(_CTSdtContentCellDel_QNAME, RunTrackChange.class, CTFtnEdn.class, value); 
     5473        return new JAXBElement<CTCustomXmlBlock>(_CTHdrFtrCustomXml_QNAME, CTCustomXmlBlock.class, CTFtnEdn.class, value); 
    49605474    } 
    49615475 
     
    49665480    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTFtnEdn.class) 
    49675481    public JAXBElement<CTBookmark> createCTFtnEdnBookmarkStart(CTBookmark value) { 
    4968         return new JAXBElement<CTBookmark>(_CTSdtContentCellBookmarkStart_QNAME, CTBookmark.class, CTFtnEdn.class, value); 
     5482        return new JAXBElement<CTBookmark>(_CTHdrFtrBookmarkStart_QNAME, CTBookmark.class, CTFtnEdn.class, value); 
    49695483    } 
    49705484 
     
    49755489    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTFtnEdn.class) 
    49765490    public JAXBElement<RunTrackChange> createCTFtnEdnMoveTo(RunTrackChange value) { 
    4977         return new JAXBElement<RunTrackChange>(_CTSdtContentCellMoveTo_QNAME, RunTrackChange.class, CTFtnEdn.class, value); 
     5491        return new JAXBElement<RunTrackChange>(_CTHdrFtrMoveTo_QNAME, RunTrackChange.class, CTFtnEdn.class, value); 
    49785492    } 
    49795493 
     
    49825496     *  
    49835497     */ 
    4984     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTTc.class) 
    4985     public JAXBElement<CTMoveBookmark> createCTTcMoveFromRangeStart(CTMoveBookmark value) { 
    4986         return new JAXBElement<CTMoveBookmark>(_CTSdtContentCellMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTTc.class, value); 
     5498    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = Tc.class) 
     5499    public JAXBElement<CTMoveBookmark> createTcMoveFromRangeStart(CTMoveBookmark value) { 
     5500        return new JAXBElement<CTMoveBookmark>(_CTHdrFtrMoveFromRangeStart_QNAME, CTMoveBookmark.class, Tc.class, value); 
    49875501    } 
    49885502 
     
    49915505     *  
    49925506     */ 
    4993     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tbl", scope = CTTc.class) 
    4994     public JAXBElement<Tbl> createCTTcTbl(Tbl value) { 
    4995         return new JAXBElement<Tbl>(_CTHdrFtrTbl_QNAME, Tbl.class, CTTc.class, value); 
    4996     } 
    4997  
    4998     /** 
    4999      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
    5000      *  
    5001      */ 
    5002     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTTc.class) 
    5003     public JAXBElement<CTMarkupRange> createCTTcMoveFromRangeEnd(CTMarkupRange value) { 
    5004         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTTc.class, value); 
     5507    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tbl", scope = Tc.class) 
     5508    public JAXBElement<Tbl> createTcTbl(Tbl value) { 
     5509        return new JAXBElement<Tbl>(_CTHdrFtrTbl_QNAME, Tbl.class, Tc.class, value); 
     5510    } 
     5511 
     5512    /** 
     5513     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     5514     *  
     5515     */ 
     5516    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = Tc.class) 
     5517    public JAXBElement<CTMarkupRange> createTcMoveFromRangeEnd(CTMarkupRange value) { 
     5518        return new JAXBElement<CTMarkupRange>(_CTHdrFtrMoveFromRangeEnd_QNAME, CTMarkupRange.class, Tc.class, value); 
    50055519    } 
    50065520 
     
    50095523     *  
    50105524     */ 
    5011     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "ins", scope = CTTc.class) 
    5012     public JAXBElement<RunTrackChange> createCTTcIns(RunTrackChange value) { 
    5013         return new JAXBElement<RunTrackChange>(_CTSdtContentCellIns_QNAME, RunTrackChange.class, CTTc.class, value); 
     5525    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "ins", scope = Tc.class) 
     5526    public JAXBElement<RunTrackChange> createTcIns(RunTrackChange value) { 
     5527        return new JAXBElement<RunTrackChange>(_CTHdrFtrIns_QNAME, RunTrackChange.class, Tc.class, value); 
    50145528    } 
    50155529 
     
    50185532     *  
    50195533     */ 
    5020     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTTc.class) 
    5021     public JAXBElement<CTMarkup> createCTTcCustomXmlDelRangeEnd(CTMarkup value) { 
    5022         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTTc.class, value); 
    5023     } 
    5024  
    5025     /** 
    5026      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
    5027      *  
    5028      */ 
    5029     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTTc.class) 
    5030     public JAXBElement<CTMarkupRange> createCTTcMoveToRangeEnd(CTMarkupRange value) { 
    5031         return new JAXBElement<CTMarkupRange>(_CTSdtContentCellMoveToRangeEnd_QNAME, CTMarkupRange.class, CTTc.class, value); 
     5534    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = Tc.class) 
     5535    public JAXBElement<CTMarkup> createTcCustomXmlDelRangeEnd(CTMarkup value) { 
     5536        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlDelRangeEnd_QNAME, CTMarkup.class, Tc.class, value); 
     5537    } 
     5538 
     5539    /** 
     5540     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     5541     *  
     5542     */ 
     5543    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = Tc.class) 
     5544    public JAXBElement<CTMarkupRange> createTcMoveToRangeEnd(CTMarkupRange value) { 
     5545        return new JAXBElement<CTMarkupRange>(_CTHdrFtrMoveToRangeEnd_QNAME, CTMarkupRange.class, Tc.class, value); 
    50325546    } 
    50335547 
     
    50365550     *  
    50375551     */ 
    5038     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTTc.class) 
    5039     public JAXBElement<CTMarkup> createCTTcCustomXmlMoveToRangeEnd(CTMarkup value) { 
    5040         return new JAXBElement<CTMarkup>(_CTSdtContentCellCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTTc.class, value); 
     5552    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = Tc.class) 
     5553    public JAXBElement<CTMarkup> createTcCustomXmlMoveToRangeEnd(CTMarkup value) { 
     5554        return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, Tc.class, value); 
    50415555    } 
    50425556 
     
    50455559     *  
    50465560     */ 
    5047     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTTc.class) 
    5048     public JAXBElement<CTTrackChange> createCTTcCustomXmlInsRangeStart(CTTrackChange value) { 
    5049         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTTc.class, value); 
     5561    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = Tc.class) 
     5562    public JAXBElement<CTTrackChange> createTcCustomXmlInsRangeStart(CTTrackChange value) { 
     5563        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlInsRangeStart_QNAME, CTTrackChange.class, Tc.class, value); 
    50505564    } 
    50515565 
     
    50545568     *  
    50555569     */ 
    5056     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTTc.class) 
    5057     public JAXBElement<CTTrackChange> createCTTcCustomXmlMoveToRangeStart(CTTrackChange value) { 
    5058         return new JAXBElement<CTTrackChange>(_CTSdtContentCellCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTTc.class, value); 
     5570    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = Tc.class) 
     5571    public JAXBElement<CTTrackChange> createTcCustomXmlMoveToRangeStart(CTTrackChange value) { 
     5572        return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, Tc.class, value); 
    50595573    } 
    50605574