source: trunk/docx4j/src/main/java/org/docx4j/math/ObjectFactory.java @ 925

Revision 925, 72.1 KB checked in by jharrop, 3 years ago (diff)

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

Line 
1/*
2 *  Copyright 2007-2008, Plutext Pty Ltd.
3 *   
4 *  This file is part of docx4j.
5
6    docx4j is licensed under the Apache License, Version 2.0 (the "License");
7    you may not use this file except in compliance with the License.
8
9    You may obtain a copy of the License at
10
11        http://www.apache.org/licenses/LICENSE-2.0
12
13    Unless required by applicable law or agreed to in writing, software
14    distributed under the License is distributed on an "AS IS" BASIS,
15    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16    See the License for the specific language governing permissions and
17    limitations under the License.
18
19 */
20
21
22package org.docx4j.math;
23
24import javax.xml.bind.JAXBElement;
25import javax.xml.bind.annotation.XmlElementDecl;
26import javax.xml.bind.annotation.XmlRegistry;
27import javax.xml.namespace.QName;
28import org.docx4j.wml.CTBookmark;
29import org.docx4j.wml.CTFtnEdnRef;
30import org.docx4j.wml.CTMarkup;
31import org.docx4j.wml.CTMarkupRange;
32import org.docx4j.wml.CTMoveBookmark;
33import org.docx4j.wml.CTObject;
34import org.docx4j.wml.CTPerm;
35import org.docx4j.wml.CTRuby;
36import org.docx4j.wml.CTTrackChange;
37import org.docx4j.wml.Drawing;
38import org.docx4j.wml.FldChar;
39import org.docx4j.wml.Pict;
40import org.docx4j.wml.RPr;
41import org.docx4j.wml.RangePermissionStart;
42import org.docx4j.wml.RunTrackChange;
43import org.docx4j.wml.Text;
44
45
46/**
47 * This object contains factory methods for each
48 * Java content interface and Java element interface
49 * generated in the org.docx4j.math package.
50 * <p>An ObjectFactory allows you to programatically
51 * construct new instances of the Java representation
52 * for XML content. The Java representation of XML
53 * content can consist of schema derived interfaces
54 * and classes representing the binding of schema
55 * type definitions, element declarations and model
56 * groups.  Factory methods for each of these are
57 * provided in this class.
58 *
59 */
60@XmlRegistry
61public class ObjectFactory {
62
63    private final static QName _OMath_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "oMath");
64    private final static QName _OMathPara_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "oMathPara");
65    private final static QName _MathPr_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "mathPr");
66    private final static QName _CTOMathArgMoveFromRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFromRangeStart");
67    private final static QName _CTOMathArgMoveFromRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFromRangeEnd");
68    private final static QName _CTOMathArgSPre_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "sPre");
69    private final static QName _CTOMathArgMoveToRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveToRangeEnd");
70    private final static QName _CTOMathArgCustomXmlDelRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlDelRangeEnd");
71    private final static QName _CTOMathArgBorderBox_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "borderBox");
72    private final static QName _CTOMathArgCustomXmlMoveToRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveToRangeEnd");
73    private final static QName _CTOMathArgCustomXmlInsRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlInsRangeStart");
74    private final static QName _CTOMathArgCustomXmlMoveToRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveToRangeStart");
75    private final static QName _CTOMathArgCustomXmlInsRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlInsRangeEnd");
76    private final static QName _CTOMathArgGroupChr_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "groupChr");
77    private final static QName _CTOMathArgPermStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "permStart");
78    private final static QName _CTOMathArgFunc_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "func");
79    private final static QName _CTOMathArgMoveToRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveToRangeStart");
80    private final static QName _CTOMathArgBookmarkEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bookmarkEnd");
81    private final static QName _CTOMathArgSSubSup_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "sSubSup");
82    private final static QName _CTOMathArgLimUpp_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "limUpp");
83    private final static QName _CTOMathArgCustomXmlMoveFromRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveFromRangeEnd");
84    private final static QName _CTOMathArgAcc_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "acc");
85    private final static QName _CTOMathArgMoveFrom_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFrom");
86    private final static QName _CTOMathArgM_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "m");
87    private final static QName _CTOMathArgCustomXmlMoveFromRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveFromRangeStart");
88    private final static QName _CTOMathArgCustomXmlDelRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlDelRangeStart");
89    private final static QName _CTOMathArgLimLow_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "limLow");
90    private final static QName _CTOMathArgSSup_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "sSup");
91    private final static QName _CTOMathArgD_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "d");
92    private final static QName _CTOMathArgEqArr_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "eqArr");
93    private final static QName _CTOMathArgF_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "f");
94    private final static QName _CTOMathArgNary_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "nary");
95    private final static QName _CTOMathArgRad_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "rad");
96    private final static QName _CTOMathArgBar_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "bar");
97    private final static QName _CTOMathArgPermEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "permEnd");
98    private final static QName _CTOMathArgBox_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "box");
99    private final static QName _CTOMathArgR_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "r");
100    private final static QName _CTOMathArgBookmarkStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bookmarkStart");
101    private final static QName _CTOMathArgPhant_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "phant");
102    private final static QName _CTOMathArgMoveTo_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveTo");
103    private final static QName _CTOMathArgSSub_QNAME = new QName("http://schemas.openxmlformats.org/officeDocument/2006/math", "sSub");
104    private final static QName _CTRMonthShort_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "monthShort");
105    private final static QName _CTRYearLong_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "yearLong");
106    private final static QName _CTRFootnoteReference_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "footnoteReference");
107    private final static QName _CTRPgNum_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "pgNum");
108    private final static QName _CTREndnoteRef_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "endnoteRef");
109    private final static QName _CTRSoftHyphen_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "softHyphen");
110    private final static QName _CTREndnoteReference_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "endnoteReference");
111    private final static QName _CTRT_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "t");
112    private final static QName _CTRCr_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "cr");
113    private final static QName _CTRFldChar_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "fldChar");
114    private final static QName _CTRSeparator_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "separator");
115    private final static QName _CTRCommentReference_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "commentReference");
116    private final static QName _CTRRPr_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "rPr");
117    private final static QName _CTRDayLong_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "dayLong");
118    private final static QName _CTRAnnotationRef_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "annotationRef");
119    private final static QName _CTRRuby_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "ruby");
120    private final static QName _CTRObject_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "object");
121    private final static QName _CTRTab_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tab");
122    private final static QName _CTRLastRenderedPageBreak_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "lastRenderedPageBreak");
123    private final static QName _CTRDrawing_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "drawing");
124    private final static QName _CTRDelInstrText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "delInstrText");
125    private final static QName _CTRInstrText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "instrText");
126    private final static QName _CTRSym_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "sym");
127    private final static QName _CTRPict_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "pict");
128    private final static QName _CTRContinuationSeparator_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "continuationSeparator");
129    private final static QName _CTRYearShort_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "yearShort");
130    private final static QName _CTRFootnoteRef_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "footnoteRef");
131    private final static QName _CTRDayShort_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "dayShort");
132    private final static QName _CTRMonthLong_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "monthLong");
133    private final static QName _CTRPtab_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "ptab");
134    private final static QName _CTRNoBreakHyphen_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "noBreakHyphen");
135
136    /**
137     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.docx4j.math
138     *
139     */
140    public ObjectFactory() {
141    }
142
143    /**
144     * Create an instance of {@link CTOMathArg }
145     *
146     */
147    public CTOMathArg createCTOMathArg() {
148        return new CTOMathArg();
149    }
150
151    /**
152     * Create an instance of {@link CTGroupChr }
153     *
154     */
155    public CTGroupChr createCTGroupChr() {
156        return new CTGroupChr();
157    }
158
159    /**
160     * Create an instance of {@link CTSSubSup }
161     *
162     */
163    public CTSSubSup createCTSSubSup() {
164        return new CTSSubSup();
165    }
166
167    /**
168     * Create an instance of {@link CTMC }
169     *
170     */
171    public CTMC createCTMC() {
172        return new CTMC();
173    }
174
175    /**
176     * Create an instance of {@link CTBoxPr }
177     *
178     */
179    public CTBoxPr createCTBoxPr() {
180        return new CTBoxPr();
181    }
182
183    /**
184     * Create an instance of {@link CTMCPr }
185     *
186     */
187    public CTMCPr createCTMCPr() {
188        return new CTMCPr();
189    }
190
191    /**
192     * Create an instance of {@link CTRad }
193     *
194     */
195    public CTRad createCTRad() {
196        return new CTRad();
197    }
198
199    /**
200     * Create an instance of {@link CTMR }
201     *
202     */
203    public CTMR createCTMR() {
204        return new CTMR();
205    }
206
207    /**
208     * Create an instance of {@link CTLimLow }
209     *
210     */
211    public CTLimLow createCTLimLow() {
212        return new CTLimLow();
213    }
214
215    /**
216     * Create an instance of {@link CTInteger255 }
217     *
218     */
219    public CTInteger255 createCTInteger255() {
220        return new CTInteger255();
221    }
222
223    /**
224     * Create an instance of {@link CTOnOff }
225     *
226     */
227    public CTOnOff createCTOnOff() {
228        return new CTOnOff();
229    }
230
231    /**
232     * Create an instance of {@link CTR }
233     *
234     */
235    public CTR createCTR() {
236        return new CTR();
237    }
238
239    /**
240     * Create an instance of {@link CTRPR }
241     *
242     */
243    public CTRPR createCTRPR() {
244        return new CTRPR();
245    }
246
247    /**
248     * Create an instance of {@link CTMPr }
249     *
250     */
251    public CTMPr createCTMPr() {
252        return new CTMPr();
253    }
254
255    /**
256     * Create an instance of {@link CTPhant }
257     *
258     */
259    public CTPhant createCTPhant() {
260        return new CTPhant();
261    }
262
263    /**
264     * Create an instance of {@link CTFType }
265     *
266     */
267    public CTFType createCTFType() {
268        return new CTFType();
269    }
270
271    /**
272     * Create an instance of {@link CTShp }
273     *
274     */
275    public CTShp createCTShp() {
276        return new CTShp();
277    }
278
279    /**
280     * Create an instance of {@link CTSSup }
281     *
282     */
283    public CTSSup createCTSSup() {
284        return new CTSSup();
285    }
286
287    /**
288     * Create an instance of {@link CTUnSignedInteger }
289     *
290     */
291    public CTUnSignedInteger createCTUnSignedInteger() {
292        return new CTUnSignedInteger();
293    }
294
295    /**
296     * Create an instance of {@link CTDPr }
297     *
298     */
299    public CTDPr createCTDPr() {
300        return new CTDPr();
301    }
302
303    /**
304     * Create an instance of {@link CTSSubSupPr }
305     *
306     */
307    public CTSSubSupPr createCTSSubSupPr() {
308        return new CTSSubSupPr();
309    }
310
311    /**
312     * Create an instance of {@link CTOMathArgPr }
313     *
314     */
315    public CTOMathArgPr createCTOMathArgPr() {
316        return new CTOMathArgPr();
317    }
318
319    /**
320     * Create an instance of {@link CTF }
321     *
322     */
323    public CTF createCTF() {
324        return new CTF();
325    }
326
327    /**
328     * Create an instance of {@link CTLimUpp }
329     *
330     */
331    public CTLimUpp createCTLimUpp() {
332        return new CTLimUpp();
333    }
334
335    /**
336     * Create an instance of {@link CTBox }
337     *
338     */
339    public CTBox createCTBox() {
340        return new CTBox();
341    }
342
343    /**
344     * Create an instance of {@link CTPhantPr }
345     *
346     */
347    public CTPhantPr createCTPhantPr() {
348        return new CTPhantPr();
349    }
350
351    /**
352     * Create an instance of {@link CTTopBot }
353     *
354     */
355    public CTTopBot createCTTopBot() {
356        return new CTTopBot();
357    }
358
359    /**
360     * Create an instance of {@link CTChar }
361     *
362     */
363    public CTChar createCTChar() {
364        return new CTChar();
365    }
366
367    /**
368     * Create an instance of {@link CTFPr }
369     *
370     */
371    public CTFPr createCTFPr() {
372        return new CTFPr();
373    }
374
375    /**
376     * Create an instance of {@link CTInteger2 }
377     *
378     */
379    public CTInteger2 createCTInteger2() {
380        return new CTInteger2();
381    }
382
383    /**
384     * Create an instance of {@link CTAcc }
385     *
386     */
387    public CTAcc createCTAcc() {
388        return new CTAcc();
389    }
390
391    /**
392     * Create an instance of {@link CTNaryPr }
393     *
394     */
395    public CTNaryPr createCTNaryPr() {
396        return new CTNaryPr();
397    }
398
399    /**
400     * Create an instance of {@link CTLimLowPr }
401     *
402     */
403    public CTLimLowPr createCTLimLowPr() {
404        return new CTLimLowPr();
405    }
406
407    /**
408     * Create an instance of {@link CTSPrePr }
409     *
410     */
411    public CTSPrePr createCTSPrePr() {
412        return new CTSPrePr();
413    }
414
415    /**
416     * Create an instance of {@link CTString }
417     *
418     */
419    public CTString createCTString() {
420        return new CTString();
421    }
422
423    /**
424     * Create an instance of {@link CTMathPr }
425     *
426     */
427    public CTMathPr createCTMathPr() {
428        return new CTMathPr();
429    }
430
431    /**
432     * Create an instance of {@link CTBarPr }
433     *
434     */
435    public CTBarPr createCTBarPr() {
436        return new CTBarPr();
437    }
438
439    /**
440     * Create an instance of {@link CTAccPr }
441     *
442     */
443    public CTAccPr createCTAccPr() {
444        return new CTAccPr();
445    }
446
447    /**
448     * Create an instance of {@link CTNary }
449     *
450     */
451    public CTNary createCTNary() {
452        return new CTNary();
453    }
454
455    /**
456     * Create an instance of {@link CTLimUppPr }
457     *
458     */
459    public CTLimUppPr createCTLimUppPr() {
460        return new CTLimUppPr();
461    }
462
463    /**
464     * Create an instance of {@link CTBreakBinSub }
465     *
466     */
467    public CTBreakBinSub createCTBreakBinSub() {
468        return new CTBreakBinSub();
469    }
470
471    /**
472     * Create an instance of {@link CTGroupChrPr }
473     *
474     */
475    public CTGroupChrPr createCTGroupChrPr() {
476        return new CTGroupChrPr();
477    }
478
479    /**
480     * Create an instance of {@link CTManualBreak }
481     *
482     */
483    public CTManualBreak createCTManualBreak() {
484        return new CTManualBreak();
485    }
486
487    /**
488     * Create an instance of {@link CTOMath }
489     *
490     */
491    public CTOMath createCTOMath() {
492        return new CTOMath();
493    }
494
495    /**
496     * Create an instance of {@link CTMCS }
497     *
498     */
499    public CTMCS createCTMCS() {
500        return new CTMCS();
501    }
502
503    /**
504     * Create an instance of {@link CTScript }
505     *
506     */
507    public CTScript createCTScript() {
508        return new CTScript();
509    }
510
511    /**
512     * Create an instance of {@link CTOMathPara }
513     *
514     */
515    public CTOMathPara createCTOMathPara() {
516        return new CTOMathPara();
517    }
518
519    /**
520     * Create an instance of {@link CTD }
521     *
522     */
523    public CTD createCTD() {
524        return new CTD();
525    }
526
527    /**
528     * Create an instance of {@link CTXAlign }
529     *
530     */
531    public CTXAlign createCTXAlign() {
532        return new CTXAlign();
533    }
534
535    /**
536     * Create an instance of {@link CTTwipsMeasure }
537     *
538     */
539    public CTTwipsMeasure createCTTwipsMeasure() {
540        return new CTTwipsMeasure();
541    }
542
543    /**
544     * Create an instance of {@link CTEqArr }
545     *
546     */
547    public CTEqArr createCTEqArr() {
548        return new CTEqArr();
549    }
550
551    /**
552     * Create an instance of {@link CTSpacingRule }
553     *
554     */
555    public CTSpacingRule createCTSpacingRule() {
556        return new CTSpacingRule();
557    }
558
559    /**
560     * Create an instance of {@link CTCtrlPr }
561     *
562     */
563    public CTCtrlPr createCTCtrlPr() {
564        return new CTCtrlPr();
565    }
566
567    /**
568     * Create an instance of {@link CTBorderBox }
569     *
570     */
571    public CTBorderBox createCTBorderBox() {
572        return new CTBorderBox();
573    }
574
575    /**
576     * Create an instance of {@link CTBreakBin }
577     *
578     */
579    public CTBreakBin createCTBreakBin() {
580        return new CTBreakBin();
581    }
582
583    /**
584     * Create an instance of {@link CTSSupPr }
585     *
586     */
587    public CTSSupPr createCTSSupPr() {
588        return new CTSSupPr();
589    }
590
591    /**
592     * Create an instance of {@link CTOMathJc }
593     *
594     */
595    public CTOMathJc createCTOMathJc() {
596        return new CTOMathJc();
597    }
598
599    /**
600     * Create an instance of {@link CTSSub }
601     *
602     */
603    public CTSSub createCTSSub() {
604        return new CTSSub();
605    }
606
607    /**
608     * Create an instance of {@link CTStyle }
609     *
610     */
611    public CTStyle createCTStyle() {
612        return new CTStyle();
613    }
614
615    /**
616     * Create an instance of {@link CTLimLoc }
617     *
618     */
619    public CTLimLoc createCTLimLoc() {
620        return new CTLimLoc();
621    }
622
623    /**
624     * Create an instance of {@link CTOMathParaPr }
625     *
626     */
627    public CTOMathParaPr createCTOMathParaPr() {
628        return new CTOMathParaPr();
629    }
630
631    /**
632     * Create an instance of {@link CTEqArrPr }
633     *
634     */
635    public CTEqArrPr createCTEqArrPr() {
636        return new CTEqArrPr();
637    }
638
639    /**
640     * Create an instance of {@link CTRadPr }
641     *
642     */
643    public CTRadPr createCTRadPr() {
644        return new CTRadPr();
645    }
646
647    /**
648     * Create an instance of {@link CTSSubPr }
649     *
650     */
651    public CTSSubPr createCTSSubPr() {
652        return new CTSSubPr();
653    }
654
655    /**
656     * Create an instance of {@link CTYAlign }
657     *
658     */
659    public CTYAlign createCTYAlign() {
660        return new CTYAlign();
661    }
662
663    /**
664     * Create an instance of {@link CTText }
665     *
666     */
667    public CTText createCTText() {
668        return new CTText();
669    }
670
671    /**
672     * Create an instance of {@link CTFunc }
673     *
674     */
675    public CTFunc createCTFunc() {
676        return new CTFunc();
677    }
678
679    /**
680     * Create an instance of {@link CTFuncPr }
681     *
682     */
683    public CTFuncPr createCTFuncPr() {
684        return new CTFuncPr();
685    }
686
687    /**
688     * Create an instance of {@link CTBar }
689     *
690     */
691    public CTBar createCTBar() {
692        return new CTBar();
693    }
694
695    /**
696     * Create an instance of {@link CTBorderBoxPr }
697     *
698     */
699    public CTBorderBoxPr createCTBorderBoxPr() {
700        return new CTBorderBoxPr();
701    }
702
703    /**
704     * Create an instance of {@link CTM }
705     *
706     */
707    public CTM createCTM() {
708        return new CTM();
709    }
710
711    /**
712     * Create an instance of {@link CTSPre }
713     *
714     */
715    public CTSPre createCTSPre() {
716        return new CTSPre();
717    }
718
719    /**
720     * Create an instance of {@link JAXBElement }{@code <}{@link CTOMath }{@code >}}
721     *
722     */
723    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "oMath")
724    public JAXBElement<CTOMath> createOMath(CTOMath value) {
725        return new JAXBElement<CTOMath>(_OMath_QNAME, CTOMath.class, null, value);
726    }
727
728    /**
729     * Create an instance of {@link JAXBElement }{@code <}{@link CTOMathPara }{@code >}}
730     *
731     */
732    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "oMathPara")
733    public JAXBElement<CTOMathPara> createOMathPara(CTOMathPara value) {
734        return new JAXBElement<CTOMathPara>(_OMathPara_QNAME, CTOMathPara.class, null, value);
735    }
736
737    /**
738     * Create an instance of {@link JAXBElement }{@code <}{@link CTMathPr }{@code >}}
739     *
740     */
741    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "mathPr")
742    public JAXBElement<CTMathPr> createMathPr(CTMathPr value) {
743        return new JAXBElement<CTMathPr>(_MathPr_QNAME, CTMathPr.class, null, value);
744    }
745
746    /**
747     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}}
748     *
749     */
750    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTOMathArg.class)
751    public JAXBElement<CTMoveBookmark> createCTOMathArgMoveFromRangeStart(CTMoveBookmark value) {
752        return new JAXBElement<CTMoveBookmark>(_CTOMathArgMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTOMathArg.class, value);
753    }
754
755    /**
756     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}}
757     *
758     */
759    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTOMathArg.class)
760    public JAXBElement<CTMarkupRange> createCTOMathArgMoveFromRangeEnd(CTMarkupRange value) {
761        return new JAXBElement<CTMarkupRange>(_CTOMathArgMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTOMathArg.class, value);
762    }
763
764    /**
765     * Create an instance of {@link JAXBElement }{@code <}{@link CTSPre }{@code >}}
766     *
767     */
768    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "sPre", scope = CTOMathArg.class)
769    public JAXBElement<CTSPre> createCTOMathArgSPre(CTSPre value) {
770        return new JAXBElement<CTSPre>(_CTOMathArgSPre_QNAME, CTSPre.class, CTOMathArg.class, value);
771    }
772
773    /**
774     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}}
775     *
776     */
777    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTOMathArg.class)
778    public JAXBElement<CTMarkupRange> createCTOMathArgMoveToRangeEnd(CTMarkupRange value) {
779        return new JAXBElement<CTMarkupRange>(_CTOMathArgMoveToRangeEnd_QNAME, CTMarkupRange.class, CTOMathArg.class, value);
780    }
781
782    /**
783     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}}
784     *
785     */
786    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTOMathArg.class)
787    public JAXBElement<CTMarkup> createCTOMathArgCustomXmlDelRangeEnd(CTMarkup value) {
788        return new JAXBElement<CTMarkup>(_CTOMathArgCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTOMathArg.class, value);
789    }
790
791    /**
792     * Create an instance of {@link JAXBElement }{@code <}{@link CTBorderBox }{@code >}}
793     *
794     */
795    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "borderBox", scope = CTOMathArg.class)
796    public JAXBElement<CTBorderBox> createCTOMathArgBorderBox(CTBorderBox value) {
797        return new JAXBElement<CTBorderBox>(_CTOMathArgBorderBox_QNAME, CTBorderBox.class, CTOMathArg.class, value);
798    }
799
800    /**
801     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}}
802     *
803     */
804    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTOMathArg.class)
805    public JAXBElement<CTMarkup> createCTOMathArgCustomXmlMoveToRangeEnd(CTMarkup value) {
806        return new JAXBElement<CTMarkup>(_CTOMathArgCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTOMathArg.class, value);
807    }
808
809    /**
810     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}}
811     *
812     */
813    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTOMathArg.class)
814    public JAXBElement<CTTrackChange> createCTOMathArgCustomXmlInsRangeStart(CTTrackChange value) {
815        return new JAXBElement<CTTrackChange>(_CTOMathArgCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTOMathArg.class, value);
816    }
817
818    /**
819     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}}
820     *
821     */
822    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTOMathArg.class)
823    public JAXBElement<CTTrackChange> createCTOMathArgCustomXmlMoveToRangeStart(CTTrackChange value) {
824        return new JAXBElement<CTTrackChange>(_CTOMathArgCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTOMathArg.class, value);
825    }
826
827    /**
828     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}}
829     *
830     */
831    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTOMathArg.class)
832    public JAXBElement<CTMarkup> createCTOMathArgCustomXmlInsRangeEnd(CTMarkup value) {
833        return new JAXBElement<CTMarkup>(_CTOMathArgCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTOMathArg.class, value);
834    }
835
836    /**
837     * Create an instance of {@link JAXBElement }{@code <}{@link CTGroupChr }{@code >}}
838     *
839     */
840    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "groupChr", scope = CTOMathArg.class)
841    public JAXBElement<CTGroupChr> createCTOMathArgGroupChr(CTGroupChr value) {
842        return new JAXBElement<CTGroupChr>(_CTOMathArgGroupChr_QNAME, CTGroupChr.class, CTOMathArg.class, value);
843    }
844
845    /**
846     * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}}
847     *
848     */
849    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTOMathArg.class)
850    public JAXBElement<RangePermissionStart> createCTOMathArgPermStart(RangePermissionStart value) {
851        return new JAXBElement<RangePermissionStart>(_CTOMathArgPermStart_QNAME, RangePermissionStart.class, CTOMathArg.class, value);
852    }
853
854    /**
855     * Create an instance of {@link JAXBElement }{@code <}{@link CTFunc }{@code >}}
856     *
857     */
858    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "func", scope = CTOMathArg.class)
859    public JAXBElement<CTFunc> createCTOMathArgFunc(CTFunc value) {
860        return new JAXBElement<CTFunc>(_CTOMathArgFunc_QNAME, CTFunc.class, CTOMathArg.class, value);
861    }
862
863    /**
864     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}}
865     *
866     */
867    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTOMathArg.class)
868    public JAXBElement<CTMoveBookmark> createCTOMathArgMoveToRangeStart(CTMoveBookmark value) {
869        return new JAXBElement<CTMoveBookmark>(_CTOMathArgMoveToRangeStart_QNAME, CTMoveBookmark.class, CTOMathArg.class, value);
870    }
871
872    /**
873     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}}
874     *
875     */
876    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTOMathArg.class)
877    public JAXBElement<CTMarkupRange> createCTOMathArgBookmarkEnd(CTMarkupRange value) {
878        return new JAXBElement<CTMarkupRange>(_CTOMathArgBookmarkEnd_QNAME, CTMarkupRange.class, CTOMathArg.class, value);
879    }
880
881    /**
882     * Create an instance of {@link JAXBElement }{@code <}{@link CTSSubSup }{@code >}}
883     *
884     */
885    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "sSubSup", scope = CTOMathArg.class)
886    public JAXBElement<CTSSubSup> createCTOMathArgSSubSup(CTSSubSup value) {
887        return new JAXBElement<CTSSubSup>(_CTOMathArgSSubSup_QNAME, CTSSubSup.class, CTOMathArg.class, value);
888    }
889
890    /**
891     * Create an instance of {@link JAXBElement }{@code <}{@link CTLimUpp }{@code >}}
892     *
893     */
894    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "limUpp", scope = CTOMathArg.class)
895    public JAXBElement<CTLimUpp> createCTOMathArgLimUpp(CTLimUpp value) {
896        return new JAXBElement<CTLimUpp>(_CTOMathArgLimUpp_QNAME, CTLimUpp.class, CTOMathArg.class, value);
897    }
898
899    /**
900     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}}
901     *
902     */
903    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTOMathArg.class)
904    public JAXBElement<CTMarkup> createCTOMathArgCustomXmlMoveFromRangeEnd(CTMarkup value) {
905        return new JAXBElement<CTMarkup>(_CTOMathArgCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTOMathArg.class, value);
906    }
907
908    /**
909     * Create an instance of {@link JAXBElement }{@code <}{@link CTAcc }{@code >}}
910     *
911     */
912    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "acc", scope = CTOMathArg.class)
913    public JAXBElement<CTAcc> createCTOMathArgAcc(CTAcc value) {
914        return new JAXBElement<CTAcc>(_CTOMathArgAcc_QNAME, CTAcc.class, CTOMathArg.class, value);
915    }
916
917    /**
918     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}}
919     *
920     */
921    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTOMathArg.class)
922    public JAXBElement<RunTrackChange> createCTOMathArgMoveFrom(RunTrackChange value) {
923        return new JAXBElement<RunTrackChange>(_CTOMathArgMoveFrom_QNAME, RunTrackChange.class, CTOMathArg.class, value);
924    }
925
926    /**
927     * Create an instance of {@link JAXBElement }{@code <}{@link CTM }{@code >}}
928     *
929     */
930    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "m", scope = CTOMathArg.class)
931    public JAXBElement<CTM> createCTOMathArgM(CTM value) {
932        return new JAXBElement<CTM>(_CTOMathArgM_QNAME, CTM.class, CTOMathArg.class, value);
933    }
934
935    /**
936     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}}
937     *
938     */
939    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTOMathArg.class)
940    public JAXBElement<CTTrackChange> createCTOMathArgCustomXmlMoveFromRangeStart(CTTrackChange value) {
941        return new JAXBElement<CTTrackChange>(_CTOMathArgCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTOMathArg.class, value);
942    }
943
944    /**
945     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}}
946     *
947     */
948    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTOMathArg.class)
949    public JAXBElement<CTTrackChange> createCTOMathArgCustomXmlDelRangeStart(CTTrackChange value) {
950        return new JAXBElement<CTTrackChange>(_CTOMathArgCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTOMathArg.class, value);
951    }
952
953    /**
954     * Create an instance of {@link JAXBElement }{@code <}{@link CTLimLow }{@code >}}
955     *
956     */
957    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "limLow", scope = CTOMathArg.class)
958    public JAXBElement<CTLimLow> createCTOMathArgLimLow(CTLimLow value) {
959        return new JAXBElement<CTLimLow>(_CTOMathArgLimLow_QNAME, CTLimLow.class, CTOMathArg.class, value);
960    }
961
962    /**
963     * Create an instance of {@link JAXBElement }{@code <}{@link CTSSup }{@code >}}
964     *
965     */
966    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "sSup", scope = CTOMathArg.class)
967    public JAXBElement<CTSSup> createCTOMathArgSSup(CTSSup value) {
968        return new JAXBElement<CTSSup>(_CTOMathArgSSup_QNAME, CTSSup.class, CTOMathArg.class, value);
969    }
970
971    /**
972     * Create an instance of {@link JAXBElement }{@code <}{@link CTD }{@code >}}
973     *
974     */
975    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "d", scope = CTOMathArg.class)
976    public JAXBElement<CTD> createCTOMathArgD(CTD value) {
977        return new JAXBElement<CTD>(_CTOMathArgD_QNAME, CTD.class, CTOMathArg.class, value);
978    }
979
980    /**
981     * Create an instance of {@link JAXBElement }{@code <}{@link CTEqArr }{@code >}}
982     *
983     */
984    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "eqArr", scope = CTOMathArg.class)
985    public JAXBElement<CTEqArr> createCTOMathArgEqArr(CTEqArr value) {
986        return new JAXBElement<CTEqArr>(_CTOMathArgEqArr_QNAME, CTEqArr.class, CTOMathArg.class, value);
987    }
988
989    /**
990     * Create an instance of {@link JAXBElement }{@code <}{@link CTF }{@code >}}
991     *
992     */
993    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "f", scope = CTOMathArg.class)
994    public JAXBElement<CTF> createCTOMathArgF(CTF value) {
995        return new JAXBElement<CTF>(_CTOMathArgF_QNAME, CTF.class, CTOMathArg.class, value);
996    }
997
998    /**
999     * Create an instance of {@link JAXBElement }{@code <}{@link CTNary }{@code >}}
1000     *
1001     */
1002    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "nary", scope = CTOMathArg.class)
1003    public JAXBElement<CTNary> createCTOMathArgNary(CTNary value) {
1004        return new JAXBElement<CTNary>(_CTOMathArgNary_QNAME, CTNary.class, CTOMathArg.class, value);
1005    }
1006
1007    /**
1008     * Create an instance of {@link JAXBElement }{@code <}{@link CTRad }{@code >}}
1009     *
1010     */
1011    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "rad", scope = CTOMathArg.class)
1012    public JAXBElement<CTRad> createCTOMathArgRad(CTRad value) {
1013        return new JAXBElement<CTRad>(_CTOMathArgRad_QNAME, CTRad.class, CTOMathArg.class, value);
1014    }
1015
1016    /**
1017     * Create an instance of {@link JAXBElement }{@code <}{@link CTBar }{@code >}}
1018     *
1019     */
1020    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "bar", scope = CTOMathArg.class)
1021    public JAXBElement<CTBar> createCTOMathArgBar(CTBar value) {
1022        return new JAXBElement<CTBar>(_CTOMathArgBar_QNAME, CTBar.class, CTOMathArg.class, value);
1023    }
1024
1025    /**
1026     * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}}
1027     *
1028     */
1029    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTOMathArg.class)
1030    public JAXBElement<CTPerm> createCTOMathArgPermEnd(CTPerm value) {
1031        return new JAXBElement<CTPerm>(_CTOMathArgPermEnd_QNAME, CTPerm.class, CTOMathArg.class, value);
1032    }
1033
1034    /**
1035     * Create an instance of {@link JAXBElement }{@code <}{@link CTBox }{@code >}}
1036     *
1037     */
1038    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "box", scope = CTOMathArg.class)
1039    public JAXBElement<CTBox> createCTOMathArgBox(CTBox value) {
1040        return new JAXBElement<CTBox>(_CTOMathArgBox_QNAME, CTBox.class, CTOMathArg.class, value);
1041    }
1042
1043    /**
1044     * Create an instance of {@link JAXBElement }{@code <}{@link CTR }{@code >}}
1045     *
1046     */
1047    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "r", scope = CTOMathArg.class)
1048    public JAXBElement<CTR> createCTOMathArgR(CTR value) {
1049        return new JAXBElement<CTR>(_CTOMathArgR_QNAME, CTR.class, CTOMathArg.class, value);
1050    }
1051
1052    /**
1053     * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}}
1054     *
1055     */
1056    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTOMathArg.class)
1057    public JAXBElement<CTBookmark> createCTOMathArgBookmarkStart(CTBookmark value) {
1058        return new JAXBElement<CTBookmark>(_CTOMathArgBookmarkStart_QNAME, CTBookmark.class, CTOMathArg.class, value);
1059    }
1060
1061    /**
1062     * Create an instance of {@link JAXBElement }{@code <}{@link CTPhant }{@code >}}
1063     *
1064     */
1065    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "phant", scope = CTOMathArg.class)
1066    public JAXBElement<CTPhant> createCTOMathArgPhant(CTPhant value) {
1067        return new JAXBElement<CTPhant>(_CTOMathArgPhant_QNAME, CTPhant.class, CTOMathArg.class, value);
1068    }
1069
1070    /**
1071     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}}
1072     *
1073     */
1074    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTOMathArg.class)
1075    public JAXBElement<RunTrackChange> createCTOMathArgMoveTo(RunTrackChange value) {
1076        return new JAXBElement<RunTrackChange>(_CTOMathArgMoveTo_QNAME, RunTrackChange.class, CTOMathArg.class, value);
1077    }
1078
1079    /**
1080     * Create an instance of {@link JAXBElement }{@code <}{@link CTSSub }{@code >}}
1081     *
1082     */
1083    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "sSub", scope = CTOMathArg.class)
1084    public JAXBElement<CTSSub> createCTOMathArgSSub(CTSSub value) {
1085        return new JAXBElement<CTSSub>(_CTOMathArgSSub_QNAME, CTSSub.class, CTOMathArg.class, value);
1086    }
1087
1088    /**
1089     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}}
1090     *
1091     */
1092    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTOMath.class)
1093    public JAXBElement<CTMoveBookmark> createCTOMathMoveFromRangeStart(CTMoveBookmark value) {
1094        return new JAXBElement<CTMoveBookmark>(_CTOMathArgMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTOMath.class, value);
1095    }
1096
1097    /**
1098     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}}
1099     *
1100     */
1101    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTOMath.class)
1102    public JAXBElement<CTMarkupRange> createCTOMathMoveFromRangeEnd(CTMarkupRange value) {
1103        return new JAXBElement<CTMarkupRange>(_CTOMathArgMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTOMath.class, value);
1104    }
1105
1106    /**
1107     * Create an instance of {@link JAXBElement }{@code <}{@link CTSPre }{@code >}}
1108     *
1109     */
1110    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "sPre", scope = CTOMath.class)
1111    public JAXBElement<CTSPre> createCTOMathSPre(CTSPre value) {
1112        return new JAXBElement<CTSPre>(_CTOMathArgSPre_QNAME, CTSPre.class, CTOMath.class, value);
1113    }
1114
1115    /**
1116     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}}
1117     *
1118     */
1119    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTOMath.class)
1120    public JAXBElement<CTMarkup> createCTOMathCustomXmlDelRangeEnd(CTMarkup value) {
1121        return new JAXBElement<CTMarkup>(_CTOMathArgCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTOMath.class, value);
1122    }
1123
1124    /**
1125     * Create an instance of {@link JAXBElement }{@code <}{@link CTBorderBox }{@code >}}
1126     *
1127     */
1128    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "borderBox", scope = CTOMath.class)
1129    public JAXBElement<CTBorderBox> createCTOMathBorderBox(CTBorderBox value) {
1130        return new JAXBElement<CTBorderBox>(_CTOMathArgBorderBox_QNAME, CTBorderBox.class, CTOMath.class, value);
1131    }
1132
1133    /**
1134     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}}
1135     *
1136     */
1137    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTOMath.class)
1138    public JAXBElement<CTMarkupRange> createCTOMathMoveToRangeEnd(CTMarkupRange value) {
1139        return new JAXBElement<CTMarkupRange>(_CTOMathArgMoveToRangeEnd_QNAME, CTMarkupRange.class, CTOMath.class, value);
1140    }
1141
1142    /**
1143     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}}
1144     *
1145     */
1146    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTOMath.class)
1147    public JAXBElement<CTMarkup> createCTOMathCustomXmlMoveToRangeEnd(CTMarkup value) {
1148        return new JAXBElement<CTMarkup>(_CTOMathArgCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTOMath.class, value);
1149    }
1150
1151    /**
1152     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}}
1153     *
1154     */
1155    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTOMath.class)
1156    public JAXBElement<CTTrackChange> createCTOMathCustomXmlInsRangeStart(CTTrackChange value) {
1157        return new JAXBElement<CTTrackChange>(_CTOMathArgCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTOMath.class, value);
1158    }
1159
1160    /**
1161     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}}
1162     *
1163     */
1164    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTOMath.class)
1165    public JAXBElement<CTTrackChange> createCTOMathCustomXmlMoveToRangeStart(CTTrackChange value) {
1166        return new JAXBElement<CTTrackChange>(_CTOMathArgCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTOMath.class, value);
1167    }
1168
1169    /**
1170     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}}
1171     *
1172     */
1173    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTOMath.class)
1174    public JAXBElement<CTMarkup> createCTOMathCustomXmlInsRangeEnd(CTMarkup value) {
1175        return new JAXBElement<CTMarkup>(_CTOMathArgCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTOMath.class, value);
1176    }
1177
1178    /**
1179     * Create an instance of {@link JAXBElement }{@code <}{@link CTGroupChr }{@code >}}
1180     *
1181     */
1182    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "groupChr", scope = CTOMath.class)
1183    public JAXBElement<CTGroupChr> createCTOMathGroupChr(CTGroupChr value) {
1184        return new JAXBElement<CTGroupChr>(_CTOMathArgGroupChr_QNAME, CTGroupChr.class, CTOMath.class, value);
1185    }
1186
1187    /**
1188     * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}}
1189     *
1190     */
1191    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTOMath.class)
1192    public JAXBElement<RangePermissionStart> createCTOMathPermStart(RangePermissionStart value) {
1193        return new JAXBElement<RangePermissionStart>(_CTOMathArgPermStart_QNAME, RangePermissionStart.class, CTOMath.class, value);
1194    }
1195
1196    /**
1197     * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}}
1198     *
1199     */
1200    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTOMath.class)
1201    public JAXBElement<CTMoveBookmark> createCTOMathMoveToRangeStart(CTMoveBookmark value) {
1202        return new JAXBElement<CTMoveBookmark>(_CTOMathArgMoveToRangeStart_QNAME, CTMoveBookmark.class, CTOMath.class, value);
1203    }
1204
1205    /**
1206     * Create an instance of {@link JAXBElement }{@code <}{@link CTFunc }{@code >}}
1207     *
1208     */
1209    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "func", scope = CTOMath.class)
1210    public JAXBElement<CTFunc> createCTOMathFunc(CTFunc value) {
1211        return new JAXBElement<CTFunc>(_CTOMathArgFunc_QNAME, CTFunc.class, CTOMath.class, value);
1212    }
1213
1214    /**
1215     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}}
1216     *
1217     */
1218    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTOMath.class)
1219    public JAXBElement<CTMarkupRange> createCTOMathBookmarkEnd(CTMarkupRange value) {
1220        return new JAXBElement<CTMarkupRange>(_CTOMathArgBookmarkEnd_QNAME, CTMarkupRange.class, CTOMath.class, value);
1221    }
1222
1223    /**
1224     * Create an instance of {@link JAXBElement }{@code <}{@link CTSSubSup }{@code >}}
1225     *
1226     */
1227    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "sSubSup", scope = CTOMath.class)
1228    public JAXBElement<CTSSubSup> createCTOMathSSubSup(CTSSubSup value) {
1229        return new JAXBElement<CTSSubSup>(_CTOMathArgSSubSup_QNAME, CTSSubSup.class, CTOMath.class, value);
1230    }
1231
1232    /**
1233     * Create an instance of {@link JAXBElement }{@code <}{@link CTLimUpp }{@code >}}
1234     *
1235     */
1236    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "limUpp", scope = CTOMath.class)
1237    public JAXBElement<CTLimUpp> createCTOMathLimUpp(CTLimUpp value) {
1238        return new JAXBElement<CTLimUpp>(_CTOMathArgLimUpp_QNAME, CTLimUpp.class, CTOMath.class, value);
1239    }
1240
1241    /**
1242     * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}}
1243     *
1244     */
1245    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTOMath.class)
1246    public JAXBElement<CTMarkup> createCTOMathCustomXmlMoveFromRangeEnd(CTMarkup value) {
1247        return new JAXBElement<CTMarkup>(_CTOMathArgCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTOMath.class, value);
1248    }
1249
1250    /**
1251     * Create an instance of {@link JAXBElement }{@code <}{@link CTAcc }{@code >}}
1252     *
1253     */
1254    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "acc", scope = CTOMath.class)
1255    public JAXBElement<CTAcc> createCTOMathAcc(CTAcc value) {
1256        return new JAXBElement<CTAcc>(_CTOMathArgAcc_QNAME, CTAcc.class, CTOMath.class, value);
1257    }
1258
1259    /**
1260     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}}
1261     *
1262     */
1263    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTOMath.class)
1264    public JAXBElement<RunTrackChange> createCTOMathMoveFrom(RunTrackChange value) {
1265        return new JAXBElement<RunTrackChange>(_CTOMathArgMoveFrom_QNAME, RunTrackChange.class, CTOMath.class, value);
1266    }
1267
1268    /**
1269     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}}
1270     *
1271     */
1272    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTOMath.class)
1273    public JAXBElement<CTTrackChange> createCTOMathCustomXmlMoveFromRangeStart(CTTrackChange value) {
1274        return new JAXBElement<CTTrackChange>(_CTOMathArgCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTOMath.class, value);
1275    }
1276
1277    /**
1278     * Create an instance of {@link JAXBElement }{@code <}{@link CTM }{@code >}}
1279     *
1280     */
1281    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "m", scope = CTOMath.class)
1282    public JAXBElement<CTM> createCTOMathM(CTM value) {
1283        return new JAXBElement<CTM>(_CTOMathArgM_QNAME, CTM.class, CTOMath.class, value);
1284    }
1285
1286    /**
1287     * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}}
1288     *
1289     */
1290    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTOMath.class)
1291    public JAXBElement<CTTrackChange> createCTOMathCustomXmlDelRangeStart(CTTrackChange value) {
1292        return new JAXBElement<CTTrackChange>(_CTOMathArgCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTOMath.class, value);
1293    }
1294
1295    /**
1296     * Create an instance of {@link JAXBElement }{@code <}{@link CTLimLow }{@code >}}
1297     *
1298     */
1299    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "limLow", scope = CTOMath.class)
1300    public JAXBElement<CTLimLow> createCTOMathLimLow(CTLimLow value) {
1301        return new JAXBElement<CTLimLow>(_CTOMathArgLimLow_QNAME, CTLimLow.class, CTOMath.class, value);
1302    }
1303
1304    /**
1305     * Create an instance of {@link JAXBElement }{@code <}{@link CTSSup }{@code >}}
1306     *
1307     */
1308    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "sSup", scope = CTOMath.class)
1309    public JAXBElement<CTSSup> createCTOMathSSup(CTSSup value) {
1310        return new JAXBElement<CTSSup>(_CTOMathArgSSup_QNAME, CTSSup.class, CTOMath.class, value);
1311    }
1312
1313    /**
1314     * Create an instance of {@link JAXBElement }{@code <}{@link CTD }{@code >}}
1315     *
1316     */
1317    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "d", scope = CTOMath.class)
1318    public JAXBElement<CTD> createCTOMathD(CTD value) {
1319        return new JAXBElement<CTD>(_CTOMathArgD_QNAME, CTD.class, CTOMath.class, value);
1320    }
1321
1322    /**
1323     * Create an instance of {@link JAXBElement }{@code <}{@link CTF }{@code >}}
1324     *
1325     */
1326    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "f", scope = CTOMath.class)
1327    public JAXBElement<CTF> createCTOMathF(CTF value) {
1328        return new JAXBElement<CTF>(_CTOMathArgF_QNAME, CTF.class, CTOMath.class, value);
1329    }
1330
1331    /**
1332     * Create an instance of {@link JAXBElement }{@code <}{@link CTEqArr }{@code >}}
1333     *
1334     */
1335    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "eqArr", scope = CTOMath.class)
1336    public JAXBElement<CTEqArr> createCTOMathEqArr(CTEqArr value) {
1337        return new JAXBElement<CTEqArr>(_CTOMathArgEqArr_QNAME, CTEqArr.class, CTOMath.class, value);
1338    }
1339
1340    /**
1341     * Create an instance of {@link JAXBElement }{@code <}{@link CTRad }{@code >}}
1342     *
1343     */
1344    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "rad", scope = CTOMath.class)
1345    public JAXBElement<CTRad> createCTOMathRad(CTRad value) {
1346        return new JAXBElement<CTRad>(_CTOMathArgRad_QNAME, CTRad.class, CTOMath.class, value);
1347    }
1348
1349    /**
1350     * Create an instance of {@link JAXBElement }{@code <}{@link CTNary }{@code >}}
1351     *
1352     */
1353    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "nary", scope = CTOMath.class)
1354    public JAXBElement<CTNary> createCTOMathNary(CTNary value) {
1355        return new JAXBElement<CTNary>(_CTOMathArgNary_QNAME, CTNary.class, CTOMath.class, value);
1356    }
1357
1358    /**
1359     * Create an instance of {@link JAXBElement }{@code <}{@link CTBar }{@code >}}
1360     *
1361     */
1362    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "bar", scope = CTOMath.class)
1363    public JAXBElement<CTBar> createCTOMathBar(CTBar value) {
1364        return new JAXBElement<CTBar>(_CTOMathArgBar_QNAME, CTBar.class, CTOMath.class, value);
1365    }
1366
1367    /**
1368     * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}}
1369     *
1370     */
1371    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTOMath.class)
1372    public JAXBElement<CTPerm> createCTOMathPermEnd(CTPerm value) {
1373        return new JAXBElement<CTPerm>(_CTOMathArgPermEnd_QNAME, CTPerm.class, CTOMath.class, value);
1374    }
1375
1376    /**
1377     * Create an instance of {@link JAXBElement }{@code <}{@link CTBox }{@code >}}
1378     *
1379     */
1380    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "box", scope = CTOMath.class)
1381    public JAXBElement<CTBox> createCTOMathBox(CTBox value) {
1382        return new JAXBElement<CTBox>(_CTOMathArgBox_QNAME, CTBox.class, CTOMath.class, value);
1383    }
1384
1385    /**
1386     * Create an instance of {@link JAXBElement }{@code <}{@link CTR }{@code >}}
1387     *
1388     */
1389    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "r", scope = CTOMath.class)
1390    public JAXBElement<CTR> createCTOMathR(CTR value) {
1391        return new JAXBElement<CTR>(_CTOMathArgR_QNAME, CTR.class, CTOMath.class, value);
1392    }
1393
1394    /**
1395     * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}}
1396     *
1397     */
1398    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTOMath.class)
1399    public JAXBElement<CTBookmark> createCTOMathBookmarkStart(CTBookmark value) {
1400        return new JAXBElement<CTBookmark>(_CTOMathArgBookmarkStart_QNAME, CTBookmark.class, CTOMath.class, value);
1401    }
1402
1403    /**
1404     * Create an instance of {@link JAXBElement }{@code <}{@link CTPhant }{@code >}}
1405     *
1406     */
1407    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "phant", scope = CTOMath.class)
1408    public JAXBElement<CTPhant> createCTOMathPhant(CTPhant value) {
1409        return new JAXBElement<CTPhant>(_CTOMathArgPhant_QNAME, CTPhant.class, CTOMath.class, value);
1410    }
1411
1412    /**
1413     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}}
1414     *
1415     */
1416    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTOMath.class)
1417    public JAXBElement<RunTrackChange> createCTOMathMoveTo(RunTrackChange value) {
1418        return new JAXBElement<RunTrackChange>(_CTOMathArgMoveTo_QNAME, RunTrackChange.class, CTOMath.class, value);
1419    }
1420
1421    /**
1422     * Create an instance of {@link JAXBElement }{@code <}{@link CTSSub }{@code >}}
1423     *
1424     */
1425    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "sSub", scope = CTOMath.class)
1426    public JAXBElement<CTSSub> createCTOMathSSub(CTSSub value) {
1427        return new JAXBElement<CTSSub>(_CTOMathArgSSub_QNAME, CTSSub.class, CTOMath.class, value);
1428    }
1429
1430    /**
1431     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.MonthShort }{@code >}}
1432     *
1433     */
1434    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "monthShort", scope = CTR.class)
1435    public JAXBElement<org.docx4j.wml.R.MonthShort> createCTRMonthShort(org.docx4j.wml.R.MonthShort value) {
1436        return new JAXBElement<org.docx4j.wml.R.MonthShort>(_CTRMonthShort_QNAME, org.docx4j.wml.R.MonthShort.class, CTR.class, value);
1437    }
1438
1439    /**
1440     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.YearLong }{@code >}}
1441     *
1442     */
1443    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "yearLong", scope = CTR.class)
1444    public JAXBElement<org.docx4j.wml.R.YearLong> createCTRYearLong(org.docx4j.wml.R.YearLong value) {
1445        return new JAXBElement<org.docx4j.wml.R.YearLong>(_CTRYearLong_QNAME, org.docx4j.wml.R.YearLong.class, CTR.class, value);
1446    }
1447
1448    /**
1449     * Create an instance of {@link JAXBElement }{@code <}{@link CTFtnEdnRef }{@code >}}
1450     *
1451     */
1452    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "footnoteReference", scope = CTR.class)
1453    public JAXBElement<CTFtnEdnRef> createCTRFootnoteReference(CTFtnEdnRef value) {
1454        return new JAXBElement<CTFtnEdnRef>(_CTRFootnoteReference_QNAME, CTFtnEdnRef.class, CTR.class, value);
1455    }
1456
1457    /**
1458     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.PgNum }{@code >}}
1459     *
1460     */
1461    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "pgNum", scope = CTR.class)
1462    public JAXBElement<org.docx4j.wml.R.PgNum> createCTRPgNum(org.docx4j.wml.R.PgNum value) {
1463        return new JAXBElement<org.docx4j.wml.R.PgNum>(_CTRPgNum_QNAME, org.docx4j.wml.R.PgNum.class, CTR.class, value);
1464    }
1465
1466    /**
1467     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.EndnoteRef }{@code >}}
1468     *
1469     */
1470    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "endnoteRef", scope = CTR.class)
1471    public JAXBElement<org.docx4j.wml.R.EndnoteRef> createCTREndnoteRef(org.docx4j.wml.R.EndnoteRef value) {
1472        return new JAXBElement<org.docx4j.wml.R.EndnoteRef>(_CTREndnoteRef_QNAME, org.docx4j.wml.R.EndnoteRef.class, CTR.class, value);
1473    }
1474
1475    /**
1476     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.SoftHyphen }{@code >}}
1477     *
1478     */
1479    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "softHyphen", scope = CTR.class)
1480    public JAXBElement<org.docx4j.wml.R.SoftHyphen> createCTRSoftHyphen(org.docx4j.wml.R.SoftHyphen value) {
1481        return new JAXBElement<org.docx4j.wml.R.SoftHyphen>(_CTRSoftHyphen_QNAME, org.docx4j.wml.R.SoftHyphen.class, CTR.class, value);
1482    }
1483
1484    /**
1485     * Create an instance of {@link CTR.RPrMath }}
1486     *
1487     */
1488    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "rPr", scope = CTR.class)
1489    public CTR.RPrMath createCTRRPrMath(CTRPR value) {
1490        return new CTR.RPrMath(value);
1491    }
1492
1493    /**
1494     * Create an instance of {@link JAXBElement }{@code <}{@link CTFtnEdnRef }{@code >}}
1495     *
1496     */
1497    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "endnoteReference", scope = CTR.class)
1498    public JAXBElement<CTFtnEdnRef> createCTREndnoteReference(CTFtnEdnRef value) {
1499        return new JAXBElement<CTFtnEdnRef>(_CTREndnoteReference_QNAME, CTFtnEdnRef.class, CTR.class, value);
1500    }
1501
1502    /**
1503     * Create an instance of {@link JAXBElement }{@code <}{@link Text }{@code >}}
1504     *
1505     */
1506    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "t", scope = CTR.class)
1507    public JAXBElement<Text> createCTRT(Text value) {
1508        return new JAXBElement<Text>(_CTRT_QNAME, Text.class, CTR.class, value);
1509    }
1510
1511    /**
1512     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.Cr }{@code >}}
1513     *
1514     */
1515    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "cr", scope = CTR.class)
1516    public JAXBElement<org.docx4j.wml.R.Cr> createCTRCr(org.docx4j.wml.R.Cr value) {
1517        return new JAXBElement<org.docx4j.wml.R.Cr>(_CTRCr_QNAME, org.docx4j.wml.R.Cr.class, CTR.class, value);
1518    }
1519
1520    /**
1521     * Create an instance of {@link JAXBElement }{@code <}{@link FldChar }{@code >}}
1522     *
1523     */
1524    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "fldChar", scope = CTR.class)
1525    public JAXBElement<FldChar> createCTRFldChar(FldChar value) {
1526        return new JAXBElement<FldChar>(_CTRFldChar_QNAME, FldChar.class, CTR.class, value);
1527    }
1528
1529    /**
1530     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.Separator }{@code >}}
1531     *
1532     */
1533    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "separator", scope = CTR.class)
1534    public JAXBElement<org.docx4j.wml.R.Separator> createCTRSeparator(org.docx4j.wml.R.Separator value) {
1535        return new JAXBElement<org.docx4j.wml.R.Separator>(_CTRSeparator_QNAME, org.docx4j.wml.R.Separator.class, CTR.class, value);
1536    }
1537
1538    /**
1539     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.CommentReference }{@code >}}
1540     *
1541     */
1542    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentReference", scope = CTR.class)
1543    public JAXBElement<org.docx4j.wml.R.CommentReference> createCTRCommentReference(org.docx4j.wml.R.CommentReference value) {
1544        return new JAXBElement<org.docx4j.wml.R.CommentReference>(_CTRCommentReference_QNAME, org.docx4j.wml.R.CommentReference.class, CTR.class, value);
1545    }
1546
1547    /**
1548     * Create an instance of {@link JAXBElement }{@code <}{@link RPr }{@code >}}
1549     *
1550     */
1551    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "rPr", scope = CTR.class)
1552    public JAXBElement<RPr> createCTRRPr(RPr value) {
1553        return new JAXBElement<RPr>(_CTRRPr_QNAME, RPr.class, CTR.class, value);
1554    }
1555
1556    /**
1557     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.DayLong }{@code >}}
1558     *
1559     */
1560    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "dayLong", scope = CTR.class)
1561    public JAXBElement<org.docx4j.wml.R.DayLong> createCTRDayLong(org.docx4j.wml.R.DayLong value) {
1562        return new JAXBElement<org.docx4j.wml.R.DayLong>(_CTRDayLong_QNAME, org.docx4j.wml.R.DayLong.class, CTR.class, value);
1563    }
1564
1565    /**
1566     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.AnnotationRef }{@code >}}
1567     *
1568     */
1569    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "annotationRef", scope = CTR.class)
1570    public JAXBElement<org.docx4j.wml.R.AnnotationRef> createCTRAnnotationRef(org.docx4j.wml.R.AnnotationRef value) {
1571        return new JAXBElement<org.docx4j.wml.R.AnnotationRef>(_CTRAnnotationRef_QNAME, org.docx4j.wml.R.AnnotationRef.class, CTR.class, value);
1572    }
1573
1574    /**
1575     * Create an instance of {@link JAXBElement }{@code <}{@link CTRuby }{@code >}}
1576     *
1577     */
1578    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "ruby", scope = CTR.class)
1579    public JAXBElement<CTRuby> createCTRRuby(CTRuby value) {
1580        return new JAXBElement<CTRuby>(_CTRRuby_QNAME, CTRuby.class, CTR.class, value);
1581    }
1582
1583    /**
1584     * Create an instance of {@link JAXBElement }{@code <}{@link CTObject }{@code >}}
1585     *
1586     */
1587    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "object", scope = CTR.class)
1588    public JAXBElement<CTObject> createCTRObject(CTObject value) {
1589        return new JAXBElement<CTObject>(_CTRObject_QNAME, CTObject.class, CTR.class, value);
1590    }
1591
1592    /**
1593     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.Tab }{@code >}}
1594     *
1595     */
1596    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tab", scope = CTR.class)
1597    public JAXBElement<org.docx4j.wml.R.Tab> createCTRTab(org.docx4j.wml.R.Tab value) {
1598        return new JAXBElement<org.docx4j.wml.R.Tab>(_CTRTab_QNAME, org.docx4j.wml.R.Tab.class, CTR.class, value);
1599    }
1600
1601    /**
1602     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.LastRenderedPageBreak }{@code >}}
1603     *
1604     */
1605    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "lastRenderedPageBreak", scope = CTR.class)
1606    public JAXBElement<org.docx4j.wml.R.LastRenderedPageBreak> createCTRLastRenderedPageBreak(org.docx4j.wml.R.LastRenderedPageBreak value) {
1607        return new JAXBElement<org.docx4j.wml.R.LastRenderedPageBreak>(_CTRLastRenderedPageBreak_QNAME, org.docx4j.wml.R.LastRenderedPageBreak.class, CTR.class, value);
1608    }
1609
1610    /**
1611     * Create an instance of {@link JAXBElement }{@code <}{@link Drawing }{@code >}}
1612     *
1613     */
1614    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "drawing", scope = CTR.class)
1615    public JAXBElement<Drawing> createCTRDrawing(Drawing value) {
1616        return new JAXBElement<Drawing>(_CTRDrawing_QNAME, Drawing.class, CTR.class, value);
1617    }
1618
1619    /**
1620     * Create an instance of {@link JAXBElement }{@code <}{@link Text }{@code >}}
1621     *
1622     */
1623    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "delInstrText", scope = CTR.class)
1624    public JAXBElement<Text> createCTRDelInstrText(Text value) {
1625        return new JAXBElement<Text>(_CTRDelInstrText_QNAME, Text.class, CTR.class, value);
1626    }
1627
1628    /**
1629     * Create an instance of {@link JAXBElement }{@code <}{@link Text }{@code >}}
1630     *
1631     */
1632    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "instrText", scope = CTR.class)
1633    public JAXBElement<Text> createCTRInstrText(Text value) {
1634        return new JAXBElement<Text>(_CTRInstrText_QNAME, Text.class, CTR.class, value);
1635    }
1636
1637    /**
1638     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.Sym }{@code >}}
1639     *
1640     */
1641    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sym", scope = CTR.class)
1642    public JAXBElement<org.docx4j.wml.R.Sym> createCTRSym(org.docx4j.wml.R.Sym value) {
1643        return new JAXBElement<org.docx4j.wml.R.Sym>(_CTRSym_QNAME, org.docx4j.wml.R.Sym.class, CTR.class, value);
1644    }
1645
1646    /**
1647     * Create an instance of {@link JAXBElement }{@code <}{@link Pict }{@code >}}
1648     *
1649     */
1650    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "pict", scope = CTR.class)
1651    public JAXBElement<Pict> createCTRPict(Pict value) {
1652        return new JAXBElement<Pict>(_CTRPict_QNAME, Pict.class, CTR.class, value);
1653    }
1654
1655    /**
1656     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.ContinuationSeparator }{@code >}}
1657     *
1658     */
1659    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "continuationSeparator", scope = CTR.class)
1660    public JAXBElement<org.docx4j.wml.R.ContinuationSeparator> createCTRContinuationSeparator(org.docx4j.wml.R.ContinuationSeparator value) {
1661        return new JAXBElement<org.docx4j.wml.R.ContinuationSeparator>(_CTRContinuationSeparator_QNAME, org.docx4j.wml.R.ContinuationSeparator.class, CTR.class, value);
1662    }
1663
1664    /**
1665     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.YearShort }{@code >}}
1666     *
1667     */
1668    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "yearShort", scope = CTR.class)
1669    public JAXBElement<org.docx4j.wml.R.YearShort> createCTRYearShort(org.docx4j.wml.R.YearShort value) {
1670        return new JAXBElement<org.docx4j.wml.R.YearShort>(_CTRYearShort_QNAME, org.docx4j.wml.R.YearShort.class, CTR.class, value);
1671    }
1672
1673    /**
1674     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.FootnoteRef }{@code >}}
1675     *
1676     */
1677    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "footnoteRef", scope = CTR.class)
1678    public JAXBElement<org.docx4j.wml.R.FootnoteRef> createCTRFootnoteRef(org.docx4j.wml.R.FootnoteRef value) {
1679        return new JAXBElement<org.docx4j.wml.R.FootnoteRef>(_CTRFootnoteRef_QNAME, org.docx4j.wml.R.FootnoteRef.class, CTR.class, value);
1680    }
1681
1682    /**
1683     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.DayShort }{@code >}}
1684     *
1685     */
1686    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "dayShort", scope = CTR.class)
1687    public JAXBElement<org.docx4j.wml.R.DayShort> createCTRDayShort(org.docx4j.wml.R.DayShort value) {
1688        return new JAXBElement<org.docx4j.wml.R.DayShort>(_CTRDayShort_QNAME, org.docx4j.wml.R.DayShort.class, CTR.class, value);
1689    }
1690
1691    /**
1692     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.MonthLong }{@code >}}
1693     *
1694     */
1695    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "monthLong", scope = CTR.class)
1696    public JAXBElement<org.docx4j.wml.R.MonthLong> createCTRMonthLong(org.docx4j.wml.R.MonthLong value) {
1697        return new JAXBElement<org.docx4j.wml.R.MonthLong>(_CTRMonthLong_QNAME, org.docx4j.wml.R.MonthLong.class, CTR.class, value);
1698    }
1699
1700    /**
1701     * Create an instance of {@link CTR.TMath }}
1702     *
1703     */
1704    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/officeDocument/2006/math", name = "t", scope = CTR.class)
1705    public CTR.TMath createCTRTMath(CTText value) {
1706        return new CTR.TMath(value);
1707    }
1708
1709    /**
1710     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.Ptab }{@code >}}
1711     *
1712     */
1713    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "ptab", scope = CTR.class)
1714    public JAXBElement<org.docx4j.wml.R.Ptab> createCTRPtab(org.docx4j.wml.R.Ptab value) {
1715        return new JAXBElement<org.docx4j.wml.R.Ptab>(_CTRPtab_QNAME, org.docx4j.wml.R.Ptab.class, CTR.class, value);
1716    }
1717
1718    /**
1719     * Create an instance of {@link JAXBElement }{@code <}{@link org.docx4j.wml.R.NoBreakHyphen }{@code >}}
1720     *
1721     */
1722    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "noBreakHyphen", scope = CTR.class)
1723    public JAXBElement<org.docx4j.wml.R.NoBreakHyphen> createCTRNoBreakHyphen(org.docx4j.wml.R.NoBreakHyphen value) {
1724        return new JAXBElement<org.docx4j.wml.R.NoBreakHyphen>(_CTRNoBreakHyphen_QNAME, org.docx4j.wml.R.NoBreakHyphen.class, CTR.class, value);
1725    }
1726
1727}
Note: See TracBrowser for help on using the repository browser.