Changeset 546


Ignore:
Timestamp:
09/30/08 12:54:31 (4 years ago)
Author:
jharrop
Message:

Created objects Ftr, Hdr (replacing CT_HdrFtr); replaced CT_Picture with pict.

Location:
trunk/docx4j
Files:
3 added
2 deleted
36 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/wml/Body.java

    r527 r546  
    6868    @XmlElementRefs({ 
    6969        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     70        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
     71        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     72        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     73        @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 
     74        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     75        @XmlElementRef(name = "customXml", 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), 
     77        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
     78        @XmlElementRef(name = "bookmarkEnd", 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 = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     81        @XmlElementRef(name = "permEnd", 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 = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     84        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7085        @XmlElementRef(name = "customXmlMoveFromRangeEnd", 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), 
    7286        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    7387        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    74         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
    75         @XmlElementRef(name = "moveToRangeEnd", 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), 
     88        @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 = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     91        @XmlElementRef(name = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7792        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    78         @XmlElementRef(name = "customXml", 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 = "moveFromRangeEnd", 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 = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    83         @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    84         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
     93        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8594        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    86         @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    87         @XmlElementRef(name = "permEnd", 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), 
    90         @XmlElementRef(name = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    9195        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    92         @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
    93         @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    94         @XmlElementRef(name = "customXmlMoveToRangeEnd", 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 = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     96        @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    9797    }) 
    9898    protected List<Object> egBlockLevelElts; 
     
    120120     * Objects of the following type(s) are allowed in the list 
    121121     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    122      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    123      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    124      * {@link ProofErr } 
    125      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     122     * {@link SdtBlock } 
    126123     * {@link RunIns } 
    127      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     124     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    128125     * {@link P } 
    129      * {@link CommentRangeStart } 
     126     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    130127     * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 
    131      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    132      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    133      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    134      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    135128     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    136129     * {@link CommentRangeEnd } 
     130     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     131     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     132     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     133     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     134     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     135     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     136     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     137     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     138     * {@link ProofErr } 
     139     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     140     * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 
     141     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     142     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     143     * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 
     144     * {@link CommentRangeStart } 
    137145     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    138      * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 
    139      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     146     * {@link RunDel } 
     147     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    140148     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    141      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    142      * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 
    143      * {@link RunDel } 
    144      * {@link SdtBlock } 
    145      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    146      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    147      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    148      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    149149     *  
    150150     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTCustomXmlBlock.java

    r527 r546  
    6969    protected CTCustomXmlPr customXmlPr; 
    7070    @XmlElementRefs({ 
     71        @XmlElementRef(name = "bookmarkStart", 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 = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     74        @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 
     75        @XmlElementRef(name = "customXml", 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 = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     78        @XmlElementRef(name = "moveToRangeStart", 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), 
    7180        @XmlElementRef(name = "permStart", 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 = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     81        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
     82        @XmlElementRef(name = "moveToRangeEnd", 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 = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     85        @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     86        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     87        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7488        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    75         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
    7689        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7790        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    78         @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 
     91        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     92        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     93        @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8094        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    81         @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    82         @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    83         @XmlElementRef(name = "customXml", 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 = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    86         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
    87         @XmlElementRef(name = "customXmlMoveToRangeEnd", 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 = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    92         @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    9395        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    9496        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    95         @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
    96         @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    97         @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     97        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    9898    }) 
    9999    protected List<Object> egContentBlockContent; 
     
    147147     * <p> 
    148148     * Objects of the following type(s) are allowed in the list 
    149      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    150      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    151      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    152      * {@link ProofErr } 
     149     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     150     * {@link SdtBlock } 
    153151     * {@link RunIns } 
     152     * {@link P } 
     153     * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 
     154     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     155     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    154156     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    155157     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    156      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    157      * {@link P } 
     158     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     159     * {@link CommentRangeEnd } 
     160     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     161     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     162     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     163     * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 
     164     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     165     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     166     * {@link ProofErr } 
     167     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     168     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     169     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     170     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     171     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    158172     * {@link CommentRangeStart } 
    159      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    160      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    161      * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 
    162      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    163173     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    164      * {@link CommentRangeEnd } 
    165      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    166      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    167      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    168      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    169      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    170      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    171174     * {@link RunDel } 
    172175     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    173      * {@link SdtBlock } 
    174      * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 
    175      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    176176     *  
    177177     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTCustomXmlCell.java

    r527 r546  
    6969    protected CTCustomXmlPr customXmlPr; 
    7070    @XmlElementRefs({ 
     71        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7172        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     73        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     74        @XmlElementRef(name = "tc", 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 = "customXmlMoveFromRangeEnd", 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 = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     79        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
     80        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     81        @XmlElementRef(name = "permEnd", 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 = "permStart", 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 = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     86        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     87        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7288        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    73         @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    74         @XmlElementRef(name = "tc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    75         @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    76         @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    77         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     89        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     90        @XmlElementRef(name = "bookmarkStart", 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 = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     93        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    7894        @XmlElementRef(name = "moveTo", 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 = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    82         @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    83         @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    84         @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    85         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
    86         @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    87         @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    88         @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    89         @XmlElementRef(name = "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 = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    9295        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    93         @XmlElementRef(name = "permStart", 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 = "sdt", 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) 
     96        @XmlElementRef(name = "moveToRangeEnd", 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 CTTrackChange }{@code >} 
     148     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     149     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     150     * {@link RunIns } 
     151     * {@link JAXBElement }{@code <}{@link Tc }{@code >} 
     152     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     153     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     154     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     155     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     156     * {@link CommentRangeEnd } 
    149157     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     158     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     159     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     160     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     161     * {@link ProofErr } 
     162     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     163     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     164     * {@link JAXBElement }{@code <}{@link CTSdtCell }{@code >} 
    150165     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    151      * {@link JAXBElement }{@code <}{@link Tc }{@code >} 
    152      * {@link ProofErr } 
    153      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    154      * {@link RunIns } 
     166     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     167     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     168     * {@link JAXBElement }{@code <}{@link CTCustomXmlCell }{@code >} 
     169     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     170     * {@link CommentRangeStart } 
    155171     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    156      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    157      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    158      * {@link CommentRangeStart } 
    159      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    160      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    161      * {@link JAXBElement }{@code <}{@link CTCustomXmlCell }{@code >} 
    162      * {@link CommentRangeEnd } 
    163      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    164      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     172     * {@link RunDel } 
    165173     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    166      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    167      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    168      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    169      * {@link RunDel } 
    170      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    171      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    172      * {@link JAXBElement }{@code <}{@link CTSdtCell }{@code >} 
    173      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    174174     *  
    175175     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTCustomXmlRow.java

    r527 r546  
    6969    protected CTCustomXmlPr customXmlPr; 
    7070    @XmlElementRefs({ 
     71        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     72        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     73        @XmlElementRef(name = "moveToRangeStart", 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 = "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 = "moveFromRangeEnd", 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 = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     80        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     81        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
    7182        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     83        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     84        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     85        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7286        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    73         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
    74         @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     87        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     88        @XmlElementRef(name = "tr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Tr.class), 
     89        @XmlElementRef(name = "sdt", 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 = "permStart", 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), 
    7593        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    76         @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    77         @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    78         @XmlElementRef(name = "tr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Tr.class), 
    79         @XmlElementRef(name = "customXmlMoveFromRangeStart", 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 = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
     94        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    8295        @XmlElementRef(name = "customXmlInsRangeEnd", 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 = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    85         @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    86         @XmlElementRef(name = "moveToRangeEnd", 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), 
    88         @XmlElementRef(name = "permStart", 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 = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    91         @XmlElementRef(name = "sdt", 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 = "customXmlMoveToRangeStart", 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), 
    95         @XmlElementRef(name = "customXmlDelRangeStart", 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) 
     96        @XmlElementRef(name = "bookmarkStart", 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 CTMarkup }{@code >} 
     148     * {@link RunIns } 
     149     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     150     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     151     * {@link JAXBElement }{@code <}{@link CTCustomXmlRow }{@code >} 
     152     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     153     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     154     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     155     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     156     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     157     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     158     * {@link CommentRangeEnd } 
     159     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     160     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     161     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     162     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    149163     * {@link ProofErr } 
    150      * {@link RunIns } 
    151      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     164     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     165     * {@link Tr } 
     166     * {@link JAXBElement }{@code <}{@link CTSdtRow }{@code >} 
     167     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     168     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     169     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    152170     * {@link CommentRangeStart } 
    153      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    154      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    155      * {@link Tr } 
    156      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    157      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    158      * {@link CommentRangeEnd } 
    159      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    160      * {@link JAXBElement }{@code <}{@link CTCustomXmlRow }{@code >} 
    161      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    162      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    163      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    164      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    165      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     171     * {@link RunDel } 
     172     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    166173     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    167      * {@link RunDel } 
    168      * {@link JAXBElement }{@code <}{@link CTSdtRow }{@code >} 
    169      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    170      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    171      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    172      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    173      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    174174     *  
    175175     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTCustomXmlRun.java

    r527 r546  
    6969    protected CTCustomXmlPr customXmlPr; 
    7070    @XmlElementRefs({ 
     71        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     72        @XmlElementRef(name = "customXmlDelRangeEnd", 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), 
     74        @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     75        @XmlElementRef(name = "hyperlink", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     76        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
     77        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     78        @XmlElementRef(name = "fldSimple", 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 = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     81        @XmlElementRef(name = "moveToRangeStart", 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 = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
     84        @XmlElementRef(name = "subDoc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     85        @XmlElementRef(name = "smartTag", 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 = "moveFromRangeStart", 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 = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     90        @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     91        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
     92        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     93        @XmlElementRef(name = "customXmlMoveToRangeStart", 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 = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
     96        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7197        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    72         @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    73         @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    74         @XmlElementRef(name = "fldSimple", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    75         @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    76         @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    77         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
    78         @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    80         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    81         @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    82         @XmlElementRef(name = "moveToRangeEnd", 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 = "smartTag", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    85         @XmlElementRef(name = "permStart", 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 = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    88         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
    89         @XmlElementRef(name = "customXmlMoveFromRangeStart", 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 = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    92         @XmlElementRef(name = "hyperlink", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    93         @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    94         @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    9598        @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 
    96         @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    97         @XmlElementRef(name = "customXmlMoveFromRangeEnd", 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), 
    9999        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    100         @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     100        @XmlElementRef(name = "permStart", 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 CTMarkupRange }{@code >} 
    153      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     152     * {@link RunIns } 
     153     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     154     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     155     * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 
     156     * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 
     157     * {@link CommentRangeEnd } 
    154158     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    155159     * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 
     160     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     161     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     162     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     163     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    156164     * {@link ProofErr } 
     165     * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 
     166     * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 
     167     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     168     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     169     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    157170     * {@link JAXBElement }{@code <}{@link SdtRun }{@code >} 
    158      * {@link RunIns } 
    159171     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     172     * {@link CommentRangeStart } 
     173     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     174     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    160175     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    161      * {@link CommentRangeStart } 
    162      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     176     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     177     * {@link RunDel } 
    163178     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    164      * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 
    165      * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 
     179     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     180     * {@link R } 
    166181     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    167      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    168      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    169      * {@link CommentRangeEnd } 
    170      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    171      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    172      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    173      * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 
    174      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    175      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    176      * {@link RunDel } 
    177      * {@link R } 
    178      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    179      * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 
    180      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    181      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    182182     *  
    183183     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTDocPartPr.java

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

    r527 r546  
    7474 
    7575    @XmlElementRefs({ 
     76        @XmlElementRef(name = "enabled", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     77        @XmlElementRef(name = "name", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     78        @XmlElementRef(name = "calcOnExit", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     79        @XmlElementRef(name = "exitMacro", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     80        @XmlElementRef(name = "helpText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     81        @XmlElementRef(name = "ddList", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     82        @XmlElementRef(name = "statusText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7683        @XmlElementRef(name = "textInput", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    77         @XmlElementRef(name = "statusText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    78         @XmlElementRef(name = "calcOnExit", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "enabled", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    80         @XmlElementRef(name = "helpText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "exitMacro", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8284        @XmlElementRef(name = "entryMacro", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    83         @XmlElementRef(name = "checkBox", 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 = "name", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     85        @XmlElementRef(name = "checkBox", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    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 CTFFTextInput }{@code >} 
    110      * {@link JAXBElement }{@code <}{@link CTFFStatusText }{@code >} 
     109     * {@link JAXBElement }{@code <}{@link CTFFName }{@code >} 
    111110     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    112111     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    113112     * {@link JAXBElement }{@code <}{@link CTMacroName }{@code >} 
    114113     * {@link JAXBElement }{@code <}{@link CTFFHelpText }{@code >} 
     114     * {@link JAXBElement }{@code <}{@link CTFFDDList }{@code >} 
     115     * {@link JAXBElement }{@code <}{@link CTFFStatusText }{@code >} 
     116     * {@link JAXBElement }{@code <}{@link CTFFTextInput }{@code >} 
     117     * {@link JAXBElement }{@code <}{@link CTFFCheckBox }{@code >} 
    115118     * {@link JAXBElement }{@code <}{@link CTMacroName }{@code >} 
    116      * {@link JAXBElement }{@code <}{@link CTFFCheckBox }{@code >} 
    117      * {@link JAXBElement }{@code <}{@link CTFFDDList }{@code >} 
    118      * {@link JAXBElement }{@code <}{@link CTFFName }{@code >} 
    119119     *  
    120120     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTFrameset.java

    r527 r546  
    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

    r527 r546  
    6767 
    6868    @XmlElementRefs({ 
    69         @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    70         @XmlElementRef(name = "moveFrom", 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), 
     69        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     70        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
     71        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7272        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     73        @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 
    7374        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    74         @XmlElementRef(name = "customXmlMoveFromRangeStart", 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), 
     75        @XmlElementRef(name = "altChunk", 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), 
    7678        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7779        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    78         @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    80         @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     80        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     81        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8282        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
    83         @XmlElementRef(name = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    84         @XmlElementRef(name = "customXmlDelRangeStart", 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), 
     83        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     84        @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8685        @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8786        @XmlElementRef(name = "customXmlInsRangeEnd", 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), 
     88        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     89        @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     90        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8891        @XmlElementRef(name = "bookmarkEnd", 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), 
     92        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    9093        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    91         @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
    92         @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    9394        @XmlElementRef(name = "customXml", 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 = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    96         @XmlElementRef(name = "tbl", 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 = "moveFrom", 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 ProofErr } 
    125      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    126      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     124     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     125     * {@link SdtBlock } 
     126     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    127127     * {@link RunIns } 
    128      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    129      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    130128     * {@link P } 
    131129     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    132      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     130     * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 
     131     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     132     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     133     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     134     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     135     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     136     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     137     * {@link CommentRangeEnd } 
     138     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     139     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     140     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     141     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     142     * {@link ProofErr } 
     143     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     144     * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 
     145     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    133146     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    134147     * {@link CommentRangeStart } 
    135      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    136      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    137      * {@link CommentRangeEnd } 
    138      * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 
    139      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    140      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    141      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    142      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    143      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    144      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    145148     * {@link RunDel } 
    146      * {@link SdtBlock } 
    147      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    148      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     149     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    149150     * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 
    150      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    151      * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 
     151     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    152152     *  
    153153     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTHyperlink.java

    r527 r546  
    6868 
    6969    @XmlElementRefs({ 
     70        @XmlElementRef(name = "moveFrom", 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), 
     72        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     73        @XmlElementRef(name = "hyperlink", 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 = "fldSimple", 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), 
    7077        @XmlElementRef(name = "moveToRangeStart", 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), 
    7179        @XmlElementRef(name = "subDoc", 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), 
     80        @XmlElementRef(name = "moveFromRangeStart", 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 = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     83        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
    7384        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     85        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     86        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     87        @XmlElementRef(name = "sdt", 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 = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7490        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     91        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     92        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     93        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
     94        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7595        @XmlElementRef(name = "customXmlMoveToRangeStart", 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 = "permEnd", 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 = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
    80         @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    82         @XmlElementRef(name = "moveFromRangeStart", 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 = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     96        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    8597        @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    86         @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    87         @XmlElementRef(name = "hyperlink", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    88         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
    89         @XmlElementRef(name = "sdt", 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 = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    92         @XmlElementRef(name = "smartTag", 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 = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    95         @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    9698        @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 
    97         @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    98         @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    99         @XmlElementRef(name = "fldSimple", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     99        @XmlElementRef(name = "customXmlInsRangeEnd", 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 RunTrackChange }{@code >} 
     136     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     137     * {@link RunIns } 
     138     * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 
     139     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     140     * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 
     141     * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 
    135142     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     143     * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 
    136144     * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 
    137      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     145     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     146     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     147     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     148     * {@link CommentRangeEnd } 
     149     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     150     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     151     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     152     * {@link JAXBElement }{@code <}{@link SdtRun }{@code >} 
     153     * {@link ProofErr } 
    138154     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    139155     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     156     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     157     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     158     * {@link CommentRangeStart } 
    140159     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    141      * {@link ProofErr } 
    142      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    143160     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    144      * {@link RunIns } 
    145      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    146      * {@link CommentRangeStart } 
    147      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    148      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    149      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    150      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    151      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    152      * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 
    153      * {@link CommentRangeEnd } 
    154      * {@link JAXBElement }{@code <}{@link SdtRun }{@code >} 
    155      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    156      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    157      * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 
    158      * {@link R } 
    159161     * {@link RunDel } 
    160162     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    161      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    162      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    163      * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 
    164      * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 
     163     * {@link R } 
     164     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    165165     *  
    166166     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTParaRPrOriginal.java

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

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

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

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

    r527 r546  
    6161 
    6262    @XmlElementRefs({ 
     63        @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     64        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     65        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6366        @XmlElementRef(name = "customXmlMoveToRangeEnd", 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), 
     67        @XmlElementRef(name = "customXml", 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 = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     70        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     71        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
     72        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6573        @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6674        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    67         @XmlElementRef(name = "customXmlDelRangeEnd", 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 = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6877        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    69         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     78        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     79        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     80        @XmlElementRef(name = "tc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7081        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    71         @XmlElementRef(name = "customXmlInsRangeEnd", 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), 
    7283        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    73         @XmlElementRef(name = "tc", 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), 
     84        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     85        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
     86        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7587        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    76         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
    77         @XmlElementRef(name = "sdt", 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 = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    80         @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    82         @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    83         @XmlElementRef(name = "customXmlMoveFromRangeEnd", 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 = "customXmlMoveToRangeStart", 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 = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8888        @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    8989    }) 
     
    111111     * Objects of the following type(s) are allowed in the list 
    112112     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     113     * {@link RunIns } 
     114     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     115     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     116     * {@link JAXBElement }{@code <}{@link CTCustomXmlCell }{@code >} 
     117     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     118     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     119     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     120     * {@link CommentRangeEnd } 
    113121     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    114122     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    115123     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    116124     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     125     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    117126     * {@link ProofErr } 
    118      * {@link RunIns } 
     127     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     128     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     129     * {@link JAXBElement }{@code <}{@link Tc }{@code >} 
    119130     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    120      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     131     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    121132     * {@link CommentRangeStart } 
    122      * {@link JAXBElement }{@code <}{@link Tc }{@code >} 
    123      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     133     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     134     * {@link RunDel } 
     135     * {@link JAXBElement }{@code <}{@link CTSdtCell }{@code >} 
     136     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    124137     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    125      * {@link CommentRangeEnd } 
    126      * {@link JAXBElement }{@code <}{@link CTSdtCell }{@code >} 
    127      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    128      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    129      * {@link JAXBElement }{@code <}{@link CTCustomXmlCell }{@code >} 
    130      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    131      * {@link RunDel } 
    132      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    133      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    134      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    135      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    136      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    137      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    138138     *  
    139139     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTSdtContentRow.java

    r527 r546  
    6161 
    6262    @XmlElementRefs({ 
     63        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     64        @XmlElementRef(name = "customXmlMoveToRangeStart", 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 = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     67        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     68        @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     69        @XmlElementRef(name = "customXmlInsRangeEnd", 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), 
     71        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
     72        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     73        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     74        @XmlElementRef(name = "customXmlMoveFromRangeStart", 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), 
    6376        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    64         @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    65         @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     77        @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6678        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    67         @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    68         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
    69         @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    70         @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    71         @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    72         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    73         @XmlElementRef(name = "customXmlInsRangeEnd", 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 = "tr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Tr.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 = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
    79         @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    80         @XmlElementRef(name = "moveFrom", 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 = "bookmarkStart", 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 = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    85         @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8679        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8780        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    88         @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     81        @XmlElementRef(name = "tr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Tr.class), 
     82        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
     83        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     84        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
     85        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     86        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     87        @XmlElementRef(name = "bookmarkEnd", 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) 
    8989    }) 
    9090    protected List<Object> egContentRowContent; 
     
    110110     * <p> 
    111111     * Objects of the following type(s) are allowed in the list 
     112     * {@link RunIns } 
     113     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     114     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     115     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     116     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     117     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     118     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     119     * {@link JAXBElement }{@code <}{@link CTSdtRow }{@code >} 
     120     * {@link CommentRangeEnd } 
    112121     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    113122     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    114      * {@link JAXBElement }{@code <}{@link CTSdtRow }{@code >} 
    115      * {@link ProofErr } 
    116      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    117      * {@link RunIns } 
    118      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    119123     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    120      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    121      * {@link CommentRangeStart } 
    122      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    123      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    124      * {@link Tr } 
    125      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    126      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    127      * {@link CommentRangeEnd } 
    128124     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    129125     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    130      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    131      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    132      * {@link JAXBElement }{@code <}{@link CTCustomXmlRow }{@code >} 
    133      * {@link RunDel } 
    134      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     126     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     127     * {@link ProofErr } 
    135128     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    136129     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     130     * {@link Tr } 
     131     * {@link CommentRangeStart } 
     132     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     133     * {@link RunDel } 
    137134     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     135     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     136     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     137     * {@link JAXBElement }{@code <}{@link CTCustomXmlRow }{@code >} 
    138138     *  
    139139     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTSdtContentRun.java

    r527 r546  
    6161 
    6262    @XmlElementRefs({ 
    63         @XmlElementRef(name = "moveToRangeEnd", 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 = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    66         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
    67         @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6863        @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6964        @XmlElementRef(name = "hyperlink", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     65        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     66        @XmlElementRef(name = "customXmlMoveToRangeStart", 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 = "smartTag", 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), 
     71        @XmlElementRef(name = "moveFromRangeEnd", 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 = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
     74        @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     75        @XmlElementRef(name = "customXmlInsRangeStart", 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 = "moveToRangeEnd", 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 = "subDoc", 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 = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     82        @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     83        @XmlElementRef(name = "customXmlMoveToRangeEnd", 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 = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     86        @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7087        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    71         @XmlElementRef(name = "fldSimple", 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 = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    7290        @XmlElementRef(name = "customXmlMoveFromRangeEnd", 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 = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    75         @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    76         @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    77         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
    78         @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    80         @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "customXml", 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 = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    84         @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    85         @XmlElementRef(name = "smartTag", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8691        @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 
    87         @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    88         @XmlElementRef(name = "customXmlInsRangeEnd", 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 = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    91         @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    92         @XmlElementRef(name = "subDoc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     92        @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    9393    }) 
    9494    protected List<Object> paragraphContent; 
     
    114114     * <p> 
    115115     * Objects of the following type(s) are allowed in the list 
    116      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    117      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    118      * {@link ProofErr } 
    119      * {@link RunIns } 
    120      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    121116     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    122117     * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 
    123      * {@link CommentRangeStart } 
     118     * {@link RunIns } 
     119     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     120     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     121     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     122     * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 
     123     * {@link JAXBElement }{@code <}{@link SdtRun }{@code >} 
     124     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    124125     * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 
     126     * {@link CommentRangeEnd } 
     127     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     128     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     129     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     130     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     131     * {@link ProofErr } 
     132     * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 
     133     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     134     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    125135     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    126136     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    127      * {@link JAXBElement }{@code <}{@link SdtRun }{@code >} 
     137     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    128138     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    129      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    130      * {@link CommentRangeEnd } 
    131      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    132      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     139     * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 
     140     * {@link CommentRangeStart } 
    133141     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    134      * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 
     142     * {@link RunDel } 
     143     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    135144     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    136      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    137      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    138      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    139      * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 
    140145     * {@link R } 
    141      * {@link RunDel } 
    142      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    143      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    144      * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 
    145      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    146146     *  
    147147     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTShapeDefaults.java

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

    r527 r546  
    7070    protected Text fldData; 
    7171    @XmlElementRefs({ 
     72        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     73        @XmlElementRef(name = "customXmlDelRangeEnd", 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 = "moveFromRangeEnd", 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 = "fldSimple", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     78        @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     79        @XmlElementRef(name = "moveFrom", 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 = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     82        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
     83        @XmlElementRef(name = "customXml", 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 = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7286        @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     87        @XmlElementRef(name = "bookmarkEnd", 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 = "moveToRangeStart", 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 = "permEnd", 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 = "subDoc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     94        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     95        @XmlElementRef(name = "smartTag", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     96        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
     97        @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     98        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
     99        @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    73100        @XmlElementRef(name = "hyperlink", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    74         @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    75         @XmlElementRef(name = "customXmlMoveFromRangeStart", 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), 
    77         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
    78         @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "moveToRangeEnd", 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 = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    82         @XmlElementRef(name = "moveToRangeStart", 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 = "customXmlMoveFromRangeEnd", 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 = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
    87         @XmlElementRef(name = "subDoc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    88         @XmlElementRef(name = "smartTag", 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 = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    91         @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    92         @XmlElementRef(name = "permEnd", 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 = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    95         @XmlElementRef(name = "fldSimple", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    96         @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 
    97         @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    98         @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    99         @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    100         @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    101         @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     101        @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class) 
    102102    }) 
    103103    protected List<Object> paragraphContent; 
     
    153153     * <p> 
    154154     * Objects of the following type(s) are allowed in the list 
    155      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    156      * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 
    157      * {@link ProofErr } 
    158      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    159      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    160155     * {@link RunIns } 
     156     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    161157     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    162158     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     159     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     160     * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 
     161     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     162     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    163163     * {@link JAXBElement }{@code <}{@link SdtRun }{@code >} 
     164     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     165     * {@link CommentRangeEnd } 
     166     * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 
     167     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@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 CTMarkup }{@code >} 
     172     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     173     * {@link ProofErr } 
     174     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     175     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     176     * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 
     177     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     178     * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 
    164179     * {@link CommentRangeStart } 
    165      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    166      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    167      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    168      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    169      * {@link CommentRangeEnd } 
    170      * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 
    171      * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 
    172180     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    173      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    174      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    175      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    176      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    177181     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    178      * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 
    179182     * {@link RunDel } 
    180      * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 
     183     * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 
    181184     * {@link R } 
    182      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    183      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    184      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    185185     *  
    186186     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTSmartTagRun.java

    r527 r546  
    6969    protected CTSmartTagPr smartTagPr; 
    7070    @XmlElementRefs({ 
    71         @XmlElementRef(name = "subDoc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    72         @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     71        @XmlElementRef(name = "fldSimple", 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), 
     73        @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     74        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
    7375        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    74         @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    75         @XmlElementRef(name = "moveTo", 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 = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
    78         @XmlElementRef(name = "smartTag", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    79         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    80         @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    81         @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    82         @XmlElementRef(name = "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 = "customXmlMoveToRangeStart", 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 = "fldSimple", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    87         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
    88         @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     76        @XmlElementRef(name = "hyperlink", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8977        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    9078        @XmlElementRef(name = "moveToRangeStart", 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 = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     81        @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     82        @XmlElementRef(name = "customXmlMoveFromRangeStart", 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 = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     85        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
     86        @XmlElementRef(name = "customXmlInsRangeEnd", 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), 
     88        @XmlElementRef(name = "subDoc", 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 = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     91        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    9192        @XmlElementRef(name = "moveFromRangeStart", 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), 
    93         @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    94         @XmlElementRef(name = "hyperlink", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    95         @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     93        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     94        @XmlElementRef(name = "moveToRangeEnd", 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 = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    9697        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
     98        @XmlElementRef(name = "smartTag", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    9799        @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 
    98         @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    99         @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    100         @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     100        @XmlElementRef(name = "customXmlInsRangeStart", 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 CTSimpleField }{@code >} 
     153     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     154     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     155     * {@link RunIns } 
     156     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     157     * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 
     158     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     159     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     160     * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 
     161     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     162     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     163     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     164     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     165     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     166     * {@link CommentRangeEnd } 
     167     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     168     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    152169     * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 
     170     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     171     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     172     * {@link ProofErr } 
     173     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    153174     * {@link JAXBElement }{@code <}{@link SdtRun }{@code >} 
    154175     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    155      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    156      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    157      * {@link ProofErr } 
    158      * {@link RunIns } 
     176     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     177     * {@link CommentRangeStart } 
     178     * {@link RunDel } 
    159179     * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 
    160      * {@link CommentRangeStart } 
    161      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    162      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    163      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    164      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    165      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    166      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    167      * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 
    168      * {@link CommentRangeEnd } 
    169      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    170      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    171      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    172      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    173      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    174      * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 
    175      * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 
    176      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    177180     * {@link R } 
    178      * {@link RunDel } 
    179      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    180      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    181      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     181     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    182182     *  
    183183     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTTrPrBase.java

    r527 r546  
    115115 
    116116    @XmlElementRefs({ 
     117        @XmlElementRef(name = "tblHeader", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     118        @XmlElementRef(name = "cantSplit", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    117119        @XmlElementRef(name = "cnfStyle", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     120        @XmlElementRef(name = "wAfter", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     121        @XmlElementRef(name = "jc", 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), 
     123        @XmlElementRef(name = "trHeight", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     124        @XmlElementRef(name = "gridAfter", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     125        @XmlElementRef(name = "hidden", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    118126        @XmlElementRef(name = "gridBefore", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    119127        @XmlElementRef(name = "wBefore", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    120         @XmlElementRef(name = "cantSplit", 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 = "gridAfter", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    123         @XmlElementRef(name = "wAfter", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    124         @XmlElementRef(name = "tblHeader", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    125         @XmlElementRef(name = "jc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    126         @XmlElementRef(name = "tblCellSpacing", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    127         @XmlElementRef(name = "hidden", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    128         @XmlElementRef(name = "trHeight", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     128        @XmlElementRef(name = "divId", 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 CTTrPrBase.GridBefore }{@code >} 
     152     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
     153     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    153154     * {@link JAXBElement }{@code <}{@link CTCnf }{@code >} 
    154155     * {@link JAXBElement }{@code <}{@link TblWidth }{@code >} 
     156     * {@link JAXBElement }{@code <}{@link Jc }{@code >} 
     157     * {@link JAXBElement }{@code <}{@link TblWidth }{@code >} 
     158     * {@link JAXBElement }{@code <}{@link CTHeight }{@code >} 
     159     * {@link JAXBElement }{@code <}{@link CTTrPrBase.GridAfter }{@code >} 
     160     * {@link JAXBElement }{@code <}{@link CTTrPrBase.GridBefore }{@code >} 
    155161     * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    156162     * {@link JAXBElement }{@code <}{@link CTTrPrBase.DivId }{@code >} 
    157163     * {@link JAXBElement }{@code <}{@link TblWidth }{@code >} 
    158      * {@link JAXBElement }{@code <}{@link CTTrPrBase.GridAfter }{@code >} 
    159      * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    160      * {@link JAXBElement }{@code <}{@link Jc }{@code >} 
    161      * {@link JAXBElement }{@code <}{@link TblWidth }{@code >} 
    162      * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 
    163      * {@link JAXBElement }{@code <}{@link CTHeight }{@code >} 
    164164     *  
    165165     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/CTTxbxContent.java

    r527 r546  
    6161 
    6262    @XmlElementRefs({ 
    63         @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     63        @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     64        @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     65        @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
     66        @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     67        @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     68        @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 
     69        @XmlElementRef(name = "bookmarkStart", 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 = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     72        @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
     73        @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     74        @XmlElementRef(name = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     75        @XmlElementRef(name = "bookmarkEnd", 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 = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    6478        @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    65         @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
    66         @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 
    67         @XmlElementRef(name = "customXmlMoveToRangeStart", 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 = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    70         @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    71         @XmlElementRef(name = "customXml", 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 = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7479        @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    7580        @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    76         @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    77         @XmlElementRef(name = "bookmarkEnd", 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), 
    79         @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
    80         @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     81        @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     82        @XmlElementRef(name = "moveToRangeEnd", 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 = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     85        @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
     86        @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     87        @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
     88        @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    8189        @XmlElementRef(name = "permStart", 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 = "customXmlDelRangeEnd", 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 = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    86         @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    87         @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
    88         @XmlElementRef(name = "customXmlMoveToRangeEnd", 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), 
    9090        @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    9191    }) 
     
    112112     * <p> 
    113113     * Objects of the following type(s) are allowed in the list 
    114      * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
     114     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     115     * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     116     * {@link SdtBlock } 
     117     * {@link RunIns } 
     118     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     119     * {@link P } 
     120     * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     121     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     122     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     123     * {@link CommentRangeEnd } 
     124     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     125     * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 
     126     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     127     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     128     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    115129     * {@link ProofErr } 
    116      * {@link RunIns } 
    117      * {@link P } 
    118      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    119      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    120      * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    121      * {@link CommentRangeStart } 
    122      * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 
    123      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    124      * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 
    125130     * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    126131     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    127      * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
     132     * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    128133     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    129134     * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    130      * {@link CommentRangeEnd } 
    131      * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
    132      * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    133      * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    134      * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     135     * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 
     136     * {@link CommentRangeStart } 
    135137     * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    136      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    137138     * {@link RunDel } 
    138      * {@link SdtBlock } 
    139139     * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    140140     * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 
    141      * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     141     * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    142142     *  
    143143     *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/Comments.java

    r527 r546  
    166166 
    167167        @XmlElementRefs({ 
     168            @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
     169            @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
     170            @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 
     171            @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     172            @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     173            @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     174            @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     175            @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     176            @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     177            @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
     178            @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     179            @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     180            @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     181            @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    168182            @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     183            @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     184            @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    169185            @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     186            @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    170187            @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 
    171             @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    172188            @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    173             @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     189            @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     190            @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    174191            @XmlElementRef(name = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    175             @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 
    176             @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    177             @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 
    178192            @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeStart.class), 
    179             @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    180             @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    181             @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = CommentRangeEnd.class), 
    182             @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    183             @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    184             @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    185             @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    186             @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    187             @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    188             @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    189             @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    190193            @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 
    191             @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    192             @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 
    193             @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    194             @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
    195             @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
     194            @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 
     195            @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 
    196196        }) 
    197197        protected List<Object> egBlockLevelElts; 
     
    219219         * <p> 
    220220         * Objects of the following type(s) are allowed in the list 
     221         * {@link SdtBlock } 
     222         * {@link RunIns } 
     223         * {@link P } 
     224         * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     225         * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     226         * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     227         * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     228         * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 
     229         * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
     230         * {@link CommentRangeEnd } 
     231         * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    221232         * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     233         * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
     234         * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
     235         * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
     236         * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     237         * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
     238         * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    222239         * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    223240         * {@link ProofErr } 
    224          * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    225241         * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    226          * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    227          * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 
    228          * {@link RunIns } 
    229          * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 
    230          * {@link P } 
    231          * {@link CommentRangeStart } 
    232242         * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    233243         * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    234          * {@link CommentRangeEnd } 
    235          * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 
    236          * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    237          * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 
    238          * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 
     244         * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 
     245         * {@link CommentRangeStart } 
     246         * {@link RunDel } 
     247         * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 
    239248         * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 
    240          * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 
    241          * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 
    242          * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    243          * {@link RunDel } 
    244          * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    245          * {@link SdtBlock } 
    246          * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 
    247          * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 
    248          * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 
    249249         *  
    250250         *  
  • trunk/docx4j/src/main/java/org/docx4j/wml/Numbering.java

    r359 r546  
    16161616 
    16171617        @XmlElement(required = true) 
    1618         protected CTPicture pict; 
     1618        protected Pict pict; 
    16191619        @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", required = true) 
    16201620        protected BigInteger numPicBulletId; 
     
    16271627         * @return 
    16281628         *     possible object is 
    1629          *     {@link CTPicture } 
    1630          *      
    1631          */ 
    1632         public CTPicture getPict() { 
     1629         *     {@link Pict } 
     1630         *      
     1631         */ 
     1632        public Pict getPict() { 
    16331633            return pict; 
    16341634        } 
     
    16391639         * @param value 
    16401640         *     allowed object is 
    1641          *     {@link CTPicture } 
    1642          *      
    1643          */ 
    1644         public void setPict(CTPicture value) { 
     1641         *     {@link Pict } 
     1642         *      
     1643         */ 
     1644        public void setPict(Pict value) { 
    16451645            this.pict = value; 
    16461646        } 
  • trunk/docx4j/src/main/java/org/docx4j/wml/ObjectFactory.java

    r527 r546  
    4747    private final static QName _Settings_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "settings"); 
    4848    private final static QName _Recipients_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "recipients"); 
    49     private final static QName _Hdr_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "hdr"); 
    5049    private final static QName _WebSettings_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "webSettings"); 
    5150    private final static QName _Footnotes_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "footnotes"); 
    5251    private final static QName _TxbxContent_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "txbxContent"); 
    53     private final static QName _Ftr_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "ftr"); 
    5452    private final static QName _Endnotes_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "endnotes"); 
    55     private final static QName _CommentsCommentMoveFromRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFromRangeStart"); 
    56     private final static QName _CommentsCommentMoveFrom_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFrom"); 
    57     private final static QName _CommentsCommentMoveFromRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFromRangeEnd"); 
    58     private final static QName _CommentsCommentTbl_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tbl"); 
    59     private final static QName _CommentsCommentCustomXmlMoveFromRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveFromRangeStart"); 
    60     private final static QName _CommentsCommentCustomXmlDelRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlDelRangeEnd"); 
    61     private final static QName _CommentsCommentCustomXmlDelRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlDelRangeStart"); 
    62     private final static QName _CommentsCommentMoveToRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveToRangeEnd"); 
    63     private final static QName _CommentsCommentCustomXmlMoveToRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveToRangeEnd"); 
    64     private final static QName _CommentsCommentCustomXmlInsRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlInsRangeStart"); 
    65     private final static QName _CommentsCommentCustomXmlMoveToRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveToRangeStart"); 
    66     private final static QName _CommentsCommentAltChunk_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "altChunk"); 
    67     private final static QName _CommentsCommentCustomXmlInsRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlInsRangeEnd"); 
    68     private final static QName _CommentsCommentPermEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "permEnd"); 
    69     private final static QName _CommentsCommentPermStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "permStart"); 
    70     private final static QName _CommentsCommentMoveToRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveToRangeStart"); 
    71     private final static QName _CommentsCommentBookmarkEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bookmarkEnd"); 
    72     private final static QName _CommentsCommentCustomXml_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXml"); 
    73     private final static QName _CommentsCommentBookmarkStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bookmarkStart"); 
    74     private final static QName _CommentsCommentMoveTo_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveTo"); 
    75     private final static QName _CommentsCommentCustomXmlMoveFromRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveFromRangeEnd"); 
    76     private final static QName _SectPrHeaderReference_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "headerReference"); 
    77     private final static QName _SectPrFooterReference_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "footerReference"); 
    78     private final static QName _CTCustomXmlRunFldSimple_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "fldSimple"); 
    79     private final static QName _CTCustomXmlRunSdt_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "sdt"); 
    80     private final static QName _CTCustomXmlRunHyperlink_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "hyperlink"); 
    81     private final static QName _CTCustomXmlRunSmartTag_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "smartTag"); 
    82     private final static QName _CTCustomXmlRunSubDoc_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "subDoc"); 
     53    private final static QName _RunInsMoveFromRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFromRangeStart"); 
     54    private final static QName _RunInsMoveFrom_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFrom"); 
     55    private final static QName _RunInsMoveFromRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFromRangeEnd"); 
     56    private final static QName _RunInsCustomXmlMoveFromRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveFromRangeStart"); 
     57    private final static QName _RunInsSdt_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "sdt"); 
     58    private final static QName _RunInsCustomXmlDelRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlDelRangeStart"); 
     59    private final static QName _RunInsMoveToRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveToRangeEnd"); 
     60    private final static QName _RunInsCustomXmlDelRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlDelRangeEnd"); 
     61    private final static QName _RunInsCustomXmlMoveToRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveToRangeEnd"); 
     62    private final static QName _RunInsCustomXmlInsRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlInsRangeStart"); 
     63    private final static QName _RunInsCustomXmlMoveToRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveToRangeStart"); 
     64    private final static QName _RunInsCustomXmlInsRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlInsRangeEnd"); 
     65    private final static QName _RunInsPermStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "permStart"); 
     66    private final static QName _RunInsPermEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "permEnd"); 
     67    private final static QName _RunInsMoveToRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveToRangeStart"); 
     68    private final static QName _RunInsBookmarkEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bookmarkEnd"); 
     69    private final static QName _RunInsCustomXml_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXml"); 
     70    private final static QName _RunInsBookmarkStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bookmarkStart"); 
     71    private final static QName _RunInsMoveTo_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveTo"); 
     72    private final static QName _RunInsSmartTag_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "smartTag"); 
     73    private final static QName _RunInsCustomXmlMoveFromRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveFromRangeEnd"); 
     74    private final static QName _CTRPrChangeRPrRtl_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "rtl"); 
     75    private final static QName _CTRPrChangeRPrB_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "b"); 
     76    private final static QName _CTRPrChangeRPrSnapToGrid_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "snapToGrid"); 
     77    private final static QName _CTRPrChangeRPrI_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "i"); 
     78    private final static QName _CTRPrChangeRPrICs_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "iCs"); 
     79    private final static QName _CTRPrChangeRPrDstrike_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "dstrike"); 
     80    private final static QName _CTRPrChangeRPrCs_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "cs"); 
     81    private final static QName _CTRPrChangeRPrOMath_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "oMath"); 
     82    private final static QName _CTRPrChangeRPrNoProof_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "noProof"); 
     83    private final static QName _CTRPrChangeRPrVertAlign_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "vertAlign"); 
     84    private final static QName _CTRPrChangeRPrW_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "w"); 
     85    private final static QName _CTRPrChangeRPrEffect_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "effect"); 
     86    private final static QName _CTRPrChangeRPrCaps_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "caps"); 
     87    private final static QName _CTRPrChangeRPrEm_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "em"); 
     88    private final static QName _CTRPrChangeRPrWebHidden_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "webHidden"); 
     89    private final static QName _CTRPrChangeRPrPosition_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "position"); 
     90    private final static QName _CTRPrChangeRPrShd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "shd"); 
     91    private final static QName _CTRPrChangeRPrSmallCaps_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "smallCaps"); 
     92    private final static QName _CTRPrChangeRPrSzCs_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "szCs"); 
     93    private final static QName _CTRPrChangeRPrSpecVanish_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "specVanish"); 
     94    private final static QName _CTRPrChangeRPrSpacing_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "spacing"); 
     95    private final static QName _CTRPrChangeRPrEastAsianLayout_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "eastAsianLayout"); 
     96    private final static QName _CTRPrChangeRPrKern_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "kern"); 
     97    private final static QName _CTRPrChangeRPrFitText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "fitText"); 
     98    private final static QName _CTRPrChangeRPrVanish_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "vanish"); 
     99    private final static QName _CTRPrChangeRPrLang_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "lang"); 
     100    private final static QName _CTRPrChangeRPrOutline_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "outline"); 
     101    private final static QName _CTRPrChangeRPrBCs_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bCs"); 
     102    private final static QName _CTRPrChangeRPrStrike_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "strike"); 
     103    private final static QName _CTRPrChangeRPrShadow_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "shadow"); 
     104    private final static QName _CTRPrChangeRPrImprint_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "imprint"); 
     105    private final static QName _CTRPrChangeRPrBdr_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bdr"); 
     106    private final static QName _CTRPrChangeRPrSz_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "sz"); 
     107    private final static QName _CTRPrChangeRPrEmboss_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "emboss"); 
     108    private final static QName _PFldSimple_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "fldSimple"); 
     109    private final static QName _PHyperlink_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "hyperlink"); 
     110    private final static QName _PSubDoc_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "subDoc"); 
     111    private final static QName _HdrTbl_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tbl"); 
     112    private final static QName _HdrAltChunk_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "altChunk"); 
     113    private final static QName _CTCustomXmlCellTc_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tc"); 
    83114    private final static QName _SdtPrRPr_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "rPr"); 
    84115    private final static QName _SdtPrText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "text"); 
     
    88119    private final static QName _SdtPrPlaceholder_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "placeholder"); 
    89120    private final static QName _SdtPrAlias_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "alias"); 
     121    private final static QName _SdtPrLock_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "lock"); 
    90122    private final static QName _SdtPrTemporary_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "temporary"); 
    91     private final static QName _SdtPrLock_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "lock"); 
    92123    private final static QName _SdtPrComboBox_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "comboBox"); 
    93124    private final static QName _SdtPrBibliography_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bibliography"); 
     125    private final static QName _SdtPrRichText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "richText"); 
    94126    private final static QName _SdtPrDate_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "date"); 
    95     private final static QName _SdtPrRichText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "richText"); 
    96127    private final static QName _SdtPrDropDownList_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "dropDownList"); 
    97128    private final static QName _SdtPrPicture_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "picture"); 
     
    100131    private final static QName _SdtPrDocPartList_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "docPartList"); 
    101132    private final static QName _SdtPrGroup_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "group"); 
    102     private final static QName _TrTc_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tc"); 
    103     private final static QName _CTParaRPrOriginalRtl_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "rtl"); 
    104     private final static QName _CTParaRPrOriginalB_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "b"); 
    105     private final static QName _CTParaRPrOriginalSnapToGrid_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "snapToGrid"); 
    106     private final static QName _CTParaRPrOriginalI_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "i"); 
    107     private final static QName _CTParaRPrOriginalICs_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "iCs"); 
    108     private final static QName _CTParaRPrOriginalDstrike_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "dstrike"); 
    109     private final static QName _CTParaRPrOriginalCs_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "cs"); 
    110     private final static QName _CTParaRPrOriginalNoProof_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "noProof"); 
    111     private final static QName _CTParaRPrOriginalOMath_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "oMath"); 
    112     private final static QName _CTParaRPrOriginalVertAlign_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "vertAlign"); 
    113     private final static QName _CTParaRPrOriginalW_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "w"); 
    114     private final static QName _CTParaRPrOriginalEffect_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "effect"); 
    115     private final static QName _CTParaRPrOriginalCaps_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "caps"); 
    116     private final static QName _CTParaRPrOriginalEm_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "em"); 
    117     private final static QName _CTParaRPrOriginalWebHidden_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "webHidden"); 
    118     private final static QName _CTParaRPrOriginalPosition_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "position"); 
    119     private final static QName _CTParaRPrOriginalShd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "shd"); 
    120     private final static QName _CTParaRPrOriginalSmallCaps_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "smallCaps"); 
    121     private final static QName _CTParaRPrOriginalSzCs_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "szCs"); 
    122     private final static QName _CTParaRPrOriginalSpecVanish_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "specVanish"); 
    123     private final static QName _CTParaRPrOriginalSpacing_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "spacing"); 
    124     private final static QName _CTParaRPrOriginalEastAsianLayout_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "eastAsianLayout"); 
    125     private final static QName _CTParaRPrOriginalFitText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "fitText"); 
    126     private final static QName _CTParaRPrOriginalKern_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "kern"); 
    127     private final static QName _CTParaRPrOriginalVanish_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "vanish"); 
    128     private final static QName _CTParaRPrOriginalLang_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "lang"); 
    129     private final static QName _CTParaRPrOriginalOutline_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "outline"); 
    130     private final static QName _CTParaRPrOriginalBCs_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bCs"); 
    131     private final static QName _CTParaRPrOriginalStrike_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "strike"); 
    132     private final static QName _CTParaRPrOriginalShadow_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "shadow"); 
    133     private final static QName _CTParaRPrOriginalImprint_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "imprint"); 
    134     private final static QName _CTParaRPrOriginalBdr_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bdr"); 
    135     private final static QName _CTParaRPrOriginalSz_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "sz"); 
    136     private final static QName _CTParaRPrOriginalEmboss_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "emboss"); 
     133    private final static QName _CTFFDataDdList_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "ddList"); 
     134    private final static QName _CTFFDataEntryMacro_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "entryMacro"); 
     135    private final static QName _CTFFDataEnabled_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "enabled"); 
     136    private final static QName _CTFFDataCalcOnExit_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "calcOnExit"); 
     137    private final static QName _CTFFDataName_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "name"); 
     138    private final static QName _CTFFDataCheckBox_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "checkBox"); 
     139    private final static QName _CTFFDataStatusText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "statusText"); 
     140    private final static QName _CTFFDataHelpText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "helpText"); 
     141    private final static QName _CTFFDataTextInput_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "textInput"); 
     142    private final static QName _CTFFDataExitMacro_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "exitMacro"); 
     143    private final static QName _CTTrPrBaseTblHeader_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tblHeader"); 
     144    private final static QName _CTTrPrBaseJc_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "jc"); 
     145    private final static QName _CTTrPrBaseGridBefore_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "gridBefore"); 
     146    private final static QName _CTTrPrBaseCantSplit_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "cantSplit"); 
     147    private final static QName _CTTrPrBaseHidden_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "hidden"); 
     148    private final static QName _CTTrPrBaseTrHeight_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "trHeight"); 
     149    private final static QName _CTTrPrBaseTblCellSpacing_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tblCellSpacing"); 
     150    private final static QName _CTTrPrBaseGridAfter_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "gridAfter"); 
     151    private final static QName _CTTrPrBaseWAfter_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "wAfter"); 
     152    private final static QName _CTTrPrBaseWBefore_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "wBefore"); 
     153    private final static QName _CTTrPrBaseDivId_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "divId"); 
     154    private final static QName _CTTrPrBaseCnfStyle_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "cnfStyle"); 
     155    private final static QName _SectPrHeaderReference_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "headerReference"); 
     156    private final static QName _SectPrFooterReference_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "footerReference"); 
    137157    private final static QName _RMonthShort_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "monthShort"); 
    138158    private final static QName _RYearLong_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "yearLong"); 
     159    private final static QName _RPgNum_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "pgNum"); 
    139160    private final static QName _RFootnoteReference_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "footnoteReference"); 
    140     private final static QName _RPgNum_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "pgNum"); 
    141161    private final static QName _REndnoteRef_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "endnoteRef"); 
    142162    private final static QName _RSoftHyphen_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "softHyphen"); 
     
    165185    private final static QName _RPtab_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "ptab"); 
    166186    private final static QName _RNoBreakHyphen_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "noBreakHyphen"); 
    167     private final static QName _CTTrPrBaseTblHeader_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tblHeader"); 
    168     private final static QName _CTTrPrBaseJc_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "jc"); 
    169     private final static QName _CTTrPrBaseCantSplit_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "cantSplit"); 
    170     private final static QName _CTTrPrBaseGridBefore_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "gridBefore"); 
    171     private final static QName _CTTrPrBaseTrHeight_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "trHeight"); 
    172     private final static QName _CTTrPrBaseHidden_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "hidden"); 
    173     private final static QName _CTTrPrBaseTblCellSpacing_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tblCellSpacing"); 
    174     private final static QName _CTTrPrBaseGridAfter_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "gridAfter"); 
    175     private final static QName _CTTrPrBaseWAfter_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "wAfter"); 
    176     private final static QName _CTTrPrBaseDivId_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "divId"); 
    177     private final static QName _CTTrPrBaseWBefore_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "wBefore"); 
    178     private final static QName _CTTrPrBaseCnfStyle_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "cnfStyle"); 
    179     private final static QName _CTFFDataDdList_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "ddList"); 
    180     private final static QName _CTFFDataEntryMacro_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "entryMacro"); 
    181     private final static QName _CTFFDataEnabled_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "enabled"); 
    182     private final static QName _CTFFDataName_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "name"); 
    183     private final static QName _CTFFDataCalcOnExit_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "calcOnExit"); 
    184     private final static QName _CTFFDataCheckBox_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "checkBox"); 
    185     private final static QName _CTFFDataHelpText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "helpText"); 
    186     private final static QName _CTFFDataStatusText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "statusText"); 
    187     private final static QName _CTFFDataTextInput_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "textInput"); 
    188     private final static QName _CTFFDataExitMacro_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "exitMacro"); 
    189187 
    190188    /** 
     
    193191     */ 
    194192    public ObjectFactory() { 
     193    } 
     194 
     195    /** 
     196     * Create an instance of {@link CTCellMergeTrackChange } 
     197     *  
     198     */ 
     199    public CTCellMergeTrackChange createCTCellMergeTrackChange() { 
     200        return new CTCellMergeTrackChange(); 
     201    } 
     202 
     203    /** 
     204     * Create an instance of {@link RunTrackChange } 
     205     *  
     206     */ 
     207    public RunTrackChange createRunTrackChange() { 
     208        return new RunTrackChange(); 
     209    } 
     210 
     211    /** 
     212     * Create an instance of {@link Lvl.LvlRestart } 
     213     *  
     214     */ 
     215    public Lvl.LvlRestart createLvlLvlRestart() { 
     216        return new Lvl.LvlRestart(); 
     217    } 
     218 
     219    /** 
     220     * Create an instance of {@link Styles.LatentStyles } 
     221     *  
     222     */ 
     223    public Styles.LatentStyles createStylesLatentStyles() { 
     224        return new Styles.LatentStyles(); 
     225    } 
     226 
     227    /** 
     228     * Create an instance of {@link CTDocPartType } 
     229     *  
     230     */ 
     231    public CTDocPartType createCTDocPartType() { 
     232        return new CTDocPartType(); 
     233    } 
     234 
     235    /** 
     236     * Create an instance of {@link CTCaptions } 
     237     *  
     238     */ 
     239    public CTCaptions createCTCaptions() { 
     240        return new CTCaptions(); 
     241    } 
     242 
     243    /** 
     244     * Create an instance of {@link CTTblOverlap } 
     245     *  
     246     */ 
     247    public CTTblOverlap createCTTblOverlap() { 
     248        return new CTTblOverlap(); 
     249    } 
     250 
     251    /** 
     252     * Create an instance of {@link CTDocPartPr.Description } 
     253     *  
     254     */ 
     255    public CTDocPartPr.Description createCTDocPartPrDescription() { 
     256        return new CTDocPartPr.Description(); 
     257    } 
     258 
     259    /** 
     260     * Create an instance of {@link CTFtnEdn } 
     261     *  
     262     */ 
     263    public CTFtnEdn createCTFtnEdn() { 
     264        return new CTFtnEdn(); 
     265    } 
     266 
     267    /** 
     268     * Create an instance of {@link CTEdnPos } 
     269     *  
     270     */ 
     271    public CTEdnPos createCTEdnPos() { 
     272        return new CTEdnPos(); 
     273    } 
     274 
     275    /** 
     276     * Create an instance of {@link R.ContinuationSeparator } 
     277     *  
     278     */ 
     279    public R.ContinuationSeparator createRContinuationSeparator() { 
     280        return new R.ContinuationSeparator(); 
     281    } 
     282 
     283    /** 
     284     * Create an instance of {@link Package } 
     285     *  
     286     */ 
     287    public Package createPackage() { 
     288        return new Package(); 
     289    } 
     290 
     291    /** 
     292     * Create an instance of {@link CTSettings.DefaultTableStyle } 
     293     *  
     294     */ 
     295    public CTSettings.DefaultTableStyle createCTSettingsDefaultTableStyle() { 
     296        return new CTSettings.DefaultTableStyle(); 
     297    } 
     298 
     299    /** 
     300     * Create an instance of {@link CTColumn } 
     301     *  
     302     */ 
     303    public CTColumn createCTColumn() { 
     304        return new CTColumn(); 
     305    } 
     306 
     307    /** 
     308     * Create an instance of {@link CTSdtContentRow } 
     309     *  
     310     */ 
     311    public CTSdtContentRow createCTSdtContentRow() { 
     312        return new CTSdtContentRow(); 
     313    } 
     314 
     315    /** 
     316     * Create an instance of {@link CTFFTextInput.Format } 
     317     *  
     318     */ 
     319    public CTFFTextInput.Format createCTFFTextInputFormat() { 
     320        return new CTFFTextInput.Format(); 
     321    } 
     322 
     323    /** 
     324     * Create an instance of {@link CTSettings.DisplayHorizontalDrawingGridEvery } 
     325     *  
     326     */ 
     327    public CTSettings.DisplayHorizontalDrawingGridEvery createCTSettingsDisplayHorizontalDrawingGridEvery() { 
     328        return new CTSettings.DisplayHorizontalDrawingGridEvery(); 
     329    } 
     330 
     331    /** 
     332     * Create an instance of {@link CTSdtContentRun } 
     333     *  
     334     */ 
     335    public CTSdtContentRun createCTSdtContentRun() { 
     336        return new CTSdtContentRun(); 
     337    } 
     338 
     339    /** 
     340     * Create an instance of {@link CTTblGridChange } 
     341     *  
     342     */ 
     343    public CTTblGridChange createCTTblGridChange() { 
     344        return new CTTblGridChange(); 
     345    } 
     346 
     347    /** 
     348     * Create an instance of {@link U } 
     349     *  
     350     */ 
     351    public U createU() { 
     352        return new U(); 
     353    } 
     354 
     355    /** 
     356     * Create an instance of {@link CTCustomXmlBlock } 
     357     *  
     358     */ 
     359    public CTCustomXmlBlock createCTCustomXmlBlock() { 
     360        return new CTCustomXmlBlock(); 
     361    } 
     362 
     363    /** 
     364     * Create an instance of {@link CTFFTextInput } 
     365     *  
     366     */ 
     367    public CTFFTextInput createCTFFTextInput() { 
     368        return new CTFFTextInput(); 
     369    } 
     370 
     371    /** 
     372     * Create an instance of {@link CTMailMerge.ActiveRecord } 
     373     *  
     374     */ 
     375    public CTMailMerge.ActiveRecord createCTMailMergeActiveRecord() { 
     376        return new CTMailMerge.ActiveRecord(); 
     377    } 
     378 
     379    /** 
     380     * Create an instance of {@link Numbering.AbstractNum.NumStyleLink } 
     381     *  
     382     */ 
     383    public Numbering.AbstractNum.NumStyleLink createNumberingAbstractNumNumStyleLink() { 
     384        return new Numbering.AbstractNum.NumStyleLink(); 
     385    } 
     386 
     387    /** 
     388     * Create an instance of {@link R.Separator } 
     389     *  
     390     */ 
     391    public R.Separator createRSeparator() { 
     392        return new R.Separator(); 
     393    } 
     394 
     395    /** 
     396     * Create an instance of {@link Package.Part } 
     397     *  
     398     */ 
     399    public Package.Part createPackagePart() { 
     400        return new Package.Part(); 
     401    } 
     402 
     403    /** 
     404     * Create an instance of {@link CTMailMerge.ConnectString } 
     405     *  
     406     */ 
     407    public CTMailMerge.ConnectString createCTMailMergeConnectString() { 
     408        return new CTMailMerge.ConnectString(); 
     409    } 
     410 
     411    /** 
     412     * Create an instance of {@link CTTcPrChange } 
     413     *  
     414     */ 
     415    public CTTcPrChange createCTTcPrChange() { 
     416        return new CTTcPrChange(); 
     417    } 
     418 
     419    /** 
     420     * Create an instance of {@link CTReadingModeInkLockDown } 
     421     *  
     422     */ 
     423    public CTReadingModeInkLockDown createCTReadingModeInkLockDown() { 
     424        return new CTReadingModeInkLockDown(); 
     425    } 
     426 
     427    /** 
     428     * Create an instance of {@link CTSdtDate.DateFormat } 
     429     *  
     430     */ 
     431    public CTSdtDate.DateFormat createCTSdtDateDateFormat() { 
     432        return new CTSdtDate.DateFormat(); 
     433    } 
     434 
     435    /** 
     436     * Create an instance of {@link org.docx4j.wml.Color } 
     437     *  
     438     */ 
     439    public org.docx4j.wml.Color createColor() { 
     440        return new org.docx4j.wml.Color(); 
     441    } 
     442 
     443    /** 
     444     * Create an instance of {@link CTEmpty } 
     445     *  
     446     */ 
     447    public CTEmpty createCTEmpty() { 
     448        return new CTEmpty(); 
     449    } 
     450 
     451    /** 
     452     * Create an instance of {@link org.docx4j.wml.Style.Next } 
     453     *  
     454     */ 
     455    public org.docx4j.wml.Style.Next createStyleNext() { 
     456        return new org.docx4j.wml.Style.Next(); 
     457    } 
     458 
     459    /** 
     460     * Create an instance of {@link CTFFData } 
     461     *  
     462     */ 
     463    public CTFFData createCTFFData() { 
     464        return new CTFFData(); 
     465    } 
     466 
     467    /** 
     468     * Create an instance of {@link CTCustomXmlRow } 
     469     *  
     470     */ 
     471    public CTCustomXmlRow createCTCustomXmlRow() { 
     472        return new CTCustomXmlRow(); 
     473    } 
     474 
     475    /** 
     476     * Create an instance of {@link CTDivBdr } 
     477     *  
     478     */ 
     479    public CTDivBdr createCTDivBdr() { 
     480        return new CTDivBdr(); 
     481    } 
     482 
     483    /** 
     484     * Create an instance of {@link CTAttr } 
     485     *  
     486     */ 
     487    public CTAttr createCTAttr() { 
     488        return new CTAttr(); 
     489    } 
     490 
     491    /** 
     492     * Create an instance of {@link TcMar } 
     493     *  
     494     */ 
     495    public TcMar createTcMar() { 
     496        return new TcMar(); 
     497    } 
     498 
     499    /** 
     500     * Create an instance of {@link CTWebSettings } 
     501     *  
     502     */ 
     503    public CTWebSettings createCTWebSettings() { 
     504        return new CTWebSettings(); 
     505    } 
     506 
     507    /** 
     508     * Create an instance of {@link ProofErr } 
     509     *  
     510     */ 
     511    public ProofErr createProofErr() { 
     512        return new ProofErr(); 
     513    } 
     514 
     515    /** 
     516     * Create an instance of {@link CTNumRestart } 
     517     *  
     518     */ 
     519    public CTNumRestart createCTNumRestart() { 
     520        return new CTNumRestart(); 
     521    } 
     522 
     523    /** 
     524     * Create an instance of {@link Tbl } 
     525     *  
     526     */ 
     527    public Tbl createTbl() { 
     528        return new Tbl(); 
     529    } 
     530 
     531    /** 
     532     * Create an instance of {@link PPrBase.NumPr } 
     533     *  
     534     */ 
     535    public PPrBase.NumPr createPPrBaseNumPr() { 
     536        return new PPrBase.NumPr(); 
     537    } 
     538 
     539    /** 
     540     * Create an instance of {@link CTDocPartBehaviors } 
     541     *  
     542     */ 
     543    public CTDocPartBehaviors createCTDocPartBehaviors() { 
     544        return new CTDocPartBehaviors(); 
     545    } 
     546 
     547    /** 
     548     * Create an instance of {@link CTSdtDropDownList } 
     549     *  
     550     */ 
     551    public CTSdtDropDownList createCTSdtDropDownList() { 
     552        return new CTSdtDropDownList(); 
     553    } 
     554 
     555    /** 
     556     * Create an instance of {@link PPrBase.Ind } 
     557     *  
     558     */ 
     559    public PPrBase.Ind createPPrBaseInd() { 
     560        return new PPrBase.Ind(); 
     561    } 
     562 
     563    /** 
     564     * Create an instance of {@link R.AnnotationRef } 
     565     *  
     566     */ 
     567    public R.AnnotationRef createRAnnotationRef() { 
     568        return new R.AnnotationRef(); 
     569    } 
     570 
     571    /** 
     572     * Create an instance of {@link CTShapeDefaults } 
     573     *  
     574     */ 
     575    public CTShapeDefaults createCTShapeDefaults() { 
     576        return new CTShapeDefaults(); 
     577    } 
     578 
     579    /** 
     580     * Create an instance of {@link Lvl.Legacy } 
     581     *  
     582     */ 
     583    public Lvl.Legacy createLvlLegacy() { 
     584        return new Lvl.Legacy(); 
     585    } 
     586 
     587    /** 
     588     * Create an instance of {@link CTAltChunk } 
     589     *  
     590     */ 
     591    public CTAltChunk createCTAltChunk() { 
     592        return new CTAltChunk(); 
     593    } 
     594 
     595    /** 
     596     * Create an instance of {@link CTTblPrExChange } 
     597     *  
     598     */ 
     599    public CTTblPrExChange createCTTblPrExChange() { 
     600        return new CTTblPrExChange(); 
     601    } 
     602 
     603    /** 
     604     * Create an instance of {@link Jc } 
     605     *  
     606     */ 
     607    public Jc createJc() { 
     608        return new Jc(); 
     609    } 
     610 
     611    /** 
     612     * Create an instance of {@link Lvl.PStyle } 
     613     *  
     614     */ 
     615    public Lvl.PStyle createLvlPStyle() { 
     616        return new Lvl.PStyle(); 
     617    } 
     618 
     619    /** 
     620     * Create an instance of {@link CTSettings.DecimalSymbol } 
     621     *  
     622     */ 
     623    public CTSettings.DecimalSymbol createCTSettingsDecimalSymbol() { 
     624        return new CTSettings.DecimalSymbol(); 
     625    } 
     626 
     627    /** 
     628     * Create an instance of {@link CTParaRPrOriginal } 
     629     *  
     630     */ 
     631    public CTParaRPrOriginal createCTParaRPrOriginal() { 
     632        return new CTParaRPrOriginal(); 
     633    } 
     634 
     635    /** 
     636     * Create an instance of {@link CTGuid } 
     637     *  
     638     */ 
     639    public CTGuid createCTGuid() { 
     640        return new CTGuid(); 
     641    } 
     642 
     643    /** 
     644     * Create an instance of {@link R.DayShort } 
     645     *  
     646     */ 
     647    public R.DayShort createRDayShort() { 
     648        return new R.DayShort(); 
     649    } 
     650 
     651    /** 
     652     * Create an instance of {@link CTDivs } 
     653     *  
     654     */ 
     655    public CTDivs createCTDivs() { 
     656        return new CTDivs(); 
     657    } 
     658 
     659    /** 
     660     * Create an instance of {@link Hdr } 
     661     *  
     662     */ 
     663    public Hdr createHdr() { 
     664        return new Hdr(); 
     665    } 
     666 
     667    /** 
     668     * Create an instance of {@link Document } 
     669     *  
     670     */ 
     671    public Document createDocument() { 
     672        return new Document(); 
     673    } 
     674 
     675    /** 
     676     * Create an instance of {@link R.PgNum } 
     677     *  
     678     */ 
     679    public R.PgNum createRPgNum() { 
     680        return new R.PgNum(); 
     681    } 
     682 
     683    /** 
     684     * Create an instance of {@link Comments } 
     685     *  
     686     */ 
     687    public Comments createComments() { 
     688        return new Comments(); 
     689    } 
     690 
     691    /** 
     692     * Create an instance of {@link CTDocParts } 
     693     *  
     694     */ 
     695    public CTDocParts createCTDocParts() { 
     696        return new CTDocParts(); 
     697    } 
     698 
     699    /** 
     700     * Create an instance of {@link CTTblPrBase.TblStyle } 
     701     *  
     702     */ 
     703    public CTTblPrBase.TblStyle createCTTblPrBaseTblStyle() { 
     704        return new CTTblPrBase.TblStyle(); 
     705    } 
     706 
     707    /** 
     708     * Create an instance of {@link Tc } 
     709     *  
     710     */ 
     711    public Tc createTc() { 
     712        return new Tc(); 
     713    } 
     714 
     715    /** 
     716     * Create an instance of {@link BooleanDefaultFalse } 
     717     *  
     718     */ 
     719    public BooleanDefaultFalse createBooleanDefaultFalse() { 
     720        return new BooleanDefaultFalse(); 
     721    } 
     722 
     723    /** 
     724     * Create an instance of {@link Numbering.Num } 
     725     *  
     726     */ 
     727    public Numbering.Num createNumberingNum() { 
     728        return new Numbering.Num(); 
     729    } 
     730 
     731    /** 
     732     * Create an instance of {@link Highlight } 
     733     *  
     734     */ 
     735    public Highlight createHighlight() { 
     736        return new Highlight(); 
     737    } 
     738 
     739    /** 
     740     * Create an instance of {@link FontPanose } 
     741     *  
     742     */ 
     743    public FontPanose createFontPanose() { 
     744        return new FontPanose(); 
     745    } 
     746 
     747    /** 
     748     * Create an instance of {@link CTVerticalAlignRun } 
     749     *  
     750     */ 
     751    public CTVerticalAlignRun createCTVerticalAlignRun() { 
     752        return new CTVerticalAlignRun(); 
     753    } 
     754 
     755    /** 
     756     * Create an instance of {@link CTSdtEndPr } 
     757     *  
     758     */ 
     759    public CTSdtEndPr createCTSdtEndPr() { 
     760        return new CTSdtEndPr(); 
     761    } 
     762 
     763    /** 
     764     * Create an instance of {@link CTSettings.ListSeparator } 
     765     *  
     766     */ 
     767    public CTSettings.ListSeparator createCTSettingsListSeparator() { 
     768        return new CTSettings.ListSeparator(); 
     769    } 
     770 
     771    /** 
     772     * Create an instance of {@link CTSdtListItem } 
     773     *  
     774     */ 
     775    public CTSdtListItem createCTSdtListItem() { 
     776        return new CTSdtListItem(); 
     777    } 
     778 
     779    /** 
     780     * Create an instance of {@link R.MonthLong } 
     781     *  
     782     */ 
     783    public R.MonthLong createRMonthLong() { 
     784        return new R.MonthLong(); 
     785    } 
     786 
     787    /** 
     788     * Create an instance of {@link CTMailMergeDocType } 
     789     *  
     790     */ 
     791    public CTMailMergeDocType createCTMailMergeDocType() { 
     792        return new CTMailMergeDocType(); 
     793    } 
     794 
     795    /** 
     796     * Create an instance of {@link P } 
     797     *  
     798     */ 
     799    public P createP() { 
     800        return new P(); 
     801    } 
     802 
     803    /** 
     804     * Create an instance of {@link CTPerm } 
     805     *  
     806     */ 
     807    public CTPerm createCTPerm() { 
     808        return new CTPerm(); 
     809    } 
     810 
     811    /** 
     812     * Create an instance of {@link CTDocType } 
     813     *  
     814     */ 
     815    public CTDocType createCTDocType() { 
     816        return new CTDocType(); 
     817    } 
     818 
     819    /** 
     820     * Create an instance of {@link CTSdtComboBox } 
     821     *  
     822     */ 
     823    public CTSdtComboBox createCTSdtComboBox() { 
     824        return new CTSdtComboBox(); 
     825    } 
     826 
     827    /** 
     828     * Create an instance of {@link Pict } 
     829     *  
     830     */ 
     831    public Pict createPict() { 
     832        return new Pict(); 
     833    } 
     834 
     835    /** 
     836     * Create an instance of {@link Numbering.AbstractNum } 
     837     *  
     838     */ 
     839    public Numbering.AbstractNum createNumberingAbstractNum() { 
     840        return new Numbering.AbstractNum(); 
     841    } 
     842 
     843    /** 
     844     * Create an instance of {@link CTFFDDList.ListEntry } 
     845     *  
     846     */ 
     847    public CTFFDDList.ListEntry createCTFFDDListListEntry() { 
     848        return new CTFFDDList.ListEntry(); 
     849    } 
     850 
     851    /** 
     852     * Create an instance of {@link CTTblPPr } 
     853     *  
     854     */ 
     855    public CTTblPPr createCTTblPPr() { 
     856        return new CTTblPPr(); 
     857    } 
     858 
     859    /** 
     860     * Create an instance of {@link Tabs } 
     861     *  
     862     */ 
     863    public Tabs createTabs() { 
     864        return new Tabs(); 
     865    } 
     866 
     867    /** 
     868     * Create an instance of {@link CTTrackChangeNumbering } 
     869     *  
     870     */ 
     871    public CTTrackChangeNumbering createCTTrackChangeNumbering() { 
     872        return new CTTrackChangeNumbering(); 
     873    } 
     874 
     875    /** 
     876     * Create an instance of {@link CTObject } 
     877     *  
     878     */ 
     879    public CTObject createCTObject() { 
     880        return new CTObject(); 
     881    } 
     882 
     883    /** 
     884     * Create an instance of {@link TcPrInner.TcBorders } 
     885     *  
     886     */ 
     887    public TcPrInner.TcBorders createTcPrInnerTcBorders() { 
     888        return new TcPrInner.TcBorders(); 
     889    } 
     890 
     891    /** 
     892     * Create an instance of {@link CTDocPartBehavior } 
     893     *  
     894     */ 
     895    public CTDocPartBehavior createCTDocPartBehavior() { 
     896        return new CTDocPartBehavior(); 
     897    } 
     898 
     899    /** 
     900     * Create an instance of {@link CTSettings.ConsecutiveHyphenLimit } 
     901     *  
     902     */ 
     903    public CTSettings.ConsecutiveHyphenLimit createCTSettingsConsecutiveHyphenLimit() { 
     904        return new CTSettings.ConsecutiveHyphenLimit(); 
     905    } 
     906 
     907    /** 
     908     * Create an instance of {@link CTTblStylePr } 
     909     *  
     910     */ 
     911    public CTTblStylePr createCTTblStylePr() { 
     912        return new CTTblStylePr(); 
     913    } 
     914 
     915    /** 
     916     * Create an instance of {@link CTTblPrBase.TblStyleRowBandSize } 
     917     *  
     918     */ 
     919    public CTTblPrBase.TblStyleRowBandSize createCTTblPrBaseTblStyleRowBandSize() { 
     920        return new CTTblPrBase.TblStyleRowBandSize(); 
     921    } 
     922 
     923    /** 
     924     * Create an instance of {@link CTTrackChange } 
     925     *  
     926     */ 
     927    public CTTrackChange createCTTrackChange() { 
     928        return new CTTrackChange(); 
     929    } 
     930 
     931    /** 
     932     * Create an instance of {@link CTFrame.Name } 
     933     *  
     934     */ 
     935    public CTFrame.Name createCTFrameName() { 
     936        return new CTFrame.Name(); 
     937    } 
     938 
     939    /** 
     940     * Create an instance of {@link Styles.LatentStyles.LsdException } 
     941     *  
     942     */ 
     943    public Styles.LatentStyles.LsdException createStylesLatentStylesLsdException() { 
     944        return new Styles.LatentStyles.LsdException(); 
     945    } 
     946 
     947    /** 
     948     * Create an instance of {@link CTCaption } 
     949     *  
     950     */ 
     951    public CTCaption createCTCaption() { 
     952        return new CTCaption(); 
     953    } 
     954 
     955    /** 
     956     * Create an instance of {@link CTTrPrBase.DivId } 
     957     *  
     958     */ 
     959    public CTTrPrBase.DivId createCTTrPrBaseDivId() { 
     960        return new CTTrPrBase.DivId(); 
     961    } 
     962 
     963    /** 
     964     * Create an instance of {@link Fonts.Font.AltName } 
     965     *  
     966     */ 
     967    public Fonts.Font.AltName createFontsFontAltName() { 
     968        return new Fonts.Font.AltName(); 
     969    } 
     970 
     971    /** 
     972     * Create an instance of {@link Body } 
     973     *  
     974     */ 
     975    public Body createBody() { 
     976        return new Body(); 
     977    } 
     978 
     979    /** 
     980     * Create an instance of {@link CTVerticalJc } 
     981     *  
     982     */ 
     983    public CTVerticalJc createCTVerticalJc() { 
     984        return new CTVerticalJc(); 
     985    } 
     986 
     987    /** 
     988     * Create an instance of {@link FontSig } 
     989     *  
     990     */ 
     991    public FontSig createFontSig() { 
     992        return new FontSig(); 
     993    } 
     994 
     995    /** 
     996     * Create an instance of {@link Tag } 
     997     *  
     998     */ 
     999    public Tag createTag() { 
     1000        return new Tag(); 
     1001    } 
     1002 
     1003    /** 
     1004     * Create an instance of {@link CTMailMergeOdsoFMDFieldType } 
     1005     *  
     1006     */ 
     1007    public CTMailMergeOdsoFMDFieldType createCTMailMergeOdsoFMDFieldType() { 
     1008        return new CTMailMergeOdsoFMDFieldType(); 
     1009    } 
     1010 
     1011    /** 
     1012     * Create an instance of {@link CTFFDDList } 
     1013     *  
     1014     */ 
     1015    public CTFFDDList createCTFFDDList() { 
     1016        return new CTFFDDList(); 
     1017    } 
     1018 
     1019    /** 
     1020     * Create an instance of {@link CTCnf } 
     1021     *  
     1022     */ 
     1023    public CTCnf createCTCnf() { 
     1024        return new CTCnf(); 
     1025    } 
     1026 
     1027    /** 
     1028     * Create an instance of {@link CTSettings } 
     1029     *  
     1030     */ 
     1031    public CTSettings createCTSettings() { 
     1032        return new CTSettings(); 
     1033    } 
     1034 
     1035    /** 
     1036     * Create an instance of {@link CTTrackChangesView } 
     1037     *  
     1038     */ 
     1039    public CTTrackChangesView createCTTrackChangesView() { 
     1040        return new CTTrackChangesView(); 
     1041    } 
     1042 
     1043    /** 
     1044     * Create an instance of {@link CTCalendarType } 
     1045     *  
     1046     */ 
     1047    public CTCalendarType createCTCalendarType() { 
     1048        return new CTCalendarType(); 
     1049    } 
     1050 
     1051    /** 
     1052     * Create an instance of {@link CTBookmark } 
     1053     *  
     1054     */ 
     1055    public CTBookmark createCTBookmark() { 
     1056        return new CTBookmark(); 
     1057    } 
     1058 
     1059    /** 
     1060     * Create an instance of {@link SectPr.PgMar } 
     1061     *  
     1062     */ 
     1063    public SectPr.PgMar createSectPrPgMar() { 
     1064        return new SectPr.PgMar(); 
     1065    } 
     1066 
     1067    /** 
     1068     * Create an instance of {@link CTFFDDList.Default } 
     1069     *  
     1070     */ 
     1071    public CTFFDDList.Default createCTFFDDListDefault() { 
     1072        return new CTFFDDList.Default(); 
     1073    } 
     1074 
     1075    /** 
     1076     * Create an instance of {@link CTTxbxContent } 
     1077     *  
     1078     */ 
     1079    public CTTxbxContent createCTTxbxContent() { 
     1080        return new CTTxbxContent(); 
     1081    } 
     1082 
     1083    /** 
     1084     * Create an instance of {@link PPrBase.NumPr.NumId } 
     1085     *  
     1086     */ 
     1087    public PPrBase.NumPr.NumId createPPrBaseNumPrNumId() { 
     1088        return new PPrBase.NumPr.NumId(); 
     1089    } 
     1090 
     1091    /** 
     1092     * Create an instance of {@link CTCustomXmlPr } 
     1093     *  
     1094     */ 
     1095    public CTCustomXmlPr createCTCustomXmlPr() { 
     1096        return new CTCustomXmlPr(); 
     1097    } 
     1098 
     1099    /** 
     1100     * Create an instance of {@link CTDocPartName } 
     1101     *  
     1102     */ 
     1103    public CTDocPartName createCTDocPartName() { 
     1104        return new CTDocPartName(); 
     1105    } 
     1106 
     1107    /** 
     1108     * Create an instance of {@link RunDel } 
     1109     *  
     1110     */ 
     1111    public RunDel createRunDel() { 
     1112        return new RunDel(); 
     1113    } 
     1114 
     1115    /** 
     1116     * Create an instance of {@link CTFFStatusText } 
     1117     *  
     1118     */ 
     1119    public CTFFStatusText createCTFFStatusText() { 
     1120        return new CTFFStatusText(); 
     1121    } 
     1122 
     1123    /** 
     1124     * Create an instance of {@link CTMacroName } 
     1125     *  
     1126     */ 
     1127    public CTMacroName createCTMacroName() { 
     1128        return new CTMacroName(); 
     1129    } 
     1130 
     1131    /** 
     1132     * Create an instance of {@link R.Sym } 
     1133     *  
     1134     */ 
     1135    public R.Sym createRSym() { 
     1136        return new R.Sym(); 
     1137    } 
     1138 
     1139    /** 
     1140     * Create an instance of {@link CTSignedHpsMeasure } 
     1141     *  
     1142     */ 
     1143    public CTSignedHpsMeasure createCTSignedHpsMeasure() { 
     1144        return new CTSignedHpsMeasure(); 
     1145    } 
     1146 
     1147    /** 
     1148     * Create an instance of {@link CTZoom } 
     1149     *  
     1150     */ 
     1151    public CTZoom createCTZoom() { 
     1152        return new CTZoom(); 
     1153    } 
     1154 
     1155    /** 
     1156     * Create an instance of {@link R.FootnoteRef } 
     1157     *  
     1158     */ 
     1159    public R.FootnoteRef createRFootnoteRef() { 
     1160        return new R.FootnoteRef(); 
     1161    } 
     1162 
     1163    /** 
     1164     * Create an instance of {@link Numbering.AbstractNum.StyleLink } 
     1165     *  
     1166     */ 
     1167    public Numbering.AbstractNum.StyleLink createNumberingAbstractNumStyleLink() { 
     1168        return new Numbering.AbstractNum.StyleLink(); 
     1169    } 
     1170 
     1171    /** 
     1172     * Create an instance of {@link org.docx4j.wml.Style.UiPriority } 
     1173     *  
     1174     */ 
     1175    public org.docx4j.wml.Style.UiPriority createStyleUiPriority() { 
     1176        return new org.docx4j.wml.Style.UiPriority(); 
     1177    } 
     1178 
     1179    /** 
     1180     * Create an instance of {@link R.CommentReference } 
     1181     *  
     1182     */ 
     1183    public R.CommentReference createRCommentReference() { 
     1184        return new R.CommentReference(); 
     1185    } 
     1186 
     1187    /** 
     1188     * Create an instance of {@link HpsMeasure } 
     1189     *  
     1190     */ 
     1191    public HpsMeasure createHpsMeasure() { 
     1192        return new HpsMeasure(); 
     1193    } 
     1194 
     1195    /** 
     1196     * Create an instance of {@link CTMailMergeSourceType } 
     1197     *  
     1198     */ 
     1199    public CTMailMergeSourceType createCTMailMergeSourceType() { 
     1200        return new CTMailMergeSourceType(); 
     1201    } 
     1202 
     1203    /** 
     1204     * Create an instance of {@link PPrBase.Spacing } 
     1205     *  
     1206     */ 
     1207    public PPrBase.Spacing createPPrBaseSpacing() { 
     1208        return new PPrBase.Spacing(); 
     1209    } 
     1210 
     1211    /** 
     1212     * Create an instance of {@link Lvl.Suff } 
     1213     *  
     1214     */ 
     1215    public Lvl.Suff createLvlSuff() { 
     1216        return new Lvl.Suff(); 
     1217    } 
     1218 
     1219    /** 
     1220     * Create an instance of {@link CTFrame.Sz } 
     1221     *  
     1222     */ 
     1223    public CTFrame.Sz createCTFrameSz() { 
     1224        return new CTFrame.Sz(); 
     1225    } 
     1226 
     1227    /** 
     1228     * Create an instance of {@link CTDiv } 
     1229     *  
     1230     */ 
     1231    public CTDiv createCTDiv() { 
     1232        return new CTDiv(); 
     1233    } 
     1234 
     1235    /** 
     1236     * Create an instance of {@link CTTrackChangeRange } 
     1237     *  
     1238     */ 
     1239    public CTTrackChangeRange createCTTrackChangeRange() { 
     1240        return new CTTrackChangeRange(); 
     1241    } 
     1242 
     1243    /** 
     1244     * Create an instance of {@link CTSmartTagPr } 
     1245     *  
     1246     */ 
     1247    public CTSmartTagPr createCTSmartTagPr() { 
     1248        return new CTSmartTagPr(); 
     1249    } 
     1250 
     1251    /** 
     1252     * Create an instance of {@link CTColorSchemeMapping } 
     1253     *  
     1254     */ 
     1255    public CTColorSchemeMapping createCTColorSchemeMapping() { 
     1256        return new CTColorSchemeMapping(); 
     1257    } 
     1258 
     1259    /** 
     1260     * Create an instance of {@link CTFFDDList.Result } 
     1261     *  
     1262     */ 
     1263    public CTFFDDList.Result createCTFFDDListResult() { 
     1264        return new CTFFDDList.Result(); 
     1265    } 
     1266 
     1267    /** 
     1268     * Create an instance of {@link CTSimpleField } 
     1269     *  
     1270     */ 
     1271    public CTSimpleField createCTSimpleField() { 
     1272        return new CTSimpleField(); 
     1273    } 
     1274 
     1275    /** 
     1276     * Create an instance of {@link CTShd } 
     1277     *  
     1278     */ 
     1279    public CTShd createCTShd() { 
     1280        return new CTShd(); 
     1281    } 
     1282 
     1283    /** 
     1284     * Create an instance of {@link SdtPr } 
     1285     *  
     1286     */ 
     1287    public SdtPr createSdtPr() { 
     1288        return new SdtPr(); 
     1289    } 
     1290 
     1291    /** 
     1292     * Create an instance of {@link org.docx4j.wml.Style.Aliases } 
     1293     *  
     1294     */ 
     1295    public org.docx4j.wml.Style.Aliases createStyleAliases() { 
     1296        return new org.docx4j.wml.Style.Aliases(); 
     1297    } 
     1298 
     1299    /** 
     1300     * Create an instance of {@link CTTrPrBase } 
     1301     *  
     1302     */ 
     1303    public CTTrPrBase createCTTrPrBase() { 
     1304        return new CTTrPrBase(); 
     1305    } 
     1306 
     1307    /** 
     1308     * Create an instance of {@link PPrBase.PBdr } 
     1309     *  
     1310     */ 
     1311    public PPrBase.PBdr createPPrBasePBdr() { 
     1312        return new PPrBase.PBdr(); 
     1313    } 
     1314 
     1315    /** 
     1316     * Create an instance of {@link CTPictureBase } 
     1317     *  
     1318     */ 
     1319    public CTPictureBase createCTPictureBase() { 
     1320        return new CTPictureBase(); 
     1321    } 
     1322 
     1323    /** 
     1324     * Create an instance of {@link PPrBase.DivId } 
     1325     *  
     1326     */ 
     1327    public PPrBase.DivId createPPrBaseDivId() { 
     1328        return new PPrBase.DivId(); 
     1329    } 
     1330 
     1331    /** 
     1332     * Create an instance of {@link TcPrInner.HMerge } 
     1333     *  
     1334     */ 
     1335    public TcPrInner.HMerge createTcPrInnerHMerge() { 
     1336        return new TcPrInner.HMerge(); 
     1337    } 
     1338 
     1339    /** 
     1340     * Create an instance of {@link CTBorder } 
     1341     *  
     1342     */ 
     1343    public CTBorder createCTBorder() { 
     1344        return new CTBorder(); 
     1345    } 
     1346 
     1347    /** 
     1348     * Create an instance of {@link FldChar } 
     1349     *  
     1350     */ 
     1351    public FldChar createFldChar() { 
     1352        return new FldChar(); 
     1353    } 
     1354 
     1355    /** 
     1356     * Create an instance of {@link SdtPr.Equation } 
     1357     *  
     1358     */ 
     1359    public SdtPr.Equation createSdtPrEquation() { 
     1360        return new SdtPr.Equation(); 
     1361    } 
     1362 
     1363    /** 
     1364     * Create an instance of {@link CTUcharHexNumber } 
     1365     *  
     1366     */ 
     1367    public CTUcharHexNumber createCTUcharHexNumber() { 
     1368        return new CTUcharHexNumber(); 
     1369    } 
     1370 
     1371    /** 
     1372     * Create an instance of {@link CTTblPrExBase } 
     1373     *  
     1374     */ 
     1375    public CTTblPrExBase createCTTblPrExBase() { 
     1376        return new CTTblPrExBase(); 
     1377    } 
     1378 
     1379    /** 
     1380     * Create an instance of {@link CTFramesetSplitbar } 
     1381     *  
     1382     */ 
     1383    public CTFramesetSplitbar createCTFramesetSplitbar() { 
     1384        return new CTFramesetSplitbar(); 
     1385    } 
     1386 
     1387    /** 
     1388     * Create an instance of {@link R.SoftHyphen } 
     1389     *  
     1390     */ 
     1391    public R.SoftHyphen createRSoftHyphen() { 
     1392        return new R.SoftHyphen(); 
     1393    } 
     1394 
     1395    /** 
     1396     * Create an instance of {@link CTSignedTwipsMeasure } 
     1397     *  
     1398     */ 
     1399    public CTSignedTwipsMeasure createCTSignedTwipsMeasure() { 
     1400        return new CTSignedTwipsMeasure(); 
     1401    } 
     1402 
     1403    /** 
     1404     * Create an instance of {@link R.DayLong } 
     1405     *  
     1406     */ 
     1407    public R.DayLong createRDayLong() { 
     1408        return new R.DayLong(); 
     1409    } 
     1410 
     1411    /** 
     1412     * Create an instance of {@link CTTblPrBase.TblStyleColBandSize } 
     1413     *  
     1414     */ 
     1415    public CTTblPrBase.TblStyleColBandSize createCTTblPrBaseTblStyleColBandSize() { 
     1416        return new CTTblPrBase.TblStyleColBandSize(); 
     1417    } 
     1418 
     1419    /** 
     1420     * Create an instance of {@link Ftr } 
     1421     *  
     1422     */ 
     1423    public Ftr createFtr() { 
     1424        return new Ftr(); 
     1425    } 
     1426 
     1427    /** 
     1428     * Create an instance of {@link CTBackground } 
     1429     *  
     1430     */ 
     1431    public CTBackground createCTBackground() { 
     1432        return new CTBackground(); 
     1433    } 
     1434 
     1435    /** 
     1436     * Create an instance of {@link SdtPr.Citation } 
     1437     *  
     1438     */ 
     1439    public SdtPr.Citation createSdtPrCitation() { 
     1440        return new SdtPr.Citation(); 
     1441    } 
     1442 
     1443    /** 
     1444     * Create an instance of {@link TextDirection } 
     1445     *  
     1446     */ 
     1447    public TextDirection createTextDirection() { 
     1448        return new TextDirection(); 
     1449    } 
     1450 
     1451    /** 
     1452     * Create an instance of {@link CTSmartTagRun } 
     1453     *  
     1454     */ 
     1455    public CTSmartTagRun createCTSmartTagRun() { 
     1456        return new CTSmartTagRun(); 
     1457    } 
     1458 
     1459    /** 
     1460     * Create an instance of {@link CTLanguage } 
     1461     *  
     1462     */ 
     1463    public CTLanguage createCTLanguage() { 
     1464        return new CTLanguage(); 
     1465    } 
     1466 
     1467    /** 
     1468     * Create an instance of {@link CTOdsoFieldMapData } 
     1469     *  
     1470     */ 
     1471    public CTOdsoFieldMapData createCTOdsoFieldMapData() { 
     1472        return new CTOdsoFieldMapData(); 
     1473    } 
     1474 
     1475    /** 
     1476     * Create an instance of {@link R } 
     1477     *  
     1478     */ 
     1479    public R createR() { 
     1480        return new R(); 
     1481    } 
     1482 
     1483    /** 
     1484     * Create an instance of {@link CTCustomXmlPr.Placeholder } 
     1485     *  
     1486     */ 
     1487    public CTCustomXmlPr.Placeholder createCTCustomXmlPrPlaceholder() { 
     1488        return new CTCustomXmlPr.Placeholder(); 
     1489    } 
     1490 
     1491    /** 
     1492     * Create an instance of {@link RunIns } 
     1493     *  
     1494     */ 
     1495    public RunIns createRunIns() { 
     1496        return new RunIns(); 
     1497    } 
     1498 
     1499    /** 
     1500     * Create an instance of {@link CTDocRsids } 
     1501     *  
     1502     */ 
     1503    public CTDocRsids createCTDocRsids() { 
     1504        return new CTDocRsids(); 
     1505    } 
     1506 
     1507    /** 
     1508     * Create an instance of {@link CTCustomXmlCell } 
     1509     *  
     1510     */ 
     1511    public CTCustomXmlCell createCTCustomXmlCell() { 
     1512        return new CTCustomXmlCell(); 
     1513    } 
     1514 
     1515    /** 
     1516     * Create an instance of {@link CTSdtContentCell } 
     1517     *  
     1518     */ 
     1519    public CTSdtContentCell createCTSdtContentCell() { 
     1520        return new CTSdtContentCell(); 
     1521    } 
     1522 
     1523    /** 
     1524     * Create an instance of {@link CTTblCellMar } 
     1525     *  
     1526     */ 
     1527    public CTTblCellMar createCTTblCellMar() { 
     1528        return new CTTblCellMar(); 
     1529    } 
     1530 
     1531    /** 
     1532     * Create an instance of {@link CTWebSettings.Encoding } 
     1533     *  
     1534     */ 
     1535    public CTWebSettings.Encoding createCTWebSettingsEncoding() { 
     1536        return new CTWebSettings.Encoding(); 
     1537    } 
     1538 
     1539    /** 
     1540     * Create an instance of {@link CTLongHexNumber } 
     1541     *  
     1542     */ 
     1543    public CTLongHexNumber createCTLongHexNumber() { 
     1544        return new CTLongHexNumber(); 
     1545    } 
     1546 
     1547    /** 
     1548     * Create an instance of {@link CTMailMergeDataType } 
     1549     *  
     1550     */ 
     1551    public CTMailMergeDataType createCTMailMergeDataType() { 
     1552        return new CTMailMergeDataType(); 
     1553    } 
     1554 
     1555    /** 
     1556     * Create an instance of {@link CTSdtDateMappingType } 
     1557     *  
     1558     */ 
     1559    public CTSdtDateMappingType createCTSdtDateMappingType() { 
     1560        return new CTSdtDateMappingType(); 
     1561    } 
     1562 
     1563    /** 
     1564     * Create an instance of {@link CTTrPrBase.GridBefore } 
     1565     *  
     1566     */ 
     1567    public CTTrPrBase.GridBefore createCTTrPrBaseGridBefore() { 
     1568        return new CTTrPrBase.GridBefore(); 
     1569    } 
     1570 
     1571    /** 
     1572     * Create an instance of {@link CTSmartTagType } 
     1573     *  
     1574     */ 
     1575    public CTSmartTagType createCTSmartTagType() { 
     1576        return new CTSmartTagType(); 
     1577    } 
     1578 
     1579    /** 
     1580     * Create an instance of {@link CTSectPrChange } 
     1581     *  
     1582     */ 
     1583    public CTSectPrChange createCTSectPrChange() { 
     1584        return new CTSectPrChange(); 
     1585    } 
     1586 
     1587    /** 
     1588     * Create an instance of {@link CTRPrChange } 
     1589     *  
     1590     */ 
     1591    public CTRPrChange createCTRPrChange() { 
     1592        return new CTRPrChange(); 
     1593    } 
     1594 
     1595    /** 
     1596     * Create an instance of {@link CTRecipientData } 
     1597     *  
     1598     */ 
     1599    public CTRecipientData createCTRecipientData() { 
     1600        return new CTRecipientData(); 
     1601    } 
     1602 
     1603    /** 
     1604     * Create an instance of {@link TblGridCol } 
     1605     *  
     1606     */ 
     1607    public TblGridCol createTblGridCol() { 
     1608        return new TblGridCol(); 
     1609    } 
     1610 
     1611    /** 
     1612     * Create an instance of {@link CTFFTextInput.Default } 
     1613     *  
     1614     */ 
     1615    public CTFFTextInput.Default createCTFFTextInputDefault() { 
     1616        return new CTFFTextInput.Default(); 
     1617    } 
     1618 
     1619    /** 
     1620     * Create an instance of {@link R.MonthShort } 
     1621     *  
     1622     */ 
     1623    public R.MonthShort createRMonthShort() { 
     1624        return new R.MonthShort(); 
     1625    } 
     1626 
     1627    /** 
     1628     * Create an instance of {@link CTRecipientData.Column } 
     1629     *  
     1630     */ 
     1631    public CTRecipientData.Column createCTRecipientDataColumn() { 
     1632        return new CTRecipientData.Column(); 
     1633    } 
     1634 
     1635    /** 
     1636     * Create an instance of {@link CTSettings.AttachedSchema } 
     1637     *  
     1638     */ 
     1639    public CTSettings.AttachedSchema createCTSettingsAttachedSchema() { 
     1640        return new CTSettings.AttachedSchema(); 
     1641    } 
     1642 
     1643    /** 
     1644     * Create an instance of {@link CTTextScale } 
     1645     *  
     1646     */ 
     1647    public CTTextScale createCTTextScale() { 
     1648        return new CTTextScale(); 
     1649    } 
     1650 
     1651    /** 
     1652     * Create an instance of {@link CTPlaceholder.DocPart } 
     1653     *  
     1654     */ 
     1655    public CTPlaceholder.DocPart createCTPlaceholderDocPart() { 
     1656        return new CTPlaceholder.DocPart(); 
     1657    } 
     1658 
     1659    /** 
     1660     * Create an instance of {@link org.docx4j.wml.Style.Name } 
     1661     *  
     1662     */ 
     1663    public org.docx4j.wml.Style.Name createStyleName() { 
     1664        return new org.docx4j.wml.Style.Name(); 
     1665    } 
     1666 
     1667    /** 
     1668     * Create an instance of {@link CTPPrDefault } 
     1669     *  
     1670     */ 
     1671    public CTPPrDefault createCTPPrDefault() { 
     1672        return new CTPPrDefault(); 
     1673    } 
     1674 
     1675    /** 
     1676     * Create an instance of {@link CTDocPart } 
     1677     *  
     1678     */ 
     1679    public CTDocPart createCTDocPart() { 
     1680        return new CTDocPart(); 
     1681    } 
     1682 
     1683    /** 
     1684     * Create an instance of {@link TblBorders } 
     1685     *  
     1686     */ 
     1687    public TblBorders createTblBorders() { 
     1688        return new TblBorders(); 
     1689    } 
     1690 
     1691    /** 
     1692     * Create an instance of {@link R.Ptab } 
     1693     *  
     1694     */ 
     1695    public R.Ptab createRPtab() { 
     1696        return new R.Ptab(); 
     1697    } 
     1698 
     1699    /** 
     1700     * Create an instance of {@link CTTextEffect } 
     1701     *  
     1702     */ 
     1703    public CTTextEffect createCTTextEffect() { 
     1704        return new CTTextEffect(); 
     1705    } 
     1706 
     1707    /** 
     1708     * Create an instance of {@link CTDataBinding } 
     1709     *  
     1710     */ 
     1711    public CTDataBinding createCTDataBinding() { 
     1712        return new CTDataBinding(); 
     1713    } 
     1714 
     1715    /** 
     1716     * Create an instance of {@link CTRel } 
     1717     *  
     1718     */ 
     1719    public CTRel createCTRel() { 
     1720        return new CTRel(); 
     1721    } 
     1722 
     1723    /** 
     1724     * Create an instance of {@link SdtPr.Bibliography } 
     1725     *  
     1726     */ 
     1727    public SdtPr.Bibliography createSdtPrBibliography() { 
     1728        return new SdtPr.Bibliography(); 
     1729    } 
     1730 
     1731    /** 
     1732     * Create an instance of {@link Numbering } 
     1733     *  
     1734     */ 
     1735    public Numbering createNumbering() { 
     1736        return new Numbering(); 
     1737    } 
     1738 
     1739    /** 
     1740     * Create an instance of {@link BooleanDefaultTrue } 
     1741     *  
     1742     */ 
     1743    public BooleanDefaultTrue createBooleanDefaultTrue() { 
     1744        return new BooleanDefaultTrue(); 
     1745    } 
     1746 
     1747    /** 
     1748     * Create an instance of {@link CTFFTextInput.MaxLength } 
     1749     *  
     1750     */ 
     1751    public CTFFTextInput.MaxLength createCTFFTextInputMaxLength() { 
     1752        return new CTFFTextInput.MaxLength(); 
     1753    } 
     1754 
     1755    /** 
     1756     * Create an instance of {@link TcPrInner.VMerge } 
     1757     *  
     1758     */ 
     1759    public TcPrInner.VMerge createTcPrInnerVMerge() { 
     1760        return new TcPrInner.VMerge(); 
     1761    } 
     1762 
     1763    /** 
     1764     * Create an instance of {@link R.Cr } 
     1765     *  
     1766     */ 
     1767    public R.Cr createRCr() { 
     1768        return new R.Cr(); 
     1769    } 
     1770 
     1771    /** 
     1772     * Create an instance of {@link CTSettings.DisplayVerticalDrawingGridEvery } 
     1773     *  
     1774     */ 
     1775    public CTSettings.DisplayVerticalDrawingGridEvery createCTSettingsDisplayVerticalDrawingGridEvery() { 
     1776        return new CTSettings.DisplayVerticalDrawingGridEvery(); 
     1777    } 
     1778 
     1779    /** 
     1780     * Create an instance of {@link Text } 
     1781     *  
     1782     */ 
     1783    public Text createText() { 
     1784        return new Text(); 
     1785    } 
     1786 
     1787    /** 
     1788     * Create an instance of {@link CTFrameScrollbar } 
     1789     *  
     1790     */ 
     1791    public CTFrameScrollbar createCTFrameScrollbar() { 
     1792        return new CTFrameScrollbar(); 
     1793    } 
     1794 
     1795    /** 
     1796     * Create an instance of {@link CTFtnEdnSepRef } 
     1797     *  
     1798     */ 
     1799    public CTFtnEdnSepRef createCTFtnEdnSepRef() { 
     1800        return new CTFtnEdnSepRef(); 
     1801    } 
     1802 
     1803    /** 
     1804     * Create an instance of {@link CTFtnProps } 
     1805     *  
     1806     */ 
     1807    public CTFtnProps createCTFtnProps() { 
     1808        return new CTFtnProps(); 
     1809    } 
     1810 
     1811    /** 
     1812     * Create an instance of {@link CTSettings.ClickAndTypeStyle } 
     1813     *  
     1814     */ 
     1815    public CTSettings.ClickAndTypeStyle createCTSettingsClickAndTypeStyle() { 
     1816        return new CTSettings.ClickAndTypeStyle(); 
     1817    } 
     1818 
     1819    /** 
     1820     * Create an instance of {@link Styles.DocDefaults } 
     1821     *  
     1822     */ 
     1823    public Styles.DocDefaults createStylesDocDefaults() { 
     1824        return new Styles.DocDefaults(); 
     1825    } 
     1826 
     1827    /** 
     1828     * Create an instance of {@link DelText } 
     1829     *  
     1830     */ 
     1831    public DelText createDelText() { 
     1832        return new DelText(); 
     1833    } 
     1834 
     1835    /** 
     1836     * Create an instance of {@link SdtPr.RichText } 
     1837     *  
     1838     */ 
     1839    public SdtPr.RichText createSdtPrRichText() { 
     1840        return new SdtPr.RichText(); 
     1841    } 
     1842 
     1843    /** 
     1844     * Create an instance of {@link CTMailMerge.AddressFieldName } 
     1845     *  
     1846     */ 
     1847    public CTMailMerge.AddressFieldName createCTMailMergeAddressFieldName() { 
     1848        return new CTMailMerge.AddressFieldName(); 
     1849    } 
     1850 
     1851    /** 
     1852     * Create an instance of {@link CTWriteProtection } 
     1853     *  
     1854     */ 
     1855    public CTWriteProtection createCTWriteProtection() { 
     1856        return new CTWriteProtection(); 
     1857    } 
     1858 
     1859    /** 
     1860     * Create an instance of {@link org.docx4j.wml.RPr } 
     1861     *  
     1862     */ 
     1863    public org.docx4j.wml.RPr createRPr() { 
     1864        return new org.docx4j.wml.RPr(); 
     1865    } 
     1866 
     1867    /** 
     1868     * Create an instance of {@link TblGrid } 
     1869     *  
     1870     */ 
     1871    public TblGrid createTblGrid() { 
     1872        return new TblGrid(); 
     1873    } 
     1874 
     1875    /** 
     1876     * Create an instance of {@link Comments.Comment } 
     1877     *  
     1878     */ 
     1879    public Comments.Comment createCommentsComment() { 
     1880        return new Comments.Comment(); 
     1881    } 
     1882 
     1883    /** 
     1884     * Create an instance of {@link TcPr } 
     1885     *  
     1886     */ 
     1887    public TcPr createTcPr() { 
     1888        return new TcPr(); 
     1889    } 
     1890 
     1891    /** 
     1892     * Create an instance of {@link CTSdtDate } 
     1893     *  
     1894     */ 
     1895    public CTSdtDate createCTSdtDate() { 
     1896        return new CTSdtDate(); 
     1897    } 
     1898 
     1899    /** 
     1900     * Create an instance of {@link TblPr } 
     1901     *  
     1902     */ 
     1903    public TblPr createTblPr() { 
     1904        return new TblPr(); 
     1905    } 
     1906 
     1907    /** 
     1908     * Create an instance of {@link FontRel } 
     1909     *  
     1910     */ 
     1911    public FontRel createFontRel() { 
     1912        return new FontRel(); 
     1913    } 
     1914 
     1915    /** 
     1916     * Create an instance of {@link CTTextboxTightWrap } 
     1917     *  
     1918     */ 
     1919    public CTTextboxTightWrap createCTTextboxTightWrap() { 
     1920        return new CTTextboxTightWrap(); 
     1921    } 
     1922 
     1923    /** 
     1924     * Create an instance of {@link Numbering.AbstractNum.Name } 
     1925     *  
     1926     */ 
     1927    public Numbering.AbstractNum.Name createNumberingAbstractNumName() { 
     1928        return new Numbering.AbstractNum.Name(); 
     1929    } 
     1930 
     1931    /** 
     1932     * Create an instance of {@link CTDocPartCategory } 
     1933     *  
     1934     */ 
     1935    public CTDocPartCategory createCTDocPartCategory() { 
     1936        return new CTDocPartCategory(); 
     1937    } 
     1938 
     1939    /** 
     1940     * Create an instance of {@link CTColumns } 
     1941     *  
     1942     */ 
     1943    public CTColumns createCTColumns() { 
     1944        return new CTColumns(); 
     1945    } 
     1946 
     1947    /** 
     1948     * Create an instance of {@link CTOdsoFieldMapData.MappedName } 
     1949     *  
     1950     */ 
     1951    public CTOdsoFieldMapData.MappedName createCTOdsoFieldMapDataMappedName() { 
     1952        return new CTOdsoFieldMapData.MappedName(); 
     1953    } 
     1954 
     1955    /** 
     1956     * Create an instance of {@link CTRubyAlign } 
     1957     *  
     1958     */ 
     1959    public CTRubyAlign createCTRubyAlign() { 
     1960        return new CTRubyAlign(); 
     1961    } 
     1962 
     1963    /** 
     1964     * Create an instance of {@link PPrBase.NumPr.Ilvl } 
     1965     *  
     1966     */ 
     1967    public PPrBase.NumPr.Ilvl createPPrBaseNumPrIlvl() { 
     1968        return new PPrBase.NumPr.Ilvl(); 
     1969    } 
     1970 
     1971    /** 
     1972     * Create an instance of {@link Fonts.Font } 
     1973     *  
     1974     */ 
     1975    public Fonts.Font createFontsFont() { 
     1976        return new Fonts.Font(); 
     1977    } 
     1978 
     1979    /** 
     1980     * Create an instance of {@link Numbering.Num.AbstractNumId } 
     1981     *  
     1982     */ 
     1983    public Numbering.Num.AbstractNumId createNumberingNumAbstractNumId() { 
     1984        return new Numbering.Num.AbstractNumId(); 
     1985    } 
     1986 
     1987    /** 
     1988     * Create an instance of {@link CTHyperlink } 
     1989     *  
     1990     */ 
     1991    public CTHyperlink createCTHyperlink() { 
     1992        return new CTHyperlink(); 
     1993    } 
     1994 
     1995    /** 
     1996     * Create an instance of {@link CTDocVar } 
     1997     *  
     1998     */ 
     1999    public CTDocVar createCTDocVar() { 
     2000        return new CTDocVar(); 
     2001    } 
     2002 
     2003    /** 
     2004     * Create an instance of {@link CTRuby } 
     2005     *  
     2006     */ 
     2007    public CTRuby createCTRuby() { 
     2008        return new CTRuby(); 
     2009    } 
     2010 
     2011    /** 
     2012     * Create an instance of {@link CTPaperSource } 
     2013     *  
     2014     */ 
     2015    public CTPaperSource createCTPaperSource() { 
     2016        return new CTPaperSource(); 
     2017    } 
     2018 
     2019    /** 
     2020     * Create an instance of {@link CTFtnDocProps } 
     2021     *  
     2022     */ 
     2023    public CTFtnDocProps createCTFtnDocProps() { 
     2024        return new CTFtnDocProps(); 
     2025    } 
     2026 
     2027    /** 
     2028     * Create an instance of {@link CTOdso.Udl } 
     2029     *  
     2030     */ 
     2031    public CTOdso.Udl createCTOdsoUdl() { 
     2032        return new CTOdso.Udl(); 
     2033    } 
     2034 
     2035    /** 
     2036     * Create an instance of {@link SdtPr.Alias } 
     2037     *  
     2038     */ 
     2039    public SdtPr.Alias createSdtPrAlias() { 
     2040        return new SdtPr.Alias(); 
     2041    } 
     2042 
     2043    /** 
     2044     * Create an instance of {@link R.LastRenderedPageBreak } 
     2045     *  
     2046     */ 
     2047    public R.LastRenderedPageBreak createRLastRenderedPageBreak() { 
     2048        return new R.LastRenderedPageBreak(); 
     2049    } 
     2050 
     2051    /** 
     2052     * Create an instance of {@link TblGridBase } 
     2053     *  
     2054     */ 
     2055    public TblGridBase createTblGridBase() { 
     2056        return new TblGridBase(); 
     2057    } 
     2058 
     2059    /** 
     2060     * Create an instance of {@link CTOdso.Table } 
     2061     *  
     2062     */ 
     2063    public CTOdso.Table createCTOdsoTable() { 
     2064        return new CTOdso.Table(); 
     2065    } 
     2066 
     2067    /** 
     2068     * Create an instance of {@link Lvl.LvlPicBulletId } 
     2069     *  
     2070     */ 
     2071    public Lvl.LvlPicBulletId createLvlLvlPicBulletId() { 
     2072        return new Lvl.LvlPicBulletId(); 
     2073    } 
     2074 
     2075    /** 
     2076     * Create an instance of {@link Id } 
     2077     *  
     2078     */ 
     2079    public Id createId() { 
     2080        return new Id(); 
     2081    } 
     2082 
     2083    /** 
     2084     * Create an instance of {@link CTLineNumber } 
     2085     *  
     2086     */ 
     2087    public CTLineNumber createCTLineNumber() { 
     2088        return new CTLineNumber(); 
     2089    } 
     2090 
     2091    /** 
     2092     * Create an instance of {@link CTFtnEdnRef } 
     2093     *  
     2094     */ 
     2095    public CTFtnEdnRef createCTFtnEdnRef() { 
     2096        return new CTFtnEdnRef(); 
     2097    } 
     2098 
     2099    /** 
     2100     * Create an instance of {@link TcPrInner } 
     2101     *  
     2102     */ 
     2103    public TcPrInner createTcPrInner() { 
     2104        return new TcPrInner(); 
     2105    } 
     2106 
     2107    /** 
     2108     * Create an instance of {@link NumFmt } 
     2109     *  
     2110     */ 
     2111    public NumFmt createNumFmt() { 
     2112        return new NumFmt(); 
     2113    } 
     2114 
     2115    /** 
     2116     * Create an instance of {@link CTFootnotes } 
     2117     *  
     2118     */ 
     2119    public CTFootnotes createCTFootnotes() { 
     2120        return new CTFootnotes(); 
     2121    } 
     2122 
     2123    /** 
     2124     * Create an instance of {@link CTFramePr } 
     2125     *  
     2126     */ 
     2127    public CTFramePr createCTFramePr() { 
     2128        return new CTFramePr(); 
     2129    } 
     2130 
     2131    /** 
     2132     * Create an instance of {@link Package.Part.XmlData } 
     2133     *  
     2134     */ 
     2135    public Package.Part.XmlData createPackagePartXmlData() { 
     2136        return new Package.Part.XmlData(); 
     2137    } 
     2138 
     2139    /** 
     2140     * Create an instance of {@link CTFrameset } 
     2141     *  
     2142     */ 
     2143    public CTFrameset createCTFrameset() { 
     2144        return new CTFrameset(); 
     2145    } 
     2146 
     2147    /** 
     2148     * Create an instance of {@link CTOdso } 
     2149     *  
     2150     */ 
     2151    public CTOdso createCTOdso() { 
     2152        return new CTOdso(); 
     2153    } 
     2154 
     2155    /** 
     2156     * Create an instance of {@link CTWritingStyle } 
     2157     *  
     2158     */ 
     2159    public CTWritingStyle createCTWritingStyle() { 
     2160        return new CTWritingStyle(); 
     2161    } 
     2162 
     2163    /** 
     2164     * Create an instance of {@link org.docx4j.wml.Style.Link } 
     2165     *  
     2166     */ 
     2167    public org.docx4j.wml.Style.Link createStyleLink() { 
     2168        return new org.docx4j.wml.Style.Link(); 
     2169    } 
     2170 
     2171    /** 
     2172     * Create an instance of {@link CTDocPartPr } 
     2173     *  
     2174     */ 
     2175    public CTDocPartPr createCTDocPartPr() { 
     2176        return new CTDocPartPr(); 
     2177    } 
     2178 
     2179    /** 
     2180     * Create an instance of {@link CTCompat } 
     2181     *  
     2182     */ 
     2183    public CTCompat createCTCompat() { 
     2184        return new CTCompat(); 
     2185    } 
     2186 
     2187    /** 
     2188     * Create an instance of {@link CTMarkup } 
     2189     *  
     2190     */ 
     2191    public CTMarkup createCTMarkup() { 
     2192        return new CTMarkup(); 
     2193    } 
     2194 
     2195    /** 
     2196     * Create an instance of {@link org.docx4j.wml.Style.BasedOn } 
     2197     *  
     2198     */ 
     2199    public org.docx4j.wml.Style.BasedOn createStyleBasedOn() { 
     2200        return new org.docx4j.wml.Style.BasedOn(); 
     2201    } 
     2202 
     2203    /** 
     2204     * Create an instance of {@link CTDocPartTypes } 
     2205     *  
     2206     */ 
     2207    public CTDocPartTypes createCTDocPartTypes() { 
     2208        return new CTDocPartTypes(); 
     2209    } 
     2210 
     2211    /** 
     2212     * Create an instance of {@link CTRubyContent } 
     2213     *  
     2214     */ 
     2215    public CTRubyContent createCTRubyContent() { 
     2216        return new CTRubyContent(); 
     2217    } 
     2218 
     2219    /** 
     2220     * Create an instance of {@link CTDocProtect } 
     2221     *  
     2222     */ 
     2223    public CTDocProtect createCTDocProtect() { 
     2224        return new CTDocProtect(); 
     2225    } 
     2226 
     2227    /** 
     2228     * Create an instance of {@link CTCharacterSpacing } 
     2229     *  
     2230     */ 
     2231    public CTCharacterSpacing createCTCharacterSpacing() { 
     2232        return new CTCharacterSpacing(); 
     2233    } 
     2234 
     2235    /** 
     2236     * Create an instance of {@link CTEm } 
     2237     *  
     2238     */ 
     2239    public CTEm createCTEm() { 
     2240        return new CTEm(); 
     2241    } 
     2242 
     2243    /** 
     2244     * Create an instance of {@link CTFitText } 
     2245     *  
     2246     */ 
     2247    public CTFitText createCTFitText() { 
     2248        return new CTFitText(); 
     2249    } 
     2250 
     2251    /** 
     2252     * Create an instance of {@link CTTrPrChange } 
     2253     *  
     2254     */ 
     2255    public CTTrPrChange createCTTrPrChange() { 
     2256        return new CTTrPrChange(); 
     2257    } 
     2258 
     2259    /** 
     2260     * Create an instance of {@link CTFtnPos } 
     2261     *  
     2262     */ 
     2263    public CTFtnPos createCTFtnPos() { 
     2264        return new CTFtnPos(); 
     2265    } 
     2266 
     2267    /** 
     2268     * Create an instance of {@link Fonts } 
     2269     *  
     2270     */ 
     2271    public Fonts createFonts() { 
     2272        return new Fonts(); 
     2273    } 
     2274 
     2275    /** 
     2276     * Create an instance of {@link CTTargetScreenSz } 
     2277     *  
     2278     */ 
     2279    public CTTargetScreenSz createCTTargetScreenSz() { 
     2280        return new CTTargetScreenSz(); 
     2281    } 
     2282 
     2283    /** 
     2284     * Create an instance of {@link CTBookmarkRange } 
     2285     *  
     2286     */ 
     2287    public CTBookmarkRange createCTBookmarkRange() { 
     2288        return new CTBookmarkRange(); 
     2289    } 
     2290 
     2291    /** 
     2292     * Create an instance of {@link CTFFCheckBox } 
     2293     *  
     2294     */ 
     2295    public CTFFCheckBox createCTFFCheckBox() { 
     2296        return new CTFFCheckBox(); 
     2297    } 
     2298 
     2299    /** 
     2300     * Create an instance of {@link CTMailMerge.MailSubject } 
     2301     *  
     2302     */ 
     2303    public CTMailMerge.MailSubject createCTMailMergeMailSubject() { 
     2304        return new CTMailMerge.MailSubject(); 
     2305    } 
     2306 
     2307    /** 
     2308     * Create an instance of {@link RangePermissionStart } 
     2309     *  
     2310     */ 
     2311    public RangePermissionStart createRangePermissionStart() { 
     2312        return new RangePermissionStart(); 
     2313    } 
     2314 
     2315    /** 
     2316     * Create an instance of {@link RStyle } 
     2317     *  
     2318     */ 
     2319    public RStyle createRStyle() { 
     2320        return new RStyle(); 
     2321    } 
     2322 
     2323    /** 
     2324     * Create an instance of {@link FontFamily } 
     2325     *  
     2326     */ 
     2327    public FontFamily createFontFamily() { 
     2328        return new FontFamily(); 
     2329    } 
     2330 
     2331    /** 
     2332     * Create an instance of {@link CTKinsoku } 
     2333     *  
     2334     */ 
     2335    public CTKinsoku createCTKinsoku() { 
     2336        return new CTKinsoku(); 
     2337    } 
     2338 
     2339    /** 
     2340     * Create an instance of {@link CTPageNumber } 
     2341     *  
     2342     */ 
     2343    public CTPageNumber createCTPageNumber() { 
     2344        return new CTPageNumber(); 
     2345    } 
     2346 
     2347    /** 
     2348     * Create an instance of {@link CommentRangeStart } 
     2349     *  
     2350     */ 
     2351    public CommentRangeStart createCommentRangeStart() { 
     2352        return new CommentRangeStart(); 
     2353    } 
     2354 
     2355    /** 
     2356     * Create an instance of {@link FontPitch } 
     2357     *  
     2358     */ 
     2359    public FontPitch createFontPitch() { 
     2360        return new FontPitch(); 
     2361    } 
     2362 
     2363    /** 
     2364     * Create an instance of {@link CTMarkupRange } 
     2365     *  
     2366     */ 
     2367    public CTMarkupRange createCTMarkupRange() { 
     2368        return new CTMarkupRange(); 
     2369    } 
     2370 
     2371    /** 
     2372     * Create an instance of {@link SdtPr.Group } 
     2373     *  
     2374     */ 
     2375    public SdtPr.Group createSdtPrGroup() { 
     2376        return new SdtPr.Group(); 
     2377    } 
     2378 
     2379    /** 
     2380     * Create an instance of {@link CTEdnProps.NumStart } 
     2381     *  
     2382     */ 
     2383    public CTEdnProps.NumStart createCTEdnPropsNumStart() { 
     2384        return new CTEdnProps.NumStart(); 
     2385    } 
     2386 
     2387    /** 
     2388     * Create an instance of {@link CTRPrChange.RPr } 
     2389     *  
     2390     */ 
     2391    public CTRPrChange.RPr createCTRPrChangeRPr() { 
     2392        return new CTRPrChange.RPr(); 
     2393    } 
     2394 
     2395    /** 
     2396     * Create an instance of {@link CTEndnotes } 
     2397     *  
     2398     */ 
     2399    public CTEndnotes createCTEndnotes() { 
     2400        return new CTEndnotes(); 
     2401    } 
     2402 
     2403    /** 
     2404     * Create an instance of {@link CTSdtDocPart.DocPartCategory } 
     2405     *  
     2406     */ 
     2407    public CTSdtDocPart.DocPartCategory createCTSdtDocPartDocPartCategory() { 
     2408        return new CTSdtDocPart.DocPartCategory(); 
     2409    } 
     2410 
     2411    /** 
     2412     * Create an instance of {@link CTOdsoFieldMapData.Name } 
     2413     *  
     2414     */ 
     2415    public CTOdsoFieldMapData.Name createCTOdsoFieldMapDataName() { 
     2416        return new CTOdsoFieldMapData.Name(); 
     2417    } 
     2418 
     2419    /** 
     2420     * Create an instance of {@link CTFFName } 
     2421     *  
     2422     */ 
     2423    public CTFFName createCTFFName() { 
     2424        return new CTFFName(); 
     2425    } 
     2426 
     2427    /** 
     2428     * Create an instance of {@link CTTabStop } 
     2429     *  
     2430     */ 
     2431    public CTTabStop createCTTabStop() { 
     2432        return new CTTabStop(); 
     2433    } 
     2434 
     2435    /** 
     2436     * Create an instance of {@link SectPrBase } 
     2437     *  
     2438     */ 
     2439    public SectPrBase createSectPrBase() { 
     2440        return new SectPrBase(); 
     2441    } 
     2442 
     2443    /** 
     2444     * Create an instance of {@link CTPlaceholder } 
     2445     *  
     2446     */ 
     2447    public CTPlaceholder createCTPlaceholder() { 
     2448        return new CTPlaceholder(); 
     2449    } 
     2450 
     2451    /** 
     2452     * Create an instance of {@link CTSaveThroughXslt } 
     2453     *  
     2454     */ 
     2455    public CTSaveThroughXslt createCTSaveThroughXslt() { 
     2456        return new CTSaveThroughXslt(); 
     2457    } 
     2458 
     2459    /** 
     2460     * Create an instance of {@link PPrBase } 
     2461     *  
     2462     */ 
     2463    public PPrBase createPPrBase() { 
     2464        return new PPrBase(); 
     2465    } 
     2466 
     2467    /** 
     2468     * Create an instance of {@link Br } 
     2469     *  
     2470     */ 
     2471    public Br createBr() { 
     2472        return new Br(); 
     2473    } 
     2474 
     2475    /** 
     2476     * Create an instance of {@link CTProof } 
     2477     *  
     2478     */ 
     2479    public CTProof createCTProof() { 
     2480        return new CTProof(); 
     2481    } 
     2482 
     2483    /** 
     2484     * Create an instance of {@link CommentRangeEnd } 
     2485     *  
     2486     */ 
     2487    public CommentRangeEnd createCommentRangeEnd() { 
     2488        return new CommentRangeEnd(); 
     2489    } 
     2490 
     2491    /** 
     2492     * Create an instance of {@link SectPr.Type } 
     2493     *  
     2494     */ 
     2495    public SectPr.Type createSectPrType() { 
     2496        return new SectPr.Type(); 
     2497    } 
     2498 
     2499    /** 
     2500     * Create an instance of {@link CTFrameLayout } 
     2501     *  
     2502     */ 
     2503    public CTFrameLayout createCTFrameLayout() { 
     2504        return new CTFrameLayout(); 
     2505    } 
     2506 
     2507    /** 
     2508     * Create an instance of {@link CTRecipients } 
     2509     *  
     2510     */ 
     2511    public CTRecipients createCTRecipients() { 
     2512        return new CTRecipients(); 
     2513    } 
     2514 
     2515    /** 
     2516     * Create an instance of {@link CTTwipsMeasure } 
     2517     *  
     2518     */ 
     2519    public CTTwipsMeasure createCTTwipsMeasure() { 
     2520        return new CTTwipsMeasure(); 
     2521    } 
     2522 
     2523    /** 
     2524     * Create an instance of {@link CTSettings.SummaryLength } 
     2525     *  
     2526     */ 
     2527    public CTSettings.SummaryLength createCTSettingsSummaryLength() { 
     2528        return new CTSettings.SummaryLength(); 
     2529    } 
     2530 
     2531    /** 
     2532     * Create an instance of {@link CTAltChunkPr } 
     2533     *  
     2534     */ 
     2535    public CTAltChunkPr createCTAltChunkPr() { 
     2536        return new CTAltChunkPr(); 
     2537    } 
     2538 
     2539    /** 
     2540     * Create an instance of {@link Tr } 
     2541     *  
     2542     */ 
     2543    public Tr createTr() { 
     2544        return new Tr(); 
     2545    } 
     2546 
     2547    /** 
     2548     * Create an instance of {@link CTTblLayoutType } 
     2549     *  
     2550     */ 
     2551    public CTTblLayoutType createCTTblLayoutType() { 
     2552        return new CTTblLayoutType(); 
     2553    } 
     2554 
     2555    /** 
     2556     * Create an instance of {@link Lvl } 
     2557     *  
     2558     */ 
     2559    public Lvl createLvl() { 
     2560        return new Lvl(); 
     2561    } 
     2562 
     2563    /** 
     2564     * Create an instance of {@link Numbering.Num.LvlOverride.StartOverride } 
     2565     *  
     2566     */ 
     2567    public Numbering.Num.LvlOverride.StartOverride createNumberingNumLvlOverrideStartOverride() { 
     2568        return new Numbering.Num.LvlOverride.StartOverride(); 
     2569    } 
     2570 
     2571    /** 
     2572     * Create an instance of {@link CTOdsoFieldMapData.Column } 
     2573     *  
     2574     */ 
     2575    public CTOdsoFieldMapData.Column createCTOdsoFieldMapDataColumn() { 
     2576        return new CTOdsoFieldMapData.Column(); 
     2577    } 
     2578 
     2579    /** 
     2580     * Create an instance of {@link CTDocPartGallery } 
     2581     *  
     2582     */ 
     2583    public CTDocPartGallery createCTDocPartGallery() { 
     2584        return new CTDocPartGallery(); 
     2585    } 
     2586 
     2587    /** 
     2588     * Create an instance of {@link ParaRPr } 
     2589     *  
     2590     */ 
     2591    public ParaRPr createParaRPr() { 
     2592        return new ParaRPr(); 
     2593    } 
     2594 
     2595    /** 
     2596     * Create an instance of {@link Styles.DocDefaults.PPrDefault } 
     2597     *  
     2598     */ 
     2599    public Styles.DocDefaults.PPrDefault createStylesDocDefaultsPPrDefault() { 
     2600        return new Styles.DocDefaults.PPrDefault(); 
     2601    } 
     2602 
     2603    /** 
     2604     * Create an instance of {@link ParaRPrChange } 
     2605     *  
     2606     */ 
     2607    public ParaRPrChange createParaRPrChange() { 
     2608        return new ParaRPrChange(); 
     2609    } 
     2610 
     2611    /** 
     2612     * Create an instance of {@link TrPr } 
     2613     *  
     2614     */ 
     2615    public TrPr createTrPr() { 
     2616        return new TrPr(); 
     2617    } 
     2618 
     2619    /** 
     2620     * Create an instance of {@link CTSdtText } 
     2621     *  
     2622     */ 
     2623    public CTSdtText createCTSdtText() { 
     2624        return new CTSdtText(); 
     2625    } 
     2626 
     2627    /** 
     2628     * Create an instance of {@link CTLock } 
     2629     *  
     2630     */ 
     2631    public CTLock createCTLock() { 
     2632        return new CTLock(); 
     2633    } 
     2634 
     2635    /** 
     2636     * Create an instance of {@link RFonts } 
     2637     *  
     2638     */ 
     2639    public RFonts createRFonts() { 
     2640        return new RFonts(); 
     2641    } 
     2642 
     2643    /** 
     2644     * Create an instance of {@link R.YearShort } 
     2645     *  
     2646     */ 
     2647    public R.YearShort createRYearShort() { 
     2648        return new R.YearShort(); 
     2649    } 
     2650 
     2651    /** 
     2652     * Create an instance of {@link CTSdtDocPart } 
     2653     *  
     2654     */ 
     2655    public CTSdtDocPart createCTSdtDocPart() { 
     2656        return new CTSdtDocPart(); 
     2657    } 
     2658 
     2659    /** 
     2660     * Create an instance of {@link Numbering.AbstractNum.MultiLevelType } 
     2661     *  
     2662     */ 
     2663    public Numbering.AbstractNum.MultiLevelType createNumberingAbstractNumMultiLevelType() { 
     2664        return new Numbering.AbstractNum.MultiLevelType(); 
     2665    } 
     2666 
     2667    /** 
     2668     * Create an instance of {@link SdtRun } 
     2669     *  
     2670     */ 
     2671    public SdtRun createSdtRun() { 
     2672        return new SdtRun(); 
     2673    } 
     2674 
     2675    /** 
     2676     * Create an instance of {@link CTSdtCell } 
     2677     *  
     2678     */ 
     2679    public CTSdtCell createCTSdtCell() { 
     2680        return new CTSdtCell(); 
     2681    } 
     2682 
     2683    /** 
     2684     * Create an instance of {@link CTFrame } 
     2685     *  
     2686     */ 
     2687    public CTFrame createCTFrame() { 
     2688        return new CTFrame(); 
     2689    } 
     2690 
     2691    /** 
     2692     * Create an instance of {@link CTMailMerge } 
     2693     *  
     2694     */ 
     2695    public CTMailMerge createCTMailMerge() { 
     2696        return new CTMailMerge(); 
     2697    } 
     2698 
     2699    /** 
     2700     * Create an instance of {@link SdtPr.Picture } 
     2701     *  
     2702     */ 
     2703    public SdtPr.Picture createSdtPrPicture() { 
     2704        return new SdtPr.Picture(); 
     2705    } 
     2706 
     2707    /** 
     2708     * Create an instance of {@link CTFrameset.Sz } 
     2709     *  
     2710     */ 
     2711    public CTFrameset.Sz createCTFramesetSz() { 
     2712        return new CTFrameset.Sz(); 
     2713    } 
     2714 
     2715    /** 
     2716     * Create an instance of {@link PPrBase.OutlineLvl } 
     2717     *  
     2718     */ 
     2719    public PPrBase.OutlineLvl createPPrBaseOutlineLvl() { 
     2720        return new PPrBase.OutlineLvl(); 
     2721    } 
     2722 
     2723    /** 
     2724     * Create an instance of {@link SectPr.PgBorders } 
     2725     *  
     2726     */ 
     2727    public SectPr.PgBorders createSectPrPgBorders() { 
     2728        return new SectPr.PgBorders(); 
     2729    } 
     2730 
     2731    /** 
     2732     * Create an instance of {@link CTTblPrEx } 
     2733     *  
     2734     */ 
     2735    public CTTblPrEx createCTTblPrEx() { 
     2736        return new CTTblPrEx(); 
     2737    } 
     2738 
     2739    /** 
     2740     * Create an instance of {@link CTPixelsMeasure } 
     2741     *  
     2742     */ 
     2743    public CTPixelsMeasure createCTPixelsMeasure() { 
     2744        return new CTPixelsMeasure(); 
     2745    } 
     2746 
     2747    /** 
     2748     * Create an instance of {@link SectPr } 
     2749     *  
     2750     */ 
     2751    public SectPr createSectPr() { 
     2752        return new SectPr(); 
     2753    } 
     2754 
     2755    /** 
     2756     * Create an instance of {@link CTWebSettings.PixelsPerInch } 
     2757     *  
     2758     */ 
     2759    public CTWebSettings.PixelsPerInch createCTWebSettingsPixelsPerInch() { 
     2760        return new CTWebSettings.PixelsPerInch(); 
     2761    } 
     2762 
     2763    /** 
     2764     * Create an instance of {@link CTMoveBookmark } 
     2765     *  
     2766     */ 
     2767    public CTMoveBookmark createCTMoveBookmark() { 
     2768        return new CTMoveBookmark(); 
     2769    } 
     2770 
     2771    /** 
     2772     * Create an instance of {@link CTFFHelpText } 
     2773     *  
     2774     */ 
     2775    public CTFFHelpText createCTFFHelpText() { 
     2776        return new CTFFHelpText(); 
     2777    } 
     2778 
     2779    /** 
     2780     * Create an instance of {@link CTEdnProps } 
     2781     *  
     2782     */ 
     2783    public CTEdnProps createCTEdnProps() { 
     2784        return new CTEdnProps(); 
     2785    } 
     2786 
     2787    /** 
     2788     * Create an instance of {@link CTRubyPr } 
     2789     *  
     2790     */ 
     2791    public CTRubyPr createCTRubyPr() { 
     2792        return new CTRubyPr(); 
     2793    } 
     2794 
     2795    /** 
     2796     * Create an instance of {@link GlossaryDocument } 
     2797     *  
     2798     */ 
     2799    public GlossaryDocument createGlossaryDocument() { 
     2800        return new GlossaryDocument(); 
     2801    } 
     2802 
     2803    /** 
     2804     * Create an instance of {@link CTDocPartPr.Style } 
     2805     *  
     2806     */ 
     2807    public CTDocPartPr.Style createCTDocPartPrStyle() { 
     2808        return new CTDocPartPr.Style(); 
     2809    } 
     2810 
     2811    /** 
     2812     * Create an instance of {@link CTView } 
     2813     *  
     2814     */ 
     2815    public CTView createCTView() { 
     2816        return new CTView(); 
     2817    } 
     2818 
     2819    /** 
     2820     * Create an instance of {@link CTSdtRow } 
     2821     *  
     2822     */ 
     2823    public CTSdtRow createCTSdtRow() { 
     2824        return new CTSdtRow(); 
     2825    } 
     2826 
     2827    /** 
     2828     * Create an instance of {@link CTLang } 
     2829     *  
     2830     */ 
     2831    public CTLang createCTLang() { 
     2832        return new CTLang(); 
     2833    } 
     2834 
     2835    /** 
     2836     * Create an instance of {@link SdtBlock } 
     2837     *  
     2838     */ 
     2839    public SdtBlock createSdtBlock() { 
     2840        return new SdtBlock(); 
     2841    } 
     2842 
     2843    /** 
     2844     * Create an instance of {@link Lvl.LvlText } 
     2845     *  
     2846     */ 
     2847    public Lvl.LvlText createLvlLvlText() { 
     2848        return new Lvl.LvlText(); 
     2849    } 
     2850 
     2851    /** 
     2852     * Create an instance of {@link CTPPrChange } 
     2853     *  
     2854     */ 
     2855    public CTPPrChange createCTPPrChange() { 
     2856        return new CTPPrChange(); 
     2857    } 
     2858 
     2859    /** 
     2860     * Create an instance of {@link CTAutoCaptions } 
     2861     *  
     2862     */ 
     2863    public CTAutoCaptions createCTAutoCaptions() { 
     2864        return new CTAutoCaptions(); 
     2865    } 
     2866 
     2867    /** 
     2868     * Create an instance of {@link CTMailMergeDest } 
     2869     *  
     2870     */ 
     2871    public CTMailMergeDest createCTMailMergeDest() { 
     2872        return new CTMailMergeDest(); 
     2873    } 
     2874 
     2875    /** 
     2876     * Create an instance of {@link CTSettings.BookFoldPrintingSheets } 
     2877     *  
     2878     */ 
     2879    public CTSettings.BookFoldPrintingSheets createCTSettingsBookFoldPrintingSheets() { 
     2880        return new CTSettings.BookFoldPrintingSheets(); 
     2881    } 
     2882 
     2883    /** 
     2884     * Create an instance of {@link R.NoBreakHyphen } 
     2885     *  
     2886     */ 
     2887    public R.NoBreakHyphen createRNoBreakHyphen() { 
     2888        return new R.NoBreakHyphen(); 
     2889    } 
     2890 
     2891    /** 
     2892     * Create an instance of {@link Drawing } 
     2893     *  
     2894     */ 
     2895    public Drawing createDrawing() { 
     2896        return new Drawing(); 
     2897    } 
     2898 
     2899    /** 
     2900     * Create an instance of {@link CTFramesetSplitbar.Color } 
     2901     *  
     2902     */ 
     2903    public CTFramesetSplitbar.Color createCTFramesetSplitbarColor() { 
     2904        return new CTFramesetSplitbar.Color(); 
     2905    } 
     2906 
     2907    /** 
     2908     * Create an instance of {@link CTHeight } 
     2909     *  
     2910     */ 
     2911    public CTHeight createCTHeight() { 
     2912        return new CTHeight(); 
     2913    } 
     2914 
     2915    /** 
     2916     * Create an instance of {@link CTMailMerge.Query } 
     2917     *  
     2918     */ 
     2919    public CTMailMerge.Query createCTMailMergeQuery() { 
     2920        return new CTMailMerge.Query(); 
     2921    } 
     2922 
     2923    /** 
     2924     * Create an instance of {@link CTDocVars } 
     2925     *  
     2926     */ 
     2927    public CTDocVars createCTDocVars() { 
     2928        return new CTDocVars(); 
     2929    } 
     2930 
     2931    /** 
     2932     * Create an instance of {@link TblWidth } 
     2933     *  
     2934     */ 
     2935    public TblWidth createTblWidth() { 
     2936        return new TblWidth(); 
     2937    } 
     2938 
     2939    /** 
     2940     * Create an instance of {@link R.YearLong } 
     2941     *  
     2942     */ 
     2943    public R.YearLong createRYearLong() { 
     2944        return new R.YearLong(); 
     2945    } 
     2946 
     2947    /** 
     2948     * Create an instance of {@link CTMailMerge.CheckErrors } 
     2949     *  
     2950     */ 
     2951    public CTMailMerge.CheckErrors createCTMailMergeCheckErrors() { 
     2952        return new CTMailMerge.CheckErrors(); 
     2953    } 
     2954 
     2955    /** 
     2956     * Create an instance of {@link CTDocPartCategory.Name } 
     2957     *  
     2958     */ 
     2959    public CTDocPartCategory.Name createCTDocPartCategoryName() { 
     2960        return new CTDocPartCategory.Name(); 
     2961    } 
     2962 
     2963    /** 
     2964     * Create an instance of {@link SectPr.PgSz } 
     2965     *  
     2966     */ 
     2967    public SectPr.PgSz createSectPrPgSz() { 
     2968        return new SectPr.PgSz(); 
     2969    } 
     2970 
     2971    /** 
     2972     * Create an instance of {@link Styles } 
     2973     *  
     2974     */ 
     2975    public Styles createStyles() { 
     2976        return new Styles(); 
     2977    } 
     2978 
     2979    /** 
     2980     * Create an instance of {@link PPrBase.TextAlignment } 
     2981     *  
     2982     */ 
     2983    public PPrBase.TextAlignment createPPrBaseTextAlignment() { 
     2984        return new PPrBase.TextAlignment(); 
     2985    } 
     2986 
     2987    /** 
     2988     * Create an instance of {@link PPr } 
     2989     *  
     2990     */ 
     2991    public PPr createPPr() { 
     2992        return new PPr(); 
     2993    } 
     2994 
     2995    /** 
     2996     * Create an instance of {@link Numbering.NumIdMacAtCleanup } 
     2997     *  
     2998     */ 
     2999    public Numbering.NumIdMacAtCleanup createNumberingNumIdMacAtCleanup() { 
     3000        return new Numbering.NumIdMacAtCleanup(); 
     3001    } 
     3002 
     3003    /** 
     3004     * Create an instance of {@link Numbering.NumPicBullet } 
     3005     *  
     3006     */ 
     3007    public Numbering.NumPicBullet createNumberingNumPicBullet() { 
     3008        return new Numbering.NumPicBullet(); 
     3009    } 
     3010 
     3011    /** 
     3012     * Create an instance of {@link CTSdtDocPart.DocPartGallery } 
     3013     *  
     3014     */ 
     3015    public CTSdtDocPart.DocPartGallery createCTSdtDocPartDocPartGallery() { 
     3016        return new CTSdtDocPart.DocPartGallery(); 
     3017    } 
     3018 
     3019    /** 
     3020     * Create an instance of {@link CTHdrFtrRef } 
     3021     *  
     3022     */ 
     3023    public CTHdrFtrRef createCTHdrFtrRef() { 
     3024        return new CTHdrFtrRef(); 
     3025    } 
     3026 
     3027    /** 
     3028     * Create an instance of {@link R.EndnoteRef } 
     3029     *  
     3030     */ 
     3031    public R.EndnoteRef createREndnoteRef() { 
     3032        return new R.EndnoteRef(); 
     3033    } 
     3034 
     3035    /** 
     3036     * Create an instance of {@link CTTblPrChange } 
     3037     *  
     3038     */ 
     3039    public CTTblPrChange createCTTblPrChange() { 
     3040        return new CTTblPrChange(); 
     3041    } 
     3042 
     3043    /** 
     3044     * Create an instance of {@link CTSettings.ForceUpgrade } 
     3045     *  
     3046     */ 
     3047    public CTSettings.ForceUpgrade createCTSettingsForceUpgrade() { 
     3048        return new CTSettings.ForceUpgrade(); 
    1953049    } 
    1963050 
     
    2043058 
    2053059    /** 
    206      * Create an instance of {@link CTTblCellMar } 
    207      *  
    208      */ 
    209     public CTTblCellMar createCTTblCellMar() { 
    210         return new CTTblCellMar(); 
    211     } 
    212  
    213     /** 
    214      * Create an instance of {@link CTRecipients } 
    215      *  
    216      */ 
    217     public CTRecipients createCTRecipients() { 
    218         return new CTRecipients(); 
    219     } 
    220  
    221     /** 
    222      * Create an instance of {@link CTTblPrEx } 
    223      *  
    224      */ 
    225     public CTTblPrEx createCTTblPrEx() { 
    226         return new CTTblPrEx(); 
    227     } 
    228  
    229     /** 
    230      * Create an instance of {@link CTMailMerge.ActiveRecord } 
    231      *  
    232      */ 
    233     public CTMailMerge.ActiveRecord createCTMailMergeActiveRecord() { 
    234         return new CTMailMerge.ActiveRecord(); 
    235     } 
    236  
    237     /** 
    238      * Create an instance of {@link CTCustomXmlBlock } 
    239      *  
    240      */ 
    241     public CTCustomXmlBlock createCTCustomXmlBlock() { 
    242         return new CTCustomXmlBlock(); 
    243     } 
    244  
    245     /** 
    246      * Create an instance of {@link GlossaryDocument } 
    247      *  
    248      */ 
    249     public GlossaryDocument createGlossaryDocument() { 
    250         return new GlossaryDocument(); 
    251     } 
    252  
    253     /** 
    254      * Create an instance of {@link CTSectPrChange } 
    255      *  
    256      */ 
    257     public CTSectPrChange createCTSectPrChange() { 
    258         return new CTSectPrChange(); 
    259     } 
    260  
    261     /** 
    262      * Create an instance of {@link Drawing } 
    263      *  
    264      */ 
    265     public Drawing createDrawing() { 
    266         return new Drawing(); 
     3060     * Create an instance of {@link org.docx4j.wml.Style } 
     3061     *  
     3062     */ 
     3063    public org.docx4j.wml.Style createStyle() { 
     3064        return new org.docx4j.wml.Style(); 
     3065    } 
     3066 
     3067    /** 
     3068     * Create an instance of {@link CTControl } 
     3069     *  
     3070     */ 
     3071    public CTControl createCTControl() { 
     3072        return new CTControl(); 
     3073    } 
     3074 
     3075    /** 
     3076     * Create an instance of {@link CTOdso.ColDelim } 
     3077     *  
     3078     */ 
     3079    public CTOdso.ColDelim createCTOdsoColDelim() { 
     3080        return new CTOdso.ColDelim(); 
     3081    } 
     3082 
     3083    /** 
     3084     * Create an instance of {@link CTTrPrBase.GridAfter } 
     3085     *  
     3086     */ 
     3087    public CTTrPrBase.GridAfter createCTTrPrBaseGridAfter() { 
     3088        return new CTTrPrBase.GridAfter(); 
     3089    } 
     3090 
     3091    /** 
     3092     * Create an instance of {@link CTFFTextType } 
     3093     *  
     3094     */ 
     3095    public CTFFTextType createCTFFTextType() { 
     3096        return new CTFFTextType(); 
    2673097    } 
    2683098 
     
    2763106 
    2773107    /** 
    278      * Create an instance of {@link CTSettings.DisplayVerticalDrawingGridEvery } 
    279      *  
    280      */ 
    281     public CTSettings.DisplayVerticalDrawingGridEvery createCTSettingsDisplayVerticalDrawingGridEvery() { 
    282         return new CTSettings.DisplayVerticalDrawingGridEvery(); 
    283     } 
    284  
    285     /** 
    286      * Create an instance of {@link CTDivBdr } 
    287      *  
    288      */ 
    289     public CTDivBdr createCTDivBdr() { 
    290         return new CTDivBdr(); 
    291     } 
    292  
    293     /** 
    294      * Create an instance of {@link CTEndnotes } 
    295      *  
    296      */ 
    297     public CTEndnotes createCTEndnotes() { 
    298         return new CTEndnotes(); 
    299     } 
    300  
    301     /** 
    302      * Create an instance of {@link Styles.LatentStyles.LsdException } 
    303      *  
    304      */ 
    305     public Styles.LatentStyles.LsdException createStylesLatentStylesLsdException() { 
    306         return new Styles.LatentStyles.LsdException(); 
    307     } 
    308  
    309     /** 
    310      * Create an instance of {@link Highlight } 
    311      *  
    312      */ 
    313     public Highlight createHighlight() { 
    314         return new Highlight(); 
    315     } 
    316  
    317     /** 
    318      * Create an instance of {@link R.Ptab } 
    319      *  
    320      */ 
    321     public R.Ptab createRPtab() { 
    322         return new R.Ptab(); 
    323     } 
    324  
    325     /** 
    326      * Create an instance of {@link CTOdso.Udl } 
    327      *  
    328      */ 
    329     public CTOdso.Udl createCTOdsoUdl() { 
    330         return new CTOdso.Udl(); 
    331     } 
    332  
    333     /** 
    334      * Create an instance of {@link CTSmartTagRun } 
    335      *  
    336      */ 
    337     public CTSmartTagRun createCTSmartTagRun() { 
    338         return new CTSmartTagRun(); 
    339     } 
    340  
    341     /** 
    342      * Create an instance of {@link SdtBlock } 
    343      *  
    344      */ 
    345     public SdtBlock createSdtBlock() { 
    346         return new SdtBlock(); 
    347     } 
    348  
    349     /** 
    350      * Create an instance of {@link SdtPr.Citation } 
    351      *  
    352      */ 
    353     public SdtPr.Citation createSdtPrCitation() { 
    354         return new SdtPr.Citation(); 
    355     } 
    356  
    357     /** 
    358      * Create an instance of {@link CTTblPrChange } 
    359      *  
    360      */ 
    361     public CTTblPrChange createCTTblPrChange() { 
    362         return new CTTblPrChange(); 
    363     } 
    364  
    365     /** 
    366      * Create an instance of {@link CTSettings.DisplayHorizontalDrawingGridEvery } 
    367      *  
    368      */ 
    369     public CTSettings.DisplayHorizontalDrawingGridEvery createCTSettingsDisplayHorizontalDrawingGridEvery() { 
    370         return new CTSettings.DisplayHorizontalDrawingGridEvery(); 
    371     } 
    372  
    373     /** 
    374      * Create an instance of {@link CTDocPartPr.Style } 
    375      *  
    376      */ 
    377     public CTDocPartPr.Style createCTDocPartPrStyle() { 
    378         return new CTDocPartPr.Style(); 
    379     } 
    380  
    381     /** 
    382      * Create an instance of {@link PPrBase.NumPr } 
    383      *  
    384      */ 
    385     public PPrBase.NumPr createPPrBaseNumPr() { 
    386         return new PPrBase.NumPr(); 
    387     } 
    388  
    389     /** 
    390      * Create an instance of {@link org.docx4j.wml.Style.UiPriority } 
    391      *  
    392      */ 
    393     public org.docx4j.wml.Style.UiPriority createStyleUiPriority() { 
    394         return new org.docx4j.wml.Style.UiPriority(); 
    395     } 
    396  
    397     /** 
    398      * Create an instance of {@link CTFramesetSplitbar } 
    399      *  
    400      */ 
    401     public CTFramesetSplitbar createCTFramesetSplitbar() { 
    402         return new CTFramesetSplitbar(); 
    403     } 
    404  
    405     /** 
    406      * Create an instance of {@link CTLang } 
    407      *  
    408      */ 
    409     public CTLang createCTLang() { 
    410         return new CTLang(); 
    411     } 
    412  
    413     /** 
    414      * Create an instance of {@link CTMailMerge.CheckErrors } 
    415      *  
    416      */ 
    417     public CTMailMerge.CheckErrors createCTMailMergeCheckErrors() { 
    418         return new CTMailMerge.CheckErrors(); 
    419     } 
    420  
    421     /** 
    422      * Create an instance of {@link Lvl.LvlText } 
    423      *  
    424      */ 
    425     public Lvl.LvlText createLvlLvlText() { 
    426         return new Lvl.LvlText(); 
    427     } 
    428  
    429     /** 
    430      * Create an instance of {@link CTFFTextInput.MaxLength } 
    431      *  
    432      */ 
    433     public CTFFTextInput.MaxLength createCTFFTextInputMaxLength() { 
    434         return new CTFFTextInput.MaxLength(); 
    435     } 
    436  
    437     /** 
    438      * Create an instance of {@link Comments } 
    439      *  
    440      */ 
    441     public Comments createComments() { 
    442         return new Comments(); 
    443     } 
    444  
    445     /** 
    446      * Create an instance of {@link CTColorSchemeMapping } 
    447      *  
    448      */ 
    449     public CTColorSchemeMapping createCTColorSchemeMapping() { 
    450         return new CTColorSchemeMapping(); 
    451     } 
    452  
    453     /** 
    454      * Create an instance of {@link CTSdtCell } 
    455      *  
    456      */ 
    457     public CTSdtCell createCTSdtCell() { 
    458         return new CTSdtCell(); 
     3108     * Create an instance of {@link CTTblPrBase } 
     3109     *  
     3110     */ 
     3111    public CTTblPrBase createCTTblPrBase() { 
     3112        return new CTTblPrBase(); 
     3113    } 
     3114 
     3115    /** 
     3116     * Create an instance of {@link CTCustomXmlRun } 
     3117     *  
     3118     */ 
     3119    public CTCustomXmlRun createCTCustomXmlRun() { 
     3120        return new CTCustomXmlRun(); 
     3121    } 
     3122 
     3123    /** 
     3124     * Create an instance of {@link Lvl.Start } 
     3125     *  
     3126     */ 
     3127    public Lvl.Start createLvlStart() { 
     3128        return new Lvl.Start(); 
     3129    } 
     3130 
     3131    /** 
     3132     * Create an instance of {@link TcPrInner.GridSpan } 
     3133     *  
     3134     */ 
     3135    public TcPrInner.GridSpan createTcPrInnerGridSpan() { 
     3136        return new TcPrInner.GridSpan(); 
     3137    } 
     3138 
     3139    /** 
     3140     * Create an instance of {@link CTEdnDocProps } 
     3141     *  
     3142     */ 
     3143    public CTEdnDocProps createCTEdnDocProps() { 
     3144        return new CTEdnDocProps(); 
     3145    } 
     3146 
     3147    /** 
     3148     * Create an instance of {@link CTAutoCaption } 
     3149     *  
     3150     */ 
     3151    public CTAutoCaption createCTAutoCaption() { 
     3152        return new CTAutoCaption(); 
     3153    } 
     3154 
     3155    /** 
     3156     * Create an instance of {@link CTDocGrid } 
     3157     *  
     3158     */ 
     3159    public CTDocGrid createCTDocGrid() { 
     3160        return new CTDocGrid(); 
     3161    } 
     3162 
     3163    /** 
     3164     * Create an instance of {@link SdtContentBlock } 
     3165     *  
     3166     */ 
     3167    public SdtContentBlock createSdtContentBlock() { 
     3168        return new SdtContentBlock(); 
    4593169    } 
    4603170 
     
    4683178 
    4693179    /** 
    470      * Create an instance of {@link CTDocVars } 
    471      *  
    472      */ 
    473     public CTDocVars createCTDocVars() { 
    474         return new CTDocVars(); 
    475     } 
    476  
    477     /** 
    478      * Create an instance of {@link CTDocVar } 
    479      *  
    480      */ 
    481     public CTDocVar createCTDocVar() { 
    482         return new CTDocVar(); 
    483     } 
    484  
    485     /** 
    486      * Create an instance of {@link CTSdtDocPart } 
    487      *  
    488      */ 
    489     public CTSdtDocPart createCTSdtDocPart() { 
    490         return new CTSdtDocPart(); 
    491     } 
    492  
    493     /** 
    494      * Create an instance of {@link CTMarkup } 
    495      *  
    496      */ 
    497     public CTMarkup createCTMarkup() { 
    498         return new CTMarkup(); 
    499     } 
    500  
    501     /** 
    502      * Create an instance of {@link R.Cr } 
    503      *  
    504      */ 
    505     public R.Cr createRCr() { 
    506         return new R.Cr(); 
    507     } 
    508  
    509     /** 
    510      * Create an instance of {@link CTPageNumber } 
    511      *  
    512      */ 
    513     public CTPageNumber createCTPageNumber() { 
    514         return new CTPageNumber(); 
    515     } 
    516  
    517     /** 
    518      * Create an instance of {@link FldChar } 
    519      *  
    520      */ 
    521     public FldChar createFldChar() { 
    522         return new FldChar(); 
    523     } 
    524  
    525     /** 
    526      * Create an instance of {@link CTTextEffect } 
    527      *  
    528      */ 
    529     public CTTextEffect createCTTextEffect() { 
    530         return new CTTextEffect(); 
    531     } 
    532  
    533     /** 
    534      * Create an instance of {@link CTFrame } 
    535      *  
    536      */ 
    537     public CTFrame createCTFrame() { 
    538         return new CTFrame(); 
    539     } 
    540  
    541     /** 
    542      * Create an instance of {@link CTMoveBookmark } 
    543      *  
    544      */ 
    545     public CTMoveBookmark createCTMoveBookmark() { 
    546         return new CTMoveBookmark(); 
    547     } 
    548  
    549     /** 
    550      * Create an instance of {@link CTSettings.BookFoldPrintingSheets } 
    551      *  
    552      */ 
    553     public CTSettings.BookFoldPrintingSheets createCTSettingsBookFoldPrintingSheets() { 
    554         return new CTSettings.BookFoldPrintingSheets(); 
    555     } 
    556  
    557     /** 
    558      * Create an instance of {@link CTLineNumber } 
    559      *  
    560      */ 
    561     public CTLineNumber createCTLineNumber() { 
    562         return new CTLineNumber(); 
    563     } 
    564  
    565     /** 
    566      * Create an instance of {@link SectPr } 
    567      *  
    568      */ 
    569     public SectPr createSectPr() { 
    570         return new SectPr(); 
    571     } 
    572  
    573     /** 
    574      * Create an instance of {@link CTCustomXmlRun } 
    575      *  
    576      */ 
    577     public CTCustomXmlRun createCTCustomXmlRun() { 
    578         return new CTCustomXmlRun(); 
    579     } 
    580  
    581     /** 
    582      * Create an instance of {@link CTRubyContent } 
    583      *  
    584      */ 
    585     public CTRubyContent createCTRubyContent() { 
    586         return new CTRubyContent(); 
    587     } 
    588  
    589     /** 
    590      * Create an instance of {@link ProofErr } 
    591      *  
    592      */ 
    593     public ProofErr createProofErr() { 
    594         return new ProofErr(); 
    595     } 
    596  
    597     /** 
    598      * Create an instance of {@link Lvl.LvlPicBulletId } 
    599      *  
    600      */ 
    601     public Lvl.LvlPicBulletId createLvlLvlPicBulletId() { 
    602         return new Lvl.LvlPicBulletId(); 
    603     } 
    604  
    605     /** 
    606      * Create an instance of {@link CTLock } 
    607      *  
    608      */ 
    609     public CTLock createCTLock() { 
    610         return new CTLock(); 
    611     } 
    612  
    613     /** 
    614      * Create an instance of {@link CTPaperSource } 
    615      *  
    616      */ 
    617     public CTPaperSource createCTPaperSource() { 
    618         return new CTPaperSource(); 
    619     } 
    620  
    621     /** 
    622      * Create an instance of {@link Numbering.Num } 
    623      *  
    624      */ 
    625     public Numbering.Num createNumberingNum() { 
    626         return new Numbering.Num(); 
    627     } 
    628  
    629     /** 
    630      * Create an instance of {@link Tr } 
    631      *  
    632      */ 
    633     public Tr createTr() { 
    634         return new Tr(); 
    635     } 
    636  
    637     /** 
    638      * Create an instance of {@link Numbering.AbstractNum.NumStyleLink } 
    639      *  
    640      */ 
    641     public Numbering.AbstractNum.NumStyleLink createNumberingAbstractNumNumStyleLink() { 
    642         return new Numbering.AbstractNum.NumStyleLink(); 
    643     } 
    644  
    645     /** 
    646      * Create an instance of {@link CTTwipsMeasure } 
    647      *  
    648      */ 
    649     public CTTwipsMeasure createCTTwipsMeasure() { 
    650         return new CTTwipsMeasure(); 
    651     } 
    652  
    653     /** 
    654      * Create an instance of {@link CTView } 
    655      *  
    656      */ 
    657     public CTView createCTView() { 
    658         return new CTView(); 
    659     } 
    660  
    661     /** 
    662      * Create an instance of {@link CTOdso.ColDelim } 
    663      *  
    664      */ 
    665     public CTOdso.ColDelim createCTOdsoColDelim() { 
    666         return new CTOdso.ColDelim(); 
    667     } 
    668  
    669     /** 
    670      * Create an instance of {@link CTMailMergeDataType } 
    671      *  
    672      */ 
    673     public CTMailMergeDataType createCTMailMergeDataType() { 
    674         return new CTMailMergeDataType(); 
    675     } 
    676  
    677     /** 
    678      * Create an instance of {@link TcPrInner.GridSpan } 
    679      *  
    680      */ 
    681     public TcPrInner.GridSpan createTcPrInnerGridSpan() { 
    682         return new TcPrInner.GridSpan(); 
    683     } 
    684  
    685     /** 
    686      * Create an instance of {@link org.docx4j.wml.Style.Aliases } 
    687      *  
    688      */ 
    689     public org.docx4j.wml.Style.Aliases createStyleAliases() { 
    690         return new org.docx4j.wml.Style.Aliases(); 
    691     } 
    692  
    693     /** 
    694      * Create an instance of {@link CTSdtContentRun } 
    695      *  
    696      */ 
    697     public CTSdtContentRun createCTSdtContentRun() { 
    698         return new CTSdtContentRun(); 
    699     } 
    700  
    701     /** 
    702      * Create an instance of {@link org.docx4j.wml.Style } 
    703      *  
    704      */ 
    705     public org.docx4j.wml.Style createStyle() { 
    706         return new org.docx4j.wml.Style(); 
    707     } 
    708  
    709     /** 
    710      * Create an instance of {@link Package.Part } 
    711      *  
    712      */ 
    713     public Package.Part createPackagePart() { 
    714         return new Package.Part(); 
    715     } 
    716  
    717     /** 
    718      * Create an instance of {@link CTEdnDocProps } 
    719      *  
    720      */ 
    721     public CTEdnDocProps createCTEdnDocProps() { 
    722         return new CTEdnDocProps(); 
    723     } 
    724  
    725     /** 
    726      * Create an instance of {@link R } 
    727      *  
    728      */ 
    729     public R createR() { 
    730         return new R(); 
     3180     * Create an instance of {@link R.Tab } 
     3181     *  
     3182     */ 
     3183    public R.Tab createRTab() { 
     3184        return new R.Tab(); 
     3185    } 
     3186 
     3187    /** 
     3188     * Create an instance of {@link CTEastAsianLayout } 
     3189     *  
     3190     */ 
     3191    public CTEastAsianLayout createCTEastAsianLayout() { 
     3192        return new CTEastAsianLayout(); 
     3193    } 
     3194 
     3195    /** 
     3196     * Create an instance of {@link CTShortHexNumber } 
     3197     *  
     3198     */ 
     3199    public CTShortHexNumber createCTShortHexNumber() { 
     3200        return new CTShortHexNumber(); 
    7313201    } 
    7323202 
     
    7373207    public CTRPrDefault createCTRPrDefault() { 
    7383208        return new CTRPrDefault(); 
    739     } 
    740  
    741     /** 
    742      * Create an instance of {@link R.MonthLong } 
    743      *  
    744      */ 
    745     public R.MonthLong createRMonthLong() { 
    746         return new R.MonthLong(); 
    747     } 
    748  
    749     /** 
    750      * Create an instance of {@link R.DayLong } 
    751      *  
    752      */ 
    753     public R.DayLong createRDayLong() { 
    754         return new R.DayLong(); 
    755     } 
    756  
    757     /** 
    758      * Create an instance of {@link CTFramesetSplitbar.Color } 
    759      *  
    760      */ 
    761     public CTFramesetSplitbar.Color createCTFramesetSplitbarColor() { 
    762         return new CTFramesetSplitbar.Color(); 
    763     } 
    764  
    765     /** 
    766      * Create an instance of {@link CTDocPart } 
    767      *  
    768      */ 
    769     public CTDocPart createCTDocPart() { 
    770         return new CTDocPart(); 
    771     } 
    772  
    773     /** 
    774      * Create an instance of {@link CTPictureBase } 
    775      *  
    776      */ 
    777     public CTPictureBase createCTPictureBase() { 
    778         return new CTPictureBase(); 
    779     } 
    780  
    781     /** 
    782      * Create an instance of {@link CTHdrFtrRef } 
    783      *  
    784      */ 
    785     public CTHdrFtrRef createCTHdrFtrRef() { 
    786         return new CTHdrFtrRef(); 
    787     } 
    788  
    789     /** 
    790      * Create an instance of {@link CTSdtDate } 
    791      *  
    792      */ 
    793     public CTSdtDate createCTSdtDate() { 
    794         return new CTSdtDate(); 
    795     } 
    796  
    797     /** 
    798      * Create an instance of {@link CTAttr } 
    799      *  
    800      */ 
    801     public CTAttr createCTAttr() { 
    802         return new CTAttr(); 
    803     } 
    804  
    805     /** 
    806      * Create an instance of {@link org.docx4j.wml.Style.BasedOn } 
    807      *  
    808      */ 
    809     public org.docx4j.wml.Style.BasedOn createStyleBasedOn() { 
    810         return new org.docx4j.wml.Style.BasedOn(); 
    811     } 
    812  
    813     /** 
    814      * Create an instance of {@link CTOdsoFieldMapData.MappedName } 
    815      *  
    816      */ 
    817     public CTOdsoFieldMapData.MappedName createCTOdsoFieldMapDataMappedName() { 
    818         return new CTOdsoFieldMapData.MappedName(); 
    819     } 
    820  
    821     /** 
    822      * Create an instance of {@link CTOdsoFieldMapData.Name } 
    823      *  
    824      */ 
    825     public CTOdsoFieldMapData.Name createCTOdsoFieldMapDataName() { 
    826         return new CTOdsoFieldMapData.Name(); 
    827     } 
    828  
    829     /** 
    830      * Create an instance of {@link org.docx4j.wml.RPr } 
    831      *  
    832      */ 
    833     public org.docx4j.wml.RPr createRPr() { 
    834         return new org.docx4j.wml.RPr(); 
    835     } 
    836  
    837     /** 
    838      * Create an instance of {@link SectPr.PgSz } 
    839      *  
    840      */ 
    841     public SectPr.PgSz createSectPrPgSz() { 
    842         return new SectPr.PgSz(); 
    843     } 
    844  
    845     /** 
    846      * Create an instance of {@link CTSettings.ListSeparator } 
    847      *  
    848      */ 
    849     public CTSettings.ListSeparator createCTSettingsListSeparator() { 
    850         return new CTSettings.ListSeparator(); 
    851     } 
    852  
    853     /** 
    854      * Create an instance of {@link CTMacroName } 
    855      *  
    856      */ 
    857     public CTMacroName createCTMacroName() { 
    858         return new CTMacroName(); 
    859     } 
    860  
    861     /** 
    862      * Create an instance of {@link CTFtnDocProps } 
    863      *  
    864      */ 
    865     public CTFtnDocProps createCTFtnDocProps() { 
    866         return new CTFtnDocProps(); 
    867     } 
    868  
    869     /** 
    870      * Create an instance of {@link TcPrInner.HMerge } 
    871      *  
    872      */ 
    873     public TcPrInner.HMerge createTcPrInnerHMerge() { 
    874         return new TcPrInner.HMerge(); 
    875     } 
    876  
    877     /** 
    878      * Create an instance of {@link Lvl.PStyle } 
    879      *  
    880      */ 
    881     public Lvl.PStyle createLvlPStyle() { 
    882         return new Lvl.PStyle(); 
    883     } 
    884  
    885     /** 
    886      * Create an instance of {@link TrPr } 
    887      *  
    888      */ 
    889     public TrPr createTrPr() { 
    890         return new TrPr(); 
    891     } 
    892  
    893     /** 
    894      * Create an instance of {@link Styles } 
    895      *  
    896      */ 
    897     public Styles createStyles() { 
    898         return new Styles(); 
    899     } 
    900  
    901     /** 
    902      * Create an instance of {@link CTDocPartBehaviors } 
    903      *  
    904      */ 
    905     public CTDocPartBehaviors createCTDocPartBehaviors() { 
    906         return new CTDocPartBehaviors(); 
    907     } 
    908  
    909     /** 
    910      * Create an instance of {@link CTSmartTagType } 
    911      *  
    912      */ 
    913     public CTSmartTagType createCTSmartTagType() { 
    914         return new CTSmartTagType(); 
    915     } 
    916  
    917     /** 
    918      * Create an instance of {@link SdtRun } 
    919      *  
    920      */ 
    921     public SdtRun createSdtRun() { 
    922         return new SdtRun(); 
    923     } 
    924  
    925     /** 
    926      * Create an instance of {@link CTSdtContentRow } 
    927      *  
    928      */ 
    929     public CTSdtContentRow createCTSdtContentRow() { 
    930         return new CTSdtContentRow(); 
    931     } 
    932  
    933     /** 
    934      * Create an instance of {@link CTEdnProps.NumStart } 
    935      *  
    936      */ 
    937     public CTEdnProps.NumStart createCTEdnPropsNumStart() { 
    938         return new CTEdnProps.NumStart(); 
    939     } 
    940  
    941     /** 
    942      * Create an instance of {@link R.NoBreakHyphen } 
    943      *  
    944      */ 
    945     public R.NoBreakHyphen createRNoBreakHyphen() { 
    946         return new R.NoBreakHyphen(); 
    947     } 
    948  
    949     /** 
    950      * Create an instance of {@link CTPPrChange } 
    951      *  
    952      */ 
    953     public CTPPrChange createCTPPrChange() { 
    954         return new CTPPrChange(); 
    955     } 
    956  
    957     /** 
    958      * Create an instance of {@link CTDocPartName } 
    959      *  
    960      */ 
    961     public CTDocPartName createCTDocPartName() { 
    962         return new CTDocPartName(); 
    963     } 
    964  
    965     /** 
    966      * Create an instance of {@link R.Sym } 
    967      *  
    968      */ 
    969     public R.Sym createRSym() { 
    970         return new R.Sym(); 
    971     } 
    972  
    973     /** 
    974      * Create an instance of {@link Numbering.AbstractNum.StyleLink } 
    975      *  
    976      */ 
    977     public Numbering.AbstractNum.StyleLink createNumberingAbstractNumStyleLink() { 
    978         return new Numbering.AbstractNum.StyleLink(); 
    979     } 
    980  
    981     /** 
    982      * Create an instance of {@link R.CommentReference } 
    983      *  
    984      */ 
    985     public R.CommentReference createRCommentReference() { 
    986         return new R.CommentReference(); 
    987     } 
    988  
    989     /** 
    990      * Create an instance of {@link CTMailMergeSourceType } 
    991      *  
    992      */ 
    993     public CTMailMergeSourceType createCTMailMergeSourceType() { 
    994         return new CTMailMergeSourceType(); 
    995     } 
    996  
    997     /** 
    998      * Create an instance of {@link CTDataBinding } 
    999      *  
    1000      */ 
    1001     public CTDataBinding createCTDataBinding() { 
    1002         return new CTDataBinding(); 
    1003     } 
    1004  
    1005     /** 
    1006      * Create an instance of {@link CTSdtDateMappingType } 
    1007      *  
    1008      */ 
    1009     public CTSdtDateMappingType createCTSdtDateMappingType() { 
    1010         return new CTSdtDateMappingType(); 
    1011     } 
    1012  
    1013     /** 
    1014      * Create an instance of {@link CTCustomXmlRow } 
    1015      *  
    1016      */ 
    1017     public CTCustomXmlRow createCTCustomXmlRow() { 
    1018         return new CTCustomXmlRow(); 
    1019     } 
    1020  
    1021     /** 
    1022      * Create an instance of {@link CTTcPrChange } 
    1023      *  
    1024      */ 
    1025     public CTTcPrChange createCTTcPrChange() { 
    1026         return new CTTcPrChange(); 
    1027     } 
    1028  
    1029     /** 
    1030      * Create an instance of {@link CTTrackChangesView } 
    1031      *  
    1032      */ 
    1033     public CTTrackChangesView createCTTrackChangesView() { 
    1034         return new CTTrackChangesView(); 
    1035     } 
    1036  
    1037     /** 
    1038      * Create an instance of {@link FontPanose } 
    1039      *  
    1040      */ 
    1041     public FontPanose createFontPanose() { 
    1042         return new FontPanose(); 
    1043     } 
    1044  
    1045     /** 
    1046      * Create an instance of {@link R.Separator } 
    1047      *  
    1048      */ 
    1049     public R.Separator createRSeparator() { 
    1050         return new R.Separator(); 
    1051     } 
    1052  
    1053     /** 
    1054      * Create an instance of {@link CTDocProtect } 
    1055      *  
    1056      */ 
    1057     public CTDocProtect createCTDocProtect() { 
    1058         return new CTDocProtect(); 
    1059     } 
    1060  
    1061     /** 
    1062      * Create an instance of {@link CTDocPartTypes } 
    1063      *  
    1064      */ 
    1065     public CTDocPartTypes createCTDocPartTypes() { 
    1066         return new CTDocPartTypes(); 
    1067     } 
    1068  
    1069     /** 
    1070      * Create an instance of {@link CTFFDDList } 
    1071      *  
    1072      */ 
    1073     public CTFFDDList createCTFFDDList() { 
    1074         return new CTFFDDList(); 
    1075     } 
    1076  
    1077     /** 
    1078      * Create an instance of {@link CTShd } 
    1079      *  
    1080      */ 
    1081     public CTShd createCTShd() { 
    1082         return new CTShd(); 
    1083     } 
    1084  
    1085     /** 
    1086      * Create an instance of {@link SectPr.Type } 
    1087      *  
    1088      */ 
    1089     public SectPr.Type createSectPrType() { 
    1090         return new SectPr.Type(); 
    1091     } 
    1092  
    1093     /** 
    1094      * Create an instance of {@link Comments.Comment } 
    1095      *  
    1096      */ 
    1097     public Comments.Comment createCommentsComment() { 
    1098         return new Comments.Comment(); 
    1099     } 
    1100  
    1101     /** 
    1102      * Create an instance of {@link CTSettings.DefaultTableStyle } 
    1103      *  
    1104      */ 
    1105     public CTSettings.DefaultTableStyle createCTSettingsDefaultTableStyle() { 
    1106         return new CTSettings.DefaultTableStyle(); 
    1107     } 
    1108  
    1109     /** 
    1110      * Create an instance of {@link RunIns } 
    1111      *  
    1112      */ 
    1113     public RunIns createRunIns() { 
    1114         return new RunIns(); 
    1115     } 
    1116  
    1117     /** 
    1118      * Create an instance of {@link CTShapeDefaults } 
    1119      *  
    1120      */ 
    1121     public CTShapeDefaults createCTShapeDefaults() { 
    1122         return new CTShapeDefaults(); 
    1123     } 
    1124  
    1125     /** 
    1126      * Create an instance of {@link Lvl.LvlRestart } 
    1127      *  
    1128      */ 
    1129     public Lvl.LvlRestart createLvlLvlRestart() { 
    1130         return new Lvl.LvlRestart(); 
    1131     } 
    1132  
    1133     /** 
    1134      * Create an instance of {@link Numbering } 
    1135      *  
    1136      */ 
    1137     public Numbering createNumbering() { 
    1138         return new Numbering(); 
    1139     } 
    1140  
    1141     /** 
    1142      * Create an instance of {@link Tbl } 
    1143      *  
    1144      */ 
    1145     public Tbl createTbl() { 
    1146         return new Tbl(); 
    1147     } 
    1148  
    1149     /** 
    1150      * Create an instance of {@link Numbering.AbstractNum.MultiLevelType } 
    1151      *  
    1152      */ 
    1153     public Numbering.AbstractNum.MultiLevelType createNumberingAbstractNumMultiLevelType() { 
    1154         return new Numbering.AbstractNum.MultiLevelType(); 
    1155     } 
    1156  
    1157     /** 
    1158      * Create an instance of {@link SdtPr.Bibliography } 
    1159      *  
    1160      */ 
    1161     public SdtPr.Bibliography createSdtPrBibliography() { 
    1162         return new SdtPr.Bibliography(); 
    1163     } 
    1164  
    1165     /** 
    1166      * Create an instance of {@link CTDocPartPr.Description } 
    1167      *  
    1168      */ 
    1169     public CTDocPartPr.Description createCTDocPartPrDescription() { 
    1170         return new CTDocPartPr.Description(); 
    1171     } 
    1172  
    1173     /** 
    1174      * Create an instance of {@link R.SoftHyphen } 
    1175      *  
    1176      */ 
    1177     public R.SoftHyphen createRSoftHyphen() { 
    1178         return new R.SoftHyphen(); 
    1179     } 
    1180  
    1181     /** 
    1182      * Create an instance of {@link CTLongHexNumber } 
    1183      *  
    1184      */ 
    1185     public CTLongHexNumber createCTLongHexNumber() { 
    1186         return new CTLongHexNumber(); 
    1187     } 
    1188  
    1189     /** 
    1190      * Create an instance of {@link CTRPrChange.RPr } 
    1191      *  
    1192      */ 
    1193     public CTRPrChange.RPr createCTRPrChangeRPr() { 
    1194         return new CTRPrChange.RPr(); 
    1195     } 
    1196  
    1197     /** 
    1198      * Create an instance of {@link CTEastAsianLayout } 
    1199      *  
    1200      */ 
    1201     public CTEastAsianLayout createCTEastAsianLayout() { 
    1202         return new CTEastAsianLayout(); 
    1203     } 
    1204  
    1205     /** 
    1206      * Create an instance of {@link Lvl.Legacy } 
    1207      *  
    1208      */ 
    1209     public Lvl.Legacy createLvlLegacy() { 
    1210         return new Lvl.Legacy(); 
    1211     } 
    1212  
    1213     /** 
    1214      * Create an instance of {@link CTCustomXmlCell } 
    1215      *  
    1216      */ 
    1217     public CTCustomXmlCell createCTCustomXmlCell() { 
    1218         return new CTCustomXmlCell(); 
    1219     } 
    1220  
    1221     /** 
    1222      * Create an instance of {@link CTOdso.Table } 
    1223      *  
    1224      */ 
    1225     public CTOdso.Table createCTOdsoTable() { 
    1226         return new CTOdso.Table(); 
    1227     } 
    1228  
    1229     /** 
    1230      * Create an instance of {@link CTSdtRow } 
    1231      *  
    1232      */ 
    1233     public CTSdtRow createCTSdtRow() { 
    1234         return new CTSdtRow(); 
    1235     } 
    1236  
    1237     /** 
    1238      * Create an instance of {@link CTFFHelpText } 
    1239      *  
    1240      */ 
    1241     public CTFFHelpText createCTFFHelpText() { 
    1242         return new CTFFHelpText(); 
    1243     } 
    1244  
    1245     /** 
    1246      * Create an instance of {@link SectPr.PgMar } 
    1247      *  
    1248      */ 
    1249     public SectPr.PgMar createSectPrPgMar() { 
    1250         return new SectPr.PgMar(); 
    1251     } 
    1252  
    1253     /** 
    1254      * Create an instance of {@link CTDiv } 
    1255      *  
    1256      */ 
    1257     public CTDiv createCTDiv() { 
    1258         return new CTDiv(); 
    1259     } 
    1260  
    1261     /** 
    1262      * Create an instance of {@link Text } 
    1263      *  
    1264      */ 
    1265     public Text createText() { 
    1266         return new Text(); 
    1267     } 
    1268  
    1269     /** 
    1270      * Create an instance of {@link Numbering.Num.AbstractNumId } 
    1271      *  
    1272      */ 
    1273     public Numbering.Num.AbstractNumId createNumberingNumAbstractNumId() { 
    1274         return new Numbering.Num.AbstractNumId(); 
    1275     } 
    1276  
    1277     /** 
    1278      * Create an instance of {@link PPrBase.NumPr.NumId } 
    1279      *  
    1280      */ 
    1281     public PPrBase.NumPr.NumId createPPrBaseNumPrNumId() { 
    1282         return new PPrBase.NumPr.NumId(); 
    1283     } 
    1284  
    1285     /** 
    1286      * Create an instance of {@link CTMailMerge.AddressFieldName } 
    1287      *  
    1288      */ 
    1289     public CTMailMerge.AddressFieldName createCTMailMergeAddressFieldName() { 
    1290         return new CTMailMerge.AddressFieldName(); 
    1291     } 
    1292  
    1293     /** 
    1294      * Create an instance of {@link CTRPrChange } 
    1295      *  
    1296      */ 
    1297     public CTRPrChange createCTRPrChange() { 
    1298         return new CTRPrChange(); 
    1299     } 
    1300  
    1301     /** 
    1302      * Create an instance of {@link CTFtnEdnSepRef } 
    1303      *  
    1304      */ 
    1305     public CTFtnEdnSepRef createCTFtnEdnSepRef() { 
    1306         return new CTFtnEdnSepRef(); 
    1307     } 
    1308  
    1309     /** 
    1310      * Create an instance of {@link CTFrameLayout } 
    1311      *  
    1312      */ 
    1313     public CTFrameLayout createCTFrameLayout() { 
    1314         return new CTFrameLayout(); 
    1315     } 
    1316  
    1317     /** 
    1318      * Create an instance of {@link CTHyperlink } 
    1319      *  
    1320      */ 
    1321     public CTHyperlink createCTHyperlink() { 
    1322         return new CTHyperlink(); 
    1323     } 
    1324  
    1325     /** 
    1326      * Create an instance of {@link CTTblStylePr } 
    1327      *  
    1328      */ 
    1329     public CTTblStylePr createCTTblStylePr() { 
    1330         return new CTTblStylePr(); 
    1331     } 
    1332  
    1333     /** 
    1334      * Create an instance of {@link CTControl } 
    1335      *  
    1336      */ 
    1337     public CTControl createCTControl() { 
    1338         return new CTControl(); 
    1339     } 
    1340  
    1341     /** 
    1342      * Create an instance of {@link CTFFStatusText } 
    1343      *  
    1344      */ 
    1345     public CTFFStatusText createCTFFStatusText() { 
    1346         return new CTFFStatusText(); 
    1347     } 
    1348  
    1349     /** 
    1350      * Create an instance of {@link Fonts.Font } 
    1351      *  
    1352      */ 
    1353     public Fonts.Font createFontsFont() { 
    1354         return new Fonts.Font(); 
    1355     } 
    1356  
    1357     /** 
    1358      * Create an instance of {@link CTColumns } 
    1359      *  
    1360      */ 
    1361     public CTColumns createCTColumns() { 
    1362         return new CTColumns(); 
    1363     } 
    1364  
    1365     /** 
    1366      * Create an instance of {@link CTAutoCaptions } 
    1367      *  
    1368      */ 
    1369     public CTAutoCaptions createCTAutoCaptions() { 
    1370         return new CTAutoCaptions(); 
    1371     } 
    1372  
    1373     /** 
    1374      * Create an instance of {@link CTSaveThroughXslt } 
    1375      *  
    1376      */ 
    1377     public CTSaveThroughXslt createCTSaveThroughXslt() { 
    1378         return new CTSaveThroughXslt(); 
    1379     } 
    1380  
    1381     /** 
    1382      * Create an instance of {@link CTFtnPos } 
    1383      *  
    1384      */ 
    1385     public CTFtnPos createCTFtnPos() { 
    1386         return new CTFtnPos(); 
    1387     } 
    1388  
    1389     /** 
    1390      * Create an instance of {@link CTDocPartType } 
    1391      *  
    1392      */ 
    1393     public CTDocPartType createCTDocPartType() { 
    1394         return new CTDocPartType(); 
    1395     } 
    1396  
    1397     /** 
    1398      * Create an instance of {@link Fonts } 
    1399      *  
    1400      */ 
    1401     public Fonts createFonts() { 
    1402         return new Fonts(); 
    1403     } 
    1404  
    1405     /** 
    1406      * Create an instance of {@link R.YearLong } 
    1407      *  
    1408      */ 
    1409     public R.YearLong createRYearLong() { 
    1410         return new R.YearLong(); 
    1411     } 
    1412  
    1413     /** 
    1414      * Create an instance of {@link CTRubyAlign } 
    1415      *  
    1416      */ 
    1417     public CTRubyAlign createCTRubyAlign() { 
    1418         return new CTRubyAlign(); 
    1419     } 
    1420  
    1421     /** 
    1422      * Create an instance of {@link CTSdtDate.DateFormat } 
    1423      *  
    1424      */ 
    1425     public CTSdtDate.DateFormat createCTSdtDateDateFormat() { 
    1426         return new CTSdtDate.DateFormat(); 
    1427     } 
    1428  
    1429     /** 
    1430      * Create an instance of {@link CTDocPartBehavior } 
    1431      *  
    1432      */ 
    1433     public CTDocPartBehavior createCTDocPartBehavior() { 
    1434         return new CTDocPartBehavior(); 
    1435     } 
    1436  
    1437     /** 
    1438      * Create an instance of {@link CTSettings.DecimalSymbol } 
    1439      *  
    1440      */ 
    1441     public CTSettings.DecimalSymbol createCTSettingsDecimalSymbol() { 
    1442         return new CTSettings.DecimalSymbol(); 
    1443     } 
    1444  
    1445     /** 
    1446      * Create an instance of {@link R.MonthShort } 
    1447      *  
    1448      */ 
    1449     public R.MonthShort createRMonthShort() { 
    1450         return new R.MonthShort(); 
    1451     } 
    1452  
    1453     /** 
    1454      * Create an instance of {@link SdtPr.Alias } 
    1455      *  
    1456      */ 
    1457     public SdtPr.Alias createSdtPrAlias() { 
    1458         return new SdtPr.Alias(); 
    1459     } 
    1460  
    1461     /** 
    1462      * Create an instance of {@link CTFFTextInput.Format } 
    1463      *  
    1464      */ 
    1465     public CTFFTextInput.Format createCTFFTextInputFormat() { 
    1466         return new CTFFTextInput.Format(); 
    1467     } 
    1468  
    1469     /** 
    1470      * Create an instance of {@link TcPrInner.VMerge } 
    1471      *  
    1472      */ 
    1473     public TcPrInner.VMerge createTcPrInnerVMerge() { 
    1474         return new TcPrInner.VMerge(); 
    1475     } 
    1476  
    1477     /** 
    1478      * Create an instance of {@link CTBookmark } 
    1479      *  
    1480      */ 
    1481     public CTBookmark createCTBookmark() { 
    1482         return new CTBookmark(); 
    1483     } 
    1484  
    1485     /** 
    1486      * Create an instance of {@link SdtPr } 
    1487      *  
    1488      */ 
    1489     public SdtPr createSdtPr() { 
    1490         return new SdtPr(); 
    1491     } 
    1492  
    1493     /** 
    1494      * Create an instance of {@link CTTrPrBase.GridAfter } 
    1495      *  
    1496      */ 
    1497     public CTTrPrBase.GridAfter createCTTrPrBaseGridAfter() { 
    1498         return new CTTrPrBase.GridAfter(); 
    1499     } 
    1500  
    1501     /** 
    1502      * Create an instance of {@link R.LastRenderedPageBreak } 
    1503      *  
    1504      */ 
    1505     public R.LastRenderedPageBreak createRLastRenderedPageBreak() { 
    1506         return new R.LastRenderedPageBreak(); 
    1507     } 
    1508  
    1509     /** 
    1510      * Create an instance of {@link Package.Part.XmlData } 
    1511      *  
    1512      */ 
    1513     public Package.Part.XmlData createPackagePartXmlData() { 
    1514         return new Package.Part.XmlData(); 
    1515     } 
    1516  
    1517     /** 
    1518      * Create an instance of {@link PPrBase.DivId } 
    1519      *  
    1520      */ 
    1521     public PPrBase.DivId createPPrBaseDivId() { 
    1522         return new PPrBase.DivId(); 
    1523     } 
    1524  
    1525     /** 
    1526      * Create an instance of {@link PPrBase } 
    1527      *  
    1528      */ 
    1529     public PPrBase createPPrBase() { 
    1530         return new PPrBase(); 
    1531     } 
    1532  
    1533     /** 
    1534      * Create an instance of {@link org.docx4j.wml.Style.Link } 
    1535      *  
    1536      */ 
    1537     public org.docx4j.wml.Style.Link createStyleLink() { 
    1538         return new org.docx4j.wml.Style.Link(); 
    1539     } 
    1540  
    1541     /** 
    1542      * Create an instance of {@link CTCalendarType } 
    1543      *  
    1544      */ 
    1545     public CTCalendarType createCTCalendarType() { 
    1546         return new CTCalendarType(); 
    1547     } 
    1548  
    1549     /** 
    1550      * Create an instance of {@link org.docx4j.wml.Style.Name } 
    1551      *  
    1552      */ 
    1553     public org.docx4j.wml.Style.Name createStyleName() { 
    1554         return new org.docx4j.wml.Style.Name(); 
    1555     } 
    1556  
    1557     /** 
    1558      * Create an instance of {@link CommentRangeEnd } 
    1559      *  
    1560      */ 
    1561     public CommentRangeEnd createCommentRangeEnd() { 
    1562         return new CommentRangeEnd(); 
    1563     } 
    1564  
    1565     /** 
    1566      * Create an instance of {@link Styles.DocDefaults } 
    1567      *  
    1568      */ 
    1569     public Styles.DocDefaults createStylesDocDefaults() { 
    1570         return new Styles.DocDefaults(); 
    1571     } 
    1572  
    1573     /** 
    1574      * Create an instance of {@link CTTrackChange } 
    1575      *  
    1576      */ 
    1577     public CTTrackChange createCTTrackChange() { 
    1578         return new CTTrackChange(); 
    1579     } 
    1580  
    1581     /** 
    1582      * Create an instance of {@link RunTrackChange } 
    1583      *  
    1584      */ 
    1585     public RunTrackChange createRunTrackChange() { 
    1586         return new RunTrackChange(); 
    1587     } 
    1588  
    1589     /** 
    1590      * Create an instance of {@link CTMailMerge.ConnectString } 
    1591      *  
    1592      */ 
    1593     public CTMailMerge.ConnectString createCTMailMergeConnectString() { 
    1594         return new CTMailMerge.ConnectString(); 
    1595     } 
    1596  
    1597     /** 
    1598      * Create an instance of {@link TblPr } 
    1599      *  
    1600      */ 
    1601     public TblPr createTblPr() { 
    1602         return new TblPr(); 
    1603     } 
    1604  
    1605     /** 
    1606      * Create an instance of {@link Numbering.AbstractNum } 
    1607      *  
    1608      */ 
    1609     public Numbering.AbstractNum createNumberingAbstractNum() { 
    1610         return new Numbering.AbstractNum(); 
    1611     } 
    1612  
    1613     /** 
    1614      * Create an instance of {@link CTTargetScreenSz } 
    1615      *  
    1616      */ 
    1617     public CTTargetScreenSz createCTTargetScreenSz() { 
    1618         return new CTTargetScreenSz(); 
    1619     } 
    1620  
    1621     /** 
    1622      * Create an instance of {@link R.AnnotationRef } 
    1623      *  
    1624      */ 
    1625     public R.AnnotationRef createRAnnotationRef() { 
    1626         return new R.AnnotationRef(); 
    1627     } 
    1628  
    1629     /** 
    1630      * Create an instance of {@link Lvl } 
    1631      *  
    1632      */ 
    1633     public Lvl createLvl() { 
    1634         return new Lvl(); 
    1635     } 
    1636  
    1637     /** 
    1638      * Create an instance of {@link PPrBase.PBdr } 
    1639      *  
    1640      */ 
    1641     public PPrBase.PBdr createPPrBasePBdr() { 
    1642         return new PPrBase.PBdr(); 
    1643     } 
    1644  
    1645     /** 
    1646      * Create an instance of {@link TblGrid } 
    1647      *  
    1648      */ 
    1649     public TblGrid createTblGrid() { 
    1650         return new TblGrid(); 
    1651     } 
    1652  
    1653     /** 
    1654      * Create an instance of {@link CTEm } 
    1655      *  
    1656      */ 
    1657     public CTEm createCTEm() { 
    1658         return new CTEm(); 
    1659     } 
    1660  
    1661     /** 
    1662      * Create an instance of {@link CTSettings.ClickAndTypeStyle } 
    1663      *  
    1664      */ 
    1665     public CTSettings.ClickAndTypeStyle createCTSettingsClickAndTypeStyle() { 
    1666         return new CTSettings.ClickAndTypeStyle(); 
    1667     } 
    1668  
    1669     /** 
    1670      * Create an instance of {@link CTWebSettings.PixelsPerInch } 
    1671      *  
    1672      */ 
    1673     public CTWebSettings.PixelsPerInch createCTWebSettingsPixelsPerInch() { 
    1674         return new CTWebSettings.PixelsPerInch(); 
    1675     } 
    1676  
    1677     /** 
    1678      * Create an instance of {@link CTDocPartPr } 
    1679      *  
    1680      */ 
    1681     public CTDocPartPr createCTDocPartPr() { 
    1682         return new CTDocPartPr(); 
    1683     } 
    1684  
    1685     /** 
    1686      * Create an instance of {@link PPrBase.Spacing } 
    1687      *  
    1688      */ 
    1689     public PPrBase.Spacing createPPrBaseSpacing() { 
    1690         return new PPrBase.Spacing(); 
    1691     } 
    1692  
    1693     /** 
    1694      * Create an instance of {@link CTTrackChangeNumbering } 
    1695      *  
    1696      */ 
    1697     public CTTrackChangeNumbering createCTTrackChangeNumbering() { 
    1698         return new CTTrackChangeNumbering(); 
    1699     } 
    1700  
    1701     /** 
    1702      * Create an instance of {@link RangePermissionStart } 
    1703      *  
    1704      */ 
    1705     public RangePermissionStart createRangePermissionStart() { 
    1706         return new RangePermissionStart(); 
    1707     } 
    1708  
    1709     /** 
    1710      * Create an instance of {@link CTWriteProtection } 
    1711      *  
    1712      */ 
    1713     public CTWriteProtection createCTWriteProtection() { 
    1714         return new CTWriteProtection(); 
    1715     } 
    1716  
    1717     /** 
    1718      * Create an instance of {@link CTTblOverlap } 
    1719      *  
    1720      */ 
    1721     public CTTblOverlap createCTTblOverlap() { 
    1722         return new CTTblOverlap(); 
    1723     } 
    1724  
    1725     /** 
    1726      * Create an instance of {@link Numbering.Num.LvlOverride.StartOverride } 
    1727      *  
    1728      */ 
    1729     public Numbering.Num.LvlOverride.StartOverride createNumberingNumLvlOverrideStartOverride() { 
    1730         return new Numbering.Num.LvlOverride.StartOverride(); 
    1731     } 
    1732  
    1733     /** 
    1734      * Create an instance of {@link CTTblPrBase.TblStyleRowBandSize } 
    1735      *  
    1736      */ 
    1737     public CTTblPrBase.TblStyleRowBandSize createCTTblPrBaseTblStyleRowBandSize() { 
    1738         return new CTTblPrBase.TblStyleRowBandSize(); 
    1739     } 
    1740  
    1741     /** 
    1742      * Create an instance of {@link CTSmartTagPr } 
    1743      *  
    1744      */ 
    1745     public CTSmartTagPr createCTSmartTagPr() { 
    1746         return new CTSmartTagPr(); 
    1747     } 
    1748  
    1749     /** 
    1750      * Create an instance of {@link CTMailMergeDest } 
    1751      *  
    1752      */ 
    1753     public CTMailMergeDest createCTMailMergeDest() { 
    1754         return new CTMailMergeDest(); 
    1755     } 
    1756  
    1757     /** 
    1758      * Create an instance of {@link TblGridBase } 
    1759      *  
    1760      */ 
    1761     public TblGridBase createTblGridBase() { 
    1762         return new TblGridBase(); 
    1763     } 
    1764  
    1765     /** 
    1766      * Create an instance of {@link CTSettings.SummaryLength } 
    1767      *  
    1768      */ 
    1769     public CTSettings.SummaryLength createCTSettingsSummaryLength() { 
    1770         return new CTSettings.SummaryLength(); 
    1771     } 
    1772  
    1773     /** 
    1774      * Create an instance of {@link TcPrInner } 
    1775      *  
    1776      */ 
    1777     public TcPrInner createTcPrInner() { 
    1778         return new TcPrInner(); 
    1779     } 
    1780  
    1781     /** 
    1782      * Create an instance of {@link CTSdtDocPart.DocPartCategory } 
    1783      *  
    1784      */ 
    1785     public CTSdtDocPart.DocPartCategory createCTSdtDocPartDocPartCategory() { 
    1786         return new CTSdtDocPart.DocPartCategory(); 
    1787     } 
    1788  
    1789     /** 
    1790      * Create an instance of {@link CTPicture } 
    1791      *  
    1792      */ 
    1793     public CTPicture createCTPicture() { 
    1794         return new CTPicture(); 
    1795     } 
    1796  
    1797     /** 
    1798      * Create an instance of {@link CTZoom } 
    1799      *  
    1800      */ 
    1801     public CTZoom createCTZoom() { 
    1802         return new CTZoom(); 
    1803     } 
    1804  
    1805     /** 
    1806      * Create an instance of {@link TcPr } 
    1807      *  
    1808      */ 
    1809     public TcPr createTcPr() { 
    1810         return new TcPr(); 
    1811     } 
    1812  
    1813     /** 
    1814      * Create an instance of {@link CTFFCheckBox } 
    1815      *  
    1816      */ 
    1817     public CTFFCheckBox createCTFFCheckBox() { 
    1818         return new CTFFCheckBox(); 
    1819     } 
    1820  
    1821     /** 
    1822      * Create an instance of {@link TblWidth } 
    1823      *  
    1824      */ 
    1825     public TblWidth createTblWidth() { 
    1826         return new TblWidth(); 
    1827     } 
    1828  
    1829     /** 
    1830      * Create an instance of {@link Lvl.Suff } 
    1831      *  
    1832      */ 
    1833     public Lvl.Suff createLvlSuff() { 
    1834         return new Lvl.Suff(); 
    1835     } 
    1836  
    1837     /** 
    1838      * Create an instance of {@link CTEdnProps } 
    1839      *  
    1840      */ 
    1841     public CTEdnProps createCTEdnProps() { 
    1842         return new CTEdnProps(); 
    1843     } 
    1844  
    1845     /** 
    1846      * Create an instance of {@link CTFtnEdn } 
    1847      *  
    1848      */ 
    1849     public CTFtnEdn createCTFtnEdn() { 
    1850         return new CTFtnEdn(); 
    1851     } 
    1852  
    1853     /** 
    1854      * Create an instance of {@link CTReadingModeInkLockDown } 
    1855      *  
    1856      */ 
    1857     public CTReadingModeInkLockDown createCTReadingModeInkLockDown() { 
    1858         return new CTReadingModeInkLockDown(); 
    1859     } 
    1860  
    1861     /** 
    1862      * Create an instance of {@link R.Tab } 
    1863      *  
    1864      */ 
    1865     public R.Tab createRTab() { 
    1866         return new R.Tab(); 
    1867     } 
    1868  
    1869     /** 
    1870      * Create an instance of {@link CTSettings } 
    1871      *  
    1872      */ 
    1873     public CTSettings createCTSettings() { 
    1874         return new CTSettings(); 
    1875     } 
    1876  
    1877     /** 
    1878      * Create an instance of {@link Numbering.NumPicBullet } 
    1879      *  
    1880      */ 
    1881     public Numbering.NumPicBullet createNumberingNumPicBullet() { 
    1882         return new Numbering.NumPicBullet(); 
    1883     } 
    1884  
    1885     /** 
    1886      * Create an instance of {@link CTPlaceholder } 
    1887      *  
    1888      */ 
    1889     public CTPlaceholder createCTPlaceholder() { 
    1890         return new CTPlaceholder(); 
    1891     } 
    1892  
    1893     /** 
    1894      * Create an instance of {@link CTSdtText } 
    1895      *  
    1896      */ 
    1897     public CTSdtText createCTSdtText() { 
    1898         return new CTSdtText(); 
    1899     } 
    1900  
    1901     /** 
    1902      * Create an instance of {@link Document } 
    1903      *  
    1904      */ 
    1905     public Document createDocument() { 
    1906         return new Document(); 
    1907     } 
    1908  
    1909     /** 
    1910      * Create an instance of {@link CTLanguage } 
    1911      *  
    1912      */ 
    1913     public CTLanguage createCTLanguage() { 
    1914         return new CTLanguage(); 
    1915     } 
    1916  
    1917     /** 
    1918      * Create an instance of {@link FontSig } 
    1919      *  
    1920      */ 
    1921     public FontSig createFontSig() { 
    1922         return new FontSig(); 
    1923     } 
    1924  
    1925     /** 
    1926      * Create an instance of {@link CTFitText } 
    1927      *  
    1928      */ 
    1929     public CTFitText createCTFitText() { 
    1930         return new CTFitText(); 
    1931     } 
    1932  
    1933     /** 
    1934      * Create an instance of {@link CTMailMergeDocType } 
    1935      *  
    1936      */ 
    1937     public CTMailMergeDocType createCTMailMergeDocType() { 
    1938         return new CTMailMergeDocType(); 
    1939     } 
    1940  
    1941     /** 
    1942      * Create an instance of {@link CTRuby } 
    1943      *  
    1944      */ 
    1945     public CTRuby createCTRuby() { 
    1946         return new CTRuby(); 
    1947     } 
    1948  
    1949     /** 
    1950      * Create an instance of {@link CTFootnotes } 
    1951      *  
    1952      */ 
    1953     public CTFootnotes createCTFootnotes() { 
    1954         return new CTFootnotes(); 
    1955     } 
    1956  
    1957     /** 
    1958      * Create an instance of {@link U } 
    1959      *  
    1960      */ 
    1961     public U createU() { 
    1962         return new U(); 
    1963     } 
    1964  
    1965     /** 
    1966      * Create an instance of {@link NumFmt } 
    1967      *  
    1968      */ 
    1969     public NumFmt createNumFmt() { 
    1970         return new NumFmt(); 
    1971     } 
    1972  
    1973     /** 
    1974      * Create an instance of {@link CTPPrDefault } 
    1975      *  
    1976      */ 
    1977     public CTPPrDefault createCTPPrDefault() { 
    1978         return new CTPPrDefault(); 
    1979     } 
    1980  
    1981     /** 
    1982      * Create an instance of {@link CTCaptions } 
    1983      *  
    1984      */ 
    1985     public CTCaptions createCTCaptions() { 
    1986         return new CTCaptions(); 
    1987     } 
    1988  
    1989     /** 
    1990      * Create an instance of {@link Br } 
    1991      *  
    1992      */ 
    1993     public Br createBr() { 
    1994         return new Br(); 
    1995     } 
    1996  
    1997     /** 
    1998      * Create an instance of {@link DelText } 
    1999      *  
    2000      */ 
    2001     public DelText createDelText() { 
    2002         return new DelText(); 
    2003     } 
    2004  
    2005     /** 
    2006      * Create an instance of {@link SdtPr.RichText } 
    2007      *  
    2008      */ 
    2009     public SdtPr.RichText createSdtPrRichText() { 
    2010         return new SdtPr.RichText(); 
    2011     } 
    2012  
    2013     /** 
    2014      * Create an instance of {@link CTUcharHexNumber } 
    2015      *  
    2016      */ 
    2017     public CTUcharHexNumber createCTUcharHexNumber() { 
    2018         return new CTUcharHexNumber(); 
    2019     } 
    2020  
    2021     /** 
    2022      * Create an instance of {@link R.ContinuationSeparator } 
    2023      *  
    2024      */ 
    2025     public R.ContinuationSeparator createRContinuationSeparator() { 
    2026         return new R.ContinuationSeparator(); 
    2027     } 
    2028  
    2029     /** 
    2030      * Create an instance of {@link CTTxbxContent } 
    2031      *  
    2032      */ 
    2033     public CTTxbxContent createCTTxbxContent() { 
    2034         return new CTTxbxContent(); 
    2035     } 
    2036  
    2037     /** 
    2038      * Create an instance of {@link RFonts } 
    2039      *  
    2040      */ 
    2041     public RFonts createRFonts() { 
    2042         return new RFonts(); 
    2043     } 
    2044  
    2045     /** 
    2046      * Create an instance of {@link CTTabStop } 
    2047      *  
    2048      */ 
    2049     public CTTabStop createCTTabStop() { 
    2050         return new CTTabStop(); 
    2051     } 
    2052  
    2053     /** 
    2054      * Create an instance of {@link CTFrame.Sz } 
    2055      *  
    2056      */ 
    2057     public CTFrame.Sz createCTFrameSz() { 
    2058         return new CTFrame.Sz(); 
    2059     } 
    2060  
    2061     /** 
    2062      * Create an instance of {@link CTAltChunkPr } 
    2063      *  
    2064      */ 
    2065     public CTAltChunkPr createCTAltChunkPr() { 
    2066         return new CTAltChunkPr(); 
    2067     } 
    2068  
    2069     /** 
    2070      * Create an instance of {@link CTOdsoFieldMapData } 
    2071      *  
    2072      */ 
    2073     public CTOdsoFieldMapData createCTOdsoFieldMapData() { 
    2074         return new CTOdsoFieldMapData(); 
    2075     } 
    2076  
    2077     /** 
    2078      * Create an instance of {@link CTShortHexNumber } 
    2079      *  
    2080      */ 
    2081     public CTShortHexNumber createCTShortHexNumber() { 
    2082         return new CTShortHexNumber(); 
    2083     } 
    2084  
    2085     /** 
    2086      * Create an instance of {@link Id } 
    2087      *  
    2088      */ 
    2089     public Id createId() { 
    2090         return new Id(); 
    2091     } 
    2092  
    2093     /** 
    2094      * Create an instance of {@link R.PgNum } 
    2095      *  
    2096      */ 
    2097     public R.PgNum createRPgNum() { 
    2098         return new R.PgNum(); 
    2099     } 
    2100  
    2101     /** 
    2102      * Create an instance of {@link CTCaption } 
    2103      *  
    2104      */ 
    2105     public CTCaption createCTCaption() { 
    2106         return new CTCaption(); 
    2107     } 
    2108  
    2109     /** 
    2110      * Create an instance of {@link org.docx4j.wml.Style.Next } 
    2111      *  
    2112      */ 
    2113     public org.docx4j.wml.Style.Next createStyleNext() { 
    2114         return new org.docx4j.wml.Style.Next(); 
    2115     } 
    2116  
    2117     /** 
    2118      * Create an instance of {@link org.docx4j.wml.Color } 
    2119      *  
    2120      */ 
    2121     public org.docx4j.wml.Color createColor() { 
    2122         return new org.docx4j.wml.Color(); 
    2123     } 
    2124  
    2125     /** 
    2126      * Create an instance of {@link CTSettings.AttachedSchema } 
    2127      *  
    2128      */ 
    2129     public CTSettings.AttachedSchema createCTSettingsAttachedSchema() { 
    2130         return new CTSettings.AttachedSchema(); 
    2131     } 
    2132  
    2133     /** 
    2134      * Create an instance of {@link Tc } 
    2135      *  
    2136      */ 
    2137     public Tc createTc() { 
    2138         return new Tc(); 
    2139     } 
    2140  
    2141     /** 
    2142      * Create an instance of {@link CTTblPrExChange } 
    2143      *  
    2144      */ 
    2145     public CTTblPrExChange createCTTblPrExChange() { 
    2146         return new CTTblPrExChange(); 
    2147     } 
    2148  
    2149     /** 
    2150      * Create an instance of {@link Package } 
    2151      *  
    2152      */ 
    2153     public Package createPackage() { 
    2154         return new Package(); 
    2155     } 
    2156  
    2157     /** 
    2158      * Create an instance of {@link CTFrameScrollbar } 
    2159      *  
    2160      */ 
    2161     public CTFrameScrollbar createCTFrameScrollbar() { 
    2162         return new CTFrameScrollbar(); 
    2163     } 
    2164  
    2165     /** 
    2166      * Create an instance of {@link CTWritingStyle } 
    2167      *  
    2168      */ 
    2169     public CTWritingStyle createCTWritingStyle() { 
    2170         return new CTWritingStyle(); 
    2171     } 
    2172  
    2173     /** 
    2174      * Create an instance of {@link CTMailMerge } 
    2175      *  
    2176      */ 
    2177     public CTMailMerge createCTMailMerge() { 
    2178         return new CTMailMerge(); 
    2179     } 
    2180  
    2181     /** 
    2182      * Create an instance of {@link CTBookmarkRange } 
    2183      *  
    2184      */ 
    2185     public CTBookmarkRange createCTBookmarkRange() { 
    2186         return new CTBookmarkRange(); 
    2187     } 
    2188  
    2189     /** 
    2190      * Create an instance of {@link CTAutoCaption } 
    2191      *  
    2192      */ 
    2193     public CTAutoCaption createCTAutoCaption() { 
    2194         return new CTAutoCaption(); 
    2195     } 
    2196  
    2197     /** 
    2198      * Create an instance of {@link CTDocPartGallery } 
    2199      *  
    2200      */ 
    2201     public CTDocPartGallery createCTDocPartGallery() { 
    2202         return new CTDocPartGallery(); 
    2203     } 
    2204  
    2205     /** 
    2206      * Create an instance of {@link CTFFDDList.Result } 
    2207      *  
    2208      */ 
    2209     public CTFFDDList.Result createCTFFDDListResult() { 
    2210         return new CTFFDDList.Result(); 
    2211     } 
    2212  
    2213     /** 
    2214      * Create an instance of {@link CTVerticalJc } 
    2215      *  
    2216      */ 
    2217     public CTVerticalJc createCTVerticalJc() { 
    2218         return new CTVerticalJc(); 
    2219     } 
    2220  
    2221     /** 
    2222      * Create an instance of {@link CTDocPartCategory } 
    2223      *  
    2224      */ 
    2225     public CTDocPartCategory createCTDocPartCategory() { 
    2226         return new CTDocPartCategory(); 
    2227     } 
    2228  
    2229     /** 
    2230      * Create an instance of {@link CTWebSettings } 
    2231      *  
    2232      */ 
    2233     public CTWebSettings createCTWebSettings() { 
    2234         return new CTWebSettings(); 
    2235     } 
    2236  
    2237     /** 
    2238      * Create an instance of {@link RStyle } 
    2239      *  
    2240      */ 
    2241     public RStyle createRStyle() { 
    2242         return new RStyle(); 
    2243     } 
    2244  
    2245     /** 
    2246      * Create an instance of {@link R.DayShort } 
    2247      *  
    2248      */ 
    2249     public R.DayShort createRDayShort() { 
    2250         return new R.DayShort(); 
    2251     } 
    2252  
    2253     /** 
    2254      * Create an instance of {@link CTFtnEdnRef } 
    2255      *  
    2256      */ 
    2257     public CTFtnEdnRef createCTFtnEdnRef() { 
    2258         return new CTFtnEdnRef(); 
    2259     } 
    2260  
    2261     /** 
    2262      * Create an instance of {@link SdtContentBlock } 
    2263      *  
    2264      */ 
    2265     public SdtContentBlock createSdtContentBlock() { 
    2266         return new SdtContentBlock(); 
    2267     } 
    2268  
    2269     /** 
    2270      * Create an instance of {@link CTFFTextType } 
    2271      *  
    2272      */ 
    2273     public CTFFTextType createCTFFTextType() { 
    2274         return new CTFFTextType(); 
    2275     } 
    2276  
    2277     /** 
    2278      * Create an instance of {@link Styles.DocDefaults.PPrDefault } 
    2279      *  
    2280      */ 
    2281     public Styles.DocDefaults.PPrDefault createStylesDocDefaultsPPrDefault() { 
    2282         return new Styles.DocDefaults.PPrDefault(); 
    2283     } 
    2284  
    2285     /** 
    2286      * Create an instance of {@link SdtPr.Group } 
    2287      *  
    2288      */ 
    2289     public SdtPr.Group createSdtPrGroup() { 
    2290         return new SdtPr.Group(); 
    2291     } 
    2292  
    2293     /** 
    2294      * Create an instance of {@link FontPitch } 
    2295      *  
    2296      */ 
    2297     public FontPitch createFontPitch() { 
    2298         return new FontPitch(); 
    2299     } 
    2300  
    2301     /** 
    2302      * Create an instance of {@link Numbering.NumIdMacAtCleanup } 
    2303      *  
    2304      */ 
    2305     public Numbering.NumIdMacAtCleanup createNumberingNumIdMacAtCleanup() { 
    2306         return new Numbering.NumIdMacAtCleanup(); 
    2307     } 
    2308  
    2309     /** 
    2310      * Create an instance of {@link CTTblGridChange } 
    2311      *  
    2312      */ 
    2313     public CTTblGridChange createCTTblGridChange() { 
    2314         return new CTTblGridChange(); 
    2315     } 
    2316  
    2317     /** 
    2318      * Create an instance of {@link CTTrackChangeRange } 
    2319      *  
    2320      */ 
    2321     public CTTrackChangeRange createCTTrackChangeRange() { 
    2322         return new CTTrackChangeRange(); 
    2323     } 
    2324  
    2325     /** 
    2326      * Create an instance of {@link CTRecipientData.Column } 
    2327      *  
    2328      */ 
    2329     public CTRecipientData.Column createCTRecipientDataColumn() { 
    2330         return new CTRecipientData.Column(); 
    2331     } 
    2332  
    2333     /** 
    2334      * Create an instance of {@link CTTrPrBase.GridBefore } 
    2335      *  
    2336      */ 
    2337     public CTTrPrBase.GridBefore createCTTrPrBaseGridBefore() { 
    2338         return new CTTrPrBase.GridBefore(); 
    2339     } 
    2340  
    2341     /** 
    2342      * Create an instance of {@link CTParaRPrOriginal } 
    2343      *  
    2344      */ 
    2345     public CTParaRPrOriginal createCTParaRPrOriginal() { 
    2346         return new CTParaRPrOriginal(); 
    2347     } 
    2348  
    2349     /** 
    2350      * Create an instance of {@link CTSdtComboBox } 
    2351      *  
    2352      */ 
    2353     public CTSdtComboBox createCTSdtComboBox() { 
    2354         return new CTSdtComboBox(); 
    2355     } 
    2356  
    2357     /** 
    2358      * Create an instance of {@link CTTblPrBase.TblStyle } 
    2359      *  
    2360      */ 
    2361     public CTTblPrBase.TblStyle createCTTblPrBaseTblStyle() { 
    2362         return new CTTblPrBase.TblStyle(); 
    2363     } 
    2364  
    2365     /** 
    2366      * Create an instance of {@link CTVerticalAlignRun } 
    2367      *  
    2368      */ 
    2369     public CTVerticalAlignRun createCTVerticalAlignRun() { 
    2370         return new CTVerticalAlignRun(); 
    2371     } 
    2372  
    2373     /** 
    2374      * Create an instance of {@link SdtPr.Picture } 
    2375      *  
    2376      */ 
    2377     public SdtPr.Picture createSdtPrPicture() { 
    2378         return new SdtPr.Picture(); 
    2379     } 
    2380  
    2381     /** 
    2382      * Create an instance of {@link CTCharacterSpacing } 
    2383      *  
    2384      */ 
    2385     public CTCharacterSpacing createCTCharacterSpacing() { 
    2386         return new CTCharacterSpacing(); 
    2387     } 
    2388  
    2389     /** 
    2390      * Create an instance of {@link CTRubyPr } 
    2391      *  
    2392      */ 
    2393     public CTRubyPr createCTRubyPr() { 
    2394         return new CTRubyPr(); 
    2395     } 
    2396  
    2397     /** 
    2398      * Create an instance of {@link ParaRPr } 
    2399      *  
    2400      */ 
    2401     public ParaRPr createParaRPr() { 
    2402         return new ParaRPr(); 
    2403     } 
    2404  
    2405     /** 
    2406      * Create an instance of {@link CTKinsoku } 
    2407      *  
    2408      */ 
    2409     public CTKinsoku createCTKinsoku() { 
    2410         return new CTKinsoku(); 
    2411     } 
    2412  
    2413     /** 
    2414      * Create an instance of {@link Lvl.Start } 
    2415      *  
    2416      */ 
    2417     public Lvl.Start createLvlStart() { 
    2418         return new Lvl.Start(); 
    2419     } 
    2420  
    2421     /** 
    2422      * Create an instance of {@link CTSimpleField } 
    2423      *  
    2424      */ 
    2425     public CTSimpleField createCTSimpleField() { 
    2426         return new CTSimpleField(); 
    2427     } 
    2428  
    2429     /** 
    2430      * Create an instance of {@link PPrBase.Ind } 
    2431      *  
    2432      */ 
    2433     public PPrBase.Ind createPPrBaseInd() { 
    2434         return new PPrBase.Ind(); 
    2435     } 
    2436  
    2437     /** 
    2438      * Create an instance of {@link CommentRangeStart } 
    2439      *  
    2440      */ 
    2441     public CommentRangeStart createCommentRangeStart() { 
    2442         return new CommentRangeStart(); 
    2443     } 
    2444  
    2445     /** 
    2446      * Create an instance of {@link CTHdrFtr } 
    2447      *  
    2448      */ 
    2449     public CTHdrFtr createCTHdrFtr() { 
    2450         return new CTHdrFtr(); 
    2451     } 
    2452  
    2453     /** 
    2454      * Create an instance of {@link SectPrBase } 
    2455      *  
    2456      */ 
    2457     public SectPrBase createSectPrBase() { 
    2458         return new SectPrBase(); 
    2459     } 
    2460  
    2461     /** 
    2462      * Create an instance of {@link Numbering.AbstractNum.Name } 
    2463      *  
    2464      */ 
    2465     public Numbering.AbstractNum.Name createNumberingAbstractNumName() { 
    2466         return new Numbering.AbstractNum.Name(); 
    2467     } 
    2468  
    2469     /** 
    2470      * Create an instance of {@link CTBackground } 
    2471      *  
    2472      */ 
    2473     public CTBackground createCTBackground() { 
    2474         return new CTBackground(); 
    2475     } 
    2476  
    2477     /** 
    2478      * Create an instance of {@link CTTblPPr } 
    2479      *  
    2480      */ 
    2481     public CTTblPPr createCTTblPPr() { 
    2482         return new CTTblPPr(); 
    2483     } 
    2484  
    2485     /** 
    2486      * Create an instance of {@link TextDirection } 
    2487      *  
    2488      */ 
    2489     public TextDirection createTextDirection() { 
    2490         return new TextDirection(); 
    2491     } 
    2492  
    2493     /** 
    2494      * Create an instance of {@link Tabs } 
    2495      *  
    2496      */ 
    2497     public Tabs createTabs() { 
    2498         return new Tabs(); 
    2499     } 
    2500  
    2501     /** 
    2502      * Create an instance of {@link CTEmpty } 
    2503      *  
    2504      */ 
    2505     public CTEmpty createCTEmpty() { 
    2506         return new CTEmpty(); 
    2507     } 
    2508  
    2509     /** 
    2510      * Create an instance of {@link CTProof } 
    2511      *  
    2512      */ 
    2513     public CTProof createCTProof() { 
    2514         return new CTProof(); 
    2515     } 
    2516  
    2517     /** 
    2518      * Create an instance of {@link CTFFTextInput } 
    2519      *  
    2520      */ 
    2521     public CTFFTextInput createCTFFTextInput() { 
    2522         return new CTFFTextInput(); 
    2523     } 
    2524  
    2525     /** 
    2526      * Create an instance of {@link CTGuid } 
    2527      *  
    2528      */ 
    2529     public CTGuid createCTGuid() { 
    2530         return new CTGuid(); 
    2531     } 
    2532  
    2533     /** 
    2534      * Create an instance of {@link CTWebSettings.Encoding } 
    2535      *  
    2536      */ 
    2537     public CTWebSettings.Encoding createCTWebSettingsEncoding() { 
    2538         return new CTWebSettings.Encoding(); 
    2539     } 
    2540  
    2541     /** 
    2542      * Create an instance of {@link CTBorder } 
    2543      *  
    2544      */ 
    2545     public CTBorder createCTBorder() { 
    2546         return new CTBorder(); 
    2547     } 
    2548  
    2549     /** 
    2550      * Create an instance of {@link CTFrame.Name } 
    2551      *  
    2552      */ 
    2553     public CTFrame.Name createCTFrameName() { 
    2554         return new CTFrame.Name(); 
    2555     } 
    2556  
    2557     /** 
    2558      * Create an instance of {@link CTFFData } 
    2559      *  
    2560      */ 
    2561     public CTFFData createCTFFData() { 
    2562         return new CTFFData(); 
    2563     } 
    2564  
    2565     /** 
    2566      * Create an instance of {@link BooleanDefaultFalse } 
    2567      *  
    2568      */ 
    2569     public BooleanDefaultFalse createBooleanDefaultFalse() { 
    2570         return new BooleanDefaultFalse(); 
    2571     } 
    2572  
    2573     /** 
    2574      * Create an instance of {@link CTFrameset } 
    2575      *  
    2576      */ 
    2577     public CTFrameset createCTFrameset() { 
    2578         return new CTFrameset(); 
    2579     } 
    2580  
    2581     /** 
    2582      * Create an instance of {@link CTTblPrBase } 
    2583      *  
    2584      */ 
    2585     public CTTblPrBase createCTTblPrBase() { 
    2586         return new CTTblPrBase(); 
    2587     } 
    2588  
    2589     /** 
    2590      * Create an instance of {@link CTRel } 
    2591      *  
    2592      */ 
    2593     public CTRel createCTRel() { 
    2594         return new CTRel(); 
    2595     } 
    2596  
    2597     /** 
    2598      * Create an instance of {@link CTTblLayoutType } 
    2599      *  
    2600      */ 
    2601     public CTTblLayoutType createCTTblLayoutType() { 
    2602         return new CTTblLayoutType(); 
    2603     } 
    2604  
    2605     /** 
    2606      * Create an instance of {@link TblBorders } 
    2607      *  
    2608      */ 
    2609     public TblBorders createTblBorders() { 
    2610         return new TblBorders(); 
    2611     } 
    2612  
    2613     /** 
    2614      * Create an instance of {@link P } 
    2615      *  
    2616      */ 
    2617     public P createP() { 
    2618         return new P(); 
    2619     } 
    2620  
    2621     /** 
    2622      * Create an instance of {@link R.YearShort } 
    2623      *  
    2624      */ 
    2625     public R.YearShort createRYearShort() { 
    2626         return new R.YearShort(); 
    2627     } 
    2628  
    2629     /** 
    2630      * Create an instance of {@link CTAltChunk } 
    2631      *  
    2632      */ 
    2633     public CTAltChunk createCTAltChunk() { 
    2634         return new CTAltChunk(); 
    2635     } 
    2636  
    2637     /** 
    2638      * Create an instance of {@link TcMar } 
    2639      *  
    2640      */ 
    2641     public TcMar createTcMar() { 
    2642         return new TcMar(); 
    2643     } 
    2644  
    2645     /** 
    2646      * Create an instance of {@link CTCompat } 
    2647      *  
    2648      */ 
    2649     public CTCompat createCTCompat() { 
    2650         return new CTCompat(); 
    2651     } 
    2652  
    2653     /** 
    2654      * Create an instance of {@link CTSdtContentCell } 
    2655      *  
    2656      */ 
    2657     public CTSdtContentCell createCTSdtContentCell() { 
    2658         return new CTSdtContentCell(); 
    2659     } 
    2660  
    2661     /** 
    2662      * Create an instance of {@link PPrBase.TextAlignment } 
    2663      *  
    2664      */ 
    2665     public PPrBase.TextAlignment createPPrBaseTextAlignment() { 
    2666         return new PPrBase.TextAlignment(); 
    2667     } 
    2668  
    2669     /** 
    2670      * Create an instance of {@link R.EndnoteRef } 
    2671      *  
    2672      */ 
    2673     public R.EndnoteRef createREndnoteRef() { 
    2674         return new R.EndnoteRef(); 
    2675     } 
    2676  
    2677     /** 
    2678      * Create an instance of {@link HpsMeasure } 
    2679      *  
    2680      */ 
    2681     public HpsMeasure createHpsMeasure() { 
    2682         return new HpsMeasure(); 
    2683     } 
    2684  
    2685     /** 
    2686      * Create an instance of {@link CTOdsoFieldMapData.Column } 
    2687      *  
    2688      */ 
    2689     public CTOdsoFieldMapData.Column createCTOdsoFieldMapDataColumn() { 
    2690         return new CTOdsoFieldMapData.Column(); 
    2691     } 
    2692  
    2693     /** 
    2694      * Create an instance of {@link CTDocGrid } 
    2695      *  
    2696      */ 
    2697     public CTDocGrid createCTDocGrid() { 
    2698         return new CTDocGrid(); 
    2699     } 
    2700  
    2701     /** 
    2702      * Create an instance of {@link CTDocParts } 
    2703      *  
    2704      */ 
    2705     public CTDocParts createCTDocParts() { 
    2706         return new CTDocParts(); 
    2707     } 
    2708  
    2709     /** 
    2710      * Create an instance of {@link CTSettings.ConsecutiveHyphenLimit } 
    2711      *  
    2712      */ 
    2713     public CTSettings.ConsecutiveHyphenLimit createCTSettingsConsecutiveHyphenLimit() { 
    2714         return new CTSettings.ConsecutiveHyphenLimit(); 
    2715     } 
    2716  
    2717     /** 
    2718      * Create an instance of {@link CTMarkupRange } 
    2719      *  
    2720      */ 
    2721     public CTMarkupRange createCTMarkupRange() { 
    2722         return new CTMarkupRange(); 
    2723     } 
    2724  
    2725     /** 
    2726      * Create an instance of {@link CTCnf } 
    2727      *  
    2728      */ 
    2729     public CTCnf createCTCnf() { 
    2730         return new CTCnf(); 
    2731     } 
    2732  
    2733     /** 
    2734      * Create an instance of {@link CTMailMerge.Query } 
    2735      *  
    2736      */ 
    2737     public CTMailMerge.Query createCTMailMergeQuery() { 
    2738         return new CTMailMerge.Query(); 
    2739     } 
    2740  
    2741     /** 
    2742      * Create an instance of {@link CTSdtDropDownList } 
    2743      *  
    2744      */ 
    2745     public CTSdtDropDownList createCTSdtDropDownList() { 
    2746         return new CTSdtDropDownList(); 
    2747     } 
    2748  
    2749     /** 
    2750      * Create an instance of {@link Styles.LatentStyles } 
    2751      *  
    2752      */ 
    2753     public Styles.LatentStyles createStylesLatentStyles() { 
    2754         return new Styles.LatentStyles(); 
    2755     } 
    2756  
    2757     /** 
    2758      * Create an instance of {@link CTSdtListItem } 
    2759      *  
    2760      */ 
    2761     public CTSdtListItem createCTSdtListItem() { 
    2762         return new CTSdtListItem(); 
    2763     } 
    2764  
    2765     /** 
    2766      * Create an instance of {@link BooleanDefaultTrue } 
    2767      *  
    2768      */ 
    2769     public BooleanDefaultTrue createBooleanDefaultTrue() { 
    2770         return new BooleanDefaultTrue(); 
    2771     } 
    2772  
    2773     /** 
    2774      * Create an instance of {@link CTTrPrChange } 
    2775      *  
    2776      */ 
    2777     public CTTrPrChange createCTTrPrChange() { 
    2778         return new CTTrPrChange(); 
    2779     } 
    2780  
    2781     /** 
    2782      * Create an instance of {@link PPr } 
    2783      *  
    2784      */ 
    2785     public PPr createPPr() { 
    2786         return new PPr(); 
    2787     } 
    2788  
    2789     /** 
    2790      * Create an instance of {@link CTTextScale } 
    2791      *  
    2792      */ 
    2793     public CTTextScale createCTTextScale() { 
    2794         return new CTTextScale(); 
    2795     } 
    2796  
    2797     /** 
    2798      * Create an instance of {@link CTSettings.ForceUpgrade } 
    2799      *  
    2800      */ 
    2801     public CTSettings.ForceUpgrade createCTSettingsForceUpgrade() { 
    2802         return new CTSettings.ForceUpgrade(); 
    2803     } 
    2804  
    2805     /** 
    2806      * Create an instance of {@link CTOdso } 
    2807      *  
    2808      */ 
    2809     public CTOdso createCTOdso() { 
    2810         return new CTOdso(); 
    2811     } 
    2812  
    2813     /** 
    2814      * Create an instance of {@link CTTblPrBase.TblStyleColBandSize } 
    2815      *  
    2816      */ 
    2817     public CTTblPrBase.TblStyleColBandSize createCTTblPrBaseTblStyleColBandSize() { 
    2818         return new CTTblPrBase.TblStyleColBandSize(); 
    2819     } 
    2820  
    2821     /** 
    2822      * Create an instance of {@link CTCustomXmlPr.Placeholder } 
    2823      *  
    2824      */ 
    2825     public CTCustomXmlPr.Placeholder createCTCustomXmlPrPlaceholder() { 
    2826         return new CTCustomXmlPr.Placeholder(); 
    2827     } 
    2828  
    2829     /** 
    2830      * Create an instance of {@link CTPixelsMeasure } 
    2831      *  
    2832      */ 
    2833     public CTPixelsMeasure createCTPixelsMeasure() { 
    2834         return new CTPixelsMeasure(); 
    2835     } 
    2836  
    2837     /** 
    2838      * Create an instance of {@link TblGridCol } 
    2839      *  
    2840      */ 
    2841     public TblGridCol createTblGridCol() { 
    2842         return new TblGridCol(); 
    2843     } 
    2844  
    2845     /** 
    2846      * Create an instance of {@link CTSdtDocPart.DocPartGallery } 
    2847      *  
    2848      */ 
    2849     public CTSdtDocPart.DocPartGallery createCTSdtDocPartDocPartGallery() { 
    2850         return new CTSdtDocPart.DocPartGallery(); 
    2851     } 
    2852  
    2853     /** 
    2854      * Create an instance of {@link SectPr.PgBorders } 
    2855      *  
    2856      */ 
    2857     public SectPr.PgBorders createSectPrPgBorders() { 
    2858         return new SectPr.PgBorders(); 
    2859     } 
    2860  
    2861     /** 
    2862      * Create an instance of {@link FontFamily } 
    2863      *  
    2864      */ 
    2865     public FontFamily createFontFamily() { 
    2866         return new FontFamily(); 
    2867     } 
    2868  
    2869     /** 
    2870      * Create an instance of {@link CTColumn } 
    2871      *  
    2872      */ 
    2873     public CTColumn createCTColumn() { 
    2874         return new CTColumn(); 
    2875     } 
    2876  
    2877     /** 
    2878      * Create an instance of {@link SdtPr.Equation } 
    2879      *  
    2880      */ 
    2881     public SdtPr.Equation createSdtPrEquation() { 
    2882         return new SdtPr.Equation(); 
    2883     } 
    2884  
    2885     /** 
    2886      * Create an instance of {@link CTFtnProps } 
    2887      *  
    2888      */ 
    2889     public CTFtnProps createCTFtnProps() { 
    2890         return new CTFtnProps(); 
    2891     } 
    2892  
    2893     /** 
    2894      * Create an instance of {@link CTDivs } 
    2895      *  
    2896      */ 
    2897     public CTDivs createCTDivs() { 
    2898         return new CTDivs(); 
    2899     } 
    2900  
    2901     /** 
    2902      * Create an instance of {@link CTFFDDList.ListEntry } 
    2903      *  
    2904      */ 
    2905     public CTFFDDList.ListEntry createCTFFDDListListEntry() { 
    2906         return new CTFFDDList.ListEntry(); 
    2907     } 
    2908  
    2909     /** 
    2910      * Create an instance of {@link CTCustomXmlPr } 
    2911      *  
    2912      */ 
    2913     public CTCustomXmlPr createCTCustomXmlPr() { 
    2914         return new CTCustomXmlPr(); 
    2915     } 
    2916  
    2917     /** 
    2918      * Create an instance of {@link CTSdtEndPr } 
    2919      *  
    2920      */ 
    2921     public CTSdtEndPr createCTSdtEndPr() { 
    2922         return new CTSdtEndPr(); 
    2923     } 
    2924  
    2925     /** 
    2926      * Create an instance of {@link Fonts.Font.AltName } 
    2927      *  
    2928      */ 
    2929     public Fonts.Font.AltName createFontsFontAltName() { 
    2930         return new Fonts.Font.AltName(); 
    2931     } 
    2932  
    2933     /** 
    2934      * Create an instance of {@link CTFFTextInput.Default } 
    2935      *  
    2936      */ 
    2937     public CTFFTextInput.Default createCTFFTextInputDefault() { 
    2938         return new CTFFTextInput.Default(); 
    2939     } 
    2940  
    2941     /** 
    2942      * Create an instance of {@link CTMailMergeOdsoFMDFieldType } 
    2943      *  
    2944      */ 
    2945     public CTMailMergeOdsoFMDFieldType createCTMailMergeOdsoFMDFieldType() { 
    2946         return new CTMailMergeOdsoFMDFieldType(); 
    2947     } 
    2948  
    2949     /** 
    2950      * Create an instance of {@link CTTrPrBase } 
    2951      *  
    2952      */ 
    2953     public CTTrPrBase createCTTrPrBase() { 
    2954         return new CTTrPrBase(); 
    2955     } 
    2956  
    2957     /** 
    2958      * Create an instance of {@link R.FootnoteRef } 
    2959      *  
    2960      */ 
    2961     public R.FootnoteRef createRFootnoteRef() { 
    2962         return new R.FootnoteRef(); 
    2963     } 
    2964  
    2965     /** 
    2966      * Create an instance of {@link Tag } 
    2967      *  
    2968      */ 
    2969     public Tag createTag() { 
    2970         return new Tag(); 
    2971     } 
    2972  
    2973     /** 
    2974      * Create an instance of {@link CTDocRsids } 
    2975      *  
    2976      */ 
    2977     public CTDocRsids createCTDocRsids() { 
    2978         return new CTDocRsids(); 
    2979     } 
    2980  
    2981     /** 
    2982      * Create an instance of {@link CTDocPartCategory.Name } 
    2983      *  
    2984      */ 
    2985     public CTDocPartCategory.Name createCTDocPartCategoryName() { 
    2986         return new CTDocPartCategory.Name(); 
    2987     } 
    2988  
    2989     /** 
    2990      * Create an instance of {@link CTTextboxTightWrap } 
    2991      *  
    2992      */ 
    2993     public CTTextboxTightWrap createCTTextboxTightWrap() { 
    2994         return new CTTextboxTightWrap(); 
    2995     } 
    2996  
    2997     /** 
    2998      * Create an instance of {@link CTPlaceholder.DocPart } 
    2999      *  
    3000      */ 
    3001     public CTPlaceholder.DocPart createCTPlaceholderDocPart() { 
    3002         return new CTPlaceholder.DocPart(); 
    3003     } 
    3004  
    3005     /** 
    3006      * Create an instance of {@link CTObject } 
    3007      *  
    3008      */ 
    3009     public CTObject createCTObject() { 
    3010         return new CTObject(); 
    3011     } 
    3012  
    3013     /** 
    3014      * Create an instance of {@link Body } 
    3015      *  
    3016      */ 
    3017     public Body createBody() { 
    3018         return new Body(); 
    3019     } 
    3020  
    3021     /** 
    3022      * Create an instance of {@link CTFFName } 
    3023      *  
    3024      */ 
    3025     public CTFFName createCTFFName() { 
    3026         return new CTFFName(); 
    3027     } 
    3028  
    3029     /** 
    3030      * Create an instance of {@link PPrBase.NumPr.Ilvl } 
    3031      *  
    3032      */ 
    3033     public PPrBase.NumPr.Ilvl createPPrBaseNumPrIlvl() { 
    3034         return new PPrBase.NumPr.Ilvl(); 
    3035     } 
    3036  
    3037     /** 
    3038      * Create an instance of {@link CTHeight } 
    3039      *  
    3040      */ 
    3041     public CTHeight createCTHeight() { 
    3042         return new CTHeight(); 
    3043     } 
    3044  
    3045     /** 
    3046      * Create an instance of {@link CTFFDDList.Default } 
    3047      *  
    3048      */ 
    3049     public CTFFDDList.Default createCTFFDDListDefault() { 
    3050         return new CTFFDDList.Default(); 
    3051     } 
    3052  
    3053     /** 
    3054      * Create an instance of {@link CTTblPrExBase } 
    3055      *  
    3056      */ 
    3057     public CTTblPrExBase createCTTblPrExBase() { 
    3058         return new CTTblPrExBase(); 
    3059     } 
    3060  
    3061     /** 
    3062      * Create an instance of {@link CTEdnPos } 
    3063      *  
    3064      */ 
    3065     public CTEdnPos createCTEdnPos() { 
    3066         return new CTEdnPos(); 
    3067     } 
    3068  
    3069     /** 
    3070      * Create an instance of {@link CTRecipientData } 
    3071      *  
    3072      */ 
    3073     public CTRecipientData createCTRecipientData() { 
    3074         return new CTRecipientData(); 
    3075     } 
    3076  
    3077     /** 
    3078      * Create an instance of {@link CTCellMergeTrackChange } 
    3079      *  
    3080      */ 
    3081     public CTCellMergeTrackChange createCTCellMergeTrackChange() { 
    3082         return new CTCellMergeTrackChange(); 
    3083     } 
    3084  
    3085     /** 
    3086      * Create an instance of {@link CTSignedHpsMeasure } 
    3087      *  
    3088      */ 
    3089     public CTSignedHpsMeasure createCTSignedHpsMeasure() { 
    3090         return new CTSignedHpsMeasure(); 
    3091     } 
    3092  
    3093     /** 
    3094      * Create an instance of {@link CTMailMerge.MailSubject } 
    3095      *  
    3096      */ 
    3097     public CTMailMerge.MailSubject createCTMailMergeMailSubject() { 
    3098         return new CTMailMerge.MailSubject(); 
    3099     } 
    3100  
    3101     /** 
    3102      * Create an instance of {@link CTTrPrBase.DivId } 
    3103      *  
    3104      */ 
    3105     public CTTrPrBase.DivId createCTTrPrBaseDivId() { 
    3106         return new CTTrPrBase.DivId(); 
    3107     } 
    3108  
    3109     /** 
    3110      * Create an instance of {@link ParaRPrChange } 
    3111      *  
    3112      */ 
    3113     public ParaRPrChange createParaRPrChange() { 
    3114         return new ParaRPrChange(); 
    3115     } 
    3116  
    3117     /** 
    3118      * Create an instance of {@link Jc } 
    3119      *  
    3120      */ 
    3121     public Jc createJc() { 
    3122         return new Jc(); 
    3123     } 
    3124  
    3125     /** 
    3126      * Create an instance of {@link CTSignedTwipsMeasure } 
    3127      *  
    3128      */ 
    3129     public CTSignedTwipsMeasure createCTSignedTwipsMeasure() { 
    3130         return new CTSignedTwipsMeasure(); 
    3131     } 
    3132  
    3133     /** 
    3134      * Create an instance of {@link PPrBase.OutlineLvl } 
    3135      *  
    3136      */ 
    3137     public PPrBase.OutlineLvl createPPrBaseOutlineLvl() { 
    3138         return new PPrBase.OutlineLvl(); 
    3139     } 
    3140  
    3141     /** 
    3142      * Create an instance of {@link TcPrInner.TcBorders } 
    3143      *  
    3144      */ 
    3145     public TcPrInner.TcBorders createTcPrInnerTcBorders() { 
    3146         return new TcPrInner.TcBorders(); 
    3147     } 
    3148  
    3149     /** 
    3150      * Create an instance of {@link CTDocType } 
    3151      *  
    3152      */ 
    3153     public CTDocType createCTDocType() { 
    3154         return new CTDocType(); 
    3155     } 
    3156  
    3157     /** 
    3158      * Create an instance of {@link CTPerm } 
    3159      *  
    3160      */ 
    3161     public CTPerm createCTPerm() { 
    3162         return new CTPerm(); 
    3163     } 
    3164  
    3165     /** 
    3166      * Create an instance of {@link CTFrameset.Sz } 
    3167      *  
    3168      */ 
    3169     public CTFrameset.Sz createCTFramesetSz() { 
    3170         return new CTFrameset.Sz(); 
    3171     } 
    3172  
    3173     /** 
    3174      * Create an instance of {@link RunDel } 
    3175      *  
    3176      */ 
    3177     public RunDel createRunDel() { 
    3178         return new RunDel(); 
    3179     } 
    3180  
    3181     /** 
    3182      * Create an instance of {@link FontRel } 
    3183      *  
    3184      */ 
    3185     public FontRel createFontRel() { 
    3186         return new FontRel(); 
    3187     } 
    3188  
    3189     /** 
    3190      * Create an instance of {@link CTNumRestart } 
    3191      *  
    3192      */ 
    3193     public CTNumRestart createCTNumRestart() { 
    3194         return new CTNumRestart(); 
    3195     } 
    3196  
    3197     /** 
    3198      * Create an instance of {@link CTFramePr } 
    3199      *  
    3200      */ 
    3201     public CTFramePr createCTFramePr() { 
    3202         return new CTFramePr(); 
    32033209    } 
    32043210 
     
    32223228 
    32233229    /** 
    3224      * Create an instance of {@link JAXBElement }{@code <}{@link CTHdrFtr }{@code >}} 
    3225      *  
    3226      */ 
    3227     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "hdr") 
    3228     public JAXBElement<CTHdrFtr> createHdr(CTHdrFtr value) { 
    3229         return new JAXBElement<CTHdrFtr>(_Hdr_QNAME, CTHdrFtr.class, null, value); 
    3230     } 
    3231  
    3232     /** 
    32333230     * Create an instance of {@link JAXBElement }{@code <}{@link CTWebSettings }{@code >}} 
    32343231     *  
     
    32583255 
    32593256    /** 
    3260      * Create an instance of {@link JAXBElement }{@code <}{@link CTHdrFtr }{@code >}} 
    3261      *  
    3262      */ 
    3263     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "ftr") 
    3264     public JAXBElement<CTHdrFtr> createFtr(CTHdrFtr value) { 
    3265         return new JAXBElement<CTHdrFtr>(_Ftr_QNAME, CTHdrFtr.class, null, value); 
    3266     } 
    3267  
    3268     /** 
    32693257     * Create an instance of {@link JAXBElement }{@code <}{@link CTEndnotes }{@code >}} 
    32703258     *  
     
    32793267     *  
    32803268     */ 
    3281     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = Comments.Comment.class) 
    3282     public JAXBElement<CTMoveBookmark> createCommentsCommentMoveFromRangeStart(CTMoveBookmark value) { 
    3283         return new JAXBElement<CTMoveBookmark>(_CommentsCommentMoveFromRangeStart_QNAME, CTMoveBookmark.class, Comments.Comment.class, value); 
     3269    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = RunIns.class) 
     3270    public JAXBElement<CTMoveBookmark> createRunInsMoveFromRangeStart(CTMoveBookmark value) { 
     3271        return new JAXBElement<CTMoveBookmark>(_RunInsMoveFromRangeStart_QNAME, CTMoveBookmark.class, RunIns.class, value); 
    32843272    } 
    32853273 
     
    32883276     *  
    32893277     */ 
    3290     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = Comments.Comment.class) 
    3291     public JAXBElement<RunTrackChange> createCommentsCommentMoveFrom(RunTrackChange value) { 
    3292         return new JAXBElement<RunTrackChange>(_CommentsCommentMoveFrom_QNAME, RunTrackChange.class, Comments.Comment.class, value); 
     3278    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = RunIns.class) 
     3279    public JAXBElement<RunTrackChange> createRunInsMoveFrom(RunTrackChange value) { 
     3280        return new JAXBElement<RunTrackChange>(_RunInsMoveFrom_QNAME, RunTrackChange.class, RunIns.class, value); 
    32933281    } 
    32943282 
     
    32973285     *  
    32983286     */ 
    3299     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = Comments.Comment.class) 
    3300     public JAXBElement<CTMarkupRange> createCommentsCommentMoveFromRangeEnd(CTMarkupRange value) { 
    3301         return new JAXBElement<CTMarkupRange>(_CommentsCommentMoveFromRangeEnd_QNAME, CTMarkupRange.class, Comments.Comment.class, value); 
     3287    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = RunIns.class) 
     3288    public JAXBElement<CTMarkupRange> createRunInsMoveFromRangeEnd(CTMarkupRange value) { 
     3289        return new JAXBElement<CTMarkupRange>(_RunInsMoveFromRangeEnd_QNAME, CTMarkupRange.class, RunIns.class, value); 
     3290    } 
     3291 
     3292    /** 
     3293     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     3294     *  
     3295     */ 
     3296    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = RunIns.class) 
     3297    public JAXBElement<CTTrackChange> createRunInsCustomXmlMoveFromRangeStart(CTTrackChange value) { 
     3298        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, RunIns.class, value); 
     3299    } 
     3300 
     3301    /** 
     3302     * Create an instance of {@link JAXBElement }{@code <}{@link SdtRun }{@code >}} 
     3303     *  
     3304     */ 
     3305    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sdt", scope = RunIns.class) 
     3306    public JAXBElement<SdtRun> createRunInsSdt(SdtRun value) { 
     3307        return new JAXBElement<SdtRun>(_RunInsSdt_QNAME, SdtRun.class, RunIns.class, value); 
     3308    } 
     3309 
     3310    /** 
     3311     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     3312     *  
     3313     */ 
     3314    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = RunIns.class) 
     3315    public JAXBElement<CTTrackChange> createRunInsCustomXmlDelRangeStart(CTTrackChange value) { 
     3316        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlDelRangeStart_QNAME, CTTrackChange.class, RunIns.class, value); 
     3317    } 
     3318 
     3319    /** 
     3320     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     3321     *  
     3322     */ 
     3323    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = RunIns.class) 
     3324    public JAXBElement<CTMarkupRange> createRunInsMoveToRangeEnd(CTMarkupRange value) { 
     3325        return new JAXBElement<CTMarkupRange>(_RunInsMoveToRangeEnd_QNAME, CTMarkupRange.class, RunIns.class, value); 
     3326    } 
     3327 
     3328    /** 
     3329     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     3330     *  
     3331     */ 
     3332    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = RunIns.class) 
     3333    public JAXBElement<CTMarkup> createRunInsCustomXmlDelRangeEnd(CTMarkup value) { 
     3334        return new JAXBElement<CTMarkup>(_RunInsCustomXmlDelRangeEnd_QNAME, CTMarkup.class, RunIns.class, value); 
     3335    } 
     3336 
     3337    /** 
     3338     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     3339     *  
     3340     */ 
     3341    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = RunIns.class) 
     3342    public JAXBElement<CTMarkup> createRunInsCustomXmlMoveToRangeEnd(CTMarkup value) { 
     3343        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, RunIns.class, value); 
     3344    } 
     3345 
     3346    /** 
     3347     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     3348     *  
     3349     */ 
     3350    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = RunIns.class) 
     3351    public JAXBElement<CTTrackChange> createRunInsCustomXmlInsRangeStart(CTTrackChange value) { 
     3352        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlInsRangeStart_QNAME, CTTrackChange.class, RunIns.class, value); 
     3353    } 
     3354 
     3355    /** 
     3356     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     3357     *  
     3358     */ 
     3359    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = RunIns.class) 
     3360    public JAXBElement<CTTrackChange> createRunInsCustomXmlMoveToRangeStart(CTTrackChange value) { 
     3361        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, RunIns.class, value); 
     3362    } 
     3363 
     3364    /** 
     3365     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     3366     *  
     3367     */ 
     3368    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = RunIns.class) 
     3369    public JAXBElement<CTMarkup> createRunInsCustomXmlInsRangeEnd(CTMarkup value) { 
     3370        return new JAXBElement<CTMarkup>(_RunInsCustomXmlInsRangeEnd_QNAME, CTMarkup.class, RunIns.class, value); 
     3371    } 
     3372 
     3373    /** 
     3374     * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 
     3375     *  
     3376     */ 
     3377    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = RunIns.class) 
     3378    public JAXBElement<RangePermissionStart> createRunInsPermStart(RangePermissionStart value) { 
     3379        return new JAXBElement<RangePermissionStart>(_RunInsPermStart_QNAME, RangePermissionStart.class, RunIns.class, value); 
     3380    } 
     3381 
     3382    /** 
     3383     * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 
     3384     *  
     3385     */ 
     3386    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = RunIns.class) 
     3387    public JAXBElement<CTPerm> createRunInsPermEnd(CTPerm value) { 
     3388        return new JAXBElement<CTPerm>(_RunInsPermEnd_QNAME, CTPerm.class, RunIns.class, value); 
     3389    } 
     3390 
     3391    /** 
     3392     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     3393     *  
     3394     */ 
     3395    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = RunIns.class) 
     3396    public JAXBElement<CTMoveBookmark> createRunInsMoveToRangeStart(CTMoveBookmark value) { 
     3397        return new JAXBElement<CTMoveBookmark>(_RunInsMoveToRangeStart_QNAME, CTMoveBookmark.class, RunIns.class, value); 
     3398    } 
     3399 
     3400    /** 
     3401     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     3402     *  
     3403     */ 
     3404    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = RunIns.class) 
     3405    public JAXBElement<CTMarkupRange> createRunInsBookmarkEnd(CTMarkupRange value) { 
     3406        return new JAXBElement<CTMarkupRange>(_RunInsBookmarkEnd_QNAME, CTMarkupRange.class, RunIns.class, value); 
     3407    } 
     3408 
     3409    /** 
     3410     * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >}} 
     3411     *  
     3412     */ 
     3413    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = RunIns.class) 
     3414    public JAXBElement<CTCustomXmlRun> createRunInsCustomXml(CTCustomXmlRun value) { 
     3415        return new JAXBElement<CTCustomXmlRun>(_RunInsCustomXml_QNAME, CTCustomXmlRun.class, RunIns.class, value); 
     3416    } 
     3417 
     3418    /** 
     3419     * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 
     3420     *  
     3421     */ 
     3422    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = RunIns.class) 
     3423    public JAXBElement<CTBookmark> createRunInsBookmarkStart(CTBookmark value) { 
     3424        return new JAXBElement<CTBookmark>(_RunInsBookmarkStart_QNAME, CTBookmark.class, RunIns.class, value); 
     3425    } 
     3426 
     3427    /** 
     3428     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     3429     *  
     3430     */ 
     3431    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = RunIns.class) 
     3432    public JAXBElement<RunTrackChange> createRunInsMoveTo(RunTrackChange value) { 
     3433        return new JAXBElement<RunTrackChange>(_RunInsMoveTo_QNAME, RunTrackChange.class, RunIns.class, value); 
     3434    } 
     3435 
     3436    /** 
     3437     * Create an instance of {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >}} 
     3438     *  
     3439     */ 
     3440    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "smartTag", scope = RunIns.class) 
     3441    public JAXBElement<CTSmartTagRun> createRunInsSmartTag(CTSmartTagRun value) { 
     3442        return new JAXBElement<CTSmartTagRun>(_RunInsSmartTag_QNAME, CTSmartTagRun.class, RunIns.class, value); 
     3443    } 
     3444 
     3445    /** 
     3446     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     3447     *  
     3448     */ 
     3449    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = RunIns.class) 
     3450    public JAXBElement<CTMarkup> createRunInsCustomXmlMoveFromRangeEnd(CTMarkup value) { 
     3451        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, RunIns.class, value); 
     3452    } 
     3453 
     3454    /** 
     3455     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     3456     *  
     3457     */ 
     3458    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = RunTrackChange.class) 
     3459    public JAXBElement<CTMoveBookmark> createRunTrackChangeMoveFromRangeStart(CTMoveBookmark value) { 
     3460        return new JAXBElement<CTMoveBookmark>(_RunInsMoveFromRangeStart_QNAME, CTMoveBookmark.class, RunTrackChange.class, value); 
     3461    } 
     3462 
     3463    /** 
     3464     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     3465     *  
     3466     */ 
     3467    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = RunTrackChange.class) 
     3468    public JAXBElement<RunTrackChange> createRunTrackChangeMoveFrom(RunTrackChange value) { 
     3469        return new JAXBElement<RunTrackChange>(_RunInsMoveFrom_QNAME, RunTrackChange.class, RunTrackChange.class, value); 
     3470    } 
     3471 
     3472    /** 
     3473     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     3474     *  
     3475     */ 
     3476    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = RunTrackChange.class) 
     3477    public JAXBElement<CTMarkupRange> createRunTrackChangeMoveFromRangeEnd(CTMarkupRange value) { 
     3478        return new JAXBElement<CTMarkupRange>(_RunInsMoveFromRangeEnd_QNAME, CTMarkupRange.class, RunTrackChange.class, value); 
     3479    } 
     3480 
     3481    /** 
     3482     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     3483     *  
     3484     */ 
     3485    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = RunTrackChange.class) 
     3486    public JAXBElement<CTTrackChange> createRunTrackChangeCustomXmlMoveFromRangeStart(CTTrackChange value) { 
     3487        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, RunTrackChange.class, value); 
     3488    } 
     3489 
     3490    /** 
     3491     * Create an instance of {@link JAXBElement }{@code <}{@link SdtRun }{@code >}} 
     3492     *  
     3493     */ 
     3494    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sdt", scope = RunTrackChange.class) 
     3495    public JAXBElement<SdtRun> createRunTrackChangeSdt(SdtRun value) { 
     3496        return new JAXBElement<SdtRun>(_RunInsSdt_QNAME, SdtRun.class, RunTrackChange.class, value); 
     3497    } 
     3498 
     3499    /** 
     3500     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     3501     *  
     3502     */ 
     3503    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = RunTrackChange.class) 
     3504    public JAXBElement<CTMarkupRange> createRunTrackChangeMoveToRangeEnd(CTMarkupRange value) { 
     3505        return new JAXBElement<CTMarkupRange>(_RunInsMoveToRangeEnd_QNAME, CTMarkupRange.class, RunTrackChange.class, value); 
     3506    } 
     3507 
     3508    /** 
     3509     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     3510     *  
     3511     */ 
     3512    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = RunTrackChange.class) 
     3513    public JAXBElement<CTTrackChange> createRunTrackChangeCustomXmlDelRangeStart(CTTrackChange value) { 
     3514        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlDelRangeStart_QNAME, CTTrackChange.class, RunTrackChange.class, value); 
     3515    } 
     3516 
     3517    /** 
     3518     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     3519     *  
     3520     */ 
     3521    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = RunTrackChange.class) 
     3522    public JAXBElement<CTMarkup> createRunTrackChangeCustomXmlDelRangeEnd(CTMarkup value) { 
     3523        return new JAXBElement<CTMarkup>(_RunInsCustomXmlDelRangeEnd_QNAME, CTMarkup.class, RunTrackChange.class, value); 
     3524    } 
     3525 
     3526    /** 
     3527     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     3528     *  
     3529     */ 
     3530    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = RunTrackChange.class) 
     3531    public JAXBElement<CTMarkup> createRunTrackChangeCustomXmlMoveToRangeEnd(CTMarkup value) { 
     3532        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, RunTrackChange.class, value); 
     3533    } 
     3534 
     3535    /** 
     3536     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     3537     *  
     3538     */ 
     3539    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = RunTrackChange.class) 
     3540    public JAXBElement<CTTrackChange> createRunTrackChangeCustomXmlInsRangeStart(CTTrackChange value) { 
     3541        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlInsRangeStart_QNAME, CTTrackChange.class, RunTrackChange.class, value); 
     3542    } 
     3543 
     3544    /** 
     3545     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     3546     *  
     3547     */ 
     3548    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = RunTrackChange.class) 
     3549    public JAXBElement<CTTrackChange> createRunTrackChangeCustomXmlMoveToRangeStart(CTTrackChange value) { 
     3550        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, RunTrackChange.class, value); 
     3551    } 
     3552 
     3553    /** 
     3554     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     3555     *  
     3556     */ 
     3557    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = RunTrackChange.class) 
     3558    public JAXBElement<CTMarkup> createRunTrackChangeCustomXmlInsRangeEnd(CTMarkup value) { 
     3559        return new JAXBElement<CTMarkup>(_RunInsCustomXmlInsRangeEnd_QNAME, CTMarkup.class, RunTrackChange.class, value); 
     3560    } 
     3561 
     3562    /** 
     3563     * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 
     3564     *  
     3565     */ 
     3566    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = RunTrackChange.class) 
     3567    public JAXBElement<RangePermissionStart> createRunTrackChangePermStart(RangePermissionStart value) { 
     3568        return new JAXBElement<RangePermissionStart>(_RunInsPermStart_QNAME, RangePermissionStart.class, RunTrackChange.class, value); 
     3569    } 
     3570 
     3571    /** 
     3572     * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 
     3573     *  
     3574     */ 
     3575    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = RunTrackChange.class) 
     3576    public JAXBElement<CTPerm> createRunTrackChangePermEnd(CTPerm value) { 
     3577        return new JAXBElement<CTPerm>(_RunInsPermEnd_QNAME, CTPerm.class, RunTrackChange.class, value); 
     3578    } 
     3579 
     3580    /** 
     3581     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     3582     *  
     3583     */ 
     3584    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = RunTrackChange.class) 
     3585    public JAXBElement<CTMoveBookmark> createRunTrackChangeMoveToRangeStart(CTMoveBookmark value) { 
     3586        return new JAXBElement<CTMoveBookmark>(_RunInsMoveToRangeStart_QNAME, CTMoveBookmark.class, RunTrackChange.class, value); 
     3587    } 
     3588 
     3589    /** 
     3590     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     3591     *  
     3592     */ 
     3593    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = RunTrackChange.class) 
     3594    public JAXBElement<CTMarkupRange> createRunTrackChangeBookmarkEnd(CTMarkupRange value) { 
     3595        return new JAXBElement<CTMarkupRange>(_RunInsBookmarkEnd_QNAME, CTMarkupRange.class, RunTrackChange.class, value); 
     3596    } 
     3597 
     3598    /** 
     3599     * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >}} 
     3600     *  
     3601     */ 
     3602    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = RunTrackChange.class) 
     3603    public JAXBElement<CTCustomXmlRun> createRunTrackChangeCustomXml(CTCustomXmlRun value) { 
     3604        return new JAXBElement<CTCustomXmlRun>(_RunInsCustomXml_QNAME, CTCustomXmlRun.class, RunTrackChange.class, value); 
     3605    } 
     3606 
     3607    /** 
     3608     * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 
     3609     *  
     3610     */ 
     3611    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = RunTrackChange.class) 
     3612    public JAXBElement<CTBookmark> createRunTrackChangeBookmarkStart(CTBookmark value) { 
     3613        return new JAXBElement<CTBookmark>(_RunInsBookmarkStart_QNAME, CTBookmark.class, RunTrackChange.class, value); 
     3614    } 
     3615 
     3616    /** 
     3617     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     3618     *  
     3619     */ 
     3620    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = RunTrackChange.class) 
     3621    public JAXBElement<RunTrackChange> createRunTrackChangeMoveTo(RunTrackChange value) { 
     3622        return new JAXBElement<RunTrackChange>(_RunInsMoveTo_QNAME, RunTrackChange.class, RunTrackChange.class, value); 
     3623    } 
     3624 
     3625    /** 
     3626     * Create an instance of {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >}} 
     3627     *  
     3628     */ 
     3629    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "smartTag", scope = RunTrackChange.class) 
     3630    public JAXBElement<CTSmartTagRun> createRunTrackChangeSmartTag(CTSmartTagRun value) { 
     3631        return new JAXBElement<CTSmartTagRun>(_RunInsSmartTag_QNAME, CTSmartTagRun.class, RunTrackChange.class, value); 
     3632    } 
     3633 
     3634    /** 
     3635     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     3636     *  
     3637     */ 
     3638    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = RunTrackChange.class) 
     3639    public JAXBElement<CTMarkup> createRunTrackChangeCustomXmlMoveFromRangeEnd(CTMarkup value) { 
     3640        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, RunTrackChange.class, value); 
     3641    } 
     3642 
     3643    /** 
     3644     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3645     *  
     3646     */ 
     3647    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "rtl", scope = CTRPrChange.RPr.class) 
     3648    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrRtl(BooleanDefaultTrue value) { 
     3649        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrRtl_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3650    } 
     3651 
     3652    /** 
     3653     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3654     *  
     3655     */ 
     3656    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "b", scope = CTRPrChange.RPr.class) 
     3657    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrB(BooleanDefaultTrue value) { 
     3658        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrB_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3659    } 
     3660 
     3661    /** 
     3662     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3663     *  
     3664     */ 
     3665    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "snapToGrid", scope = CTRPrChange.RPr.class) 
     3666    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrSnapToGrid(BooleanDefaultTrue value) { 
     3667        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrSnapToGrid_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3668    } 
     3669 
     3670    /** 
     3671     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3672     *  
     3673     */ 
     3674    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "i", scope = CTRPrChange.RPr.class) 
     3675    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrI(BooleanDefaultTrue value) { 
     3676        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrI_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3677    } 
     3678 
     3679    /** 
     3680     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3681     *  
     3682     */ 
     3683    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "iCs", scope = CTRPrChange.RPr.class) 
     3684    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrICs(BooleanDefaultTrue value) { 
     3685        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrICs_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3686    } 
     3687 
     3688    /** 
     3689     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3690     *  
     3691     */ 
     3692    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "dstrike", scope = CTRPrChange.RPr.class) 
     3693    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrDstrike(BooleanDefaultTrue value) { 
     3694        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrDstrike_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3695    } 
     3696 
     3697    /** 
     3698     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3699     *  
     3700     */ 
     3701    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "cs", scope = CTRPrChange.RPr.class) 
     3702    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrCs(BooleanDefaultTrue value) { 
     3703        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrCs_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3704    } 
     3705 
     3706    /** 
     3707     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3708     *  
     3709     */ 
     3710    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "oMath", scope = CTRPrChange.RPr.class) 
     3711    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrOMath(BooleanDefaultTrue value) { 
     3712        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrOMath_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3713    } 
     3714 
     3715    /** 
     3716     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3717     *  
     3718     */ 
     3719    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "noProof", scope = CTRPrChange.RPr.class) 
     3720    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrNoProof(BooleanDefaultTrue value) { 
     3721        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrNoProof_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3722    } 
     3723 
     3724    /** 
     3725     * Create an instance of {@link JAXBElement }{@code <}{@link CTVerticalAlignRun }{@code >}} 
     3726     *  
     3727     */ 
     3728    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "vertAlign", scope = CTRPrChange.RPr.class) 
     3729    public JAXBElement<CTVerticalAlignRun> createCTRPrChangeRPrVertAlign(CTVerticalAlignRun value) { 
     3730        return new JAXBElement<CTVerticalAlignRun>(_CTRPrChangeRPrVertAlign_QNAME, CTVerticalAlignRun.class, CTRPrChange.RPr.class, value); 
     3731    } 
     3732 
     3733    /** 
     3734     * Create an instance of {@link JAXBElement }{@code <}{@link CTTextScale }{@code >}} 
     3735     *  
     3736     */ 
     3737    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "w", scope = CTRPrChange.RPr.class) 
     3738    public JAXBElement<CTTextScale> createCTRPrChangeRPrW(CTTextScale value) { 
     3739        return new JAXBElement<CTTextScale>(_CTRPrChangeRPrW_QNAME, CTTextScale.class, CTRPrChange.RPr.class, value); 
     3740    } 
     3741 
     3742    /** 
     3743     * Create an instance of {@link JAXBElement }{@code <}{@link CTTextEffect }{@code >}} 
     3744     *  
     3745     */ 
     3746    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "effect", scope = CTRPrChange.RPr.class) 
     3747    public JAXBElement<CTTextEffect> createCTRPrChangeRPrEffect(CTTextEffect value) { 
     3748        return new JAXBElement<CTTextEffect>(_CTRPrChangeRPrEffect_QNAME, CTTextEffect.class, CTRPrChange.RPr.class, value); 
     3749    } 
     3750 
     3751    /** 
     3752     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3753     *  
     3754     */ 
     3755    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "caps", scope = CTRPrChange.RPr.class) 
     3756    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrCaps(BooleanDefaultTrue value) { 
     3757        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrCaps_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3758    } 
     3759 
     3760    /** 
     3761     * Create an instance of {@link JAXBElement }{@code <}{@link CTEm }{@code >}} 
     3762     *  
     3763     */ 
     3764    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "em", scope = CTRPrChange.RPr.class) 
     3765    public JAXBElement<CTEm> createCTRPrChangeRPrEm(CTEm value) { 
     3766        return new JAXBElement<CTEm>(_CTRPrChangeRPrEm_QNAME, CTEm.class, CTRPrChange.RPr.class, value); 
     3767    } 
     3768 
     3769    /** 
     3770     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3771     *  
     3772     */ 
     3773    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "webHidden", scope = CTRPrChange.RPr.class) 
     3774    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrWebHidden(BooleanDefaultTrue value) { 
     3775        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrWebHidden_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3776    } 
     3777 
     3778    /** 
     3779     * Create an instance of {@link JAXBElement }{@code <}{@link CTSignedHpsMeasure }{@code >}} 
     3780     *  
     3781     */ 
     3782    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "position", scope = CTRPrChange.RPr.class) 
     3783    public JAXBElement<CTSignedHpsMeasure> createCTRPrChangeRPrPosition(CTSignedHpsMeasure value) { 
     3784        return new JAXBElement<CTSignedHpsMeasure>(_CTRPrChangeRPrPosition_QNAME, CTSignedHpsMeasure.class, CTRPrChange.RPr.class, value); 
     3785    } 
     3786 
     3787    /** 
     3788     * Create an instance of {@link JAXBElement }{@code <}{@link CTShd }{@code >}} 
     3789     *  
     3790     */ 
     3791    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "shd", scope = CTRPrChange.RPr.class) 
     3792    public JAXBElement<CTShd> createCTRPrChangeRPrShd(CTShd value) { 
     3793        return new JAXBElement<CTShd>(_CTRPrChangeRPrShd_QNAME, CTShd.class, CTRPrChange.RPr.class, value); 
     3794    } 
     3795 
     3796    /** 
     3797     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3798     *  
     3799     */ 
     3800    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "smallCaps", scope = CTRPrChange.RPr.class) 
     3801    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrSmallCaps(BooleanDefaultTrue value) { 
     3802        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrSmallCaps_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3803    } 
     3804 
     3805    /** 
     3806     * Create an instance of {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >}} 
     3807     *  
     3808     */ 
     3809    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "szCs", scope = CTRPrChange.RPr.class) 
     3810    public JAXBElement<HpsMeasure> createCTRPrChangeRPrSzCs(HpsMeasure value) { 
     3811        return new JAXBElement<HpsMeasure>(_CTRPrChangeRPrSzCs_QNAME, HpsMeasure.class, CTRPrChange.RPr.class, value); 
     3812    } 
     3813 
     3814    /** 
     3815     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3816     *  
     3817     */ 
     3818    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "specVanish", scope = CTRPrChange.RPr.class) 
     3819    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrSpecVanish(BooleanDefaultTrue value) { 
     3820        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrSpecVanish_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3821    } 
     3822 
     3823    /** 
     3824     * Create an instance of {@link JAXBElement }{@code <}{@link CTSignedTwipsMeasure }{@code >}} 
     3825     *  
     3826     */ 
     3827    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "spacing", scope = CTRPrChange.RPr.class) 
     3828    public JAXBElement<CTSignedTwipsMeasure> createCTRPrChangeRPrSpacing(CTSignedTwipsMeasure value) { 
     3829        return new JAXBElement<CTSignedTwipsMeasure>(_CTRPrChangeRPrSpacing_QNAME, CTSignedTwipsMeasure.class, CTRPrChange.RPr.class, value); 
     3830    } 
     3831 
     3832    /** 
     3833     * Create an instance of {@link JAXBElement }{@code <}{@link CTEastAsianLayout }{@code >}} 
     3834     *  
     3835     */ 
     3836    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "eastAsianLayout", scope = CTRPrChange.RPr.class) 
     3837    public JAXBElement<CTEastAsianLayout> createCTRPrChangeRPrEastAsianLayout(CTEastAsianLayout value) { 
     3838        return new JAXBElement<CTEastAsianLayout>(_CTRPrChangeRPrEastAsianLayout_QNAME, CTEastAsianLayout.class, CTRPrChange.RPr.class, value); 
     3839    } 
     3840 
     3841    /** 
     3842     * Create an instance of {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >}} 
     3843     *  
     3844     */ 
     3845    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "kern", scope = CTRPrChange.RPr.class) 
     3846    public JAXBElement<HpsMeasure> createCTRPrChangeRPrKern(HpsMeasure value) { 
     3847        return new JAXBElement<HpsMeasure>(_CTRPrChangeRPrKern_QNAME, HpsMeasure.class, CTRPrChange.RPr.class, value); 
     3848    } 
     3849 
     3850    /** 
     3851     * Create an instance of {@link JAXBElement }{@code <}{@link CTFitText }{@code >}} 
     3852     *  
     3853     */ 
     3854    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "fitText", scope = CTRPrChange.RPr.class) 
     3855    public JAXBElement<CTFitText> createCTRPrChangeRPrFitText(CTFitText value) { 
     3856        return new JAXBElement<CTFitText>(_CTRPrChangeRPrFitText_QNAME, CTFitText.class, CTRPrChange.RPr.class, value); 
     3857    } 
     3858 
     3859    /** 
     3860     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3861     *  
     3862     */ 
     3863    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "vanish", scope = CTRPrChange.RPr.class) 
     3864    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrVanish(BooleanDefaultTrue value) { 
     3865        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrVanish_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3866    } 
     3867 
     3868    /** 
     3869     * Create an instance of {@link JAXBElement }{@code <}{@link CTLanguage }{@code >}} 
     3870     *  
     3871     */ 
     3872    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "lang", scope = CTRPrChange.RPr.class) 
     3873    public JAXBElement<CTLanguage> createCTRPrChangeRPrLang(CTLanguage value) { 
     3874        return new JAXBElement<CTLanguage>(_CTRPrChangeRPrLang_QNAME, CTLanguage.class, CTRPrChange.RPr.class, value); 
     3875    } 
     3876 
     3877    /** 
     3878     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3879     *  
     3880     */ 
     3881    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "outline", scope = CTRPrChange.RPr.class) 
     3882    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrOutline(BooleanDefaultTrue value) { 
     3883        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrOutline_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3884    } 
     3885 
     3886    /** 
     3887     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3888     *  
     3889     */ 
     3890    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bCs", scope = CTRPrChange.RPr.class) 
     3891    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrBCs(BooleanDefaultTrue value) { 
     3892        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrBCs_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3893    } 
     3894 
     3895    /** 
     3896     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3897     *  
     3898     */ 
     3899    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "strike", scope = CTRPrChange.RPr.class) 
     3900    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrStrike(BooleanDefaultTrue value) { 
     3901        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrStrike_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3902    } 
     3903 
     3904    /** 
     3905     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3906     *  
     3907     */ 
     3908    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "shadow", scope = CTRPrChange.RPr.class) 
     3909    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrShadow(BooleanDefaultTrue value) { 
     3910        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrShadow_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3911    } 
     3912 
     3913    /** 
     3914     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3915     *  
     3916     */ 
     3917    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "imprint", scope = CTRPrChange.RPr.class) 
     3918    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrImprint(BooleanDefaultTrue value) { 
     3919        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrImprint_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3920    } 
     3921 
     3922    /** 
     3923     * Create an instance of {@link JAXBElement }{@code <}{@link CTBorder }{@code >}} 
     3924     *  
     3925     */ 
     3926    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bdr", scope = CTRPrChange.RPr.class) 
     3927    public JAXBElement<CTBorder> createCTRPrChangeRPrBdr(CTBorder value) { 
     3928        return new JAXBElement<CTBorder>(_CTRPrChangeRPrBdr_QNAME, CTBorder.class, CTRPrChange.RPr.class, value); 
     3929    } 
     3930 
     3931    /** 
     3932     * Create an instance of {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >}} 
     3933     *  
     3934     */ 
     3935    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sz", scope = CTRPrChange.RPr.class) 
     3936    public JAXBElement<HpsMeasure> createCTRPrChangeRPrSz(HpsMeasure value) { 
     3937        return new JAXBElement<HpsMeasure>(_CTRPrChangeRPrSz_QNAME, HpsMeasure.class, CTRPrChange.RPr.class, value); 
     3938    } 
     3939 
     3940    /** 
     3941     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     3942     *  
     3943     */ 
     3944    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "emboss", scope = CTRPrChange.RPr.class) 
     3945    public JAXBElement<BooleanDefaultTrue> createCTRPrChangeRPrEmboss(BooleanDefaultTrue value) { 
     3946        return new JAXBElement<BooleanDefaultTrue>(_CTRPrChangeRPrEmboss_QNAME, BooleanDefaultTrue.class, CTRPrChange.RPr.class, value); 
     3947    } 
     3948 
     3949    /** 
     3950     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     3951     *  
     3952     */ 
     3953    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = P.class) 
     3954    public JAXBElement<CTMoveBookmark> createPMoveFromRangeStart(CTMoveBookmark value) { 
     3955        return new JAXBElement<CTMoveBookmark>(_RunInsMoveFromRangeStart_QNAME, CTMoveBookmark.class, P.class, value); 
     3956    } 
     3957 
     3958    /** 
     3959     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     3960     *  
     3961     */ 
     3962    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = P.class) 
     3963    public JAXBElement<RunTrackChange> createPMoveFrom(RunTrackChange value) { 
     3964        return new JAXBElement<RunTrackChange>(_RunInsMoveFrom_QNAME, RunTrackChange.class, P.class, value); 
     3965    } 
     3966 
     3967    /** 
     3968     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     3969     *  
     3970     */ 
     3971    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = P.class) 
     3972    public JAXBElement<CTMarkupRange> createPMoveFromRangeEnd(CTMarkupRange value) { 
     3973        return new JAXBElement<CTMarkupRange>(_RunInsMoveFromRangeEnd_QNAME, CTMarkupRange.class, P.class, value); 
     3974    } 
     3975 
     3976    /** 
     3977     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     3978     *  
     3979     */ 
     3980    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = P.class) 
     3981    public JAXBElement<CTTrackChange> createPCustomXmlMoveFromRangeStart(CTTrackChange value) { 
     3982        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, P.class, value); 
     3983    } 
     3984 
     3985    /** 
     3986     * Create an instance of {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >}} 
     3987     *  
     3988     */ 
     3989    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "fldSimple", scope = P.class) 
     3990    public JAXBElement<CTSimpleField> createPFldSimple(CTSimpleField value) { 
     3991        return new JAXBElement<CTSimpleField>(_PFldSimple_QNAME, CTSimpleField.class, P.class, value); 
     3992    } 
     3993 
     3994    /** 
     3995     * Create an instance of {@link JAXBElement }{@code <}{@link SdtRun }{@code >}} 
     3996     *  
     3997     */ 
     3998    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sdt", scope = P.class) 
     3999    public JAXBElement<SdtRun> createPSdt(SdtRun value) { 
     4000        return new JAXBElement<SdtRun>(_RunInsSdt_QNAME, SdtRun.class, P.class, value); 
     4001    } 
     4002 
     4003    /** 
     4004     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4005     *  
     4006     */ 
     4007    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = P.class) 
     4008    public JAXBElement<CTTrackChange> createPCustomXmlDelRangeStart(CTTrackChange value) { 
     4009        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlDelRangeStart_QNAME, CTTrackChange.class, P.class, value); 
     4010    } 
     4011 
     4012    /** 
     4013     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     4014     *  
     4015     */ 
     4016    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = P.class) 
     4017    public JAXBElement<CTMarkupRange> createPMoveToRangeEnd(CTMarkupRange value) { 
     4018        return new JAXBElement<CTMarkupRange>(_RunInsMoveToRangeEnd_QNAME, CTMarkupRange.class, P.class, value); 
     4019    } 
     4020 
     4021    /** 
     4022     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4023     *  
     4024     */ 
     4025    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = P.class) 
     4026    public JAXBElement<CTMarkup> createPCustomXmlDelRangeEnd(CTMarkup value) { 
     4027        return new JAXBElement<CTMarkup>(_RunInsCustomXmlDelRangeEnd_QNAME, CTMarkup.class, P.class, value); 
     4028    } 
     4029 
     4030    /** 
     4031     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4032     *  
     4033     */ 
     4034    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = P.class) 
     4035    public JAXBElement<CTMarkup> createPCustomXmlMoveToRangeEnd(CTMarkup value) { 
     4036        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, P.class, value); 
     4037    } 
     4038 
     4039    /** 
     4040     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4041     *  
     4042     */ 
     4043    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = P.class) 
     4044    public JAXBElement<CTTrackChange> createPCustomXmlInsRangeStart(CTTrackChange value) { 
     4045        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlInsRangeStart_QNAME, CTTrackChange.class, P.class, value); 
     4046    } 
     4047 
     4048    /** 
     4049     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4050     *  
     4051     */ 
     4052    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = P.class) 
     4053    public JAXBElement<CTTrackChange> createPCustomXmlMoveToRangeStart(CTTrackChange value) { 
     4054        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, P.class, value); 
     4055    } 
     4056 
     4057    /** 
     4058     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4059     *  
     4060     */ 
     4061    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = P.class) 
     4062    public JAXBElement<CTMarkup> createPCustomXmlInsRangeEnd(CTMarkup value) { 
     4063        return new JAXBElement<CTMarkup>(_RunInsCustomXmlInsRangeEnd_QNAME, CTMarkup.class, P.class, value); 
     4064    } 
     4065 
     4066    /** 
     4067     * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 
     4068     *  
     4069     */ 
     4070    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = P.class) 
     4071    public JAXBElement<CTPerm> createPPermEnd(CTPerm value) { 
     4072        return new JAXBElement<CTPerm>(_RunInsPermEnd_QNAME, CTPerm.class, P.class, value); 
     4073    } 
     4074 
     4075    /** 
     4076     * Create an instance of {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >}} 
     4077     *  
     4078     */ 
     4079    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "hyperlink", scope = P.class) 
     4080    public JAXBElement<CTHyperlink> createPHyperlink(CTHyperlink value) { 
     4081        return new JAXBElement<CTHyperlink>(_PHyperlink_QNAME, CTHyperlink.class, P.class, value); 
     4082    } 
     4083 
     4084    /** 
     4085     * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 
     4086     *  
     4087     */ 
     4088    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = P.class) 
     4089    public JAXBElement<RangePermissionStart> createPPermStart(RangePermissionStart value) { 
     4090        return new JAXBElement<RangePermissionStart>(_RunInsPermStart_QNAME, RangePermissionStart.class, P.class, value); 
     4091    } 
     4092 
     4093    /** 
     4094     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     4095     *  
     4096     */ 
     4097    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = P.class) 
     4098    public JAXBElement<CTMoveBookmark> createPMoveToRangeStart(CTMoveBookmark value) { 
     4099        return new JAXBElement<CTMoveBookmark>(_RunInsMoveToRangeStart_QNAME, CTMoveBookmark.class, P.class, value); 
     4100    } 
     4101 
     4102    /** 
     4103     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     4104     *  
     4105     */ 
     4106    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = P.class) 
     4107    public JAXBElement<CTMarkupRange> createPBookmarkEnd(CTMarkupRange value) { 
     4108        return new JAXBElement<CTMarkupRange>(_RunInsBookmarkEnd_QNAME, CTMarkupRange.class, P.class, value); 
     4109    } 
     4110 
     4111    /** 
     4112     * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >}} 
     4113     *  
     4114     */ 
     4115    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = P.class) 
     4116    public JAXBElement<CTCustomXmlRun> createPCustomXml(CTCustomXmlRun value) { 
     4117        return new JAXBElement<CTCustomXmlRun>(_RunInsCustomXml_QNAME, CTCustomXmlRun.class, P.class, value); 
     4118    } 
     4119 
     4120    /** 
     4121     * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 
     4122     *  
     4123     */ 
     4124    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = P.class) 
     4125    public JAXBElement<CTBookmark> createPBookmarkStart(CTBookmark value) { 
     4126        return new JAXBElement<CTBookmark>(_RunInsBookmarkStart_QNAME, CTBookmark.class, P.class, value); 
     4127    } 
     4128 
     4129    /** 
     4130     * Create an instance of {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >}} 
     4131     *  
     4132     */ 
     4133    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "smartTag", scope = P.class) 
     4134    public JAXBElement<CTSmartTagRun> createPSmartTag(CTSmartTagRun value) { 
     4135        return new JAXBElement<CTSmartTagRun>(_RunInsSmartTag_QNAME, CTSmartTagRun.class, P.class, value); 
     4136    } 
     4137 
     4138    /** 
     4139     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     4140     *  
     4141     */ 
     4142    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = P.class) 
     4143    public JAXBElement<RunTrackChange> createPMoveTo(RunTrackChange value) { 
     4144        return new JAXBElement<RunTrackChange>(_RunInsMoveTo_QNAME, RunTrackChange.class, P.class, value); 
     4145    } 
     4146 
     4147    /** 
     4148     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4149     *  
     4150     */ 
     4151    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = P.class) 
     4152    public JAXBElement<CTMarkup> createPCustomXmlMoveFromRangeEnd(CTMarkup value) { 
     4153        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, P.class, value); 
     4154    } 
     4155 
     4156    /** 
     4157     * Create an instance of {@link JAXBElement }{@code <}{@link CTRel }{@code >}} 
     4158     *  
     4159     */ 
     4160    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "subDoc", scope = P.class) 
     4161    public JAXBElement<CTRel> createPSubDoc(CTRel value) { 
     4162        return new JAXBElement<CTRel>(_PSubDoc_QNAME, CTRel.class, P.class, value); 
     4163    } 
     4164 
     4165    /** 
     4166     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     4167     *  
     4168     */ 
     4169    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = Hdr.class) 
     4170    public JAXBElement<CTMoveBookmark> createHdrMoveFromRangeStart(CTMoveBookmark value) { 
     4171        return new JAXBElement<CTMoveBookmark>(_RunInsMoveFromRangeStart_QNAME, CTMoveBookmark.class, Hdr.class, value); 
     4172    } 
     4173 
     4174    /** 
     4175     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     4176     *  
     4177     */ 
     4178    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = Hdr.class) 
     4179    public JAXBElement<RunTrackChange> createHdrMoveFrom(RunTrackChange value) { 
     4180        return new JAXBElement<RunTrackChange>(_RunInsMoveFrom_QNAME, RunTrackChange.class, Hdr.class, value); 
    33024181    } 
    33034182 
     
    33064185     *  
    33074186     */ 
    3308     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tbl", scope = Comments.Comment.class) 
    3309     public JAXBElement<Tbl> createCommentsCommentTbl(Tbl value) { 
    3310         return new JAXBElement<Tbl>(_CommentsCommentTbl_QNAME, Tbl.class, Comments.Comment.class, value); 
    3311     } 
    3312  
    3313     /** 
    3314      * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
    3315      *  
    3316      */ 
    3317     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = Comments.Comment.class) 
    3318     public JAXBElement<CTTrackChange> createCommentsCommentCustomXmlMoveFromRangeStart(CTTrackChange value) { 
    3319         return new JAXBElement<CTTrackChange>(_CommentsCommentCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, Comments.Comment.class, value); 
    3320     } 
    3321  
    3322     /** 
    3323      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
    3324      *  
    3325      */ 
    3326     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = Comments.Comment.class) 
    3327     public JAXBElement<CTMarkup> createCommentsCommentCustomXmlDelRangeEnd(CTMarkup value) { 
    3328         return new JAXBElement<CTMarkup>(_CommentsCommentCustomXmlDelRangeEnd_QNAME, CTMarkup.class, Comments.Comment.class, value); 
    3329     } 
    3330  
    3331     /** 
    3332      * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
    3333      *  
    3334      */ 
    3335     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = Comments.Comment.class) 
    3336     public JAXBElement<CTTrackChange> createCommentsCommentCustomXmlDelRangeStart(CTTrackChange value) { 
    3337         return new JAXBElement<CTTrackChange>(_CommentsCommentCustomXmlDelRangeStart_QNAME, CTTrackChange.class, Comments.Comment.class, value); 
     4187    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tbl", scope = Hdr.class) 
     4188    public JAXBElement<Tbl> createHdrTbl(Tbl value) { 
     4189        return new JAXBElement<Tbl>(_HdrTbl_QNAME, Tbl.class, Hdr.class, value); 
    33384190    } 
    33394191 
     
    33424194     *  
    33434195     */ 
    3344     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = Comments.Comment.class) 
    3345     public JAXBElement<CTMarkupRange> createCommentsCommentMoveToRangeEnd(CTMarkupRange value) { 
    3346         return new JAXBElement<CTMarkupRange>(_CommentsCommentMoveToRangeEnd_QNAME, CTMarkupRange.class, Comments.Comment.class, value); 
    3347     } 
    3348  
    3349     /** 
    3350      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
    3351      *  
    3352      */ 
    3353     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = Comments.Comment.class) 
    3354     public JAXBElement<CTMarkup> createCommentsCommentCustomXmlMoveToRangeEnd(CTMarkup value) { 
    3355         return new JAXBElement<CTMarkup>(_CommentsCommentCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, Comments.Comment.class, value); 
    3356     } 
    3357  
    3358     /** 
    3359      * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
    3360      *  
    3361      */ 
    3362     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = Comments.Comment.class) 
    3363     public JAXBElement<CTTrackChange> createCommentsCommentCustomXmlInsRangeStart(CTTrackChange value) { 
    3364         return new JAXBElement<CTTrackChange>(_CommentsCommentCustomXmlInsRangeStart_QNAME, CTTrackChange.class, Comments.Comment.class, value); 
    3365     } 
    3366  
    3367     /** 
    3368      * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
    3369      *  
    3370      */ 
    3371     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = Comments.Comment.class) 
    3372     public JAXBElement<CTTrackChange> createCommentsCommentCustomXmlMoveToRangeStart(CTTrackChange value) { 
    3373         return new JAXBElement<CTTrackChange>(_CommentsCommentCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, Comments.Comment.class, value); 
     4196    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = Hdr.class) 
     4197    public JAXBElement<CTMarkupRange> createHdrMoveFromRangeEnd(CTMarkupRange value) { 
     4198        return new JAXBElement<CTMarkupRange>(_RunInsMoveFromRangeEnd_QNAME, CTMarkupRange.class, Hdr.class, value); 
     4199    } 
     4200 
     4201    /** 
     4202     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4203     *  
     4204     */ 
     4205    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = Hdr.class) 
     4206    public JAXBElement<CTTrackChange> createHdrCustomXmlMoveFromRangeStart(CTTrackChange value) { 
     4207        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, Hdr.class, value); 
     4208    } 
     4209 
     4210    /** 
     4211     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4212     *  
     4213     */ 
     4214    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = Hdr.class) 
     4215    public JAXBElement<CTMarkup> createHdrCustomXmlDelRangeEnd(CTMarkup value) { 
     4216        return new JAXBElement<CTMarkup>(_RunInsCustomXmlDelRangeEnd_QNAME, CTMarkup.class, Hdr.class, value); 
     4217    } 
     4218 
     4219    /** 
     4220     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4221     *  
     4222     */ 
     4223    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = Hdr.class) 
     4224    public JAXBElement<CTTrackChange> createHdrCustomXmlDelRangeStart(CTTrackChange value) { 
     4225        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlDelRangeStart_QNAME, CTTrackChange.class, Hdr.class, value); 
     4226    } 
     4227 
     4228    /** 
     4229     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     4230     *  
     4231     */ 
     4232    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = Hdr.class) 
     4233    public JAXBElement<CTMarkupRange> createHdrMoveToRangeEnd(CTMarkupRange value) { 
     4234        return new JAXBElement<CTMarkupRange>(_RunInsMoveToRangeEnd_QNAME, CTMarkupRange.class, Hdr.class, value); 
     4235    } 
     4236 
     4237    /** 
     4238     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4239     *  
     4240     */ 
     4241    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = Hdr.class) 
     4242    public JAXBElement<CTMarkup> createHdrCustomXmlMoveToRangeEnd(CTMarkup value) { 
     4243        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, Hdr.class, value); 
     4244    } 
     4245 
     4246    /** 
     4247     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4248     *  
     4249     */ 
     4250    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = Hdr.class) 
     4251    public JAXBElement<CTTrackChange> createHdrCustomXmlInsRangeStart(CTTrackChange value) { 
     4252        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlInsRangeStart_QNAME, CTTrackChange.class, Hdr.class, value); 
     4253    } 
     4254 
     4255    /** 
     4256     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4257     *  
     4258     */ 
     4259    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = Hdr.class) 
     4260    public JAXBElement<CTTrackChange> createHdrCustomXmlMoveToRangeStart(CTTrackChange value) { 
     4261        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, Hdr.class, value); 
    33744262    } 
    33754263 
     
    33784266     *  
    33794267     */ 
    3380     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "altChunk", scope = Comments.Comment.class) 
    3381     public JAXBElement<CTAltChunk> createCommentsCommentAltChunk(CTAltChunk value) { 
    3382         return new JAXBElement<CTAltChunk>(_CommentsCommentAltChunk_QNAME, CTAltChunk.class, Comments.Comment.class, value); 
    3383     } 
    3384  
    3385     /** 
    3386      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
    3387      *  
    3388      */ 
    3389     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = Comments.Comment.class) 
    3390     public JAXBElement<CTMarkup> createCommentsCommentCustomXmlInsRangeEnd(CTMarkup value) { 
    3391         return new JAXBElement<CTMarkup>(_CommentsCommentCustomXmlInsRangeEnd_QNAME, CTMarkup.class, Comments.Comment.class, value); 
     4268    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "altChunk", scope = Hdr.class) 
     4269    public JAXBElement<CTAltChunk> createHdrAltChunk(CTAltChunk value) { 
     4270        return new JAXBElement<CTAltChunk>(_HdrAltChunk_QNAME, CTAltChunk.class, Hdr.class, value); 
     4271    } 
     4272 
     4273    /** 
     4274     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4275     *  
     4276     */ 
     4277    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = Hdr.class) 
     4278    public JAXBElement<CTMarkup> createHdrCustomXmlInsRangeEnd(CTMarkup value) { 
     4279        return new JAXBElement<CTMarkup>(_RunInsCustomXmlInsRangeEnd_QNAME, CTMarkup.class, Hdr.class, value); 
    33924280    } 
    33934281 
     
    33964284     *  
    33974285     */ 
    3398     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = Comments.Comment.class) 
    3399     public JAXBElement<CTPerm> createCommentsCommentPermEnd(CTPerm value) { 
    3400         return new JAXBElement<CTPerm>(_CommentsCommentPermEnd_QNAME, CTPerm.class, Comments.Comment.class, value); 
     4286    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = Hdr.class) 
     4287    public JAXBElement<CTPerm> createHdrPermEnd(CTPerm value) { 
     4288        return new JAXBElement<CTPerm>(_RunInsPermEnd_QNAME, CTPerm.class, Hdr.class, value); 
    34014289    } 
    34024290 
     
    34054293     *  
    34064294     */ 
    3407     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = Comments.Comment.class) 
    3408     public JAXBElement<RangePermissionStart> createCommentsCommentPermStart(RangePermissionStart value) { 
    3409         return new JAXBElement<RangePermissionStart>(_CommentsCommentPermStart_QNAME, RangePermissionStart.class, Comments.Comment.class, value); 
     4295    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = Hdr.class) 
     4296    public JAXBElement<RangePermissionStart> createHdrPermStart(RangePermissionStart value) { 
     4297        return new JAXBElement<RangePermissionStart>(_RunInsPermStart_QNAME, RangePermissionStart.class, Hdr.class, value); 
    34104298    } 
    34114299 
     
    34144302     *  
    34154303     */ 
    3416     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = Comments.Comment.class) 
    3417     public JAXBElement<CTMoveBookmark> createCommentsCommentMoveToRangeStart(CTMoveBookmark value) { 
    3418         return new JAXBElement<CTMoveBookmark>(_CommentsCommentMoveToRangeStart_QNAME, CTMoveBookmark.class, Comments.Comment.class, value); 
     4304    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = Hdr.class) 
     4305    public JAXBElement<CTMoveBookmark> createHdrMoveToRangeStart(CTMoveBookmark value) { 
     4306        return new JAXBElement<CTMoveBookmark>(_RunInsMoveToRangeStart_QNAME, CTMoveBookmark.class, Hdr.class, value); 
    34194307    } 
    34204308 
     
    34234311     *  
    34244312     */ 
    3425     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = Comments.Comment.class) 
    3426     public JAXBElement<CTMarkupRange> createCommentsCommentBookmarkEnd(CTMarkupRange value) { 
    3427         return new JAXBElement<CTMarkupRange>(_CommentsCommentBookmarkEnd_QNAME, CTMarkupRange.class, Comments.Comment.class, value); 
     4313    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = Hdr.class) 
     4314    public JAXBElement<CTMarkupRange> createHdrBookmarkEnd(CTMarkupRange value) { 
     4315        return new JAXBElement<CTMarkupRange>(_RunInsBookmarkEnd_QNAME, CTMarkupRange.class, Hdr.class, value); 
    34284316    } 
    34294317 
     
    34324320     *  
    34334321     */ 
    3434     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = Comments.Comment.class) 
    3435     public JAXBElement<CTCustomXmlBlock> createCommentsCommentCustomXml(CTCustomXmlBlock value) { 
    3436         return new JAXBElement<CTCustomXmlBlock>(_CommentsCommentCustomXml_QNAME, CTCustomXmlBlock.class, Comments.Comment.class, value); 
     4322    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = Hdr.class) 
     4323    public JAXBElement<CTCustomXmlBlock> createHdrCustomXml(CTCustomXmlBlock value) { 
     4324        return new JAXBElement<CTCustomXmlBlock>(_RunInsCustomXml_QNAME, CTCustomXmlBlock.class, Hdr.class, value); 
    34374325    } 
    34384326 
     
    34414329     *  
    34424330     */ 
    3443     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = Comments.Comment.class) 
    3444     public JAXBElement<CTBookmark> createCommentsCommentBookmarkStart(CTBookmark value) { 
    3445         return new JAXBElement<CTBookmark>(_CommentsCommentBookmarkStart_QNAME, CTBookmark.class, Comments.Comment.class, value); 
     4331    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = Hdr.class) 
     4332    public JAXBElement<CTBookmark> createHdrBookmarkStart(CTBookmark value) { 
     4333        return new JAXBElement<CTBookmark>(_RunInsBookmarkStart_QNAME, CTBookmark.class, Hdr.class, value); 
    34464334    } 
    34474335 
     
    34504338     *  
    34514339     */ 
    3452     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = Comments.Comment.class) 
    3453     public JAXBElement<RunTrackChange> createCommentsCommentMoveTo(RunTrackChange value) { 
    3454         return new JAXBElement<RunTrackChange>(_CommentsCommentMoveTo_QNAME, RunTrackChange.class, Comments.Comment.class, value); 
    3455     } 
    3456  
    3457     /** 
    3458      * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
    3459      *  
    3460      */ 
    3461     @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = Comments.Comment.class) 
    3462     public JAXBElement<CTMarkup> createCommentsCommentCustomXmlMoveFromRangeEnd(CTMarkup value) { 
    3463         return new JAXBElement<CTMarkup>(_CommentsCommentCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, Comments.Comment.class, value); 
     4340    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = Hdr.class) 
     4341    public JAXBElement<RunTrackChange> createHdrMoveTo(RunTrackChange value) { 
     4342        return new JAXBElement<RunTrackChange>(_RunInsMoveTo_QNAME, RunTrackChange.class, Hdr.class, value); 
     4343    } 
     4344 
     4345    /** 
     4346     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4347     *  
     4348     */ 
     4349    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = Hdr.class) 
     4350    public JAXBElement<CTMarkup> createHdrCustomXmlMoveFromRangeEnd(CTMarkup value) { 
     4351        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, Hdr.class, value); 
     4352    } 
     4353 
     4354    /** 
     4355     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     4356     *  
     4357     */ 
     4358    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTCustomXmlCell.class) 
     4359    public JAXBElement<CTMoveBookmark> createCTCustomXmlCellMoveFromRangeStart(CTMoveBookmark value) { 
     4360        return new JAXBElement<CTMoveBookmark>(_RunInsMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTCustomXmlCell.class, value); 
     4361    } 
     4362 
     4363    /** 
     4364     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     4365     *  
     4366     */ 
     4367    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTCustomXmlCell.class) 
     4368    public JAXBElement<RunTrackChange> createCTCustomXmlCellMoveFrom(RunTrackChange value) { 
     4369        return new JAXBElement<RunTrackChange>(_RunInsMoveFrom_QNAME, RunTrackChange.class, CTCustomXmlCell.class, value); 
     4370    } 
     4371 
     4372    /** 
     4373     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     4374     *  
     4375     */ 
     4376    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTCustomXmlCell.class) 
     4377    public JAXBElement<CTMarkupRange> createCTCustomXmlCellMoveFromRangeEnd(CTMarkupRange value) { 
     4378        return new JAXBElement<CTMarkupRange>(_RunInsMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlCell.class, value); 
     4379    } 
     4380 
     4381    /** 
     4382     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4383     *  
     4384     */ 
     4385    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTCustomXmlCell.class) 
     4386    public JAXBElement<CTTrackChange> createCTCustomXmlCellCustomXmlMoveFromRangeStart(CTTrackChange value) { 
     4387        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTCustomXmlCell.class, value); 
     4388    } 
     4389 
     4390    /** 
     4391     * Create an instance of {@link JAXBElement }{@code <}{@link CTSdtCell }{@code >}} 
     4392     *  
     4393     */ 
     4394    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sdt", scope = CTCustomXmlCell.class) 
     4395    public JAXBElement<CTSdtCell> createCTCustomXmlCellSdt(CTSdtCell value) { 
     4396        return new JAXBElement<CTSdtCell>(_RunInsSdt_QNAME, CTSdtCell.class, CTCustomXmlCell.class, value); 
     4397    } 
     4398 
     4399    /** 
     4400     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4401     *  
     4402     */ 
     4403    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTCustomXmlCell.class) 
     4404    public JAXBElement<CTMarkup> createCTCustomXmlCellCustomXmlDelRangeEnd(CTMarkup value) { 
     4405        return new JAXBElement<CTMarkup>(_RunInsCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTCustomXmlCell.class, value); 
     4406    } 
     4407 
     4408    /** 
     4409     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     4410     *  
     4411     */ 
     4412    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTCustomXmlCell.class) 
     4413    public JAXBElement<CTMarkupRange> createCTCustomXmlCellMoveToRangeEnd(CTMarkupRange value) { 
     4414        return new JAXBElement<CTMarkupRange>(_RunInsMoveToRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlCell.class, value); 
     4415    } 
     4416 
     4417    /** 
     4418     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4419     *  
     4420     */ 
     4421    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTCustomXmlCell.class) 
     4422    public JAXBElement<CTTrackChange> createCTCustomXmlCellCustomXmlDelRangeStart(CTTrackChange value) { 
     4423        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTCustomXmlCell.class, value); 
     4424    } 
     4425 
     4426    /** 
     4427     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4428     *  
     4429     */ 
     4430    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTCustomXmlCell.class) 
     4431    public JAXBElement<CTMarkup> createCTCustomXmlCellCustomXmlMoveToRangeEnd(CTMarkup value) { 
     4432        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTCustomXmlCell.class, value); 
     4433    } 
     4434 
     4435    /** 
     4436     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4437     *  
     4438     */ 
     4439    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTCustomXmlCell.class) 
     4440    public JAXBElement<CTTrackChange> createCTCustomXmlCellCustomXmlInsRangeStart(CTTrackChange value) { 
     4441        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTCustomXmlCell.class, value); 
     4442    } 
     4443 
     4444    /** 
     4445     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4446     *  
     4447     */ 
     4448    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTCustomXmlCell.class) 
     4449    public JAXBElement<CTTrackChange> createCTCustomXmlCellCustomXmlMoveToRangeStart(CTTrackChange value) { 
     4450        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTCustomXmlCell.class, value); 
     4451    } 
     4452 
     4453    /** 
     4454     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4455     *  
     4456     */ 
     4457    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTCustomXmlCell.class) 
     4458    public JAXBElement<CTMarkup> createCTCustomXmlCellCustomXmlInsRangeEnd(CTMarkup value) { 
     4459        return new JAXBElement<CTMarkup>(_RunInsCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTCustomXmlCell.class, value); 
     4460    } 
     4461 
     4462    /** 
     4463     * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 
     4464     *  
     4465     */ 
     4466    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTCustomXmlCell.class) 
     4467    public JAXBElement<CTPerm> createCTCustomXmlCellPermEnd(CTPerm value) { 
     4468        return new JAXBElement<CTPerm>(_RunInsPermEnd_QNAME, CTPerm.class, CTCustomXmlCell.class, value); 
     4469    } 
     4470 
     4471    /** 
     4472     * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 
     4473     *  
     4474     */ 
     4475    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTCustomXmlCell.class) 
     4476    public JAXBElement<RangePermissionStart> createCTCustomXmlCellPermStart(RangePermissionStart value) { 
     4477        return new JAXBElement<RangePermissionStart>(_RunInsPermStart_QNAME, RangePermissionStart.class, CTCustomXmlCell.class, value); 
     4478    } 
     4479 
     4480    /** 
     4481     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     4482     *  
     4483     */ 
     4484    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTCustomXmlCell.class) 
     4485    public JAXBElement<CTMoveBookmark> createCTCustomXmlCellMoveToRangeStart(CTMoveBookmark value) { 
     4486        return new JAXBElement<CTMoveBookmark>(_RunInsMoveToRangeStart_QNAME, CTMoveBookmark.class, CTCustomXmlCell.class, value); 
     4487    } 
     4488 
     4489    /** 
     4490     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     4491     *  
     4492     */ 
     4493    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTCustomXmlCell.class) 
     4494    public JAXBElement<CTMarkupRange> createCTCustomXmlCellBookmarkEnd(CTMarkupRange value) { 
     4495        return new JAXBElement<CTMarkupRange>(_RunInsBookmarkEnd_QNAME, CTMarkupRange.class, CTCustomXmlCell.class, value); 
     4496    } 
     4497 
     4498    /** 
     4499     * Create an instance of {@link JAXBElement }{@code <}{@link Tc }{@code >}} 
     4500     *  
     4501     */ 
     4502    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tc", scope = CTCustomXmlCell.class) 
     4503    public JAXBElement<Tc> createCTCustomXmlCellTc(Tc value) { 
     4504        return new JAXBElement<Tc>(_CTCustomXmlCellTc_QNAME, Tc.class, CTCustomXmlCell.class, value); 
     4505    } 
     4506 
     4507    /** 
     4508     * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlCell }{@code >}} 
     4509     *  
     4510     */ 
     4511    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = CTCustomXmlCell.class) 
     4512    public JAXBElement<CTCustomXmlCell> createCTCustomXmlCellCustomXml(CTCustomXmlCell value) { 
     4513        return new JAXBElement<CTCustomXmlCell>(_RunInsCustomXml_QNAME, CTCustomXmlCell.class, CTCustomXmlCell.class, value); 
     4514    } 
     4515 
     4516    /** 
     4517     * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 
     4518     *  
     4519     */ 
     4520    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTCustomXmlCell.class) 
     4521    public JAXBElement<CTBookmark> createCTCustomXmlCellBookmarkStart(CTBookmark value) { 
     4522        return new JAXBElement<CTBookmark>(_RunInsBookmarkStart_QNAME, CTBookmark.class, CTCustomXmlCell.class, value); 
     4523    } 
     4524 
     4525    /** 
     4526     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     4527     *  
     4528     */ 
     4529    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTCustomXmlCell.class) 
     4530    public JAXBElement<RunTrackChange> createCTCustomXmlCellMoveTo(RunTrackChange value) { 
     4531        return new JAXBElement<RunTrackChange>(_RunInsMoveTo_QNAME, RunTrackChange.class, CTCustomXmlCell.class, value); 
     4532    } 
     4533 
     4534    /** 
     4535     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4536     *  
     4537     */ 
     4538    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTCustomXmlCell.class) 
     4539    public JAXBElement<CTMarkup> createCTCustomXmlCellCustomXmlMoveFromRangeEnd(CTMarkup value) { 
     4540        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTCustomXmlCell.class, value); 
     4541    } 
     4542 
     4543    /** 
     4544     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     4545     *  
     4546     */ 
     4547    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTSdtContentCell.class) 
     4548    public JAXBElement<CTMoveBookmark> createCTSdtContentCellMoveFromRangeStart(CTMoveBookmark value) { 
     4549        return new JAXBElement<CTMoveBookmark>(_RunInsMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTSdtContentCell.class, value); 
     4550    } 
     4551 
     4552    /** 
     4553     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     4554     *  
     4555     */ 
     4556    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTSdtContentCell.class) 
     4557    public JAXBElement<RunTrackChange> createCTSdtContentCellMoveFrom(RunTrackChange value) { 
     4558        return new JAXBElement<RunTrackChange>(_RunInsMoveFrom_QNAME, RunTrackChange.class, CTSdtContentCell.class, value); 
     4559    } 
     4560 
     4561    /** 
     4562     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     4563     *  
     4564     */ 
     4565    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTSdtContentCell.class) 
     4566    public JAXBElement<CTMarkupRange> createCTSdtContentCellMoveFromRangeEnd(CTMarkupRange value) { 
     4567        return new JAXBElement<CTMarkupRange>(_RunInsMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTSdtContentCell.class, value); 
     4568    } 
     4569 
     4570    /** 
     4571     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4572     *  
     4573     */ 
     4574    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTSdtContentCell.class) 
     4575    public JAXBElement<CTTrackChange> createCTSdtContentCellCustomXmlMoveFromRangeStart(CTTrackChange value) { 
     4576        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTSdtContentCell.class, value); 
     4577    } 
     4578 
     4579    /** 
     4580     * Create an instance of {@link JAXBElement }{@code <}{@link CTSdtCell }{@code >}} 
     4581     *  
     4582     */ 
     4583    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sdt", scope = CTSdtContentCell.class) 
     4584    public JAXBElement<CTSdtCell> createCTSdtContentCellSdt(CTSdtCell value) { 
     4585        return new JAXBElement<CTSdtCell>(_RunInsSdt_QNAME, CTSdtCell.class, CTSdtContentCell.class, value); 
     4586    } 
     4587 
     4588    /** 
     4589     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4590     *  
     4591     */ 
     4592    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTSdtContentCell.class) 
     4593    public JAXBElement<CTMarkup> createCTSdtContentCellCustomXmlDelRangeEnd(CTMarkup value) { 
     4594        return new JAXBElement<CTMarkup>(_RunInsCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTSdtContentCell.class, value); 
     4595    } 
     4596 
     4597    /** 
     4598     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4599     *  
     4600     */ 
     4601    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTSdtContentCell.class) 
     4602    public JAXBElement<CTTrackChange> createCTSdtContentCellCustomXmlDelRangeStart(CTTrackChange value) { 
     4603        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTSdtContentCell.class, value); 
     4604    } 
     4605 
     4606    /** 
     4607     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     4608     *  
     4609     */ 
     4610    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTSdtContentCell.class) 
     4611    public JAXBElement<CTMarkupRange> createCTSdtContentCellMoveToRangeEnd(CTMarkupRange value) { 
     4612        return new JAXBElement<CTMarkupRange>(_RunInsMoveToRangeEnd_QNAME, CTMarkupRange.class, CTSdtContentCell.class, value); 
     4613    } 
     4614 
     4615    /** 
     4616     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4617     *  
     4618     */ 
     4619    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTSdtContentCell.class) 
     4620    public JAXBElement<CTMarkup> createCTSdtContentCellCustomXmlMoveToRangeEnd(CTMarkup value) { 
     4621        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTSdtContentCell.class, value); 
     4622    } 
     4623 
     4624    /** 
     4625     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4626     *  
     4627     */ 
     4628    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTSdtContentCell.class) 
     4629    public JAXBElement<CTTrackChange> createCTSdtContentCellCustomXmlInsRangeStart(CTTrackChange value) { 
     4630        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTSdtContentCell.class, value); 
     4631    } 
     4632 
     4633    /** 
     4634     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4635     *  
     4636     */ 
     4637    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTSdtContentCell.class) 
     4638    public JAXBElement<CTTrackChange> createCTSdtContentCellCustomXmlMoveToRangeStart(CTTrackChange value) { 
     4639        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTSdtContentCell.class, value); 
     4640    } 
     4641 
     4642    /** 
     4643     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4644     *  
     4645     */ 
     4646    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTSdtContentCell.class) 
     4647    public JAXBElement<CTMarkup> createCTSdtContentCellCustomXmlInsRangeEnd(CTMarkup value) { 
     4648        return new JAXBElement<CTMarkup>(_RunInsCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTSdtContentCell.class, value); 
     4649    } 
     4650 
     4651    /** 
     4652     * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 
     4653     *  
     4654     */ 
     4655    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTSdtContentCell.class) 
     4656    public JAXBElement<CTPerm> createCTSdtContentCellPermEnd(CTPerm value) { 
     4657        return new JAXBElement<CTPerm>(_RunInsPermEnd_QNAME, CTPerm.class, CTSdtContentCell.class, value); 
     4658    } 
     4659 
     4660    /** 
     4661     * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 
     4662     *  
     4663     */ 
     4664    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTSdtContentCell.class) 
     4665    public JAXBElement<RangePermissionStart> createCTSdtContentCellPermStart(RangePermissionStart value) { 
     4666        return new JAXBElement<RangePermissionStart>(_RunInsPermStart_QNAME, RangePermissionStart.class, CTSdtContentCell.class, value); 
     4667    } 
     4668 
     4669    /** 
     4670     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     4671     *  
     4672     */ 
     4673    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTSdtContentCell.class) 
     4674    public JAXBElement<CTMoveBookmark> createCTSdtContentCellMoveToRangeStart(CTMoveBookmark value) { 
     4675        return new JAXBElement<CTMoveBookmark>(_RunInsMoveToRangeStart_QNAME, CTMoveBookmark.class, CTSdtContentCell.class, value); 
     4676    } 
     4677 
     4678    /** 
     4679     * Create an instance of {@link JAXBElement }{@code <}{@link Tc }{@code >}} 
     4680     *  
     4681     */ 
     4682    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tc", scope = CTSdtContentCell.class) 
     4683    public JAXBElement<Tc> createCTSdtContentCellTc(Tc value) { 
     4684        return new JAXBElement<Tc>(_CTCustomXmlCellTc_QNAME, Tc.class, CTSdtContentCell.class, value); 
     4685    } 
     4686 
     4687    /** 
     4688     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     4689     *  
     4690     */ 
     4691    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTSdtContentCell.class) 
     4692    public JAXBElement<CTMarkupRange> createCTSdtContentCellBookmarkEnd(CTMarkupRange value) { 
     4693        return new JAXBElement<CTMarkupRange>(_RunInsBookmarkEnd_QNAME, CTMarkupRange.class, CTSdtContentCell.class, value); 
     4694    } 
     4695 
     4696    /** 
     4697     * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlCell }{@code >}} 
     4698     *  
     4699     */ 
     4700    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = CTSdtContentCell.class) 
     4701    public JAXBElement<CTCustomXmlCell> createCTSdtContentCellCustomXml(CTCustomXmlCell value) { 
     4702        return new JAXBElement<CTCustomXmlCell>(_RunInsCustomXml_QNAME, CTCustomXmlCell.class, CTSdtContentCell.class, value); 
     4703    } 
     4704 
     4705    /** 
     4706     * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 
     4707     *  
     4708     */ 
     4709    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTSdtContentCell.class) 
     4710    public JAXBElement<CTBookmark> createCTSdtContentCellBookmarkStart(CTBookmark value) { 
     4711        return new JAXBElement<CTBookmark>(_RunInsBookmarkStart_QNAME, CTBookmark.class, CTSdtContentCell.class, value); 
     4712    } 
     4713 
     4714    /** 
     4715     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     4716     *  
     4717     */ 
     4718    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTSdtContentCell.class) 
     4719    public JAXBElement<RunTrackChange> createCTSdtContentCellMoveTo(RunTrackChange value) { 
     4720        return new JAXBElement<RunTrackChange>(_RunInsMoveTo_QNAME, RunTrackChange.class, CTSdtContentCell.class, value); 
     4721    } 
     4722 
     4723    /** 
     4724     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4725     *  
     4726     */ 
     4727    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTSdtContentCell.class) 
     4728    public JAXBElement<CTMarkup> createCTSdtContentCellCustomXmlMoveFromRangeEnd(CTMarkup value) { 
     4729        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTSdtContentCell.class, value); 
     4730    } 
     4731 
     4732    /** 
     4733     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     4734     *  
     4735     */ 
     4736    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = Body.class) 
     4737    public JAXBElement<CTMoveBookmark> createBodyMoveFromRangeStart(CTMoveBookmark value) { 
     4738        return new JAXBElement<CTMoveBookmark>(_RunInsMoveFromRangeStart_QNAME, CTMoveBookmark.class, Body.class, value); 
     4739    } 
     4740 
     4741    /** 
     4742     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     4743     *  
     4744     */ 
     4745    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = Body.class) 
     4746    public JAXBElement<RunTrackChange> createBodyMoveFrom(RunTrackChange value) { 
     4747        return new JAXBElement<RunTrackChange>(_RunInsMoveFrom_QNAME, RunTrackChange.class, Body.class, value); 
     4748    } 
     4749 
     4750    /** 
     4751     * Create an instance of {@link JAXBElement }{@code <}{@link Tbl }{@code >}} 
     4752     *  
     4753     */ 
     4754    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tbl", scope = Body.class) 
     4755    public JAXBElement<Tbl> createBodyTbl(Tbl value) { 
     4756        return new JAXBElement<Tbl>(_HdrTbl_QNAME, Tbl.class, Body.class, value); 
     4757    } 
     4758 
     4759    /** 
     4760     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     4761     *  
     4762     */ 
     4763    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = Body.class) 
     4764    public JAXBElement<CTMarkupRange> createBodyMoveFromRangeEnd(CTMarkupRange value) { 
     4765        return new JAXBElement<CTMarkupRange>(_RunInsMoveFromRangeEnd_QNAME, CTMarkupRange.class, Body.class, value); 
     4766    } 
     4767 
     4768    /** 
     4769     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4770     *  
     4771     */ 
     4772    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = Body.class) 
     4773    public JAXBElement<CTTrackChange> createBodyCustomXmlMoveFromRangeStart(CTTrackChange value) { 
     4774        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, Body.class, value); 
     4775    } 
     4776 
     4777    /** 
     4778     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4779     *  
     4780     */ 
     4781    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = Body.class) 
     4782    public JAXBElement<CTTrackChange> createBodyCustomXmlDelRangeStart(CTTrackChange value) { 
     4783        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlDelRangeStart_QNAME, CTTrackChange.class, Body.class, value); 
     4784    } 
     4785 
     4786    /** 
     4787     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4788     *  
     4789     */ 
     4790    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = Body.class) 
     4791    public JAXBElement<CTMarkup> createBodyCustomXmlDelRangeEnd(CTMarkup value) { 
     4792        return new JAXBElement<CTMarkup>(_RunInsCustomXmlDelRangeEnd_QNAME, CTMarkup.class, Body.class, value); 
     4793    } 
     4794 
     4795    /** 
     4796     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     4797     *  
     4798     */ 
     4799    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = Body.class) 
     4800    public JAXBElement<CTMarkupRange> createBodyMoveToRangeEnd(CTMarkupRange value) { 
     4801        return new JAXBElement<CTMarkupRange>(_RunInsMoveToRangeEnd_QNAME, CTMarkupRange.class, Body.class, value); 
     4802    } 
     4803 
     4804    /** 
     4805     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4806     *  
     4807     */ 
     4808    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = Body.class) 
     4809    public JAXBElement<CTMarkup> createBodyCustomXmlMoveToRangeEnd(CTMarkup value) { 
     4810        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, Body.class, value); 
     4811    } 
     4812 
     4813    /** 
     4814     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4815     *  
     4816     */ 
     4817    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = Body.class) 
     4818    public JAXBElement<CTTrackChange> createBodyCustomXmlInsRangeStart(CTTrackChange value) { 
     4819        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlInsRangeStart_QNAME, CTTrackChange.class, Body.class, value); 
     4820    } 
     4821 
     4822    /** 
     4823     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4824     *  
     4825     */ 
     4826    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = Body.class) 
     4827    public JAXBElement<CTTrackChange> createBodyCustomXmlMoveToRangeStart(CTTrackChange value) { 
     4828        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, Body.class, value); 
     4829    } 
     4830 
     4831    /** 
     4832     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4833     *  
     4834     */ 
     4835    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = Body.class) 
     4836    public JAXBElement<CTMarkup> createBodyCustomXmlInsRangeEnd(CTMarkup value) { 
     4837        return new JAXBElement<CTMarkup>(_RunInsCustomXmlInsRangeEnd_QNAME, CTMarkup.class, Body.class, value); 
     4838    } 
     4839 
     4840    /** 
     4841     * Create an instance of {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >}} 
     4842     *  
     4843     */ 
     4844    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "altChunk", scope = Body.class) 
     4845    public JAXBElement<CTAltChunk> createBodyAltChunk(CTAltChunk value) { 
     4846        return new JAXBElement<CTAltChunk>(_HdrAltChunk_QNAME, CTAltChunk.class, Body.class, value); 
     4847    } 
     4848 
     4849    /** 
     4850     * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 
     4851     *  
     4852     */ 
     4853    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = Body.class) 
     4854    public JAXBElement<CTPerm> createBodyPermEnd(CTPerm value) { 
     4855        return new JAXBElement<CTPerm>(_RunInsPermEnd_QNAME, CTPerm.class, Body.class, value); 
     4856    } 
     4857 
     4858    /** 
     4859     * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 
     4860     *  
     4861     */ 
     4862    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = Body.class) 
     4863    public JAXBElement<RangePermissionStart> createBodyPermStart(RangePermissionStart value) { 
     4864        return new JAXBElement<RangePermissionStart>(_RunInsPermStart_QNAME, RangePermissionStart.class, Body.class, value); 
     4865    } 
     4866 
     4867    /** 
     4868     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     4869     *  
     4870     */ 
     4871    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = Body.class) 
     4872    public JAXBElement<CTMoveBookmark> createBodyMoveToRangeStart(CTMoveBookmark value) { 
     4873        return new JAXBElement<CTMoveBookmark>(_RunInsMoveToRangeStart_QNAME, CTMoveBookmark.class, Body.class, value); 
     4874    } 
     4875 
     4876    /** 
     4877     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     4878     *  
     4879     */ 
     4880    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = Body.class) 
     4881    public JAXBElement<CTMarkupRange> createBodyBookmarkEnd(CTMarkupRange value) { 
     4882        return new JAXBElement<CTMarkupRange>(_RunInsBookmarkEnd_QNAME, CTMarkupRange.class, Body.class, value); 
     4883    } 
     4884 
     4885    /** 
     4886     * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >}} 
     4887     *  
     4888     */ 
     4889    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = Body.class) 
     4890    public JAXBElement<CTCustomXmlBlock> createBodyCustomXml(CTCustomXmlBlock value) { 
     4891        return new JAXBElement<CTCustomXmlBlock>(_RunInsCustomXml_QNAME, CTCustomXmlBlock.class, Body.class, value); 
     4892    } 
     4893 
     4894    /** 
     4895     * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 
     4896     *  
     4897     */ 
     4898    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = Body.class) 
     4899    public JAXBElement<CTBookmark> createBodyBookmarkStart(CTBookmark value) { 
     4900        return new JAXBElement<CTBookmark>(_RunInsBookmarkStart_QNAME, CTBookmark.class, Body.class, value); 
     4901    } 
     4902 
     4903    /** 
     4904     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     4905     *  
     4906     */ 
     4907    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = Body.class) 
     4908    public JAXBElement<RunTrackChange> createBodyMoveTo(RunTrackChange value) { 
     4909        return new JAXBElement<RunTrackChange>(_RunInsMoveTo_QNAME, RunTrackChange.class, Body.class, value); 
     4910    } 
     4911 
     4912    /** 
     4913     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4914     *  
     4915     */ 
     4916    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = Body.class) 
     4917    public JAXBElement<CTMarkup> createBodyCustomXmlMoveFromRangeEnd(CTMarkup value) { 
     4918        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, Body.class, value); 
     4919    } 
     4920 
     4921    /** 
     4922     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     4923     *  
     4924     */ 
     4925    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = Tc.class) 
     4926    public JAXBElement<CTMoveBookmark> createTcMoveFromRangeStart(CTMoveBookmark value) { 
     4927        return new JAXBElement<CTMoveBookmark>(_RunInsMoveFromRangeStart_QNAME, CTMoveBookmark.class, Tc.class, value); 
     4928    } 
     4929 
     4930    /** 
     4931     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     4932     *  
     4933     */ 
     4934    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = Tc.class) 
     4935    public JAXBElement<RunTrackChange> createTcMoveFrom(RunTrackChange value) { 
     4936        return new JAXBElement<RunTrackChange>(_RunInsMoveFrom_QNAME, RunTrackChange.class, Tc.class, value); 
     4937    } 
     4938 
     4939    /** 
     4940     * Create an instance of {@link JAXBElement }{@code <}{@link Tbl }{@code >}} 
     4941     *  
     4942     */ 
     4943    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tbl", scope = Tc.class) 
     4944    public JAXBElement<Tbl> createTcTbl(Tbl value) { 
     4945        return new JAXBElement<Tbl>(_HdrTbl_QNAME, Tbl.class, Tc.class, value); 
     4946    } 
     4947 
     4948    /** 
     4949     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     4950     *  
     4951     */ 
     4952    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = Tc.class) 
     4953    public JAXBElement<CTMarkupRange> createTcMoveFromRangeEnd(CTMarkupRange value) { 
     4954        return new JAXBElement<CTMarkupRange>(_RunInsMoveFromRangeEnd_QNAME, CTMarkupRange.class, Tc.class, value); 
     4955    } 
     4956 
     4957    /** 
     4958     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4959     *  
     4960     */ 
     4961    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = Tc.class) 
     4962    public JAXBElement<CTTrackChange> createTcCustomXmlMoveFromRangeStart(CTTrackChange value) { 
     4963        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, Tc.class, value); 
     4964    } 
     4965 
     4966    /** 
     4967     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     4968     *  
     4969     */ 
     4970    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = Tc.class) 
     4971    public JAXBElement<CTMarkupRange> createTcMoveToRangeEnd(CTMarkupRange value) { 
     4972        return new JAXBElement<CTMarkupRange>(_RunInsMoveToRangeEnd_QNAME, CTMarkupRange.class, Tc.class, value); 
     4973    } 
     4974 
     4975    /** 
     4976     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4977     *  
     4978     */ 
     4979    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = Tc.class) 
     4980    public JAXBElement<CTMarkup> createTcCustomXmlDelRangeEnd(CTMarkup value) { 
     4981        return new JAXBElement<CTMarkup>(_RunInsCustomXmlDelRangeEnd_QNAME, CTMarkup.class, Tc.class, value); 
     4982    } 
     4983 
     4984    /** 
     4985     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     4986     *  
     4987     */ 
     4988    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = Tc.class) 
     4989    public JAXBElement<CTTrackChange> createTcCustomXmlDelRangeStart(CTTrackChange value) { 
     4990        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlDelRangeStart_QNAME, CTTrackChange.class, Tc.class, value); 
     4991    } 
     4992 
     4993    /** 
     4994     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     4995     *  
     4996     */ 
     4997    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = Tc.class) 
     4998    public JAXBElement<CTMarkup> createTcCustomXmlMoveToRangeEnd(CTMarkup value) { 
     4999        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, Tc.class, value); 
     5000    } 
     5001 
     5002    /** 
     5003     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     5004     *  
     5005     */ 
     5006    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = Tc.class) 
     5007    public JAXBElement<CTTrackChange> createTcCustomXmlInsRangeStart(CTTrackChange value) { 
     5008        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlInsRangeStart_QNAME, CTTrackChange.class, Tc.class, value); 
     5009    } 
     5010 
     5011    /** 
     5012     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     5013     *  
     5014     */ 
     5015    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = Tc.class) 
     5016    public JAXBElement<CTTrackChange> createTcCustomXmlMoveToRangeStart(CTTrackChange value) { 
     5017        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, Tc.class, value); 
     5018    } 
     5019 
     5020    /** 
     5021     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     5022     *  
     5023     */ 
     5024    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = Tc.class) 
     5025    public JAXBElement<CTMarkup> createTcCustomXmlInsRangeEnd(CTMarkup value) { 
     5026        return new JAXBElement<CTMarkup>(_RunInsCustomXmlInsRangeEnd_QNAME, CTMarkup.class, Tc.class, value); 
     5027    } 
     5028 
     5029    /** 
     5030     * Create an instance of {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >}} 
     5031     *  
     5032     */ 
     5033    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "altChunk", scope = Tc.class) 
     5034    public JAXBElement<CTAltChunk> createTcAltChunk(CTAltChunk value) { 
     5035        return new JAXBElement<CTAltChunk>(_HdrAltChunk_QNAME, CTAltChunk.class, Tc.class, value); 
     5036    } 
     5037 
     5038    /** 
     5039     * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 
     5040     *  
     5041     */ 
     5042    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = Tc.class) 
     5043    public JAXBElement<CTPerm> createTcPermEnd(CTPerm value) { 
     5044        return new JAXBElement<CTPerm>(_RunInsPermEnd_QNAME, CTPerm.class, Tc.class, value); 
     5045    } 
     5046 
     5047    /** 
     5048     * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 
     5049     *  
     5050     */ 
     5051    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = Tc.class) 
     5052    public JAXBElement<RangePermissionStart> createTcPermStart(RangePermissionStart value) { 
     5053        return new JAXBElement<RangePermissionStart>(_RunInsPermStart_QNAME, RangePermissionStart.class, Tc.class, value); 
     5054    } 
     5055 
     5056    /** 
     5057     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     5058     *  
     5059     */ 
     5060    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = Tc.class) 
     5061    public JAXBElement<CTMoveBookmark> createTcMoveToRangeStart(CTMoveBookmark value) { 
     5062        return new JAXBElement<CTMoveBookmark>(_RunInsMoveToRangeStart_QNAME, CTMoveBookmark.class, Tc.class, value); 
     5063    } 
     5064 
     5065    /** 
     5066     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     5067     *  
     5068     */ 
     5069    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = Tc.class) 
     5070    public JAXBElement<CTMarkupRange> createTcBookmarkEnd(CTMarkupRange value) { 
     5071        return new JAXBElement<CTMarkupRange>(_RunInsBookmarkEnd_QNAME, CTMarkupRange.class, Tc.class, value); 
     5072    } 
     5073 
     5074    /** 
     5075     * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >}} 
     5076     *  
     5077     */ 
     5078    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = Tc.class) 
     5079    public JAXBElement<CTCustomXmlBlock> createTcCustomXml(CTCustomXmlBlock value) { 
     5080        return new JAXBElement<CTCustomXmlBlock>(_RunInsCustomXml_QNAME, CTCustomXmlBlock.class, Tc.class, value); 
     5081    } 
     5082 
     5083    /** 
     5084     * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 
     5085     *  
     5086     */ 
     5087    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = Tc.class) 
     5088    public JAXBElement<CTBookmark> createTcBookmarkStart(CTBookmark value) { 
     5089        return new JAXBElement<CTBookmark>(_RunInsBookmarkStart_QNAME, CTBookmark.class, Tc.class, value); 
     5090    } 
     5091 
     5092    /** 
     5093     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     5094     *  
     5095     */ 
     5096    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = Tc.class) 
     5097    public JAXBElement<RunTrackChange> createTcMoveTo(RunTrackChange value) { 
     5098        return new JAXBElement<RunTrackChange>(_RunInsMoveTo_QNAME, RunTrackChange.class, Tc.class, value); 
     5099    } 
     5100 
     5101    /** 
     5102     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     5103     *  
     5104     */ 
     5105    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = Tc.class) 
     5106    public JAXBElement<CTMarkup> createTcCustomXmlMoveFromRangeEnd(CTMarkup value) { 
     5107        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, Tc.class, value); 
     5108    } 
     5109 
     5110    /** 
     5111     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     5112     *  
     5113     */ 
     5114    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTSimpleField.class) 
     5115    public JAXBElement<CTMoveBookmark> createCTSimpleFieldMoveFromRangeStart(CTMoveBookmark value) { 
     5116        return new JAXBElement<CTMoveBookmark>(_RunInsMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTSimpleField.class, value); 
     5117    } 
     5118 
     5119    /** 
     5120     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     5121     *  
     5122     */ 
     5123    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTSimpleField.class) 
     5124    public JAXBElement<RunTrackChange> createCTSimpleFieldMoveFrom(RunTrackChange value) { 
     5125        return new JAXBElement<RunTrackChange>(_RunInsMoveFrom_QNAME, RunTrackChange.class, CTSimpleField.class, value); 
     5126    } 
     5127 
     5128    /** 
     5129     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     5130     *  
     5131     */ 
     5132    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTSimpleField.class) 
     5133    public JAXBElement<CTMarkupRange> createCTSimpleFieldMoveFromRangeEnd(CTMarkupRange value) { 
     5134        return new JAXBElement<CTMarkupRange>(_RunInsMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTSimpleField.class, value); 
     5135    } 
     5136 
     5137    /** 
     5138     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     5139     *  
     5140     */ 
     5141    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTSimpleField.class) 
     5142    public JAXBElement<CTTrackChange> createCTSimpleFieldCustomXmlMoveFromRangeStart(CTTrackChange value) { 
     5143        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTSimpleField.class, value); 
     5144    } 
     5145 
     5146    /** 
     5147     * Create an instance of {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >}} 
     5148     *  
     5149     */ 
     5150    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "fldSimple", scope = CTSimpleField.class) 
     5151    public JAXBElement<CTSimpleField> createCTSimpleFieldFldSimple(CTSimpleField value) { 
     5152        return new JAXBElement<CTSimpleField>(_PFldSimple_QNAME, CTSimpleField.class, CTSimpleField.class, value); 
     5153    } 
     5154 
     5155    /** 
     5156     * Create an instance of {@link JAXBElement }{@code <}{@link SdtRun }{@code >}} 
     5157     *  
     5158     */ 
     5159    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sdt", scope = CTSimpleField.class) 
     5160    public JAXBElement<SdtRun> createCTSimpleFieldSdt(SdtRun value) { 
     5161        return new JAXBElement<SdtRun>(_RunInsSdt_QNAME, SdtRun.class, CTSimpleField.class, value); 
     5162    } 
     5163 
     5164    /** 
     5165     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     5166     *  
     5167     */ 
     5168    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTSimpleField.class) 
     5169    public JAXBElement<CTMarkup> createCTSimpleFieldCustomXmlDelRangeEnd(CTMarkup value) { 
     5170        return new JAXBElement<CTMarkup>(_RunInsCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTSimpleField.class, value); 
     5171    } 
     5172 
     5173    /** 
     5174     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     5175     *  
     5176     */ 
     5177    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTSimpleField.class) 
     5178    public JAXBElement<CTTrackChange> createCTSimpleFieldCustomXmlDelRangeStart(CTTrackChange value) { 
     5179        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTSimpleField.class, value); 
     5180    } 
     5181 
     5182    /** 
     5183     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     5184     *  
     5185     */ 
     5186    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTSimpleField.class) 
     5187    public JAXBElement<CTMarkupRange> createCTSimpleFieldMoveToRangeEnd(CTMarkupRange value) { 
     5188        return new JAXBElement<CTMarkupRange>(_RunInsMoveToRangeEnd_QNAME, CTMarkupRange.class, CTSimpleField.class, value); 
     5189    } 
     5190 
     5191    /** 
     5192     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     5193     *  
     5194     */ 
     5195    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTSimpleField.class) 
     5196    public JAXBElement<CTMarkup> createCTSimpleFieldCustomXmlMoveToRangeEnd(CTMarkup value) { 
     5197        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTSimpleField.class, value); 
     5198    } 
     5199 
     5200    /** 
     5201     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     5202     *  
     5203     */ 
     5204    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTSimpleField.class) 
     5205    public JAXBElement<CTTrackChange> createCTSimpleFieldCustomXmlInsRangeStart(CTTrackChange value) { 
     5206        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTSimpleField.class, value); 
     5207    } 
     5208 
     5209    /** 
     5210     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     5211     *  
     5212     */ 
     5213    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTSimpleField.class) 
     5214    public JAXBElement<CTTrackChange> createCTSimpleFieldCustomXmlMoveToRangeStart(CTTrackChange value) { 
     5215        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTSimpleField.class, value); 
     5216    } 
     5217 
     5218    /** 
     5219     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     5220     *  
     5221     */ 
     5222    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTSimpleField.class) 
     5223    public JAXBElement<CTMarkup> createCTSimpleFieldCustomXmlInsRangeEnd(CTMarkup value) { 
     5224        return new JAXBElement<CTMarkup>(_RunInsCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTSimpleField.class, value); 
     5225    } 
     5226 
     5227    /** 
     5228     * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 
     5229     *  
     5230     */ 
     5231    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTSimpleField.class) 
     5232    public JAXBElement<RangePermissionStart> createCTSimpleFieldPermStart(RangePermissionStart value) { 
     5233        return new JAXBElement<RangePermissionStart>(_RunInsPermStart_QNAME, RangePermissionStart.class, CTSimpleField.class, value); 
     5234    } 
     5235 
     5236    /** 
     5237     * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 
     5238     *  
     5239     */ 
     5240    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTSimpleField.class) 
     5241    public JAXBElement<CTPerm> createCTSimpleFieldPermEnd(CTPerm value) { 
     5242        return new JAXBElement<CTPerm>(_RunInsPermEnd_QNAME, CTPerm.class, CTSimpleField.class, value); 
     5243    } 
     5244 
     5245    /** 
     5246     * Create an instance of {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >}} 
     5247     *  
     5248     */ 
     5249    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "hyperlink", scope = CTSimpleField.class) 
     5250    public JAXBElement<CTHyperlink> createCTSimpleFieldHyperlink(CTHyperlink value) { 
     5251        return new JAXBElement<CTHyperlink>(_PHyperlink_QNAME, CTHyperlink.class, CTSimpleField.class, value); 
     5252    } 
     5253 
     5254    /** 
     5255     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     5256     *  
     5257     */ 
     5258    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTSimpleField.class) 
     5259    public JAXBElement<CTMoveBookmark> createCTSimpleFieldMoveToRangeStart(CTMoveBookmark value) { 
     5260        return new JAXBElement<CTMoveBookmark>(_RunInsMoveToRangeStart_QNAME, CTMoveBookmark.class, CTSimpleField.class, value); 
     5261    } 
     5262 
     5263    /** 
     5264     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     5265     *  
     5266     */ 
     5267    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTSimpleField.class) 
     5268    public JAXBElement<CTMarkupRange> createCTSimpleFieldBookmarkEnd(CTMarkupRange value) { 
     5269        return new JAXBElement<CTMarkupRange>(_RunInsBookmarkEnd_QNAME, CTMarkupRange.class, CTSimpleField.class, value); 
     5270    } 
     5271 
     5272    /** 
     5273     * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >}} 
     5274     *  
     5275     */ 
     5276    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = CTSimpleField.class) 
     5277    public JAXBElement<CTCustomXmlRun> createCTSimpleFieldCustomXml(CTCustomXmlRun value) { 
     5278        return new JAXBElement<CTCustomXmlRun>(_RunInsCustomXml_QNAME, CTCustomXmlRun.class, CTSimpleField.class, value); 
     5279    } 
     5280 
     5281    /** 
     5282     * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 
     5283     *  
     5284     */ 
     5285    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTSimpleField.class) 
     5286    public JAXBElement<CTBookmark> createCTSimpleFieldBookmarkStart(CTBookmark value) { 
     5287        return new JAXBElement<CTBookmark>(_RunInsBookmarkStart_QNAME, CTBookmark.class, CTSimpleField.class, value); 
     5288    } 
     5289 
     5290    /** 
     5291     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     5292     *  
     5293     */ 
     5294    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTSimpleField.class) 
     5295    public JAXBElement<RunTrackChange> createCTSimpleFieldMoveTo(RunTrackChange value) { 
     5296        return new JAXBElement<RunTrackChange>(_RunInsMoveTo_QNAME, RunTrackChange.class, CTSimpleField.class, value); 
     5297    } 
     5298 
     5299    /** 
     5300     * Create an instance of {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >}} 
     5301     *  
     5302     */ 
     5303    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "smartTag", scope = CTSimpleField.class) 
     5304    public JAXBElement<CTSmartTagRun> createCTSimpleFieldSmartTag(CTSmartTagRun value) { 
     5305        return new JAXBElement<CTSmartTagRun>(_RunInsSmartTag_QNAME, CTSmartTagRun.class, CTSimpleField.class, value); 
     5306    } 
     5307 
     5308    /** 
     5309     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     5310     *  
     5311     */ 
     5312    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTSimpleField.class) 
     5313    public JAXBElement<CTMarkup> createCTSimpleFieldCustomXmlMoveFromRangeEnd(CTMarkup value) { 
     5314        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTSimpleField.class, value); 
     5315    } 
     5316 
     5317    /** 
     5318     * Create an instance of {@link JAXBElement }{@code <}{@link CTRel }{@code >}} 
     5319     *  
     5320     */ 
     5321    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "subDoc", scope = CTSimpleField.class) 
     5322    public JAXBElement<CTRel> createCTSimpleFieldSubDoc(CTRel value) { 
     5323        return new JAXBElement<CTRel>(_PSubDoc_QNAME, CTRel.class, CTSimpleField.class, value); 
     5324    } 
     5325 
     5326    /** 
     5327     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     5328     *  
     5329     */ 
     5330    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTFtnEdn.class) 
     5331    public JAXBElement<CTMoveBookmark> createCTFtnEdnMoveFromRangeStart(CTMoveBookmark value) { 
     5332        return new JAXBElement<CTMoveBookmark>(_RunInsMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTFtnEdn.class, value); 
     5333    } 
     5334 
     5335    /** 
     5336     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     5337     *  
     5338     */ 
     5339    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTFtnEdn.class) 
     5340    public JAXBElement<RunTrackChange> createCTFtnEdnMoveFrom(RunTrackChange value) { 
     5341        return new JAXBElement<RunTrackChange>(_RunInsMoveFrom_QNAME, RunTrackChange.class, CTFtnEdn.class, value); 
     5342    } 
     5343 
     5344    /** 
     5345     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     5346     *  
     5347     */ 
     5348    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTFtnEdn.class) 
     5349    public JAXBElement<CTMarkupRange> createCTFtnEdnMoveFromRangeEnd(CTMarkupRange value) { 
     5350        return new JAXBElement<CTMarkupRange>(_RunInsMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTFtnEdn.class, value); 
     5351    } 
     5352 
     5353    /** 
     5354     * Create an instance of {@link JAXBElement }{@code <}{@link Tbl }{@code >}} 
     5355     *  
     5356     */ 
     5357    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tbl", scope = CTFtnEdn.class) 
     5358    public JAXBElement<Tbl> createCTFtnEdnTbl(Tbl value) { 
     5359        return new JAXBElement<Tbl>(_HdrTbl_QNAME, Tbl.class, CTFtnEdn.class, value); 
     5360    } 
     5361 
     5362    /** 
     5363     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     5364     *  
     5365     */ 
     5366    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTFtnEdn.class) 
     5367    public JAXBElement<CTTrackChange> createCTFtnEdnCustomXmlMoveFromRangeStart(CTTrackChange value) { 
     5368        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTFtnEdn.class, value); 
     5369    } 
     5370 
     5371    /** 
     5372     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     5373     *  
     5374     */ 
     5375    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTFtnEdn.class) 
     5376    public JAXBElement<CTTrackChange> createCTFtnEdnCustomXmlDelRangeStart(CTTrackChange value) { 
     5377        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTFtnEdn.class, value); 
     5378    } 
     5379 
     5380    /** 
     5381     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     5382     *  
     5383     */ 
     5384    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTFtnEdn.class) 
     5385    public JAXBElement<CTMarkup> createCTFtnEdnCustomXmlDelRangeEnd(CTMarkup value) { 
     5386        return new JAXBElement<CTMarkup>(_RunInsCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTFtnEdn.class, value); 
     5387    } 
     5388 
     5389    /** 
     5390     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     5391     *  
     5392     */ 
     5393    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTFtnEdn.class) 
     5394    public JAXBElement<CTMarkupRange> createCTFtnEdnMoveToRangeEnd(CTMarkupRange value) { 
     5395        return new JAXBElement<CTMarkupRange>(_RunInsMoveToRangeEnd_QNAME, CTMarkupRange.class, CTFtnEdn.class, value); 
     5396    } 
     5397 
     5398    /** 
     5399     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     5400     *  
     5401     */ 
     5402    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTFtnEdn.class) 
     5403    public JAXBElement<CTMarkup> createCTFtnEdnCustomXmlMoveToRangeEnd(CTMarkup value) { 
     5404        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTFtnEdn.class, value); 
     5405    } 
     5406 
     5407    /** 
     5408     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     5409     *  
     5410     */ 
     5411    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTFtnEdn.class) 
     5412    public JAXBElement<CTTrackChange> createCTFtnEdnCustomXmlInsRangeStart(CTTrackChange value) { 
     5413        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTFtnEdn.class, value); 
     5414    } 
     5415 
     5416    /** 
     5417     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     5418     *  
     5419     */ 
     5420    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTFtnEdn.class) 
     5421    public JAXBElement<CTTrackChange> createCTFtnEdnCustomXmlMoveToRangeStart(CTTrackChange value) { 
     5422        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTFtnEdn.class, value); 
     5423    } 
     5424 
     5425    /** 
     5426     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     5427     *  
     5428     */ 
     5429    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTFtnEdn.class) 
     5430    public JAXBElement<CTMarkup> createCTFtnEdnCustomXmlInsRangeEnd(CTMarkup value) { 
     5431        return new JAXBElement<CTMarkup>(_RunInsCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTFtnEdn.class, value); 
     5432    } 
     5433 
     5434    /** 
     5435     * Create an instance of {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >}} 
     5436     *  
     5437     */ 
     5438    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "altChunk", scope = CTFtnEdn.class) 
     5439    public JAXBElement<CTAltChunk> createCTFtnEdnAltChunk(CTAltChunk value) { 
     5440        return new JAXBElement<CTAltChunk>(_HdrAltChunk_QNAME, CTAltChunk.class, CTFtnEdn.class, value); 
     5441    } 
     5442 
     5443    /** 
     5444     * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 
     5445     *  
     5446     */ 
     5447    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTFtnEdn.class) 
     5448    public JAXBElement<RangePermissionStart> createCTFtnEdnPermStart(RangePermissionStart value) { 
     5449        return new JAXBElement<RangePermissionStart>(_RunInsPermStart_QNAME, RangePermissionStart.class, CTFtnEdn.class, value); 
     5450    } 
     5451 
     5452    /** 
     5453     * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 
     5454     *  
     5455     */ 
     5456    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTFtnEdn.class) 
     5457    public JAXBElement<CTPerm> createCTFtnEdnPermEnd(CTPerm value) { 
     5458        return new JAXBElement<CTPerm>(_RunInsPermEnd_QNAME, CTPerm.class, CTFtnEdn.class, value); 
     5459    } 
     5460 
     5461    /** 
     5462     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     5463     *  
     5464     */ 
     5465    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTFtnEdn.class) 
     5466    public JAXBElement<CTMoveBookmark> createCTFtnEdnMoveToRangeStart(CTMoveBookmark value) { 
     5467        return new JAXBElement<CTMoveBookmark>(_RunInsMoveToRangeStart_QNAME, CTMoveBookmark.class, CTFtnEdn.class, value); 
     5468    } 
     5469 
     5470    /** 
     5471     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     5472     *  
     5473     */ 
     5474    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTFtnEdn.class) 
     5475    public JAXBElement<CTMarkupRange> createCTFtnEdnBookmarkEnd(CTMarkupRange value) { 
     5476        return new JAXBElement<CTMarkupRange>(_RunInsBookmarkEnd_QNAME, CTMarkupRange.class, CTFtnEdn.class, value); 
     5477    } 
     5478 
     5479    /** 
     5480     * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >}} 
     5481     *  
     5482     */ 
     5483    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = CTFtnEdn.class) 
     5484    public JAXBElement<CTCustomXmlBlock> createCTFtnEdnCustomXml(CTCustomXmlBlock value) { 
     5485        return new JAXBElement<CTCustomXmlBlock>(_RunInsCustomXml_QNAME, CTCustomXmlBlock.class, CTFtnEdn.class, value); 
     5486    } 
     5487 
     5488    /** 
     5489     * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 
     5490     *  
     5491     */ 
     5492    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTFtnEdn.class) 
     5493    public JAXBElement<CTBookmark> createCTFtnEdnBookmarkStart(CTBookmark value) { 
     5494        return new JAXBElement<CTBookmark>(_RunInsBookmarkStart_QNAME, CTBookmark.class, CTFtnEdn.class, value); 
     5495    } 
     5496 
     5497    /** 
     5498     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     5499     *  
     5500     */ 
     5501    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTFtnEdn.class) 
     5502    public JAXBElement<RunTrackChange> createCTFtnEdnMoveTo(RunTrackChange value) { 
     5503        return new JAXBElement<RunTrackChange>(_RunInsMoveTo_QNAME, RunTrackChange.class, CTFtnEdn.class, value); 
     5504    } 
     5505 
     5506    /** 
     5507     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     5508     *  
     5509     */ 
     5510    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTFtnEdn.class) 
     5511    public JAXBElement<CTMarkup> createCTFtnEdnCustomXmlMoveFromRangeEnd(CTMarkup value) { 
     5512        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTFtnEdn.class, value); 
     5513    } 
     5514 
     5515    /** 
     5516     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.RPr }{@code >}} 
     5517     *  
     5518     */ 
     5519    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "rPr", scope = SdtPr.class) 
     5520    public JAXBElement<org.docx4j.wml.RPr> createSdtPrRPr(org.docx4j.wml.RPr value) { 
     5521        return new JAXBElement<org.docx4j.wml.RPr>(_SdtPrRPr_QNAME, org.docx4j.wml.RPr.class, SdtPr.class, value); 
     5522    } 
     5523 
     5524    /** 
     5525     * Create an instance of {@link JAXBElement }{@code <}{@link CTSdtText }{@code >}} 
     5526     *  
     5527     */ 
     5528    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "text", scope = SdtPr.class) 
     5529    public JAXBElement<CTSdtText> createSdtPrText(CTSdtText value) { 
     5530        return new JAXBElement<CTSdtText>(_SdtPrText_QNAME, CTSdtText.class, SdtPr.class, value); 
     5531    } 
     5532 
     5533    /** 
     5534     * Create an instance of {@link JAXBElement }{@code <}{@link SdtPr.Citation }{@code >}} 
     5535     *  
     5536     */ 
     5537    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "citation", scope = SdtPr.class) 
     5538    public JAXBElement<SdtPr.Citation> createSdtPrCitation(SdtPr.Citation value) { 
     5539        return new JAXBElement<SdtPr.Citation>(_SdtPrCitation_QNAME, SdtPr.Citation.class, SdtPr.class, value); 
     5540    } 
     5541 
     5542    /** 
     5543     * Create an instance of {@link JAXBElement }{@code <}{@link CTSdtDocPart }{@code >}} 
     5544     *  
     5545     */ 
     5546    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "docPartObj", scope = SdtPr.class) 
     5547    public JAXBElement<CTSdtDocPart> createSdtPrDocPartObj(CTSdtDocPart value) { 
     5548        return new JAXBElement<CTSdtDocPart>(_SdtPrDocPartObj_QNAME, CTSdtDocPart.class, SdtPr.class, value); 
     5549    } 
     5550 
     5551    /** 
     5552     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     5553     *  
     5554     */ 
     5555    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "showingPlcHdr", scope = SdtPr.class) 
     5556    public JAXBElement<BooleanDefaultTrue> createSdtPrShowingPlcHdr(BooleanDefaultTrue value) { 
     5557        return new JAXBElement<BooleanDefaultTrue>(_SdtPrShowingPlcHdr_QNAME, BooleanDefaultTrue.class, SdtPr.class, value); 
     5558    } 
     5559 
     5560    /** 
     5561     * Create an instance of {@link JAXBElement }{@code <}{@link CTPlaceholder }{@code >}} 
     5562     *  
     5563     */ 
     5564    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "placeholder", scope = SdtPr.class) 
     5565    public JAXBElement<CTPlaceholder> createSdtPrPlaceholder(CTPlaceholder value) { 
     5566        return new JAXBElement<CTPlaceholder>(_SdtPrPlaceholder_QNAME, CTPlaceholder.class, SdtPr.class, value); 
     5567    } 
     5568 
     5569    /** 
     5570     * Create an instance of {@link JAXBElement }{@code <}{@link SdtPr.Alias }{@code >}} 
     5571     *  
     5572     */ 
     5573    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "alias", scope = SdtPr.class) 
     5574    public JAXBElement<SdtPr.Alias> createSdtPrAlias(SdtPr.Alias value) { 
     5575        return new JAXBElement<SdtPr.Alias>(_SdtPrAlias_QNAME, SdtPr.Alias.class, SdtPr.class, value); 
     5576    } 
     5577 
     5578    /** 
     5579     * Create an instance of {@link JAXBElement }{@code <}{@link CTLock }{@code >}} 
     5580     *  
     5581     */ 
     5582    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "lock", scope = SdtPr.class) 
     5583    public JAXBElement<CTLock> createSdtPrLock(CTLock value) { 
     5584        return new JAXBElement<CTLock>(_SdtPrLock_QNAME, CTLock.class, SdtPr.class, value); 
     5585    } 
     5586 
     5587    /** 
     5588     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     5589     *  
     5590     */ 
     5591    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "temporary", scope = SdtPr.class) 
     5592    public JAXBElement<BooleanDefaultTrue> createSdtPrTemporary(BooleanDefaultTrue value) { 
     5593        return new JAXBElement<BooleanDefaultTrue>(_SdtPrTemporary_QNAME, BooleanDefaultTrue.class, SdtPr.class, value); 
     5594    } 
     5595 
     5596    /** 
     5597     * Create an instance of {@link JAXBElement }{@code <}{@link CTSdtComboBox }{@code >}} 
     5598     *  
     5599     */ 
     5600    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "comboBox", scope = SdtPr.class) 
     5601    public JAXBElement<CTSdtComboBox> createSdtPrComboBox(CTSdtComboBox value) { 
     5602        return new JAXBElement<CTSdtComboBox>(_SdtPrComboBox_QNAME, CTSdtComboBox.class, SdtPr.class, value); 
     5603    } 
     5604 
     5605    /** 
     5606     * Create an instance of {@link JAXBElement }{@code <}{@link SdtPr.Bibliography }{@code >}} 
     5607     *  
     5608     */ 
     5609    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bibliography", scope = SdtPr.class) 
     5610    public JAXBElement<SdtPr.Bibliography> createSdtPrBibliography(SdtPr.Bibliography value) { 
     5611        return new JAXBElement<SdtPr.Bibliography>(_SdtPrBibliography_QNAME, SdtPr.Bibliography.class, SdtPr.class, value); 
     5612    } 
     5613 
     5614    /** 
     5615     * Create an instance of {@link JAXBElement }{@code <}{@link SdtPr.RichText }{@code >}} 
     5616     *  
     5617     */ 
     5618    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "richText", scope = SdtPr.class) 
     5619    public JAXBElement<SdtPr.RichText> createSdtPrRichText(SdtPr.RichText value) { 
     5620        return new JAXBElement<SdtPr.RichText>(_SdtPrRichText_QNAME, SdtPr.RichText.class, SdtPr.class, value); 
     5621    } 
     5622 
     5623    /** 
     5624     * Create an instance of {@link JAXBElement }{@code <}{@link CTSdtDate }{@code >}} 
     5625     *  
     5626     */ 
     5627    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "date", scope = SdtPr.class) 
     5628    public JAXBElement<CTSdtDate> createSdtPrDate(CTSdtDate value) { 
     5629        return new JAXBElement<CTSdtDate>(_SdtPrDate_QNAME, CTSdtDate.class, SdtPr.class, value); 
     5630    } 
     5631 
     5632    /** 
     5633     * Create an instance of {@link JAXBElement }{@code <}{@link CTSdtDropDownList }{@code >}} 
     5634     *  
     5635     */ 
     5636    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "dropDownList", scope = SdtPr.class) 
     5637    public JAXBElement<CTSdtDropDownList> createSdtPrDropDownList(CTSdtDropDownList value) { 
     5638        return new JAXBElement<CTSdtDropDownList>(_SdtPrDropDownList_QNAME, CTSdtDropDownList.class, SdtPr.class, value); 
     5639    } 
     5640 
     5641    /** 
     5642     * Create an instance of {@link JAXBElement }{@code <}{@link SdtPr.Picture }{@code >}} 
     5643     *  
     5644     */ 
     5645    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "picture", scope = SdtPr.class) 
     5646    public JAXBElement<SdtPr.Picture> createSdtPrPicture(SdtPr.Picture value) { 
     5647        return new JAXBElement<SdtPr.Picture>(_SdtPrPicture_QNAME, SdtPr.Picture.class, SdtPr.class, value); 
     5648    } 
     5649 
     5650    /** 
     5651     * Create an instance of {@link JAXBElement }{@code <}{@link SdtPr.Equation }{@code >}} 
     5652     *  
     5653     */ 
     5654    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "equation", scope = SdtPr.class) 
     5655    public JAXBElement<SdtPr.Equation> createSdtPrEquation(SdtPr.Equation value) { 
     5656        return new JAXBElement<SdtPr.Equation>(_SdtPrEquation_QNAME, SdtPr.Equation.class, SdtPr.class, value); 
     5657    } 
     5658 
     5659    /** 
     5660     * Create an instance of {@link JAXBElement }{@code <}{@link CTDataBinding }{@code >}} 
     5661     *  
     5662     */ 
     5663    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "dataBinding", scope = SdtPr.class) 
     5664    public JAXBElement<CTDataBinding> createSdtPrDataBinding(CTDataBinding value) { 
     5665        return new JAXBElement<CTDataBinding>(_SdtPrDataBinding_QNAME, CTDataBinding.class, SdtPr.class, value); 
     5666    } 
     5667 
     5668    /** 
     5669     * Create an instance of {@link JAXBElement }{@code <}{@link CTSdtDocPart }{@code >}} 
     5670     *  
     5671     */ 
     5672    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "docPartList", scope = SdtPr.class) 
     5673    public JAXBElement<CTSdtDocPart> createSdtPrDocPartList(CTSdtDocPart value) { 
     5674        return new JAXBElement<CTSdtDocPart>(_SdtPrDocPartList_QNAME, CTSdtDocPart.class, SdtPr.class, value); 
     5675    } 
     5676 
     5677    /** 
     5678     * Create an instance of {@link JAXBElement }{@code <}{@link SdtPr.Group }{@code >}} 
     5679     *  
     5680     */ 
     5681    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "group", scope = SdtPr.class) 
     5682    public JAXBElement<SdtPr.Group> createSdtPrGroup(SdtPr.Group value) { 
     5683        return new JAXBElement<SdtPr.Group>(_SdtPrGroup_QNAME, SdtPr.Group.class, SdtPr.class, value); 
     5684    } 
     5685 
     5686    /** 
     5687     * Create an instance of {@link JAXBElement }{@code <}{@link CTFFDDList }{@code >}} 
     5688     *  
     5689     */ 
     5690    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "ddList", scope = CTFFData.class) 
     5691    public JAXBElement<CTFFDDList> createCTFFDataDdList(CTFFDDList value) { 
     5692        return new JAXBElement<CTFFDDList>(_CTFFDataDdList_QNAME, CTFFDDList.class, CTFFData.class, value); 
     5693    } 
     5694 
     5695    /** 
     5696     * Create an instance of {@link JAXBElement }{@code <}{@link CTMacroName }{@code >}} 
     5697     *  
     5698     */ 
     5699    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "entryMacro", scope = CTFFData.class) 
     5700    public JAXBElement<CTMacroName> createCTFFDataEntryMacro(CTMacroName value) { 
     5701        return new JAXBElement<CTMacroName>(_CTFFDataEntryMacro_QNAME, CTMacroName.class, CTFFData.class, value); 
     5702    } 
     5703 
     5704    /** 
     5705     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     5706     *  
     5707     */ 
     5708    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "enabled", scope = CTFFData.class) 
     5709    public JAXBElement<BooleanDefaultTrue> createCTFFDataEnabled(BooleanDefaultTrue value) { 
     5710        return new JAXBElement<BooleanDefaultTrue>(_CTFFDataEnabled_QNAME, BooleanDefaultTrue.class, CTFFData.class, value); 
     5711    } 
     5712 
     5713    /** 
     5714     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     5715     *  
     5716     */ 
     5717    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "calcOnExit", scope = CTFFData.class) 
     5718    public JAXBElement<BooleanDefaultTrue> createCTFFDataCalcOnExit(BooleanDefaultTrue value) { 
     5719        return new JAXBElement<BooleanDefaultTrue>(_CTFFDataCalcOnExit_QNAME, BooleanDefaultTrue.class, CTFFData.class, value); 
     5720    } 
     5721 
     5722    /** 
     5723     * Create an instance of {@link JAXBElement }{@code <}{@link CTFFName }{@code >}} 
     5724     *  
     5725     */ 
     5726    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "name", scope = CTFFData.class) 
     5727    public JAXBElement<CTFFName> createCTFFDataName(CTFFName value) { 
     5728        return new JAXBElement<CTFFName>(_CTFFDataName_QNAME, CTFFName.class, CTFFData.class, value); 
     5729    } 
     5730 
     5731    /** 
     5732     * Create an instance of {@link JAXBElement }{@code <}{@link CTFFCheckBox }{@code >}} 
     5733     *  
     5734     */ 
     5735    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "checkBox", scope = CTFFData.class) 
     5736    public JAXBElement<CTFFCheckBox> createCTFFDataCheckBox(CTFFCheckBox value) { 
     5737        return new JAXBElement<CTFFCheckBox>(_CTFFDataCheckBox_QNAME, CTFFCheckBox.class, CTFFData.class, value); 
     5738    } 
     5739 
     5740    /** 
     5741     * Create an instance of {@link JAXBElement }{@code <}{@link CTFFStatusText }{@code >}} 
     5742     *  
     5743     */ 
     5744    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "statusText", scope = CTFFData.class) 
     5745    public JAXBElement<CTFFStatusText> createCTFFDataStatusText(CTFFStatusText value) { 
     5746        return new JAXBElement<CTFFStatusText>(_CTFFDataStatusText_QNAME, CTFFStatusText.class, CTFFData.class, value); 
     5747    } 
     5748 
     5749    /** 
     5750     * Create an instance of {@link JAXBElement }{@code <}{@link CTFFHelpText }{@code >}} 
     5751     *  
     5752     */ 
     5753    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "helpText", scope = CTFFData.class) 
     5754    public JAXBElement<CTFFHelpText> createCTFFDataHelpText(CTFFHelpText value) { 
     5755        return new JAXBElement<CTFFHelpText>(_CTFFDataHelpText_QNAME, CTFFHelpText.class, CTFFData.class, value); 
     5756    } 
     5757 
     5758    /** 
     5759     * Create an instance of {@link JAXBElement }{@code <}{@link CTFFTextInput }{@code >}} 
     5760     *  
     5761     */ 
     5762    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "textInput", scope = CTFFData.class) 
     5763    public JAXBElement<CTFFTextInput> createCTFFDataTextInput(CTFFTextInput value) { 
     5764        return new JAXBElement<CTFFTextInput>(_CTFFDataTextInput_QNAME, CTFFTextInput.class, CTFFData.class, value); 
     5765    } 
     5766 
     5767    /** 
     5768     * Create an instance of {@link JAXBElement }{@code <}{@link CTMacroName }{@code >}} 
     5769     *  
     5770     */ 
     5771    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "exitMacro", scope = CTFFData.class) 
     5772    public JAXBElement<CTMacroName> createCTFFDataExitMacro(CTMacroName value) { 
     5773        return new JAXBElement<CTMacroName>(_CTFFDataExitMacro_QNAME, CTMacroName.class, CTFFData.class, value); 
     5774    } 
     5775 
     5776    /** 
     5777     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     5778     *  
     5779     */ 
     5780    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTCustomXmlRow.class) 
     5781    public JAXBElement<CTMoveBookmark> createCTCustomXmlRowMoveFromRangeStart(CTMoveBookmark value) { 
     5782        return new JAXBElement<CTMoveBookmark>(_RunInsMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTCustomXmlRow.class, value); 
     5783    } 
     5784 
     5785    /** 
     5786     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     5787     *  
     5788     */ 
     5789    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTCustomXmlRow.class) 
     5790    public JAXBElement<RunTrackChange> createCTCustomXmlRowMoveFrom(RunTrackChange value) { 
     5791        return new JAXBElement<RunTrackChange>(_RunInsMoveFrom_QNAME, RunTrackChange.class, CTCustomXmlRow.class, value); 
     5792    } 
     5793 
     5794    /** 
     5795     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     5796     *  
     5797     */ 
     5798    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTCustomXmlRow.class) 
     5799    public JAXBElement<CTMarkupRange> createCTCustomXmlRowMoveFromRangeEnd(CTMarkupRange value) { 
     5800        return new JAXBElement<CTMarkupRange>(_RunInsMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlRow.class, value); 
     5801    } 
     5802 
     5803    /** 
     5804     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     5805     *  
     5806     */ 
     5807    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTCustomXmlRow.class) 
     5808    public JAXBElement<CTTrackChange> createCTCustomXmlRowCustomXmlMoveFromRangeStart(CTTrackChange value) { 
     5809        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTCustomXmlRow.class, value); 
     5810    } 
     5811 
     5812    /** 
     5813     * Create an instance of {@link JAXBElement }{@code <}{@link CTSdtRow }{@code >}} 
     5814     *  
     5815     */ 
     5816    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sdt", scope = CTCustomXmlRow.class) 
     5817    public JAXBElement<CTSdtRow> createCTCustomXmlRowSdt(CTSdtRow value) { 
     5818        return new JAXBElement<CTSdtRow>(_RunInsSdt_QNAME, CTSdtRow.class, CTCustomXmlRow.class, value); 
     5819    } 
     5820 
     5821    /** 
     5822     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     5823     *  
     5824     */ 
     5825    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTCustomXmlRow.class) 
     5826    public JAXBElement<CTMarkupRange> createCTCustomXmlRowMoveToRangeEnd(CTMarkupRange value) { 
     5827        return new JAXBElement<CTMarkupRange>(_RunInsMoveToRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlRow.class, value); 
     5828    } 
     5829 
     5830    /** 
     5831     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     5832     *  
     5833     */ 
     5834    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTCustomXmlRow.class) 
     5835    public JAXBElement<CTTrackChange> createCTCustomXmlRowCustomXmlDelRangeStart(CTTrackChange value) { 
     5836        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTCustomXmlRow.class, value); 
     5837    } 
     5838 
     5839    /** 
     5840     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     5841     *  
     5842     */ 
     5843    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTCustomXmlRow.class) 
     5844    public JAXBElement<CTMarkup> createCTCustomXmlRowCustomXmlDelRangeEnd(CTMarkup value) { 
     5845        return new JAXBElement<CTMarkup>(_RunInsCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTCustomXmlRow.class, value); 
     5846    } 
     5847 
     5848    /** 
     5849     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     5850     *  
     5851     */ 
     5852    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTCustomXmlRow.class) 
     5853    public JAXBElement<CTMarkup> createCTCustomXmlRowCustomXmlMoveToRangeEnd(CTMarkup value) { 
     5854        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTCustomXmlRow.class, value); 
     5855    } 
     5856 
     5857    /** 
     5858     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     5859     *  
     5860     */ 
     5861    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTCustomXmlRow.class) 
     5862    public JAXBElement<CTTrackChange> createCTCustomXmlRowCustomXmlInsRangeStart(CTTrackChange value) { 
     5863        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTCustomXmlRow.class, value); 
     5864    } 
     5865 
     5866    /** 
     5867     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     5868     *  
     5869     */ 
     5870    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTCustomXmlRow.class) 
     5871    public JAXBElement<CTTrackChange> createCTCustomXmlRowCustomXmlMoveToRangeStart(CTTrackChange value) { 
     5872        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTCustomXmlRow.class, value); 
     5873    } 
     5874 
     5875    /** 
     5876     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     5877     *  
     5878     */ 
     5879    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTCustomXmlRow.class) 
     5880    public JAXBElement<CTMarkup> createCTCustomXmlRowCustomXmlInsRangeEnd(CTMarkup value) { 
     5881        return new JAXBElement<CTMarkup>(_RunInsCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTCustomXmlRow.class, value); 
     5882    } 
     5883 
     5884    /** 
     5885     * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 
     5886     *  
     5887     */ 
     5888    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTCustomXmlRow.class) 
     5889    public JAXBElement<RangePermissionStart> createCTCustomXmlRowPermStart(RangePermissionStart value) { 
     5890        return new JAXBElement<RangePermissionStart>(_RunInsPermStart_QNAME, RangePermissionStart.class, CTCustomXmlRow.class, value); 
     5891    } 
     5892 
     5893    /** 
     5894     * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 
     5895     *  
     5896     */ 
     5897    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTCustomXmlRow.class) 
     5898    public JAXBElement<CTPerm> createCTCustomXmlRowPermEnd(CTPerm value) { 
     5899        return new JAXBElement<CTPerm>(_RunInsPermEnd_QNAME, CTPerm.class, CTCustomXmlRow.class, value); 
     5900    } 
     5901 
     5902    /** 
     5903     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     5904     *  
     5905     */ 
     5906    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTCustomXmlRow.class) 
     5907    public JAXBElement<CTMoveBookmark> createCTCustomXmlRowMoveToRangeStart(CTMoveBookmark value) { 
     5908        return new JAXBElement<CTMoveBookmark>(_RunInsMoveToRangeStart_QNAME, CTMoveBookmark.class, CTCustomXmlRow.class, value); 
     5909    } 
     5910 
     5911    /** 
     5912     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     5913     *  
     5914     */ 
     5915    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTCustomXmlRow.class) 
     5916    public JAXBElement<CTMarkupRange> createCTCustomXmlRowBookmarkEnd(CTMarkupRange value) { 
     5917        return new JAXBElement<CTMarkupRange>(_RunInsBookmarkEnd_QNAME, CTMarkupRange.class, CTCustomXmlRow.class, value); 
     5918    } 
     5919 
     5920    /** 
     5921     * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlRow }{@code >}} 
     5922     *  
     5923     */ 
     5924    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = CTCustomXmlRow.class) 
     5925    public JAXBElement<CTCustomXmlRow> createCTCustomXmlRowCustomXml(CTCustomXmlRow value) { 
     5926        return new JAXBElement<CTCustomXmlRow>(_RunInsCustomXml_QNAME, CTCustomXmlRow.class, CTCustomXmlRow.class, value); 
     5927    } 
     5928 
     5929    /** 
     5930     * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 
     5931     *  
     5932     */ 
     5933    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTCustomXmlRow.class) 
     5934    public JAXBElement<CTBookmark> createCTCustomXmlRowBookmarkStart(CTBookmark value) { 
     5935        return new JAXBElement<CTBookmark>(_RunInsBookmarkStart_QNAME, CTBookmark.class, CTCustomXmlRow.class, value); 
     5936    } 
     5937 
     5938    /** 
     5939     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     5940     *  
     5941     */ 
     5942    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTCustomXmlRow.class) 
     5943    public JAXBElement<RunTrackChange> createCTCustomXmlRowMoveTo(RunTrackChange value) { 
     5944        return new JAXBElement<RunTrackChange>(_RunInsMoveTo_QNAME, RunTrackChange.class, CTCustomXmlRow.class, value); 
     5945    } 
     5946 
     5947    /** 
     5948     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     5949     *  
     5950     */ 
     5951    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTCustomXmlRow.class) 
     5952    public JAXBElement<CTMarkup> createCTCustomXmlRowCustomXmlMoveFromRangeEnd(CTMarkup value) { 
     5953        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTCustomXmlRow.class, value); 
     5954    } 
     5955 
     5956    /** 
     5957     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     5958     *  
     5959     */ 
     5960    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tblHeader", scope = CTTrPrBase.class) 
     5961    public JAXBElement<BooleanDefaultTrue> createCTTrPrBaseTblHeader(BooleanDefaultTrue value) { 
     5962        return new JAXBElement<BooleanDefaultTrue>(_CTTrPrBaseTblHeader_QNAME, BooleanDefaultTrue.class, CTTrPrBase.class, value); 
     5963    } 
     5964 
     5965    /** 
     5966     * Create an instance of {@link JAXBElement }{@code <}{@link Jc }{@code >}} 
     5967     *  
     5968     */ 
     5969    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "jc", scope = CTTrPrBase.class) 
     5970    public JAXBElement<Jc> createCTTrPrBaseJc(Jc value) { 
     5971        return new JAXBElement<Jc>(_CTTrPrBaseJc_QNAME, Jc.class, CTTrPrBase.class, value); 
     5972    } 
     5973 
     5974    /** 
     5975     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrPrBase.GridBefore }{@code >}} 
     5976     *  
     5977     */ 
     5978    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "gridBefore", scope = CTTrPrBase.class) 
     5979    public JAXBElement<CTTrPrBase.GridBefore> createCTTrPrBaseGridBefore(CTTrPrBase.GridBefore value) { 
     5980        return new JAXBElement<CTTrPrBase.GridBefore>(_CTTrPrBaseGridBefore_QNAME, CTTrPrBase.GridBefore.class, CTTrPrBase.class, value); 
     5981    } 
     5982 
     5983    /** 
     5984     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     5985     *  
     5986     */ 
     5987    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "cantSplit", scope = CTTrPrBase.class) 
     5988    public JAXBElement<BooleanDefaultTrue> createCTTrPrBaseCantSplit(BooleanDefaultTrue value) { 
     5989        return new JAXBElement<BooleanDefaultTrue>(_CTTrPrBaseCantSplit_QNAME, BooleanDefaultTrue.class, CTTrPrBase.class, value); 
     5990    } 
     5991 
     5992    /** 
     5993     * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 
     5994     *  
     5995     */ 
     5996    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "hidden", scope = CTTrPrBase.class) 
     5997    public JAXBElement<BooleanDefaultTrue> createCTTrPrBaseHidden(BooleanDefaultTrue value) { 
     5998        return new JAXBElement<BooleanDefaultTrue>(_CTTrPrBaseHidden_QNAME, BooleanDefaultTrue.class, CTTrPrBase.class, value); 
     5999    } 
     6000 
     6001    /** 
     6002     * Create an instance of {@link JAXBElement }{@code <}{@link CTHeight }{@code >}} 
     6003     *  
     6004     */ 
     6005    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "trHeight", scope = CTTrPrBase.class) 
     6006    public JAXBElement<CTHeight> createCTTrPrBaseTrHeight(CTHeight value) { 
     6007        return new JAXBElement<CTHeight>(_CTTrPrBaseTrHeight_QNAME, CTHeight.class, CTTrPrBase.class, value); 
     6008    } 
     6009 
     6010    /** 
     6011     * Create an instance of {@link JAXBElement }{@code <}{@link TblWidth }{@code >}} 
     6012     *  
     6013     */ 
     6014    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tblCellSpacing", scope = CTTrPrBase.class) 
     6015    public JAXBElement<TblWidth> createCTTrPrBaseTblCellSpacing(TblWidth value) { 
     6016        return new JAXBElement<TblWidth>(_CTTrPrBaseTblCellSpacing_QNAME, TblWidth.class, CTTrPrBase.class, value); 
     6017    } 
     6018 
     6019    /** 
     6020     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrPrBase.GridAfter }{@code >}} 
     6021     *  
     6022     */ 
     6023    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "gridAfter", scope = CTTrPrBase.class) 
     6024    public JAXBElement<CTTrPrBase.GridAfter> createCTTrPrBaseGridAfter(CTTrPrBase.GridAfter value) { 
     6025        return new JAXBElement<CTTrPrBase.GridAfter>(_CTTrPrBaseGridAfter_QNAME, CTTrPrBase.GridAfter.class, CTTrPrBase.class, value); 
     6026    } 
     6027 
     6028    /** 
     6029     * Create an instance of {@link JAXBElement }{@code <}{@link TblWidth }{@code >}} 
     6030     *  
     6031     */ 
     6032    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "wAfter", scope = CTTrPrBase.class) 
     6033    public JAXBElement<TblWidth> createCTTrPrBaseWAfter(TblWidth value) { 
     6034        return new JAXBElement<TblWidth>(_CTTrPrBaseWAfter_QNAME, TblWidth.class, CTTrPrBase.class, value); 
     6035    } 
     6036 
     6037    /** 
     6038     * Create an instance of {@link JAXBElement }{@code <}{@link TblWidth }{@code >}} 
     6039     *  
     6040     */ 
     6041    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "wBefore", scope = CTTrPrBase.class) 
     6042    public JAXBElement<TblWidth> createCTTrPrBaseWBefore(TblWidth value) { 
     6043        return new JAXBElement<TblWidth>(_CTTrPrBaseWBefore_QNAME, TblWidth.class, CTTrPrBase.class, value); 
     6044    } 
     6045 
     6046    /** 
     6047     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrPrBase.DivId }{@code >}} 
     6048     *  
     6049     */ 
     6050    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "divId", scope = CTTrPrBase.class) 
     6051    public JAXBElement<CTTrPrBase.DivId> createCTTrPrBaseDivId(CTTrPrBase.DivId value) { 
     6052        return new JAXBElement<CTTrPrBase.DivId>(_CTTrPrBaseDivId_QNAME, CTTrPrBase.DivId.class, CTTrPrBase.class, value); 
     6053    } 
     6054 
     6055    /** 
     6056     * Create an instance of {@link JAXBElement }{@code <}{@link CTCnf }{@code >}} 
     6057     *  
     6058     */ 
     6059    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "cnfStyle", scope = CTTrPrBase.class) 
     6060    public JAXBElement<CTCnf> createCTTrPrBaseCnfStyle(CTCnf value) { 
     6061        return new JAXBElement<CTCnf>(_CTTrPrBaseCnfStyle_QNAME, CTCnf.class, CTTrPrBase.class, value); 
     6062    } 
     6063 
     6064    /** 
     6065     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     6066     *  
     6067     */ 
     6068    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTCustomXmlRun.class) 
     6069    public JAXBElement<CTMoveBookmark> createCTCustomXmlRunMoveFromRangeStart(CTMoveBookmark value) { 
     6070        return new JAXBElement<CTMoveBookmark>(_RunInsMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTCustomXmlRun.class, value); 
     6071    } 
     6072 
     6073    /** 
     6074     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     6075     *  
     6076     */ 
     6077    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTCustomXmlRun.class) 
     6078    public JAXBElement<RunTrackChange> createCTCustomXmlRunMoveFrom(RunTrackChange value) { 
     6079        return new JAXBElement<RunTrackChange>(_RunInsMoveFrom_QNAME, RunTrackChange.class, CTCustomXmlRun.class, value); 
     6080    } 
     6081 
     6082    /** 
     6083     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     6084     *  
     6085     */ 
     6086    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTCustomXmlRun.class) 
     6087    public JAXBElement<CTMarkupRange> createCTCustomXmlRunMoveFromRangeEnd(CTMarkupRange value) { 
     6088        return new JAXBElement<CTMarkupRange>(_RunInsMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlRun.class, value); 
     6089    } 
     6090 
     6091    /** 
     6092     * Create an instance of {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >}} 
     6093     *  
     6094     */ 
     6095    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "fldSimple", scope = CTCustomXmlRun.class) 
     6096    public JAXBElement<CTSimpleField> createCTCustomXmlRunFldSimple(CTSimpleField value) { 
     6097        return new JAXBElement<CTSimpleField>(_PFldSimple_QNAME, CTSimpleField.class, CTCustomXmlRun.class, value); 
     6098    } 
     6099 
     6100    /** 
     6101     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     6102     *  
     6103     */ 
     6104    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTCustomXmlRun.class) 
     6105    public JAXBElement<CTTrackChange> createCTCustomXmlRunCustomXmlMoveFromRangeStart(CTTrackChange value) { 
     6106        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTCustomXmlRun.class, value); 
     6107    } 
     6108 
     6109    /** 
     6110     * Create an instance of {@link JAXBElement }{@code <}{@link SdtRun }{@code >}} 
     6111     *  
     6112     */ 
     6113    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sdt", scope = CTCustomXmlRun.class) 
     6114    public JAXBElement<SdtRun> createCTCustomXmlRunSdt(SdtRun value) { 
     6115        return new JAXBElement<SdtRun>(_RunInsSdt_QNAME, SdtRun.class, CTCustomXmlRun.class, value); 
     6116    } 
     6117 
     6118    /** 
     6119     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     6120     *  
     6121     */ 
     6122    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTCustomXmlRun.class) 
     6123    public JAXBElement<CTTrackChange> createCTCustomXmlRunCustomXmlDelRangeStart(CTTrackChange value) { 
     6124        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTCustomXmlRun.class, value); 
     6125    } 
     6126 
     6127    /** 
     6128     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     6129     *  
     6130     */ 
     6131    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTCustomXmlRun.class) 
     6132    public JAXBElement<CTMarkupRange> createCTCustomXmlRunMoveToRangeEnd(CTMarkupRange value) { 
     6133        return new JAXBElement<CTMarkupRange>(_RunInsMoveToRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlRun.class, value); 
     6134    } 
     6135 
     6136    /** 
     6137     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     6138     *  
     6139     */ 
     6140    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTCustomXmlRun.class) 
     6141    public JAXBElement<CTMarkup> createCTCustomXmlRunCustomXmlDelRangeEnd(CTMarkup value) { 
     6142        return new JAXBElement<CTMarkup>(_RunInsCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTCustomXmlRun.class, value); 
     6143    } 
     6144 
     6145    /** 
     6146     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     6147     *  
     6148     */ 
     6149    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTCustomXmlRun.class) 
     6150    public JAXBElement<CTMarkup> createCTCustomXmlRunCustomXmlMoveToRangeEnd(CTMarkup value) { 
     6151        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTCustomXmlRun.class, value); 
     6152    } 
     6153 
     6154    /** 
     6155     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     6156     *  
     6157     */ 
     6158    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTCustomXmlRun.class) 
     6159    public JAXBElement<CTTrackChange> createCTCustomXmlRunCustomXmlInsRangeStart(CTTrackChange value) { 
     6160        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTCustomXmlRun.class, value); 
     6161    } 
     6162 
     6163    /** 
     6164     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     6165     *  
     6166     */ 
     6167    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTCustomXmlRun.class) 
     6168    public JAXBElement<CTTrackChange> createCTCustomXmlRunCustomXmlMoveToRangeStart(CTTrackChange value) { 
     6169        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTCustomXmlRun.class, value); 
     6170    } 
     6171 
     6172    /** 
     6173     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     6174     *  
     6175     */ 
     6176    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTCustomXmlRun.class) 
     6177    public JAXBElement<CTMarkup> createCTCustomXmlRunCustomXmlInsRangeEnd(CTMarkup value) { 
     6178        return new JAXBElement<CTMarkup>(_RunInsCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTCustomXmlRun.class, value); 
     6179    } 
     6180 
     6181    /** 
     6182     * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 
     6183     *  
     6184     */ 
     6185    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTCustomXmlRun.class) 
     6186    public JAXBElement<CTPerm> createCTCustomXmlRunPermEnd(CTPerm value) { 
     6187        return new JAXBElement<CTPerm>(_RunInsPermEnd_QNAME, CTPerm.class, CTCustomXmlRun.class, value); 
     6188    } 
     6189 
     6190    /** 
     6191     * Create an instance of {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >}} 
     6192     *  
     6193     */ 
     6194    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "hyperlink", scope = CTCustomXmlRun.class) 
     6195    public JAXBElement<CTHyperlink> createCTCustomXmlRunHyperlink(CTHyperlink value) { 
     6196        return new JAXBElement<CTHyperlink>(_PHyperlink_QNAME, CTHyperlink.class, CTCustomXmlRun.class, value); 
     6197    } 
     6198 
     6199    /** 
     6200     * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 
     6201     *  
     6202     */ 
     6203    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTCustomXmlRun.class) 
     6204    public JAXBElement<RangePermissionStart> createCTCustomXmlRunPermStart(RangePermissionStart value) { 
     6205        return new JAXBElement<RangePermissionStart>(_RunInsPermStart_QNAME, RangePermissionStart.class, CTCustomXmlRun.class, value); 
     6206    } 
     6207 
     6208    /** 
     6209     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     6210     *  
     6211     */ 
     6212    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTCustomXmlRun.class) 
     6213    public JAXBElement<CTMoveBookmark> createCTCustomXmlRunMoveToRangeStart(CTMoveBookmark value) { 
     6214        return new JAXBElement<CTMoveBookmark>(_RunInsMoveToRangeStart_QNAME, CTMoveBookmark.class, CTCustomXmlRun.class, value); 
     6215    } 
     6216 
     6217    /** 
     6218     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     6219     *  
     6220     */ 
     6221    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTCustomXmlRun.class) 
     6222    public JAXBElement<CTMarkupRange> createCTCustomXmlRunBookmarkEnd(CTMarkupRange value) { 
     6223        return new JAXBElement<CTMarkupRange>(_RunInsBookmarkEnd_QNAME, CTMarkupRange.class, CTCustomXmlRun.class, value); 
     6224    } 
     6225 
     6226    /** 
     6227     * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >}} 
     6228     *  
     6229     */ 
     6230    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = CTCustomXmlRun.class) 
     6231    public JAXBElement<CTCustomXmlRun> createCTCustomXmlRunCustomXml(CTCustomXmlRun value) { 
     6232        return new JAXBElement<CTCustomXmlRun>(_RunInsCustomXml_QNAME, CTCustomXmlRun.class, CTCustomXmlRun.class, value); 
     6233    } 
     6234 
     6235    /** 
     6236     * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 
     6237     *  
     6238     */ 
     6239    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTCustomXmlRun.class) 
     6240    public JAXBElement<CTBookmark> createCTCustomXmlRunBookmarkStart(CTBookmark value) { 
     6241        return new JAXBElement<CTBookmark>(_RunInsBookmarkStart_QNAME, CTBookmark.class, CTCustomXmlRun.class, value); 
     6242    } 
     6243 
     6244    /** 
     6245     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     6246     *  
     6247     */ 
     6248    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTCustomXmlRun.class) 
     6249    public JAXBElement<RunTrackChange> createCTCustomXmlRunMoveTo(RunTrackChange value) { 
     6250        return new JAXBElement<RunTrackChange>(_RunInsMoveTo_QNAME, RunTrackChange.class, CTCustomXmlRun.class, value); 
     6251    } 
     6252 
     6253    /** 
     6254     * Create an instance of {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >}} 
     6255     *  
     6256     */ 
     6257    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "smartTag", scope = CTCustomXmlRun.class) 
     6258    public JAXBElement<CTSmartTagRun> createCTCustomXmlRunSmartTag(CTSmartTagRun value) { 
     6259        return new JAXBElement<CTSmartTagRun>(_RunInsSmartTag_QNAME, CTSmartTagRun.class, CTCustomXmlRun.class, value); 
     6260    } 
     6261 
     6262    /** 
     6263     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     6264     *  
     6265     */ 
     6266    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTCustomXmlRun.class) 
     6267    public JAXBElement<CTMarkup> createCTCustomXmlRunCustomXmlMoveFromRangeEnd(CTMarkup value) { 
     6268        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTCustomXmlRun.class, value); 
     6269    } 
     6270 
     6271    /** 
     6272     * Create an instance of {@link JAXBElement }{@code <}{@link CTRel }{@code >}} 
     6273     *  
     6274     */ 
     6275    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "subDoc", scope = CTCustomXmlRun.class) 
     6276    public JAXBElement<CTRel> createCTCustomXmlRunSubDoc(CTRel value) { 
     6277        return new JAXBElement<CTRel>(_PSubDoc_QNAME, CTRel.class, CTCustomXmlRun.class, value); 
     6278    } 
     6279 
     6280    /** 
     6281     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     6282     *  
     6283     */ 
     6284    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = Ftr.class) 
     6285    public JAXBElement<CTMoveBookmark> createFtrMoveFromRangeStart(CTMoveBookmark value) { 
     6286        return new JAXBElement<CTMoveBookmark>(_RunInsMoveFromRangeStart_QNAME, CTMoveBookmark.class, Ftr.class, value); 
     6287    } 
     6288 
     6289    /** 
     6290     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 
     6291     *  
     6292     */ 
     6293    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = Ftr.class) 
     6294    public JAXBElement<RunTrackChange> createFtrMoveFrom(RunTrackChange value) { 
     6295        return new JAXBElement<RunTrackChange>(_RunInsMoveFrom_QNAME, RunTrackChange.class, Ftr.class, value); 
     6296    } 
     6297 
     6298    /** 
     6299     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     6300     *  
     6301     */ 
     6302    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = Ftr.class) 
     6303    public JAXBElement<CTMarkupRange> createFtrMoveFromRangeEnd(CTMarkupRange value) { 
     6304        return new JAXBElement<CTMarkupRange>(_RunInsMoveFromRangeEnd_QNAME, CTMarkupRange.class, Ftr.class, value); 
     6305    } 
     6306 
     6307    /** 
     6308     * Create an instance of {@link JAXBElement }{@code <}{@link Tbl }{@code >}} 
     6309     *  
     6310     */ 
     6311    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tbl", scope = Ftr.class) 
     6312    public JAXBElement<Tbl> createFtrTbl(Tbl value) { 
     6313        return new JAXBElement<Tbl>(_HdrTbl_QNAME, Tbl.class, Ftr.class, value); 
     6314    } 
     6315 
     6316    /** 
     6317     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     6318     *  
     6319     */ 
     6320    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = Ftr.class) 
     6321    public JAXBElement<CTTrackChange> createFtrCustomXmlMoveFromRangeStart(CTTrackChange value) { 
     6322        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, Ftr.class, value); 
     6323    } 
     6324 
     6325    /** 
     6326     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     6327     *  
     6328     */ 
     6329    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = Ftr.class) 
     6330    public JAXBElement<CTTrackChange> createFtrCustomXmlDelRangeStart(CTTrackChange value) { 
     6331        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlDelRangeStart_QNAME, CTTrackChange.class, Ftr.class, value); 
     6332    } 
     6333 
     6334    /** 
     6335     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     6336     *  
     6337     */ 
     6338    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = Ftr.class) 
     6339    public JAXBElement<CTMarkup> createFtrCustomXmlDelRangeEnd(CTMarkup value) { 
     6340        return new JAXBElement<CTMarkup>(_RunInsCustomXmlDelRangeEnd_QNAME, CTMarkup.class, Ftr.class, value); 
     6341    } 
     6342 
     6343    /** 
     6344     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 
     6345     *  
     6346     */ 
     6347    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = Ftr.class) 
     6348    public JAXBElement<CTMarkupRange> createFtrMoveToRangeEnd(CTMarkupRange value) { 
     6349        return new JAXBElement<CTMarkupRange>(_RunInsMoveToRangeEnd_QNAME, CTMarkupRange.class, Ftr.class, value); 
     6350    } 
     6351 
     6352    /** 
     6353     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     6354     *  
     6355     */ 
     6356    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = Ftr.class) 
     6357    public JAXBElement<CTMarkup> createFtrCustomXmlMoveToRangeEnd(CTMarkup value) { 
     6358        return new JAXBElement<CTMarkup>(_RunInsCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, Ftr.class, value); 
     6359    } 
     6360 
     6361    /** 
     6362     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     6363     *  
     6364     */ 
     6365    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = Ftr.class) 
     6366    public JAXBElement<CTTrackChange> createFtrCustomXmlInsRangeStart(CTTrackChange value) { 
     6367        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlInsRangeStart_QNAME, CTTrackChange.class, Ftr.class, value); 
     6368    } 
     6369 
     6370    /** 
     6371     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 
     6372     *  
     6373     */ 
     6374    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = Ftr.class) 
     6375    public JAXBElement<CTTrackChange> createFtrCustomXmlMoveToRangeStart(CTTrackChange value) { 
     6376        return new JAXBElement<CTTrackChange>(_RunInsCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, Ftr.class, value); 
     6377    } 
     6378 
     6379    /** 
     6380     * Create an instance of {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >}} 
     6381     *  
     6382     */ 
     6383    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "altChunk", scope = Ftr.class) 
     6384    public JAXBElement<CTAltChunk> createFtrAltChunk(CTAltChunk value) { 
     6385        return new JAXBElement<CTAltChunk>(_HdrAltChunk_QNAME, CTAltChunk.class, Ftr.class, value); 
     6386    } 
     6387 
     6388    /** 
     6389     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 
     6390     *  
     6391     */ 
     6392    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = Ftr.class) 
     6393    public JAXBElement<CTMarkup> createFtrCustomXmlInsRangeEnd(CTMarkup value) { 
     6394        return new JAXBElement<CTMarkup>(_RunInsCustomXmlInsRangeEnd_QNAME, CTMarkup.class, Ftr.class, value); 
     6395    } 
     6396 
     6397    /** 
     6398     * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 
     6399     *  
     6400     */ 
     6401    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = Ftr.class) 
     6402    public JAXBElement<CTPerm> createFtrPermEnd(CTPerm value) { 
     6403        return new JAXBElement<CTPerm>(_RunInsPermEnd_QNAME, CTPerm.class, Ftr.class, value); 
     6404    } 
     6405 
     6406    /** 
     6407     * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 
     6408     *  
     6409     */ 
     6410    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = Ftr.class) 
     6411    public JAXBElement<RangePermissionStart> createFtrPermStart(RangePermissionStart value) { 
     6412        return new JAXBElement<RangePermissionStart>(_RunInsPermStart_QNAME, RangePermissionStart.class, Ftr.class, value); 
     6413    } 
     6414 
     6415    /** 
     6416     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 
     6417     *  
     6418     */ 
     6419    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = Ftr.class) 
     6420    public JAXBElement<CTMoveBookmark> createFtrMoveToRangeStart(CTMoveBookmark value) { 
     6421        return new JAXBElement<CTMoveBookmark>(_RunInsMoveToRangeStart_QNAME, CTMoveBookmark.class, Ftr.class, value); 
     6422    } 
     6423 
     6424    /** 
     6425     * Create an instance of {@link JAXBElement }{@co