Changeset 469
- Timestamp:
- 06/16/08 05:31:21 (4 years ago)
- Location:
- trunk/docx4j
- Files:
-
- 3 added
- 36 edited
-
src/main/java/org/docx4j/wml/Body.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/CTComment.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/CTCustomXmlBlock.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/CTCustomXmlCell.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/CTCustomXmlRow.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/CTCustomXmlRun.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/CTDocPartPr.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/CTFFData.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/CTFrameset.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/CTFtnEdn.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/CTHdrFtr.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/CTHyperlink.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/CTMarkup.java (modified) (1 diff)
-
src/main/java/org/docx4j/wml/CTParaRPrOriginal.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/CTPictureBase.java (modified) (1 diff)
-
src/main/java/org/docx4j/wml/CTRPrChange.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/CTRubyContent.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/CTSdtContentCell.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/CTSdtContentRow.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/CTSdtContentRun.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/CTShapeDefaults.java (modified) (1 diff)
-
src/main/java/org/docx4j/wml/CTSimpleField.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/CTSmartTagRun.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/CTTrPrBase.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/CTTxbxContent.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/DelText.java (added)
-
src/main/java/org/docx4j/wml/ObjectFactory.java (modified) (98 diffs)
-
src/main/java/org/docx4j/wml/P.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/R.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/RunDel.java (added)
-
src/main/java/org/docx4j/wml/RunIns.java (added)
-
src/main/java/org/docx4j/wml/RunTrackChange.java (modified) (3 diffs)
-
src/main/java/org/docx4j/wml/SdtContentBlock.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/SdtPr.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/SectPr.java (modified) (1 diff)
-
src/main/java/org/docx4j/wml/Tbl.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/Tc.java (modified) (2 diffs)
-
src/main/java/org/docx4j/wml/Tr.java (modified) (2 diffs)
-
xsd/wml/wml.xsd (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/wml/Body.java
r461 r469 65 65 66 66 @XmlElementRefs({ 67 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 68 @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 69 @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 70 @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 71 @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 67 72 @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 73 @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 74 @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 75 @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 76 @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 77 @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 78 @XmlElementRef(name = "tbl", 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 = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 81 @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 82 @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 83 @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 68 84 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 69 @XmlElementRef(name = " moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),85 @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 70 86 @XmlElementRef(name = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 71 @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),72 @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),73 @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),74 87 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 75 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), 76 90 @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 77 @XmlElementRef(name = " bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),78 @XmlElementRef(name = " tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),91 @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 92 @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 79 93 @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 80 @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 81 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 82 @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 83 @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 84 @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 85 @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 86 @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 87 @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 88 @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 89 @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 90 @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 91 @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 92 @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 93 @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 94 @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 94 @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 95 95 }) 96 96 protected List<Object> egBlockLevelElts; … … 117 117 * <p> 118 118 * Objects of the following type(s) are allowed in the list 119 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 120 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 119 * {@link RunDel } 120 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 121 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 122 * {@link RunIns } 123 * {@link ProofErr } 124 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 121 125 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 126 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 127 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 128 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 129 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 130 * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 131 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 132 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 133 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 134 * {@link SdtBlock } 135 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 136 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 137 * {@link P } 122 138 * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 123 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 124 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 125 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 126 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 127 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 128 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 129 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 130 * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 139 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 140 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 141 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 142 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 143 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 144 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 131 145 * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 132 * {@link P } 133 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 134 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 135 * {@link SdtBlock } 136 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 137 * {@link ProofErr } 138 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 139 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 140 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 141 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 142 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 143 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 144 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 145 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 146 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 146 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 147 147 * 148 148 * -
trunk/docx4j/src/main/java/org/docx4j/wml/CTComment.java
r461 r469 66 66 67 67 @XmlElementRefs({ 68 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 69 @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 68 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 69 @XmlElementRef(name = "customXmlDelRangeStart", 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 = "moveToRangeEnd", 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 = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 70 74 @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 71 @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 72 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 73 @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 74 @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 75 @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 76 @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 77 @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 75 @XmlElementRef(name = "permStart", 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), 78 77 @XmlElementRef(name = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 79 78 @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 79 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 80 80 @XmlElementRef(name = "customXmlInsRangeStart", 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 = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 81 @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 83 82 @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 84 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 85 @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 86 @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 87 @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 83 @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 84 @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 85 @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 88 86 @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 = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 91 @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 87 @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 88 @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 92 89 @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 93 90 @XmlElementRef(name = "moveToRangeStart", 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), 94 92 @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 95 @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 93 @XmlElementRef(name = "customXmlInsRangeEnd", 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 = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 96 96 }) 97 97 protected List<Object> egBlockLevelElts; … … 119 119 * <p> 120 120 * Objects of the following type(s) are allowed in the list 121 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 121 * {@link RunDel } 122 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 123 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 124 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 125 * {@link RunIns } 126 * {@link ProofErr } 127 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 128 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 129 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 130 * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 131 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 132 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 133 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 134 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 135 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 136 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 137 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 138 * {@link SdtBlock } 139 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 140 * {@link P } 122 141 * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 123 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 124 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 142 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 143 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 144 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 145 * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 146 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 147 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 125 148 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 126 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}127 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}128 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}129 * {@link P }130 * {@link SdtBlock }131 * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >}132 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}133 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}134 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}135 * {@link ProofErr }136 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >}137 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}138 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}139 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}140 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}141 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}142 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}143 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}144 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}145 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}146 * {@link JAXBElement }{@code <}{@link Tbl }{@code >}147 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}148 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}149 149 * 150 150 * -
trunk/docx4j/src/main/java/org/docx4j/wml/CTCustomXmlBlock.java
r461 r469 69 69 protected CTCustomXmlPr customXmlPr; 70 70 @XmlElementRefs({ 71 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 72 @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 73 @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 74 @XmlElementRef(name = "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), 76 @XmlElementRef(name = "moveTo", 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 = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 71 79 @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 72 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),73 @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),74 80 @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 75 @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 76 @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 77 @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 78 @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 79 @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 80 @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 81 @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 81 82 @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 82 83 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 84 @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 85 @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 86 @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 87 @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 88 @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 89 @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 90 @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 91 @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 83 92 @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 84 @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),85 93 @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 86 @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 87 @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 88 @XmlElementRef(name = "moveToRangeEnd", 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), 95 @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 89 96 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 90 @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 91 @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 92 @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 93 @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 94 @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 95 @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 96 @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 97 @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 97 @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 98 98 }) 99 99 protected List<Object> egContentBlockContent; … … 147 147 * <p> 148 148 * Objects of the following type(s) are allowed in the list 149 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 150 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 151 * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 152 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 153 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 154 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 155 * {@link P } 156 * {@link SdtBlock } 157 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 158 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 159 * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 160 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 161 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 149 * {@link RunDel } 162 150 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 163 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}164 151 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 165 152 * {@link ProofErr } 166 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 167 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 168 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 153 * {@link RunIns } 154 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 155 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 156 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 157 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 158 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 169 159 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 170 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 171 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 172 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 173 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 174 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 160 * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 161 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 162 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 175 163 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 164 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 165 * {@link SdtBlock } 166 * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 167 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 168 * {@link P } 169 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 170 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 171 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 172 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 173 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 174 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 175 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 176 176 * 177 177 * -
trunk/docx4j/src/main/java/org/docx4j/wml/CTCustomXmlCell.java
r461 r469 69 69 protected CTCustomXmlPr customXmlPr; 70 70 @XmlElementRefs({ 71 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 72 @XmlElementRef(name = "moveTo", 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 = "sdt", 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 = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 77 @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 78 @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 79 @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 80 @XmlElementRef(name = "moveToRangeEnd", 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 = "tc", 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 = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 85 @XmlElementRef(name = "customXmlInsRangeEnd", 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), 71 87 @XmlElementRef(name = "customXml", 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 = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 90 @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 91 @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 92 @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 72 93 @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 73 @XmlElementRef(name = "tc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 74 @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 75 @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 76 @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 77 @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 78 @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 79 @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 80 @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 81 @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 82 @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 83 @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 84 @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 85 @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 86 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 87 @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 88 @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 89 @XmlElementRef(name = "customXmlInsRangeStart", 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), 90 95 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 91 @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 92 @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 93 @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 94 @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 95 @XmlElementRef(name = "permEnd", 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 = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 97 97 }) 98 98 protected List<Object> egContentCellContent; … … 146 146 * <p> 147 147 * Objects of the following type(s) are allowed in the list 148 * {@link JAXBElement }{@code <}{@link CTCustomXmlCell }{@code >} 149 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 150 * {@link JAXBElement }{@code <}{@link Tc }{@code >} 148 * {@link RunDel } 151 149 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 152 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 153 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 154 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 155 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 156 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 150 * {@link ProofErr } 157 151 * {@link JAXBElement }{@code <}{@link CTSdtCell }{@code >} 158 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 159 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 160 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 161 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 162 * {@link ProofErr } 152 * {@link RunIns } 163 153 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 164 154 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 165 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 166 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 167 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 168 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 169 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 170 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 155 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 171 156 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 172 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 173 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 157 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 158 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 159 * {@link JAXBElement }{@code <}{@link Tc }{@code >} 160 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 161 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 162 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 163 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 164 * {@link JAXBElement }{@code <}{@link CTCustomXmlCell }{@code >} 165 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 166 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 167 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 168 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 169 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 170 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 171 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 172 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 173 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 174 174 * 175 175 * -
trunk/docx4j/src/main/java/org/docx4j/wml/CTCustomXmlRow.java
r461 r469 69 69 protected CTCustomXmlPr customXmlPr; 70 70 @XmlElementRefs({ 71 @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 72 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 73 @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 74 @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 75 @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 76 @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 77 @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 78 @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 79 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 80 @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 81 @XmlElementRef(name = "moveTo", 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), 71 83 @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 84 @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 85 @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 86 @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 72 87 @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 73 @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),74 @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),75 88 @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 89 @XmlElementRef(name = "tr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Tr.class), 90 @XmlElementRef(name = "permEnd", 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), 76 92 @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 77 @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 93 @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 94 @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 78 95 @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 79 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 80 @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 81 @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 82 @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 83 @XmlElementRef(name = "tr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Tr.class), 84 @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 85 @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 86 @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 87 @XmlElementRef(name = "del", 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), 89 @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 90 @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 91 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 92 @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 93 @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 94 @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 95 @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 96 @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 96 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 97 97 }) 98 98 protected List<Object> egContentRowContent; … … 146 146 * <p> 147 147 * Objects of the following type(s) are allowed in the list 148 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 149 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 148 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 149 * {@link RunDel } 150 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 151 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 152 * {@link RunIns } 153 * {@link ProofErr } 154 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 155 * {@link JAXBElement }{@code <}{@link CTSdtRow }{@code >} 156 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 157 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 150 158 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 151 159 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 152 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 153 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 154 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 155 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 156 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 157 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 158 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 160 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 161 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 162 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 163 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 164 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 159 165 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 160 166 * {@link Tr } 161 * {@link ProofErr } 167 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 168 * {@link JAXBElement }{@code <}{@link CTCustomXmlRow }{@code >} 169 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 162 170 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 163 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 164 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 165 * {@link JAXBElement }{@code <}{@link CTCustomXmlRow }{@code >} 166 * {@link JAXBElement }{@code <}{@link CTSdtRow }{@code >} 167 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 168 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 169 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 170 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 171 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 172 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 173 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 171 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 172 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 173 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 174 174 * 175 175 * -
trunk/docx4j/src/main/java/org/docx4j/wml/CTCustomXmlRun.java
r461 r469 69 69 protected CTCustomXmlPr customXmlPr; 70 70 @XmlElementRefs({ 71 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),72 71 @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 72 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 73 @XmlElementRef(name = "bookmarkEnd", 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 = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 76 @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 77 @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 78 @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 79 @XmlElementRef(name = "smartTag", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 80 @XmlElementRef(name = "commentRangeEnd", 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 = "moveFrom", 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 = "subDoc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 85 @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 86 @XmlElementRef(name = "fldSimple", 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), 73 88 @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 74 89 @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 90 @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 91 @XmlElementRef(name = "permStart", 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 = "customXmlMoveFromRangeStart", 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 = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 96 @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 97 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 75 98 @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 76 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),77 @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),78 @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),79 @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),80 @XmlElementRef(name = "fldSimple", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),81 @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),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 = "commentRangeStart", 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 99 @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 87 @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 88 @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 89 @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 90 @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 91 @XmlElementRef(name = "hyperlink", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 92 @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 93 @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 94 @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 95 @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 96 @XmlElementRef(name = "subDoc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 97 @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 98 @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 99 @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 100 @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 100 @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 101 101 }) 102 102 protected List<Object> paragraphContent; … … 150 150 * <p> 151 151 * Objects of the following type(s) are allowed in the list 152 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 153 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 152 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 153 * {@link RunDel } 154 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 155 * {@link ProofErr } 156 * {@link RunIns } 157 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 158 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 159 * {@link R } 160 * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 161 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 162 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 163 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 164 * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 165 * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 166 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 167 * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 168 * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 154 169 * {@link JAXBElement }{@code <}{@link SdtRun }{@code >} 155 170 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 156 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 157 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 158 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 171 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 159 172 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 173 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 174 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 175 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 176 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 160 177 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 161 * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 162 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 163 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 164 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 165 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 166 * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 167 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 168 * {@link R } 169 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 170 * {@link ProofErr } 171 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 172 * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 173 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 174 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 175 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 176 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 177 * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 178 * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 179 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 180 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 181 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 178 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 179 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 180 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 181 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 182 182 * 183 183 * -
trunk/docx4j/src/main/java/org/docx4j/wml/CTDocPartPr.java
r461 r469 85 85 86 86 @XmlElements({ 87 @XmlElement(name = "types", type = CTDocPartTypes.class), 88 @XmlElement(name = "behaviors", type = CTDocPartBehaviors.class), 89 @XmlElement(name = "name", type = CTDocPartName.class), 87 90 @XmlElement(name = "guid", type = CTGuid.class), 91 @XmlElement(name = "category", type = CTDocPartCategory.class), 88 92 @XmlElement(name = "description", type = CTDocPartPr.Description.class), 89 @XmlElement(name = "category", type = CTDocPartCategory.class), 90 @XmlElement(name = "style", type = CTDocPartPr.Style.class), 91 @XmlElement(name = "types", type = CTDocPartTypes.class), 92 @XmlElement(name = "name", type = CTDocPartName.class), 93 @XmlElement(name = "behaviors", type = CTDocPartBehaviors.class) 93 @XmlElement(name = "style", type = CTDocPartPr.Style.class) 94 94 }) 95 95 protected List<Object> nameOrStyleOrCategory; … … 115 115 * <p> 116 116 * Objects of the following type(s) are allowed in the list 117 * {@link CTDocPartTypes } 118 * {@link CTDocPartBehaviors } 119 * {@link CTDocPartName } 117 120 * {@link CTGuid } 121 * {@link CTDocPartCategory } 118 122 * {@link CTDocPartPr.Description } 119 * {@link CTDocPartCategory }120 123 * {@link CTDocPartPr.Style } 121 * {@link CTDocPartTypes }122 * {@link CTDocPartName }123 * {@link CTDocPartBehaviors }124 124 * 125 125 * -
trunk/docx4j/src/main/java/org/docx4j/wml/CTFFData.java
r461 r469 74 74 75 75 @XmlElementRefs({ 76 @XmlElementRef(name = "ddList", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 77 @XmlElementRef(name = "exitMacro", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 78 @XmlElementRef(name = "helpText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 76 @XmlElementRef(name = "textInput", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 79 77 @XmlElementRef(name = "name", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 80 78 @XmlElementRef(name = "calcOnExit", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 81 @XmlElementRef(name = "checkBox", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 82 @XmlElementRef(name = "textInput", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 79 @XmlElementRef(name = "helpText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 80 @XmlElementRef(name = "enabled", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 81 @XmlElementRef(name = "statusText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 82 @XmlElementRef(name = "ddList", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 83 83 @XmlElementRef(name = "entryMacro", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 84 @XmlElementRef(name = "e nabled", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),85 @XmlElementRef(name = " statusText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class)84 @XmlElementRef(name = "exitMacro", 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) 86 86 }) 87 87 protected List<JAXBElement<?>> nameOrEnabledOrCalcOnExit; … … 107 107 * <p> 108 108 * Objects of the following type(s) are allowed in the list 109 * {@link JAXBElement }{@code <}{@link CTFFTextInput }{@code >} 110 * {@link JAXBElement }{@code <}{@link CTFFName }{@code >} 111 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 112 * {@link JAXBElement }{@code <}{@link CTFFHelpText }{@code >} 113 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 114 * {@link JAXBElement }{@code <}{@link CTFFStatusText }{@code >} 109 115 * {@link JAXBElement }{@code <}{@link CTFFDDList }{@code >} 110 116 * {@link JAXBElement }{@code <}{@link CTMacroName }{@code >} 111 * {@link JAXBElement }{@code <}{@link CTFFHelpText }{@code >} 112 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 113 * {@link JAXBElement }{@code <}{@link CTFFName }{@code >} 117 * {@link JAXBElement }{@code <}{@link CTMacroName }{@code >} 114 118 * {@link JAXBElement }{@code <}{@link CTFFCheckBox }{@code >} 115 * {@link JAXBElement }{@code <}{@link CTFFTextInput }{@code >}116 * {@link JAXBElement }{@code <}{@link CTMacroName }{@code >}117 * {@link JAXBElement }{@code <}{@link CTFFStatusText }{@code >}118 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}119 119 * 120 120 * -
trunk/docx4j/src/main/java/org/docx4j/wml/CTFrameset.java
r461 r469 82 82 protected CTFrameLayout frameLayout; 83 83 @XmlElements({ 84 @XmlElement(name = "frame ", type = CTFrame.class),85 @XmlElement(name = "frame set", type = CTFrameset.class)84 @XmlElement(name = "frameset", type = CTFrameset.class), 85 @XmlElement(name = "frame", type = CTFrame.class) 86 86 }) 87 87 protected List<Object> framesetOrFrame; … … 179 179 * <p> 180 180 * Objects of the following type(s) are allowed in the list 181 * {@link CTFrameset } 181 182 * {@link CTFrame } 182 * {@link CTFrameset }183 183 * 184 184 * -
trunk/docx4j/src/main/java/org/docx4j/wml/CTFtnEdn.java
r461 r469 67 67 68 68 @XmlElementRefs({ 69 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 69 70 @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 71 @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 72 @XmlElementRef(name = "moveToRangeEnd", 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 = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 75 @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 70 76 @XmlElementRef(name = "moveToRangeStart", 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 = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 79 @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 80 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 81 @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 82 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 83 @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 84 @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 85 @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 86 @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 87 @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 88 @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 89 @XmlElementRef(name = "commentRangeEnd", 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 = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 71 92 @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 72 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),73 @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),74 93 @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 75 @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),76 @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),77 @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),78 @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class),79 @XmlElementRef(name = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),80 @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),81 @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),82 @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class),83 @XmlElementRef(name = "moveFromRangeEnd", 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 = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class),86 @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),87 @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),88 94 @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 89 @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),90 @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),91 @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),92 @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),93 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),94 @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),95 95 @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 96 @XmlElementRef(name = " commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class)96 @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 97 97 }) 98 98 protected List<Object> egBlockLevelElts; … … 122 122 * <p> 123 123 * Objects of the following type(s) are allowed in the list 124 * {@link RunDel } 124 125 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 126 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 127 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 128 * {@link ProofErr } 129 * {@link RunIns } 130 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 125 131 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 132 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 133 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 134 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 135 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 136 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 137 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 138 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 139 * {@link SdtBlock } 140 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 141 * {@link P } 142 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 143 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 144 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 145 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 146 * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 126 147 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 127 148 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 128 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}129 149 * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 130 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 131 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 132 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 133 * {@link P } 134 * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 135 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 136 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 137 * {@link SdtBlock } 138 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 139 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 140 * {@link ProofErr } 141 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 142 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 143 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 150 * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 144 151 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 145 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}146 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >}147 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}148 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}149 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}150 * {@link JAXBElement }{@code <}{@link Tbl }{@code >}151 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}152 152 * 153 153 * -
trunk/docx4j/src/main/java/org/docx4j/wml/CTHdrFtr.java
r461 r469 61 61 62 62 @XmlElementRefs({ 63 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 64 @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 65 @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 66 @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 67 @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 68 @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 69 @XmlElementRef(name = "bookmarkStart", 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 = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 72 @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 73 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 74 @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 75 @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 76 @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 77 @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 78 @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 79 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 80 @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 81 @XmlElementRef(name = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 82 @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 83 @XmlElementRef(name = "moveFrom", 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 = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 63 86 @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 64 @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 65 @XmlElementRef(name = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 66 @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 67 @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 68 @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 87 @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 69 88 @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 70 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),71 89 @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 72 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 73 @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 74 @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 75 @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 76 @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 77 @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 78 @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 79 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 80 @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 81 @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 82 @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 83 @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 84 @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 85 @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 86 @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 87 @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 88 @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 89 @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 90 @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 90 @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 91 91 }) 92 92 protected List<Object> egBlockLevelElts; … … 112 112 * <p> 113 113 * Objects of the following type(s) are allowed in the list 114 * {@link RunDel } 115 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 116 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 117 * {@link ProofErr } 118 * {@link RunIns } 119 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 120 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 121 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 122 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 123 * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 124 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 114 125 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 115 126 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 127 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 128 * {@link SdtBlock } 129 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 130 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 131 * {@link P } 116 132 * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 117 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}118 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}119 133 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 120 134 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 121 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 135 * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 136 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 137 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 138 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 122 139 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 123 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}124 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}125 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}126 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}127 * {@link P }128 * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >}129 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}130 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}131 * {@link SdtBlock }132 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}133 140 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 134 141 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 135 * {@link JAXBElement }{@code <}{@link Tbl }{@code >}136 * {@link ProofErr }137 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >}138 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}139 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}140 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}141 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}142 142 * 143 143 * -
trunk/docx4j/src/main/java/org/docx4j/wml/CTHyperlink.java
r461 r469 68 68 69 69 @XmlElementRefs({ 70 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 71 @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 72 @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 = "commentRangeEnd", 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), 70 77 @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 71 @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 78 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 79 @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 80 @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 81 @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 82 @XmlElementRef(name = "customXmlMoveToRangeStart", 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), 72 84 @XmlElementRef(name = "fldSimple", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 85 @XmlElementRef(name = "subDoc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 86 @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 87 @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 88 @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 89 @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 90 @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 73 91 @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 74 @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 75 @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 76 @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 77 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 78 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 79 @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 80 @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 81 @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 92 @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 93 @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 94 @XmlElementRef(name = "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), 96 @XmlElementRef(name = "smartTag", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 82 97 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 83 @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 84 @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 85 @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 86 @XmlElementRef(name = "subDoc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 87 @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 88 @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 89 @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 90 @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 91 @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 92 @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 93 @XmlElementRef(name = "smartTag", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 94 @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 95 @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 96 @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 97 @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 98 @XmlElementRef(name = "hyperlink", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 99 @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 98 @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 99 @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 100 100 }) 101 101 protected List<Object> paragraphContent; … … 133 133 * <p> 134 134 * Objects of the following type(s) are allowed in the list 135 * {@link RunDel } 135 136 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 136 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 137 * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 138 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 139 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 140 * {@link JAXBElement }{@code <}{@link SdtRun }{@code >} 141 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 137 * {@link ProofErr } 138 * {@link RunIns } 139 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 140 * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 142 141 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 143 142 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 144 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 143 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 144 * {@link R } 145 145 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 146 * {@link R } 147 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 146 * {@link JAXBElement }{@code <}{@link SdtRun }{@code >} 148 147 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 149 * {@link JAXBElement }{@code <}{@link CTMoveBookmark}{@code >}150 * {@link ProofErr}148 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 149 * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 151 150 * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 152 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 153 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 154 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 155 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 156 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 157 * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 158 * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 151 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 159 152 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 160 153 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 161 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 154 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 155 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 156 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 157 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 162 158 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 163 159 * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 164 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 160 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 161 * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 162 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 163 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 164 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 165 165 * 166 166 * -
trunk/docx4j/src/main/java/org/docx4j/wml/CTMarkup.java
r359 r469 51 51 @XmlAccessorType(XmlAccessType.FIELD) 52 52 @XmlType(name = "CT_Markup") 53 public class CTMarkup 54 implements Child 53 public class CTMarkup implements Child 55 54 { 56 55 -
trunk/docx4j/src/main/java/org/docx4j/wml/CTParaRPrOriginal.java
r461 r469 72 72 protected CTTrackChange moveTo; 73 73 @XmlElementRefs({ 74 @XmlElementRef(name = "bdr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),75 @XmlElementRef(name = "oMath", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),76 @XmlElementRef(name = "rFonts", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RFonts.class),77 @XmlElementRef(name = "sz", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),78 @XmlElementRef(name = "highlight", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Highlight.class),79 @XmlElementRef(name = "snapToGrid", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),80 @XmlElementRef(name = "b", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),81 @XmlElementRef(name = "spacing", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),82 74 @XmlElementRef(name = "strike", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 83 @XmlElementRef(name = "webHidden", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),84 @XmlElementRef(name = "w", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),85 @XmlElementRef(name = "shadow", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),86 75 @XmlElementRef(name = "dstrike", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 76 @XmlElementRef(name = "iCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 77 @XmlElementRef(name = "vanish", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 78 @XmlElementRef(name = "cs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 87 79 @XmlElementRef(name = "fitText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 88 80 @XmlElementRef(name = "lang", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 81 @XmlElementRef(name = "oMath", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 82 @XmlElementRef(name = "shd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 83 @XmlElementRef(name = "outline", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 84 @XmlElementRef(name = "specVanish", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 85 @XmlElementRef(name = "webHidden", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 86 @XmlElementRef(name = "shadow", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 87 @XmlElementRef(name = "i", 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 = "sz", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 90 @XmlElementRef(name = "noProof", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 91 @XmlElementRef(name = "em", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 92 @XmlElementRef(name = "position", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 93 @XmlElementRef(name = "szCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 94 @XmlElementRef(name = "u", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = U.class), 89 95 @XmlElementRef(name = "rtl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 90 @XmlElementRef(name = "noProof", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 96 @XmlElementRef(name = "color", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Color.class), 97 @XmlElementRef(name = "effect", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 98 @XmlElementRef(name = "rStyle", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RStyle.class), 99 @XmlElementRef(name = "smallCaps", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 100 @XmlElementRef(name = "snapToGrid", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 101 @XmlElementRef(name = "bdr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 102 @XmlElementRef(name = "kern", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 103 @XmlElementRef(name = "rFonts", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RFonts.class), 104 @XmlElementRef(name = "eastAsianLayout", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 91 105 @XmlElementRef(name = "imprint", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 92 @XmlElementRef(name = "iCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 93 @XmlElementRef(name = "position", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 94 @XmlElementRef(name = "specVanish", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 95 @XmlElementRef(name = "rStyle", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RStyle.class), 96 @XmlElementRef(name = "kern", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 97 @XmlElementRef(name = "u", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = U.class), 98 @XmlElementRef(name = "eastAsianLayout", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 99 @XmlElementRef(name = "outline", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 100 @XmlElementRef(name = "caps", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 101 @XmlElementRef(name = "shd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 102 @XmlElementRef(name = "emboss", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 106 @XmlElementRef(name = "b", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 107 @XmlElementRef(name = "highlight", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Highlight.class), 103 108 @XmlElementRef(name = "bCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 104 @XmlElementRef(name = "i", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),105 @XmlElementRef(name = "vanish", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),106 @XmlElementRef(name = "em", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),107 @XmlElementRef(name = "smallCaps", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),108 @XmlElementRef(name = "cs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),109 @XmlElementRef(name = "effect", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),110 109 @XmlElementRef(name = "vertAlign", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 111 @XmlElementRef(name = "color", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Color.class), 112 @XmlElementRef(name = "szCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 110 @XmlElementRef(name = "spacing", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 111 @XmlElementRef(name = "w", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 112 @XmlElementRef(name = "caps", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 113 113 }) 114 114 protected List<Object> egrPrBase; … … 231 231 * Objects of the following type(s) are allowed in the list 232 232 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 233 * {@link JAXBElement }{@code <}{@link CTBorder }{@code >} 234 * {@link RFonts } 233 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 234 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 235 * {@link JAXBElement }{@code <}{@link CTFitText }{@code >} 236 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 237 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 238 * {@link JAXBElement }{@code <}{@link CTLanguage }{@code >} 239 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 240 * {@link JAXBElement }{@code <}{@link CTShd }{@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 BooleanDefaultTrue }{@code >} 235 246 * {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >} 236 * {@link Highlight } 237 * {@link JAXBElement }{@code <}{@link CTSignedTwipsMeasure }{@code >} 238 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 239 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 240 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 241 * {@link JAXBElement }{@code <}{@link CTTextScale }{@code >} 242 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 243 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 244 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 245 * {@link JAXBElement }{@code <}{@link CTFitText }{@code >} 246 * {@link JAXBElement }{@code <}{@link CTLanguage }{@code >} 247 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 248 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 249 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 250 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 251 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 247 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 248 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 249 * {@link JAXBElement }{@code <}{@link CTEm }{@code >} 252 250 * {@link JAXBElement }{@code <}{@link CTSignedHpsMeasure }{@code >} 253 * {@link RStyle }254 251 * {@link U } 255 252 * {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >} 256 * {@link JAXBElement }{@code <}{@link CTShd }{@code >} 257 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 258 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 253 * {@link Color } 254 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 255 * {@link RStyle } 256 * {@link JAXBElement }{@code <}{@link CTTextEffect }{@code >} 257 * {@link JAXBElement }{@code <}{@link CTBorder }{@code >} 258 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 259 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 260 * {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >} 259 261 * {@link JAXBElement }{@code <}{@link CTEastAsianLayout }{@code >} 260 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 261 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 262 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 263 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 264 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 265 * {@link JAXBElement }{@code <}{@link CTEm }{@code >} 266 * {@link JAXBElement }{@code <}{@link CTTextEffect }{@code >} 262 * {@link RFonts } 263 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 264 * {@link Highlight } 267 265 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 268 266 * {@link JAXBElement }{@code <}{@link CTVerticalAlignRun }{@code >} 269 * {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >} 270 * {@link Color } 267 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 268 * {@link JAXBElement }{@code <}{@link CTSignedTwipsMeasure }{@code >} 269 * {@link JAXBElement }{@code <}{@link CTTextScale }{@code >} 270 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 271 271 * 272 272 * -
trunk/docx4j/src/main/java/org/docx4j/wml/CTPictureBase.java
r461 r469 85 85 * <p> 86 86 * Objects of the following type(s) are allowed in the list 87 * {@link Element } 87 88 * {@link Object } 88 * {@link Element }89 89 * 90 90 * -
trunk/docx4j/src/main/java/org/docx4j/wml/CTRPrChange.java
r461 r469 158 158 159 159 @XmlElementRefs({ 160 @XmlElementRef(name = "specVanish", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 161 @XmlElementRef(name = "i", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 162 @XmlElementRef(name = "webHidden", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 163 @XmlElementRef(name = "szCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 164 @XmlElementRef(name = "snapToGrid", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 165 @XmlElementRef(name = "imprint", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 166 @XmlElementRef(name = "shd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 167 @XmlElementRef(name = "noProof", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 168 @XmlElementRef(name = "iCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 169 @XmlElementRef(name = "effect", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 170 @XmlElementRef(name = "bCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 171 @XmlElementRef(name = "caps", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 172 @XmlElementRef(name = "outline", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 160 173 @XmlElementRef(name = "rtl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 161 @XmlElementRef(name = "emboss", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 174 @XmlElementRef(name = "fitText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 175 @XmlElementRef(name = "smallCaps", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 176 @XmlElementRef(name = "shadow", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 177 @XmlElementRef(name = "vertAlign", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 178 @XmlElementRef(name = "kern", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 179 @XmlElementRef(name = "oMath", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 180 @XmlElementRef(name = "position", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 181 @XmlElementRef(name = "spacing", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 182 @XmlElementRef(name = "bdr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 183 @XmlElementRef(name = "b", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 184 @XmlElementRef(name = "sz", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 185 @XmlElementRef(name = "strike", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 186 @XmlElementRef(name = "u", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = U.class), 187 @XmlElementRef(name = "color", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Color.class), 188 @XmlElementRef(name = "cs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 162 189 @XmlElementRef(name = "lang", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 190 @XmlElementRef(name = "rStyle", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RStyle.class), 163 191 @XmlElementRef(name = "rFonts", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RFonts.class), 164 192 @XmlElementRef(name = "highlight", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Highlight.class), 165 @XmlElementRef(name = "iCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 166 @XmlElementRef(name = "outline", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 167 @XmlElementRef(name = "bdr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 168 @XmlElementRef(name = "em", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 169 @XmlElementRef(name = "webHidden", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 170 @XmlElementRef(name = "cs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 171 @XmlElementRef(name = "oMath", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 172 @XmlElementRef(name = "kern", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 173 @XmlElementRef(name = "position", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 174 @XmlElementRef(name = "imprint", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 193 @XmlElementRef(name = "vanish", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 175 194 @XmlElementRef(name = "w", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 176 @XmlElementRef(name = "shadow", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 177 @XmlElementRef(name = "specVanish", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 178 @XmlElementRef(name = "spacing", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 179 @XmlElementRef(name = "shd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 180 @XmlElementRef(name = "vertAlign", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 181 @XmlElementRef(name = "bCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 182 @XmlElementRef(name = "vanish", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 183 @XmlElementRef(name = "szCs", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 184 @XmlElementRef(name = "rStyle", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RStyle.class), 185 @XmlElementRef(name = "effect", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 186 @XmlElementRef(name = "sz", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 187 @XmlElementRef(name = "snapToGrid", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 188 @XmlElementRef(name = "u", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = U.class), 189 @XmlElementRef(name = "smallCaps", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 195 @XmlElementRef(name = "emboss", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 190 196 @XmlElementRef(name = "dstrike", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 191 197 @XmlElementRef(name = "eastAsianLayout", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 192 @XmlElementRef(name = "i", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 193 @XmlElementRef(name = "b", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 194 @XmlElementRef(name = "strike", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 195 @XmlElementRef(name = "color", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Color.class), 196 @XmlElementRef(name = "noProof", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 197 @XmlElementRef(name = "fitText", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 198 @XmlElementRef(name = "caps", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 198 @XmlElementRef(name = "em", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 199 199 }) 200 200 protected List<Object> egrPrBase; … … 220 220 * <p> 221 221 * 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 BooleanDefaultTrue }{@code >} 225 * {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >} 226 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 227 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 228 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 229 * {@link JAXBElement }{@code <}{@link CTShd }{@code >} 230 * {@link JAXBElement }{@code <}{@link CTTextEffect }{@code >} 231 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 232 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 233 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 234 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 235 * {@link JAXBElement }{@code <}{@link CTFitText }{@code >} 236 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 237 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 238 * {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >} 239 * {@link JAXBElement }{@code <}{@link CTVerticalAlignRun }{@code >} 240 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 241 * {@link JAXBElement }{@code <}{@link CTSignedHpsMeasure }{@code >} 242 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 243 * {@link JAXBElement }{@code <}{@link CTSignedTwipsMeasure }{@code >} 244 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 245 * {@link JAXBElement }{@code <}{@link CTBorder }{@code >} 246 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 247 * {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >} 248 * {@link U } 249 * {@link Color } 222 250 * {@link JAXBElement }{@code <}{@link CTLanguage }{@code >} 223 251 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 224 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}252 * {@link RStyle } 225 253 * {@link RFonts } 226 254 * {@link Highlight } 227 255 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 228 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}229 * {@link JAXBElement }{@code <}{@link CTBorder}{@code >}256 * {@link JAXBElement }{@code <}{@link CTTextScale }{@code >} 257 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 230 258 * {@link JAXBElement }{@code <}{@link CTEm }{@code >} 231 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}232 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}233 * {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >}234 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}235 * {@link JAXBElement }{@code <}{@link CTSignedHpsMeasure }{@code >}236 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}237 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}238 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}239 * {@link JAXBElement }{@code <}{@link CTTextScale }{@code >}240 * {@link JAXBElement }{@code <}{@link CTShd }{@code >}241 * {@link JAXBElement }{@code <}{@link CTSignedTwipsMeasure }{@code >}242 * {@link JAXBElement }{@code <}{@link CTVerticalAlignRun }{@code >}243 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}244 * {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >}245 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}246 * {@link RStyle }247 * {@link JAXBElement }{@code <}{@link HpsMeasure }{@code >}248 * {@link JAXBElement }{@code <}{@link CTTextEffect }{@code >}249 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}250 * {@link U }251 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}252 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}253 259 * {@link JAXBElement }{@code <}{@link CTEastAsianLayout }{@code >} 254 260 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 255 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}256 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}257 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}258 * {@link JAXBElement }{@code <}{@link CTFitText }{@code >}259 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}260 * {@link Color }261 261 * 262 262 * -
trunk/docx4j/src/main/java/org/docx4j/wml/CTRubyContent.java
r461 r469 61 61 62 62 @XmlElementRefs({ 63 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 64 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 65 @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 66 @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 63 67 @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 68 @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 69 @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 70 @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 71 @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 72 @XmlElementRef(name = "moveFromRangeStart", 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 = "commentRangeStart", 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), 64 76 @XmlElementRef(name = "commentRangeEnd", 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 = "permEnd", 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 = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 81 @XmlElementRef(name = "customXmlDelRangeStart", 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 = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 65 84 @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 66 @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class),67 @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class),68 @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),69 @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),70 @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),71 @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),72 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),73 @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),74 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),75 @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),76 @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),77 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),78 @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),79 @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),80 @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),81 @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),82 @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),83 85 @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 = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 86 @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 86 @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 87 87 }) 88 88 protected List<Object> egRubyContent; … … 108 108 * <p> 109 109 * Objects of the following type(s) are allowed in the list 110 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 111 * {@link R } 112 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 113 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 114 * {@link ProofErr } 115 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 116 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 110 * {@link RunDel } 111 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 117 112 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 118 113 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 119 114 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 115 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 116 * {@link RunIns } 117 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 118 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 119 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 120 * {@link ProofErr } 121 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 122 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 123 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 124 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 125 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 126 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 127 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 120 128 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 121 129 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 122 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}123 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}130 * {@link R } 131 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 124 132 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 125 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}126 133 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 127 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}128 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}129 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}130 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}131 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}132 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}133 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}134 134 * 135 135 * -
trunk/docx4j/src/main/java/org/docx4j/wml/CTSdtContentCell.java
r461 r469 61 61 62 62 @XmlElementRefs({ 63 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 63 64 @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 64 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 65 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 66 @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 67 @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 65 @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 66 @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 67 @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 68 @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.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), 68 71 @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 69 @XmlElementRef(name = " customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),72 @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 70 73 @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 71 74 @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 72 75 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 73 @XmlElementRef(name = " ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),74 @XmlElementRef(name = " bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),75 @XmlElementRef(name = " tc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),76 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 77 @XmlElementRef(name = "customXmlMoveFromRangeEnd", 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), 76 79 @XmlElementRef(name = "moveTo", 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 80 @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 79 @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 80 @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 81 @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 81 82 @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 82 83 @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 83 84 @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 84 @XmlElementRef(name = " moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),85 @XmlElementRef(name = "c ustomXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),85 @XmlElementRef(name = "tc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 86 @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 86 87 @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 87 @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 88 @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 88 @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 89 89 }) 90 90 protected List<Object> egContentCellContent; … … 110 110 * <p> 111 111 * Objects of the following type(s) are allowed in the list 112 * {@link RunDel } 112 113 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 113 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 114 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 115 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 116 * {@link ProofErr } 117 * {@link RunIns } 118 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 119 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 114 120 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 115 121 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 116 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}117 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}118 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}119 122 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 120 123 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 121 124 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 125 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 126 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 127 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 122 128 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 123 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}124 * {@link JAXBElement }{@code <}{@link Tc }{@code >}125 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}126 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}127 129 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 128 * {@link ProofErr } 129 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 130 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 130 131 * {@link JAXBElement }{@code <}{@link CTSdtCell }{@code >} 131 132 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 132 133 * {@link JAXBElement }{@code <}{@link CTCustomXmlCell }{@code >} 134 * {@link JAXBElement }{@code <}{@link Tc }{@code >} 133 135 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 134 * {@link JAXBElement }{@code <}{@link CTTrackChange}{@code >}136 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 135 137 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 136 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}137 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}138 138 * 139 139 * -
trunk/docx4j/src/main/java/org/docx4j/wml/CTSdtContentRow.java
r461 r469 62 62 @XmlElementRefs({ 63 63 @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 64 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 65 @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 66 @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 67 @XmlElementRef(name = "customXmlMoveToRangeEnd", 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 = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 70 @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 71 @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 72 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 73 @XmlElementRef(name = "customXmlMoveToRangeStart", 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 = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 76 @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 64 77 @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 65 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 66 @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 67 @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 68 @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 69 @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 78 @XmlElementRef(name = "tr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Tr.class), 79 @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 80 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 81 @XmlElementRef(name = "customXmlDelRangeStart", 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 = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 84 @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 85 @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 70 86 @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 71 @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),72 @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),73 @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),74 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),75 @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),76 87 @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 77 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 78 @XmlElementRef(name = "tr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = Tr.class), 79 @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 80 @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 81 @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 82 @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 83 @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 84 @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 85 @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 86 @XmlElementRef(name = "customXmlMoveFromRangeStart", 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 = "moveToRangeStart", 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 89 }) 90 90 protected List<Object> egContentRowContent; … … 111 111 * Objects of the following type(s) are allowed in the list 112 112 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 113 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}113 * {@link RunDel } 114 114 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 115 115 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 116 116 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 117 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 118 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 119 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 120 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 121 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 122 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 117 * {@link RunIns } 118 * {@link ProofErr } 123 119 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 124 120 * {@link JAXBElement }{@code <}{@link CTSdtRow }{@code >} 125 121 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 126 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 122 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 123 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 124 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 125 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 126 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 127 127 * {@link Tr } 128 * {@link ProofErr }129 128 * {@link JAXBElement }{@code <}{@link CTCustomXmlRow }{@code >} 130 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}131 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}132 129 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 133 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >}134 130 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 135 131 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 132 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 133 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 134 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 135 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 136 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 136 137 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 137 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}138 138 * 139 139 * -
trunk/docx4j/src/main/java/org/docx4j/wml/CTSdtContentRun.java
r461 r469 61 61 62 62 @XmlElementRefs({ 63 @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 64 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 65 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 66 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 67 @XmlElementRef(name = "permStart", 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 = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 70 @XmlElementRef(name = "customXmlMoveToRangeStart", 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 = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 73 @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 74 @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 75 @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 76 @XmlElementRef(name = "sdt", 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 = "commentRangeEnd", 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 = "fldSimple", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 81 @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 82 @XmlElementRef(name = "hyperlink", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 83 @XmlElementRef(name = "smartTag", 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 = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 86 @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 87 @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 88 @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 89 @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 63 90 @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 64 @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),65 @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),66 @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),67 @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),68 @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),69 @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),70 @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),71 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),72 @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),73 @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),74 @XmlElementRef(name = "subDoc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),75 @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),76 @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),77 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),78 @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),79 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),80 @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),81 @XmlElementRef(name = "hyperlink", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),82 @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),83 @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class),84 @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),85 @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class),86 @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),87 @XmlElementRef(name = "smartTag", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),88 91 @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 89 @XmlElementRef(name = "fldSimple", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 90 @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 91 @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 92 @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 92 @XmlElementRef(name = "subDoc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 93 93 }) 94 94 protected List<Object> paragraphContent; … … 114 114 * <p> 115 115 * Objects of the following type(s) are allowed in the list 116 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 117 * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 118 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 116 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 117 * {@link RunDel } 118 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 119 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 119 120 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 121 * {@link ProofErr } 122 * {@link RunIns } 123 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 120 124 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 121 125 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 126 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 127 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 128 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 129 * {@link JAXBElement }{@code <}{@link SdtRun }{@code >} 122 130 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 123 * {@link JAXBElement }{@code <}{@link SdtRun }{@code >}124 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}125 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}126 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}127 * {@link JAXBElement }{@code <}{@link CTRel }{@code >}128 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}129 131 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 130 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}131 132 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 132 * {@link JAXBElement }{@code <}{@link CT MarkupRange}{@code >}133 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}133 * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 134 * {@link R } 134 135 * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 135 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}136 * {@link R }137 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}138 * {@link ProofErr }139 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}140 136 * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 141 137 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 142 * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 138 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 139 * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 140 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 141 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 143 142 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 144 * {@link JAXBElement }{@code <}{@link CTMoveBookmark}{@code >}143 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 145 144 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 145 * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 146 146 * 147 147 * -
trunk/docx4j/src/main/java/org/docx4j/wml/CTShapeDefaults.java
r461 r469 84 84 * <p> 85 85 * Objects of the following type(s) are allowed in the list 86 * {@link Element } 86 87 * {@link Object } 87 * {@link Element }88 88 * 89 89 * -
trunk/docx4j/src/main/java/org/docx4j/wml/CTSimpleField.java
r461 r469 70 70 protected Text fldData; 71 71 @XmlElementRefs({ 72 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 72 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 73 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 74 @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 75 @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 76 @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 77 @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 78 @XmlElementRef(name = "commentRangeEnd", 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), 73 80 @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 81 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 82 @XmlElementRef(name = "smartTag", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 74 83 @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 84 @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 75 85 @XmlElementRef(name = "customXmlMoveToRangeStart", 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), 76 87 @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 77 @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 78 @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 79 @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 88 @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 89 @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 90 @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 91 @XmlElementRef(name = "sdt", 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 = "subDoc", 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 = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 96 @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 97 @XmlElementRef(name = "fldSimple", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 80 98 @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 81 @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),82 @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),83 @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class),84 @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),85 @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),86 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),87 @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class),88 @XmlElementRef(name = "smartTag", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),89 99 @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 90 @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),91 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),92 @XmlElementRef(name = "hyperlink", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),93 @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),94 @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),95 @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),96 @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),97 @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),98 @XmlElementRef(name = "subDoc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),99 100 @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 100 @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 101 @XmlElementRef(name = "fldSimple", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 101 @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 102 102 }) 103 103 protected List<Object> paragraphContent; … … 153 153 * <p> 154 154 * Objects of the following type(s) are allowed in the list 155 * {@link RunDel } 156 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 157 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 155 158 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 159 * {@link RunIns } 160 * {@link ProofErr } 161 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 162 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 156 163 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 164 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 165 * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 157 166 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 167 * {@link R } 158 168 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 169 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 159 170 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 160 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 161 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 162 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 171 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 163 172 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 164 173 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 174 * {@link JAXBElement }{@code <}{@link SdtRun }{@code >} 175 * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 176 * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 177 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 178 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 165 179 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 166 * {@link R } 167 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 168 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 169 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 170 * {@link ProofErr } 171 * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 180 * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 181 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 182 * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 172 183 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 173 * {@link JAXBElement }{@code <}{@link SdtRun }{@code >} 174 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 175 * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 176 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 177 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 178 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 179 * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 180 * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 181 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 182 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 183 * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 184 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 184 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 185 185 * 186 186 * -
trunk/docx4j/src/main/java/org/docx4j/wml/CTSmartTagRun.java
r461 r469 69 69 protected CTSmartTagPr smartTagPr; 70 70 @XmlElementRefs({ 71 @XmlElementRef(name = "customXmlMoveToRangeStart", 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 = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.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 = "moveToRangeEnd", 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 = "bookmarkStart", 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 = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 81 @XmlElementRef(name = "permEnd", 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 = "smartTag", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 84 @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 85 @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 86 @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 87 @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class), 71 88 @XmlElementRef(name = "fldSimple", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 72 @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 73 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 74 @XmlElementRef(name = "smartTag", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 75 @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 76 @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 89 @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 77 90 @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 78 @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),79 @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),80 @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),81 @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),82 @XmlElementRef(name = "r", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = R.class),83 @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class),84 @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),85 91 @XmlElementRef(name = "subDoc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 86 @XmlElementRef(name = "customXml InsRangeEnd", 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), 87 93 @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 88 @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),89 @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),90 @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),91 @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),92 @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),93 @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),94 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),95 @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),96 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),97 94 @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 98 95 @XmlElementRef(name = "hyperlink", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 99 @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 100 @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 96 @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 97 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 98 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 99 @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 100 @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 101 101 }) 102 102 protected List<Object> paragraphContent; … … 150 150 * <p> 151 151 * Objects of the following type(s) are allowed in the list 152 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 153 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 154 * {@link RunDel } 155 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 156 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 157 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 158 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 159 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 160 * {@link RunIns } 161 * {@link ProofErr } 162 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 163 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 164 * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 165 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 166 * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >} 167 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 168 * {@link R } 152 169 * {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >} 153 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 154 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 155 * {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >} 156 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 157 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 170 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 158 171 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 159 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}160 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}161 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}162 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}163 * {@link R }164 * {@link ProofErr }165 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}166 172 * {@link JAXBElement }{@code <}{@link CTRel }{@code >} 167 * {@link JAXBElement }{@code <}{@link CT Markup}{@code >}173 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 168 174 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 169 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}170 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}171 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}172 * {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >}173 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}174 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}175 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}176 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}177 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}178 175 * {@link JAXBElement }{@code <}{@link SdtRun }{@code >} 179 176 * {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >} 180 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 181 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 177 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 178 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 179 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 180 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 181 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 182 182 * 183 183 * -
trunk/docx4j/src/main/java/org/docx4j/wml/CTTrPrBase.java
r461 r469 115 115 116 116 @XmlElementRefs({ 117 @XmlElementRef(name = "tblCellSpacing", 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), 117 @XmlElementRef(name = "tblHeader", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 118 @XmlElementRef(name = "hidden", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 119 @XmlElementRef(name = "divId", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 119 120 @XmlElementRef(name = "jc", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 120 @XmlElementRef(name = "gridBefore", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),121 @XmlElementRef(name = "cnfStyle", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),122 @XmlElementRef(name = "wAfter", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),123 @XmlElementRef(name = "divId", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),124 @XmlElementRef(name = "wBefore", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),125 @XmlElementRef(name = "tblHeader", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),126 121 @XmlElementRef(name = "trHeight", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 127 122 @XmlElementRef(name = "gridAfter", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 128 @XmlElementRef(name = "hidden", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 123 @XmlElementRef(name = "tblCellSpacing", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 124 @XmlElementRef(name = "cnfStyle", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 125 @XmlElementRef(name = "wBefore", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 126 @XmlElementRef(name = "cantSplit", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 127 @XmlElementRef(name = "wAfter", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 128 @XmlElementRef(name = "gridBefore", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 129 129 }) 130 130 protected List<JAXBElement<?>> cnfStyleOrDivIdOrGridBefore; … … 150 150 * <p> 151 151 * Objects of the following type(s) are allowed in the list 152 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 152 153 * {@link JAXBElement }{@code <}{@link Jc }{@code >} 154 * {@link JAXBElement }{@code <}{@link CTTrPrBase.DivId }{@code >} 155 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 156 * {@link JAXBElement }{@code <}{@link CTHeight }{@code >} 157 * {@link JAXBElement }{@code <}{@link CTTrPrBase.GridAfter }{@code >} 158 * {@link JAXBElement }{@code <}{@link TblWidth }{@code >} 159 * {@link JAXBElement }{@code <}{@link TblWidth }{@code >} 160 * {@link JAXBElement }{@code <}{@link CTCnf }{@code >} 153 161 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >} 154 162 * {@link JAXBElement }{@code <}{@link TblWidth }{@code >} 155 * {@link JAXBElement }{@code <}{@link CTCnf }{@code >}156 163 * {@link JAXBElement }{@code <}{@link CTTrPrBase.GridBefore }{@code >} 157 * {@link JAXBElement }{@code <}{@link CTTrPrBase.DivId }{@code >}158 * {@link JAXBElement }{@code <}{@link TblWidth }{@code >}159 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}160 * {@link JAXBElement }{@code <}{@link TblWidth }{@code >}161 * {@link JAXBElement }{@code <}{@link CTHeight }{@code >}162 * {@link JAXBElement }{@code <}{@link CTTrPrBase.GridAfter }{@code >}163 * {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}164 164 * 165 165 * -
trunk/docx4j/src/main/java/org/docx4j/wml/CTTxbxContent.java
r461 r469 61 61 62 62 @XmlElementRefs({ 63 @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 64 @XmlElementRef(name = "del", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunDel.class), 65 @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 63 66 @XmlElementRef(name = "altChunk", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 64 @XmlElementRef(name = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 67 @XmlElementRef(name = "customXmlDelRangeStart", 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 = "ins", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = RunIns.class), 70 @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 71 @XmlElementRef(name = "moveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 72 @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 73 @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 74 @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 65 75 @XmlElementRef(name = "commentRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 66 @XmlElementRef(name = "customXmlMoveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 76 @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 77 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 78 @XmlElementRef(name = "moveTo", 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 = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 81 @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class), 82 @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 83 @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 84 @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 67 85 @XmlElementRef(name = "permStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 68 @XmlElementRef(name = "customXmlMoveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),69 @XmlElementRef(name = "moveToRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),70 @XmlElementRef(name = "p", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = P.class),71 86 @XmlElementRef(name = "permEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 72 @XmlElementRef(name = "sdt", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = SdtBlock.class), 73 @XmlElementRef(name = "customXmlMoveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 74 @XmlElementRef(name = "customXml", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 75 @XmlElementRef(name = "customXmlInsRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 76 @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 77 @XmlElementRef(name = "bookmarkEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 78 @XmlElementRef(name = "proofErr", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = ProofErr.class), 79 @XmlElementRef(name = "customXmlDelRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 87 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 80 88 @XmlElementRef(name = "moveFromRangeEnd", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 81 @XmlElementRef(name = "bookmarkStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),82 @XmlElementRef(name = "moveTo", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),83 @XmlElementRef(name = "customXmlDelRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),84 @XmlElementRef(name = "commentRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),85 @XmlElementRef(name = "customXmlMoveFromRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),86 @XmlElementRef(name = "customXmlInsRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class),87 89 @XmlElementRef(name = "tbl", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 88 @XmlElementRef(name = "moveFrom", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class), 89 @XmlElementRef(name = "del", 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) 90 @XmlElementRef(name = "moveToRangeStart", namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", type = JAXBElement.class) 91 91 }) 92 92 protected List<Object> egBlockLevelElts; … … 112 112 * <p> 113 113 * Objects of the following type(s) are allowed in the list 114 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 115 * {@link RunDel } 116 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 114 117 * {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >} 115 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 118 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 119 * {@link ProofErr } 120 * {@link RunIns } 116 121 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 122 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 123 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 124 * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >} 125 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 126 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 127 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 117 128 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 118 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}119 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}120 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}121 * {@link P }122 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >}123 * {@link SdtBlock }124 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}125 * {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >}126 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}127 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}128 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}129 * {@link ProofErr }130 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}131 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}132 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}133 129 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >} 134 130 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 131 * {@link SdtBlock } 132 * {@link P } 133 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 134 * {@link JAXBElement }{@code <}{@link CTMarkup }{@code >} 135 * {@link JAXBElement }{@code <}{@link CTBookmark }{@code >} 136 * {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >} 137 * {@link JAXBElement }{@code <}{@link CTPerm }{@code >} 135 138 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 136 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 137 * {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >} 139 * {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >} 138 140 * {@link JAXBElement }{@code <}{@link Tbl }{@code >} 139 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}140 * {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}141 141 * {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >} 142 142 * -
trunk/docx4j/src/main/java/org/docx4j/wml/ObjectFactory.java
r461 r469 45 45 public class ObjectFactory { 46 46 47 private final static QName _SdtPrRPr_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "rPr");48 private final static QName _SdtPrText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "text");49 private final static QName _SdtPrCitation_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "citation");50 private final static QName _SdtPrDocPartObj_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "docPartObj");51 private final static QName _SdtPrShowingPlcHdr_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "showingPlcHdr");52 private final static QName _SdtPrPlaceholder_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "placeholder");53 private final static QName _SdtPrAlias_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "alias");54 private final static QName _SdtPrTemporary_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "temporary");55 private final static QName _SdtPrLock_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "lock");56 private final static QName _SdtPrComboBox_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "comboBox");57 private final static QName _SdtPrBibliography_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bibliography");58 private final static QName _SdtPrDate_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "date");59 private final static QName _SdtPrRichText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "richText");60 private final static QName _SdtPrDropDownList_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "dropDownList");61 private final static QName _SdtPrPicture_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "picture");62 private final static QName _SdtPrEquation_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "equation");63 private final static QName _SdtPrDataBinding_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "dataBinding");64 private final static QName _SdtPrDocPartList_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "docPartList");65 private final static QName _SdtPrGroup_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "group");66 47 private final static QName _TxbxContent_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "txbxContent"); 67 48 private final static QName _Ftr_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "ftr"); … … 73 54 private final static QName _Footnotes_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "footnotes"); 74 55 private final static QName _WebSettings_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "webSettings"); 56 private final static QName _CTFtnEdnMoveFromRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFromRangeStart"); 57 private final static QName _CTFtnEdnCommentRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "commentRangeStart"); 58 private final static QName _CTFtnEdnMoveFrom_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFrom"); 59 private final static QName _CTFtnEdnMoveFromRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFromRangeEnd"); 60 private final static QName _CTFtnEdnTbl_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tbl"); 61 private final static QName _CTFtnEdnCustomXmlMoveFromRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveFromRangeStart"); 62 private final static QName _CTFtnEdnMoveToRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveToRangeEnd"); 63 private final static QName _CTFtnEdnCustomXmlDelRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlDelRangeEnd"); 64 private final static QName _CTFtnEdnCustomXmlDelRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlDelRangeStart"); 65 private final static QName _CTFtnEdnCustomXmlMoveToRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveToRangeEnd"); 66 private final static QName _CTFtnEdnCustomXmlInsRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlInsRangeStart"); 67 private final static QName _CTFtnEdnCustomXmlMoveToRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveToRangeStart"); 68 private final static QName _CTFtnEdnCustomXmlInsRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlInsRangeEnd"); 69 private final static QName _CTFtnEdnAltChunk_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "altChunk"); 70 private final static QName _CTFtnEdnPermStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "permStart"); 71 private final static QName _CTFtnEdnPermEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "permEnd"); 72 private final static QName _CTFtnEdnMoveToRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveToRangeStart"); 73 private final static QName _CTFtnEdnCommentRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "commentRangeEnd"); 74 private final static QName _CTFtnEdnBookmarkEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bookmarkEnd"); 75 private final static QName _CTFtnEdnCustomXml_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXml"); 76 private final static QName _CTFtnEdnBookmarkStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bookmarkStart"); 77 private final static QName _CTFtnEdnMoveTo_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveTo"); 78 private final static QName _CTFtnEdnCustomXmlMoveFromRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveFromRangeEnd"); 79 private final static QName _CTHyperlinkSdt_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "sdt"); 80 private final static QName _CTHyperlinkSubDoc_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "subDoc"); 81 private final static QName _CTHyperlinkFldSimple_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "fldSimple"); 82 private final static QName _CTHyperlinkHyperlink_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "hyperlink"); 83 private final static QName _CTHyperlinkSmartTag_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "smartTag"); 84 private final static QName _SdtPrRPr_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "rPr"); 85 private final static QName _SdtPrText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "text"); 86 private final static QName _SdtPrCitation_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "citation"); 87 private final static QName _SdtPrDocPartObj_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "docPartObj"); 88 private final static QName _SdtPrShowingPlcHdr_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "showingPlcHdr"); 89 private final static QName _SdtPrPlaceholder_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "placeholder"); 90 private final static QName _SdtPrAlias_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "alias"); 91 private final static QName _SdtPrLock_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "lock"); 92 private final static QName _SdtPrTemporary_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "temporary"); 93 private final static QName _SdtPrBibliography_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bibliography"); 94 private final static QName _SdtPrComboBox_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "comboBox"); 95 private final static QName _SdtPrRichText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "richText"); 96 private final static QName _SdtPrDate_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "date"); 97 private final static QName _SdtPrDropDownList_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "dropDownList"); 98 private final static QName _SdtPrPicture_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "picture"); 99 private final static QName _SdtPrEquation_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "equation"); 100 private final static QName _SdtPrDataBinding_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "dataBinding"); 101 private final static QName _SdtPrDocPartList_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "docPartList"); 102 private final static QName _SdtPrGroup_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "group"); 103 private final static QName _SectPrHeaderReference_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "headerReference"); 104 private final static QName _SectPrFooterReference_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "footerReference"); 105 private final static QName _CTFFDataDdList_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "ddList"); 75 106 private final static QName _CTFFDataEntryMacro_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "entryMacro"); 76 private final static QName _CTFFDataDdList_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "ddList");77 107 private final static QName _CTFFDataEnabled_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "enabled"); 108 private final static QName _CTFFDataCalcOnExit_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "calcOnExit"); 78 109 private final static QName _CTFFDataName_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "name"); 79 private final static QName _CTFFDataCalcOnExit_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "calcOnExit");80 110 private final static QName _CTFFDataCheckBox_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "checkBox"); 81 111 private final static QName _CTFFDataHelpText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "helpText"); … … 83 113 private final static QName _CTFFDataTextInput_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "textInput"); 84 114 private final static QName _CTFFDataExitMacro_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "exitMacro"); 85 private final static QName _CTHdrFtrMoveFromRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFromRangeStart"); 86 private final static QName _CTHdrFtrTbl_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tbl"); 87 private final static QName _CTHdrFtrMoveFromRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFromRangeEnd"); 88 private final static QName _CTHdrFtrIns_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "ins"); 89 private final static QName _CTHdrFtrMoveToRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveToRangeEnd"); 90 private final static QName _CTHdrFtrCustomXmlDelRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlDelRangeEnd"); 91 private final static QName _CTHdrFtrCustomXmlMoveToRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveToRangeEnd"); 92 private final static QName _CTHdrFtrCustomXmlInsRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlInsRangeStart"); 93 private final static QName _CTHdrFtrCustomXmlMoveToRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveToRangeStart"); 94 private final static QName _CTHdrFtrCustomXmlInsRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlInsRangeEnd"); 95 private final static QName _CTHdrFtrPermStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "permStart"); 96 private final static QName _CTHdrFtrCommentRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "commentRangeEnd"); 97 private final static QName _CTHdrFtrMoveToRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveToRangeStart"); 98 private final static QName _CTHdrFtrBookmarkEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bookmarkEnd"); 99 private final static QName _CTHdrFtrCustomXmlMoveFromRangeEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveFromRangeEnd"); 100 private final static QName _CTHdrFtrCommentRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "commentRangeStart"); 101 private final static QName _CTHdrFtrMoveFrom_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveFrom"); 102 private final static QName _CTHdrFtrCustomXmlMoveFromRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlMoveFromRangeStart"); 103 private final static QName _CTHdrFtrCustomXmlDelRangeStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXmlDelRangeStart"); 104 private final static QName _CTHdrFtrAltChunk_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "altChunk"); 105 private final static QName _CTHdrFtrPermEnd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "permEnd"); 106 private final static QName _CTHdrFtrDel_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "del"); 107 private final static QName _CTHdrFtrCustomXml_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "customXml"); 108 private final static QName _CTHdrFtrBookmarkStart_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "bookmarkStart"); 109 private final static QName _CTHdrFtrMoveTo_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "moveTo"); 115 private final static QName _RMonthShort_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "monthShort"); 116 private final static QName _RYearLong_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "yearLong"); 117 private final static QName _RFootnoteReference_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "footnoteReference"); 118 private final static QName _RPgNum_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "pgNum"); 119 private final static QName _REndnoteRef_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "endnoteRef"); 120 private final static QName _RSoftHyphen_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "softHyphen"); 121 private final static QName _REndnoteReference_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "endnoteReference"); 122 private final static QName _RT_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "t"); 123 private final static QName _RCr_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "cr"); 124 private final static QName _RFldChar_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "fldChar"); 125 private final static QName _RCommentReference_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "commentReference"); 126 private final static QName _RSeparator_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "separator"); 127 private final static QName _RDayLong_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "dayLong"); 128 private final static QName _RAnnotationRef_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "annotationRef"); 129 private final static QName _RRuby_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "ruby"); 130 private final static QName _RObject_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "object"); 131 private final static QName _RTab_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tab"); 132 private final static QName _RLastRenderedPageBreak_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "lastRenderedPageBreak"); 133 private final static QName _RInstrText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "instrText"); 134 private final static QName _RDelInstrText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "delInstrText"); 135 private final static QName _RSym_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "sym"); 136 private final static QName _RPict_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "pict"); 137 private final static QName _RContinuationSeparator_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "continuationSeparator"); 138 private final static QName _RYearShort_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "yearShort"); 139 private final static QName _RFootnoteRef_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "footnoteRef"); 140 private final static QName _RDayShort_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "dayShort"); 141 private final static QName _RMonthLong_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "monthLong"); 142 private final static QName _RPtab_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "ptab"); 143 private final static QName _RNoBreakHyphen_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "noBreakHyphen"); 144 private final static QName _CTCustomXmlCellTc_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tc"); 110 145 private final static QName _CTRPrChangeRPrRtl_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "rtl"); 111 146 private final static QName _CTRPrChangeRPrB_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "b"); … … 115 150 private final static QName _CTRPrChangeRPrICs_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "iCs"); 116 151 private final static QName _CTRPrChangeRPrI_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "i"); 152 private final static QName _CTRPrChangeRPrOMath_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "oMath"); 117 153 private final static QName _CTRPrChangeRPrNoProof_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "noProof"); 118 private final static QName _CTRPrChangeRPrOMath_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "oMath");119 154 private final static QName _CTRPrChangeRPrVertAlign_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "vertAlign"); 120 155 private final static QName _CTRPrChangeRPrW_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "w"); … … 122 157 private final static QName _CTRPrChangeRPrCaps_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "caps"); 123 158 private final static QName _CTRPrChangeRPrEm_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "em"); 159 private final static QName _CTRPrChangeRPrWebHidden_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "webHidden"); 124 160 private final static QName _CTRPrChangeRPrPosition_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "position"); 125 private final static QName _CTRPrChangeRPrWebHidden_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "webHidden");126 161 private final static QName _CTRPrChangeRPrShd_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "shd"); 127 162 private final static QName _CTRPrChangeRPrSmallCaps_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "smallCaps"); 163 private final static QName _CTRPrChangeRPrSpecVanish_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "specVanish"); 128 164 private final static QName _CTRPrChangeRPrSzCs_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "szCs"); 129 private final static QName _CTRPrChangeRPrSpecVanish_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "specVanish");130 165 private final static QName _CTRPrChangeRPrSpacing_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "spacing"); 131 166 private final static QName _CTRPrChangeRPrEastAsianLayout_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "eastAsianLayout"); 167 private final static QName _CTRPrChangeRPrFitText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "fitText"); 132 168 private final static QName _CTRPrChangeRPrKern_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "kern"); 133 private final static QName _CTRPrChangeRPrFitText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "fitText");134 169 private final static QName _CTRPrChangeRPrVanish_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "vanish"); 135 170 private final static QName _CTRPrChangeRPrLang_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "lang"); … … 142 177 private final static QName _CTRPrChangeRPrSz_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "sz"); 143 178 private final static QName _CTRPrChangeRPrEmboss_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "emboss"); 144 private final static QName _CTSdtContentRowSdt_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "sdt");145 private final static QName _CTCustomXmlRunSubDoc_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "subDoc");146 private final static QName _CTCustomXmlRunFldSimple_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "fldSimple");147 private final static QName _CTCustomXmlRunHyperlink_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "hyperlink");148 private final static QName _CTCustomXmlRunSmartTag_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "smartTag");149 private final static QName _CTCustomXmlCellTc_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tc");150 179 private final static QName _CTTrPrBaseTblHeader_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tblHeader"); 151 180 private final static QName _CTTrPrBaseJc_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "jc"); 152 181 private final static QName _CTTrPrBaseGridBefore_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "gridBefore"); 153 182 private final static QName _CTTrPrBaseCantSplit_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "cantSplit"); 183 private final static QName _CTTrPrBaseHidden_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "hidden"); 154 184 private final static QName _CTTrPrBaseTrHeight_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "trHeight"); 155 private final static QName _CTTrPrBaseHidden_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "hidden");156 185 private final static QName _CTTrPrBaseTblCellSpacing_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tblCellSpacing"); 157 186 private final static QName _CTTrPrBaseGridAfter_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "gridAfter"); 158 187 private final static QName _CTTrPrBaseWAfter_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "wAfter"); 188 private final static QName _CTTrPrBaseDivId_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "divId"); 159 189 private final static QName _CTTrPrBaseWBefore_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "wBefore"); 160 private final static QName _CTTrPrBaseDivId_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "divId");161 190 private final static QName _CTTrPrBaseCnfStyle_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "cnfStyle"); 162 private final static QName _RMonthShort_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "monthShort");163 private final static QName _RYearLong_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "yearLong");164 private final static QName _RPgNum_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "pgNum");165 private final static QName _RFootnoteReference_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "footnoteReference");166 private final static QName _REndnoteRef_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "endnoteRef");167 private final static QName _RSoftHyphen_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "softHyphen");168 private final static QName _REndnoteReference_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "endnoteReference");169 private final static QName _RT_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "t");170 private final static QName _RCr_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "cr");171 private final static QName _RFldChar_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "fldChar");172 private final static QName _RCommentReference_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "commentReference");173 private final static QName _RSeparator_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "separator");174 private final static QName _RDayLong_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "dayLong");175 private final static QName _RAnnotationRef_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "annotationRef");176 private final static QName _RDelText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "delText");177 private final static QName _RRuby_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "ruby");178 private final static QName _RObject_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "object");179 private final static QName _RTab_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tab");180 private final static QName _RLastRenderedPageBreak_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "lastRenderedPageBreak");181 private final static QName _RDelInstrText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "delInstrText");182 private final static QName _RInstrText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "instrText");183 private final static QName _RSym_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "sym");184 private final static QName _RPict_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "pict");185 private final static QName _RContinuationSeparator_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "continuationSeparator");186 private final static QName _RYearShort_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "yearShort");187 private final static QName _RFootnoteRef_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "footnoteRef");188 private final static QName _RDayShort_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "dayShort");189 private final static QName _RMonthLong_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "monthLong");190 private final static QName _RPtab_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "ptab");191 private final static QName _RNoBreakHyphen_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "noBreakHyphen");192 private final static QName _SectPrHeaderReference_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "headerReference");193 private final static QName _SectPrFooterReference_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "footerReference");194 191 195 192 /** … … 198 195 */ 199 196 public ObjectFactory() { 197 } 198 199 /** 200 * Create an instance of {@link CTSignedHpsMeasure } 201 * 202 */ 203 public CTSignedHpsMeasure createCTSignedHpsMeasure() { 204 return new CTSignedHpsMeasure(); 205 } 206 207 /** 208 * Create an instance of {@link CTRubyContent } 209 * 210 */ 211 public CTRubyContent createCTRubyContent() { 212 return new CTRubyContent(); 213 } 214 215 /** 216 * Create an instance of {@link CTMailMerge.CheckErrors } 217 * 218 */ 219 public CTMailMerge.CheckErrors createCTMailMergeCheckErrors() { 220 return new CTMailMerge.CheckErrors(); 221 } 222 223 /** 224 * Create an instance of {@link CTFrameset.Sz } 225 * 226 */ 227 public CTFrameset.Sz createCTFramesetSz() { 228 return new CTFrameset.Sz(); 229 } 230 231 /** 232 * Create an instance of {@link R.DayShort } 233 * 234 */ 235 public R.DayShort createRDayShort() { 236 return new R.DayShort(); 237 } 238 239 /** 240 * Create an instance of {@link Br } 241 * 242 */ 243 public Br createBr() { 244 return new Br(); 245 } 246 247 /** 248 * Create an instance of {@link CTFtnEdnRef } 249 * 250 */ 251 public CTFtnEdnRef createCTFtnEdnRef() { 252 return new CTFtnEdnRef(); 253 } 254 255 /** 256 * Create an instance of {@link TcPrInner.TcBorders } 257 * 258 */ 259 public TcPrInner.TcBorders createTcPrInnerTcBorders() { 260 return new TcPrInner.TcBorders(); 261 } 262 263 /** 264 * Create an instance of {@link CTMacroName } 265 * 266 */ 267 public CTMacroName createCTMacroName() { 268 return new CTMacroName(); 269 } 270 271 /** 272 * Create an instance of {@link CTCharacterSpacing } 273 * 274 */ 275 public CTCharacterSpacing createCTCharacterSpacing() { 276 return new CTCharacterSpacing(); 277 } 278 279 /** 280 * Create an instance of {@link CTUcharHexNumber } 281 * 282 */ 283 public CTUcharHexNumber createCTUcharHexNumber() { 284 return new CTUcharHexNumber(); 285 } 286 287 /** 288 * Create an instance of {@link TcPr } 289 * 290 */ 291 public TcPr createTcPr() { 292 return new TcPr(); 293 } 294 295 /** 296 * Create an instance of {@link PPrBase.Spacing } 297 * 298 */ 299 public PPrBase.Spacing createPPrBaseSpacing() { 300 return new PPrBase.Spacing(); 301 } 302 303 /** 304 * Create an instance of {@link Styles.LatentStyles.LsdException } 305 * 306 */ 307 public Styles.LatentStyles.LsdException createStylesLatentStylesLsdException() { 308 return new Styles.LatentStyles.LsdException(); 309 } 310 311 /** 312 * Create an instance of {@link R } 313 * 314 */ 315 public R createR() { 316 return new R(); 317 } 318 319 /** 320 * Create an instance of {@link CTFFCheckBox } 321 * 322 */ 323 public CTFFCheckBox createCTFFCheckBox() { 324 return new CTFFCheckBox(); 325 } 326 327 /** 328 * Create an instance of {@link CTFFTextInput.Default } 329 * 330 */ 331 public CTFFTextInput.Default createCTFFTextInputDefault() { 332 return new CTFFTextInput.Default(); 333 } 334 335 /** 336 * Create an instance of {@link CTTblCellMar } 337 * 338 */ 339 public CTTblCellMar createCTTblCellMar() { 340 return new CTTblCellMar(); 341 } 342 343 /** 344 * Create an instance of {@link CTCustomXmlPr.Placeholder } 345 * 346 */ 347 public CTCustomXmlPr.Placeholder createCTCustomXmlPrPlaceholder() { 348 return new CTCustomXmlPr.Placeholder(); 349 } 350 351 /** 352 * Create an instance of {@link CTSettings } 353 * 354 */ 355 public CTSettings createCTSettings() { 356 return new CTSettings(); 357 } 358 359 /** 360 * Create an instance of {@link CTDocVars } 361 * 362 */ 363 public CTDocVars createCTDocVars() { 364 return new CTDocVars(); 200 365 } 201 366 … … 209 374 210 375 /** 376 * Create an instance of {@link FontPanose } 377 * 378 */ 379 public FontPanose createFontPanose() { 380 return new FontPanose(); 381 } 382 383 /** 384 * Create an instance of {@link RunTrackChange } 385 * 386 */ 387 public RunTrackChange createRunTrackChange() { 388 return new RunTrackChange(); 389 } 390 391 /** 392 * Create an instance of {@link CTSmartTagType } 393 * 394 */ 395 public CTSmartTagType createCTSmartTagType() { 396 return new CTSmartTagType(); 397 } 398 399 /** 400 * Create an instance of {@link CTDocPart } 401 * 402 */ 403 public CTDocPart createCTDocPart() { 404 return new CTDocPart(); 405 } 406 407 /** 408 * Create an instance of {@link CTProof } 409 * 410 */ 411 public CTProof createCTProof() { 412 return new CTProof(); 413 } 414 415 /** 416 * Create an instance of {@link CTShortHexNumber } 417 * 418 */ 419 public CTShortHexNumber createCTShortHexNumber() { 420 return new CTShortHexNumber(); 421 } 422 423 /** 424 * Create an instance of {@link CTFrameScrollbar } 425 * 426 */ 427 public CTFrameScrollbar createCTFrameScrollbar() { 428 return new CTFrameScrollbar(); 429 } 430 431 /** 432 * Create an instance of {@link CTTblPrBase } 433 * 434 */ 435 public CTTblPrBase createCTTblPrBase() { 436 return new CTTblPrBase(); 437 } 438 439 /** 440 * Create an instance of {@link CTSettings.ForceUpgrade } 441 * 442 */ 443 public CTSettings.ForceUpgrade createCTSettingsForceUpgrade() { 444 return new CTSettings.ForceUpgrade(); 445 } 446 447 /** 448 * Create an instance of {@link Tc } 449 * 450 */ 451 public Tc createTc() { 452 return new Tc(); 453 } 454 455 /** 456 * Create an instance of {@link CTSdtListItem } 457 * 458 */ 459 public CTSdtListItem createCTSdtListItem() { 460 return new CTSdtListItem(); 461 } 462 463 /** 464 * Create an instance of {@link R.Tab } 465 * 466 */ 467 public R.Tab createRTab() { 468 return new R.Tab(); 469 } 470 471 /** 472 * Create an instance of {@link CTColumns } 473 * 474 */ 475 public CTColumns createCTColumns() { 476 return new CTColumns(); 477 } 478 479 /** 480 * Create an instance of {@link FontPitch } 481 * 482 */ 483 public FontPitch createFontPitch() { 484 return new FontPitch(); 485 } 486 487 /** 488 * Create an instance of {@link Package.Part.XmlData } 489 * 490 */ 491 public Package.Part.XmlData createPackagePartXmlData() { 492 return new Package.Part.XmlData(); 493 } 494 495 /** 496 * Create an instance of {@link CTFFDDList.ListEntry } 497 * 498 */ 499 public CTFFDDList.ListEntry createCTFFDDListListEntry() { 500 return new CTFFDDList.ListEntry(); 501 } 502 503 /** 504 * Create an instance of {@link org.docx4j.wml.Style.Link } 505 * 506 */ 507 public org.docx4j.wml.Style.Link createStyleLink() { 508 return new org.docx4j.wml.Style.Link(); 509 } 510 511 /** 512 * Create an instance of {@link Fonts.Font } 513 * 514 */ 515 public Fonts.Font createFontsFont() { 516 return new Fonts.Font(); 517 } 518 519 /** 520 * Create an instance of {@link CTEmpty } 521 * 522 */ 523 public CTEmpty createCTEmpty() { 524 return new CTEmpty(); 525 } 526 527 /** 528 * Create an instance of {@link R.YearLong } 529 * 530 */ 531 public R.YearLong createRYearLong() { 532 return new R.YearLong(); 533 } 534 535 /** 536 * Create an instance of {@link CTTrackChangeNumbering } 537 * 538 */ 539 public CTTrackChangeNumbering createCTTrackChangeNumbering() { 540 return new CTTrackChangeNumbering(); 541 } 542 543 /** 544 * Create an instance of {@link CTMailMerge.MailSubject } 545 * 546 */ 547 public CTMailMerge.MailSubject createCTMailMergeMailSubject() { 548 return new CTMailMerge.MailSubject(); 549 } 550 551 /** 552 * Create an instance of {@link CTAttr } 553 * 554 */ 555 public CTAttr createCTAttr() { 556 return new CTAttr(); 557 } 558 559 /** 560 * Create an instance of {@link Highlight } 561 * 562 */ 563 public Highlight createHighlight() { 564 return new Highlight(); 565 } 566 567 /** 568 * Create an instance of {@link CTNumRestart } 569 * 570 */ 571 public CTNumRestart createCTNumRestart() { 572 return new CTNumRestart(); 573 } 574 575 /** 576 * Create an instance of {@link CTDocPartPr } 577 * 578 */ 579 public CTDocPartPr createCTDocPartPr() { 580 return new CTDocPartPr(); 581 } 582 583 /** 584 * Create an instance of {@link Numbering.AbstractNum } 585 * 586 */ 587 public Numbering.AbstractNum createNumberingAbstractNum() { 588 return new Numbering.AbstractNum(); 589 } 590 591 /** 592 * Create an instance of {@link CTComments } 593 * 594 */ 595 public CTComments createCTComments() { 596 return new CTComments(); 597 } 598 599 /** 600 * Create an instance of {@link CTCustomXmlRun } 601 * 602 */ 603 public CTCustomXmlRun createCTCustomXmlRun() { 604 return new CTCustomXmlRun(); 605 } 606 607 /** 608 * Create an instance of {@link CTSettings.DisplayHorizontalDrawingGridEvery } 609 * 610 */ 611 public CTSettings.DisplayHorizontalDrawingGridEvery createCTSettingsDisplayHorizontalDrawingGridEvery() { 612 return new CTSettings.DisplayHorizontalDrawingGridEvery(); 613 } 614 615 /** 616 * Create an instance of {@link TblGridCol } 617 * 618 */ 619 public TblGridCol createTblGridCol() { 620 return new TblGridCol(); 621 } 622 623 /** 624 * Create an instance of {@link CTObject } 625 * 626 */ 627 public CTObject createCTObject() { 628 return new CTObject(); 629 } 630 631 /** 632 * Create an instance of {@link Id } 633 * 634 */ 635 public Id createId() { 636 return new Id(); 637 } 638 639 /** 640 * Create an instance of {@link CTPixelsMeasure } 641 * 642 */ 643 public CTPixelsMeasure createCTPixelsMeasure() { 644 return new CTPixelsMeasure(); 645 } 646 647 /** 648 * Create an instance of {@link CTOdso.ColDelim } 649 * 650 */ 651 public CTOdso.ColDelim createCTOdsoColDelim() { 652 return new CTOdso.ColDelim(); 653 } 654 655 /** 656 * Create an instance of {@link Fonts } 657 * 658 */ 659 public Fonts createFonts() { 660 return new Fonts(); 661 } 662 663 /** 664 * Create an instance of {@link FldChar } 665 * 666 */ 667 public FldChar createFldChar() { 668 return new FldChar(); 669 } 670 671 /** 672 * Create an instance of {@link FontSig } 673 * 674 */ 675 public FontSig createFontSig() { 676 return new FontSig(); 677 } 678 679 /** 680 * Create an instance of {@link SdtRun } 681 * 682 */ 683 public SdtRun createSdtRun() { 684 return new SdtRun(); 685 } 686 687 /** 688 * Create an instance of {@link CTMailMerge.AddressFieldName } 689 * 690 */ 691 public CTMailMerge.AddressFieldName createCTMailMergeAddressFieldName() { 692 return new CTMailMerge.AddressFieldName(); 693 } 694 695 /** 696 * Create an instance of {@link CTTblPrExBase } 697 * 698 */ 699 public CTTblPrExBase createCTTblPrExBase() { 700 return new CTTblPrExBase(); 701 } 702 703 /** 704 * Create an instance of {@link CTMarkupRange } 705 * 706 */ 707 public CTMarkupRange createCTMarkupRange() { 708 return new CTMarkupRange(); 709 } 710 711 /** 712 * Create an instance of {@link CTSdtDate.DateFormat } 713 * 714 */ 715 public CTSdtDate.DateFormat createCTSdtDateDateFormat() { 716 return new CTSdtDate.DateFormat(); 717 } 718 719 /** 720 * Create an instance of {@link Lvl.Suff } 721 * 722 */ 723 public Lvl.Suff createLvlSuff() { 724 return new Lvl.Suff(); 725 } 726 727 /** 728 * Create an instance of {@link PPrBase.TextAlignment } 729 * 730 */ 731 public PPrBase.TextAlignment createPPrBaseTextAlignment() { 732 return new PPrBase.TextAlignment(); 733 } 734 735 /** 736 * Create an instance of {@link org.docx4j.wml.RPr } 737 * 738 */ 739 public org.docx4j.wml.RPr createRPr() { 740 return new org.docx4j.wml.RPr(); 741 } 742 743 /** 744 * Create an instance of {@link TblBorders } 745 * 746 */ 747 public TblBorders createTblBorders() { 748 return new TblBorders(); 749 } 750 751 /** 752 * Create an instance of {@link CTDocPartTypes } 753 * 754 */ 755 public CTDocPartTypes createCTDocPartTypes() { 756 return new CTDocPartTypes(); 757 } 758 759 /** 760 * Create an instance of {@link TcPrInner.VMerge } 761 * 762 */ 763 public TcPrInner.VMerge createTcPrInnerVMerge() { 764 return new TcPrInner.VMerge(); 765 } 766 767 /** 768 * Create an instance of {@link CTFFHelpText } 769 * 770 */ 771 public CTFFHelpText createCTFFHelpText() { 772 return new CTFFHelpText(); 773 } 774 775 /** 776 * Create an instance of {@link CTTrackChangesView } 777 * 778 */ 779 public CTTrackChangesView createCTTrackChangesView() { 780 return new CTTrackChangesView(); 781 } 782 783 /** 784 * Create an instance of {@link CTDivBdr } 785 * 786 */ 787 public CTDivBdr createCTDivBdr() { 788 return new CTDivBdr(); 789 } 790 791 /** 792 * Create an instance of {@link CTRPrChange.RPr } 793 * 794 */ 795 public CTRPrChange.RPr createCTRPrChangeRPr() { 796 return new CTRPrChange.RPr(); 797 } 798 799 /** 800 * Create an instance of {@link CTOdso } 801 * 802 */ 803 public CTOdso createCTOdso() { 804 return new CTOdso(); 805 } 806 807 /** 808 * Create an instance of {@link CTSaveThroughXslt } 809 * 810 */ 811 public CTSaveThroughXslt createCTSaveThroughXslt() { 812 return new CTSaveThroughXslt(); 813 } 814 815 /** 816 * Create an instance of {@link CTDocPartGallery } 817 * 818 */ 819 public CTDocPartGallery createCTDocPartGallery() { 820 return new CTDocPartGallery(); 821 } 822 823 /** 824 * Create an instance of {@link CTOdso.Udl } 825 * 826 */ 827 public CTOdso.Udl createCTOdsoUdl() { 828 return new CTOdso.Udl(); 829 } 830 831 /** 832 * Create an instance of {@link CTFootnotes } 833 * 834 */ 835 public CTFootnotes createCTFootnotes() { 836 return new CTFootnotes(); 837 } 838 839 /** 840 * Create an instance of {@link Numbering.AbstractNum.MultiLevelType } 841 * 842 */ 843 public Numbering.AbstractNum.MultiLevelType createNumberingAbstractNumMultiLevelType() { 844 return new Numbering.AbstractNum.MultiLevelType(); 845 } 846 847 /** 848 * Create an instance of {@link CTTblPrExChange } 849 * 850 */ 851 public CTTblPrExChange createCTTblPrExChange() { 852 return new CTTblPrExChange(); 853 } 854 855 /** 856 * Create an instance of {@link CTShd } 857 * 858 */ 859 public CTShd createCTShd() { 860 return new CTShd(); 861 } 862 863 /** 864 * Create an instance of {@link PPrBase.NumPr } 865 * 866 */ 867 public PPrBase.NumPr createPPrBaseNumPr() { 868 return new PPrBase.NumPr(); 869 } 870 871 /** 872 * Create an instance of {@link SectPrBase } 873 * 874 */ 875 public SectPrBase createSectPrBase() { 876 return new SectPrBase(); 877 } 878 879 /** 880 * Create an instance of {@link CTMailMergeDataType } 881 * 882 */ 883 public CTMailMergeDataType createCTMailMergeDataType() { 884 return new CTMailMergeDataType(); 885 } 886 887 /** 888 * Create an instance of {@link SectPr.PgMar } 889 * 890 */ 891 public SectPr.PgMar createSectPrPgMar() { 892 return new SectPr.PgMar(); 893 } 894 895 /** 896 * Create an instance of {@link R.MonthLong } 897 * 898 */ 899 public R.MonthLong createRMonthLong() { 900 return new R.MonthLong(); 901 } 902 903 /** 904 * Create an instance of {@link R.Ptab } 905 * 906 */ 907 public R.Ptab createRPtab() { 908 return new R.Ptab(); 909 } 910 911 /** 912 * Create an instance of {@link Tag } 913 * 914 */ 915 public Tag createTag() { 916 return new Tag(); 917 } 918 919 /** 920 * Create an instance of {@link CTSmartTagPr } 921 * 922 */ 923 public CTSmartTagPr createCTSmartTagPr() { 924 return new CTSmartTagPr(); 925 } 926 927 /** 928 * Create an instance of {@link TextDirection } 929 * 930 */ 931 public TextDirection createTextDirection() { 932 return new TextDirection(); 933 } 934 935 /** 936 * Create an instance of {@link PPrBase.PStyle } 937 * 938 */ 939 public PPrBase.PStyle createPPrBasePStyle() { 940 return new PPrBase.PStyle(); 941 } 942 943 /** 944 * Create an instance of {@link Numbering.Num } 945 * 946 */ 947 public Numbering.Num createNumberingNum() { 948 return new Numbering.Num(); 949 } 950 951 /** 952 * Create an instance of {@link CTFFName } 953 * 954 */ 955 public CTFFName createCTFFName() { 956 return new CTFFName(); 957 } 958 959 /** 960 * Create an instance of {@link CTReadingModeInkLockDown } 961 * 962 */ 963 public CTReadingModeInkLockDown createCTReadingModeInkLockDown() { 964 return new CTReadingModeInkLockDown(); 965 } 966 967 /** 968 * Create an instance of {@link CTTextScale } 969 * 970 */ 971 public CTTextScale createCTTextScale() { 972 return new CTTextScale(); 973 } 974 975 /** 976 * Create an instance of {@link CTKinsoku } 977 * 978 */ 979 public CTKinsoku createCTKinsoku() { 980 return new CTKinsoku(); 981 } 982 983 /** 984 * Create an instance of {@link CTFrame.Name } 985 * 986 */ 987 public CTFrame.Name createCTFrameName() { 988 return new CTFrame.Name(); 989 } 990 991 /** 992 * Create an instance of {@link Jc } 993 * 994 */ 995 public Jc createJc() { 996 return new Jc(); 997 } 998 999 /** 1000 * Create an instance of {@link ProofErr } 1001 * 1002 */ 1003 public ProofErr createProofErr() { 1004 return new ProofErr(); 1005 } 1006 1007 /** 1008 * Create an instance of {@link CTBorder } 1009 * 1010 */ 1011 public CTBorder createCTBorder() { 1012 return new CTBorder(); 1013 } 1014 1015 /** 1016 * Create an instance of {@link CTFtnProps } 1017 * 1018 */ 1019 public CTFtnProps createCTFtnProps() { 1020 return new CTFtnProps(); 1021 } 1022 1023 /** 1024 * Create an instance of {@link CTSettings.SummaryLength } 1025 * 1026 */ 1027 public CTSettings.SummaryLength createCTSettingsSummaryLength() { 1028 return new CTSettings.SummaryLength(); 1029 } 1030 1031 /** 1032 * Create an instance of {@link CTDocPartBehavior } 1033 * 1034 */ 1035 public CTDocPartBehavior createCTDocPartBehavior() { 1036 return new CTDocPartBehavior(); 1037 } 1038 1039 /** 1040 * Create an instance of {@link CTSmartTagRun } 1041 * 1042 */ 1043 public CTSmartTagRun createCTSmartTagRun() { 1044 return new CTSmartTagRun(); 1045 } 1046 1047 /** 1048 * Create an instance of {@link CTAltChunk } 1049 * 1050 */ 1051 public CTAltChunk createCTAltChunk() { 1052 return new CTAltChunk(); 1053 } 1054 1055 /** 1056 * Create an instance of {@link CTTblGridChange } 1057 * 1058 */ 1059 public CTTblGridChange createCTTblGridChange() { 1060 return new CTTblGridChange(); 1061 } 1062 1063 /** 1064 * Create an instance of {@link TblPr } 1065 * 1066 */ 1067 public TblPr createTblPr() { 1068 return new TblPr(); 1069 } 1070 1071 /** 1072 * Create an instance of {@link TcPrInner.HMerge } 1073 * 1074 */ 1075 public TcPrInner.HMerge createTcPrInnerHMerge() { 1076 return new TcPrInner.HMerge(); 1077 } 1078 1079 /** 1080 * Create an instance of {@link PPrBase.OutlineLvl } 1081 * 1082 */ 1083 public PPrBase.OutlineLvl createPPrBaseOutlineLvl() { 1084 return new PPrBase.OutlineLvl(); 1085 } 1086 1087 /** 1088 * Create an instance of {@link CTDocPartName } 1089 * 1090 */ 1091 public CTDocPartName createCTDocPartName() { 1092 return new CTDocPartName(); 1093 } 1094 1095 /** 1096 * Create an instance of {@link Numbering.Num.LvlOverride.StartOverride } 1097 * 1098 */ 1099 public Numbering.Num.LvlOverride.StartOverride createNumberingNumLvlOverrideStartOverride() { 1100 return new Numbering.Num.LvlOverride.StartOverride(); 1101 } 1102 1103 /** 1104 * Create an instance of {@link CTDocPartPr.Description } 1105 * 1106 */ 1107 public CTDocPartPr.Description createCTDocPartPrDescription() { 1108 return new CTDocPartPr.Description(); 1109 } 1110 1111 /** 1112 * Create an instance of {@link CTTxbxContent } 1113 * 1114 */ 1115 public CTTxbxContent createCTTxbxContent() { 1116 return new CTTxbxContent(); 1117 } 1118 1119 /** 1120 * Create an instance of {@link CTRecipientData } 1121 * 1122 */ 1123 public CTRecipientData createCTRecipientData() { 1124 return new CTRecipientData(); 1125 } 1126 1127 /** 1128 * Create an instance of {@link CTCalendarType } 1129 * 1130 */ 1131 public CTCalendarType createCTCalendarType() { 1132 return new CTCalendarType(); 1133 } 1134 1135 /** 1136 * Create an instance of {@link CTControl } 1137 * 1138 */ 1139 public CTControl createCTControl() { 1140 return new CTControl(); 1141 } 1142 1143 /** 1144 * Create an instance of {@link CTPicture } 1145 * 1146 */ 1147 public CTPicture createCTPicture() { 1148 return new CTPicture(); 1149 } 1150 1151 /** 1152 * Create an instance of {@link CTDocRsids } 1153 * 1154 */ 1155 public CTDocRsids createCTDocRsids() { 1156 return new CTDocRsids(); 1157 } 1158 1159 /** 1160 * Create an instance of {@link org.docx4j.wml.Style.Next } 1161 * 1162 */ 1163 public org.docx4j.wml.Style.Next createStyleNext() { 1164 return new org.docx4j.wml.Style.Next(); 1165 } 1166 1167 /** 1168 * Create an instance of {@link Tbl } 1169 * 1170 */ 1171 public Tbl createTbl() { 1172 return new Tbl(); 1173 } 1174 1175 /** 1176 * Create an instance of {@link Lvl.Start } 1177 * 1178 */ 1179 public Lvl.Start createLvlStart() { 1180 return new Lvl.Start(); 1181 } 1182 1183 /** 1184 * Create an instance of {@link org.docx4j.wml.Style.UiPriority } 1185 * 1186 */ 1187 public org.docx4j.wml.Style.UiPriority createStyleUiPriority() { 1188 return new org.docx4j.wml.Style.UiPriority(); 1189 } 1190 1191 /** 1192 * Create an instance of {@link org.docx4j.wml.Style.Aliases } 1193 * 1194 */ 1195 public org.docx4j.wml.Style.Aliases createStyleAliases() { 1196 return new org.docx4j.wml.Style.Aliases(); 1197 } 1198 1199 /** 1200 * Create an instance of {@link CTTrackChangeRange } 1201 * 1202 */ 1203 public CTTrackChangeRange createCTTrackChangeRange() { 1204 return new CTTrackChangeRange(); 1205 } 1206 1207 /** 1208 * Create an instance of {@link CTSdtDropDownList } 1209 * 1210 */ 1211 public CTSdtDropDownList createCTSdtDropDownList() { 1212 return new CTSdtDropDownList(); 1213 } 1214 1215 /** 1216 * Create an instance of {@link CTDocProtect } 1217 * 1218 */ 1219 public CTDocProtect createCTDocProtect() { 1220 return new CTDocProtect(); 1221 } 1222 1223 /** 1224 * Create an instance of {@link SdtPr.Picture } 1225 * 1226 */ 1227 public SdtPr.Picture createSdtPrPicture() { 1228 return new SdtPr.Picture(); 1229 } 1230 1231 /** 1232 * Create an instance of {@link CTEdnPos } 1233 * 1234 */ 1235 public CTEdnPos createCTEdnPos() { 1236 return new CTEdnPos(); 1237 } 1238 1239 /** 1240 * Create an instance of {@link Lvl } 1241 * 1242 */ 1243 public Lvl createLvl() { 1244 return new Lvl(); 1245 } 1246 1247 /** 1248 * Create an instance of {@link CTRecipientData.Column } 1249 * 1250 */ 1251 public CTRecipientData.Column createCTRecipientDataColumn() { 1252 return new CTRecipientData.Column(); 1253 } 1254 1255 /** 1256 * Create an instance of {@link CTDocPartBehaviors } 1257 * 1258 */ 1259 public CTDocPartBehaviors createCTDocPartBehaviors() { 1260 return new CTDocPartBehaviors(); 1261 } 1262 1263 /** 1264 * Create an instance of {@link R.ContinuationSeparator } 1265 * 1266 */ 1267 public R.ContinuationSeparator createRContinuationSeparator() { 1268 return new R.ContinuationSeparator(); 1269 } 1270 1271 /** 1272 * Create an instance of {@link CTSettings.DisplayVerticalDrawingGridEvery } 1273 * 1274 */ 1275 public CTSettings.DisplayVerticalDrawingGridEvery createCTSettingsDisplayVerticalDrawingGridEvery() { 1276 return new CTSettings.DisplayVerticalDrawingGridEvery(); 1277 } 1278 1279 /** 1280 * Create an instance of {@link R.YearShort } 1281 * 1282 */ 1283 public R.YearShort createRYearShort() { 1284 return new R.YearShort(); 1285 } 1286 1287 /** 1288 * Create an instance of {@link PPrBase.NumPr.NumId } 1289 * 1290 */ 1291 public PPrBase.NumPr.NumId createPPrBaseNumPrNumId() { 1292 return new PPrBase.NumPr.NumId(); 1293 } 1294 1295 /** 1296 * Create an instance of {@link CTDataBinding } 1297 * 1298 */ 1299 public CTDataBinding createCTDataBinding() { 1300 return new CTDataBinding(); 1301 } 1302 1303 /** 1304 * Create an instance of {@link Lvl.LvlRestart } 1305 * 1306 */ 1307 public Lvl.LvlRestart createLvlLvlRestart() { 1308 return new Lvl.LvlRestart(); 1309 } 1310 1311 /** 1312 * Create an instance of {@link CTShapeDefaults } 1313 * 1314 */ 1315 public CTShapeDefaults createCTShapeDefaults() { 1316 return new CTShapeDefaults(); 1317 } 1318 1319 /** 1320 * Create an instance of {@link CTDocPartType } 1321 * 1322 */ 1323 public CTDocPartType createCTDocPartType() { 1324 return new CTDocPartType(); 1325 } 1326 1327 /** 1328 * Create an instance of {@link Tabs } 1329 * 1330 */ 1331 public Tabs createTabs() { 1332 return new Tabs(); 1333 } 1334 1335 /** 1336 * Create an instance of {@link CTFtnDocProps } 1337 * 1338 */ 1339 public CTFtnDocProps createCTFtnDocProps() { 1340 return new CTFtnDocProps(); 1341 } 1342 1343 /** 1344 * Create an instance of {@link Lvl.LvlText } 1345 * 1346 */ 1347 public Lvl.LvlText createLvlLvlText() { 1348 return new Lvl.LvlText(); 1349 } 1350 1351 /** 1352 * Create an instance of {@link CTCompat } 1353 * 1354 */ 1355 public CTCompat createCTCompat() { 1356 return new CTCompat(); 1357 } 1358 1359 /** 1360 * Create an instance of {@link Numbering.AbstractNum.NumStyleLink } 1361 * 1362 */ 1363 public Numbering.AbstractNum.NumStyleLink createNumberingAbstractNumNumStyleLink() { 1364 return new Numbering.AbstractNum.NumStyleLink(); 1365 } 1366 1367 /** 1368 * Create an instance of {@link CTPageNumber } 1369 * 1370 */ 1371 public CTPageNumber createCTPageNumber() { 1372 return new CTPageNumber(); 1373 } 1374 1375 /** 1376 * Create an instance of {@link CTFrame.Sz } 1377 * 1378 */ 1379 public CTFrame.Sz createCTFrameSz() { 1380 return new CTFrame.Sz(); 1381 } 1382 1383 /** 1384 * Create an instance of {@link CTSimpleField } 1385 * 1386 */ 1387 public CTSimpleField createCTSimpleField() { 1388 return new CTSimpleField(); 1389 } 1390 1391 /** 1392 * Create an instance of {@link R.Separator } 1393 * 1394 */ 1395 public R.Separator createRSeparator() { 1396 return new R.Separator(); 1397 } 1398 1399 /** 1400 * Create an instance of {@link CTFFDDList } 1401 * 1402 */ 1403 public CTFFDDList createCTFFDDList() { 1404 return new CTFFDDList(); 1405 } 1406 1407 /** 1408 * Create an instance of {@link R.AnnotationRef } 1409 * 1410 */ 1411 public R.AnnotationRef createRAnnotationRef() { 1412 return new R.AnnotationRef(); 1413 } 1414 1415 /** 1416 * Create an instance of {@link Lvl.PStyle } 1417 * 1418 */ 1419 public Lvl.PStyle createLvlPStyle() { 1420 return new Lvl.PStyle(); 1421 } 1422 1423 /** 1424 * Create an instance of {@link GlossaryDocument } 1425 * 1426 */ 1427 public GlossaryDocument createGlossaryDocument() { 1428 return new GlossaryDocument(); 1429 } 1430 1431 /** 1432 * Create an instance of {@link CTVerticalAlignRun } 1433 * 1434 */ 1435 public CTVerticalAlignRun createCTVerticalAlignRun() { 1436 return new CTVerticalAlignRun(); 1437 } 1438 1439 /** 1440 * Create an instance of {@link TcPrInner } 1441 * 1442 */ 1443 public TcPrInner createTcPrInner() { 1444 return new TcPrInner(); 1445 } 1446 1447 /** 1448 * Create an instance of {@link CTAltChunkPr } 1449 * 1450 */ 1451 public CTAltChunkPr createCTAltChunkPr() { 1452 return new CTAltChunkPr(); 1453 } 1454 1455 /** 1456 * Create an instance of {@link CTCustomXmlCell } 1457 * 1458 */ 1459 public CTCustomXmlCell createCTCustomXmlCell() { 1460 return new CTCustomXmlCell(); 1461 } 1462 1463 /** 1464 * Create an instance of {@link Document } 1465 * 1466 */ 1467 public Document createDocument() { 1468 return new Document(); 1469 } 1470 1471 /** 1472 * Create an instance of {@link PPr } 1473 * 1474 */ 1475 public PPr createPPr() { 1476 return new PPr(); 1477 } 1478 1479 /** 1480 * Create an instance of {@link org.docx4j.wml.Style.BasedOn } 1481 * 1482 */ 1483 public org.docx4j.wml.Style.BasedOn createStyleBasedOn() { 1484 return new org.docx4j.wml.Style.BasedOn(); 1485 } 1486 1487 /** 1488 * Create an instance of {@link CTView } 1489 * 1490 */ 1491 public CTView createCTView() { 1492 return new CTView(); 1493 } 1494 1495 /** 1496 * Create an instance of {@link CTHeight } 1497 * 1498 */ 1499 public CTHeight createCTHeight() { 1500 return new CTHeight(); 1501 } 1502 1503 /** 1504 * Create an instance of {@link SdtBlock } 1505 * 1506 */ 1507 public SdtBlock createSdtBlock() { 1508 return new SdtBlock(); 1509 } 1510 1511 /** 1512 * Create an instance of {@link CTRPrDefault } 1513 * 1514 */ 1515 public CTRPrDefault createCTRPrDefault() { 1516 return new CTRPrDefault(); 1517 } 1518 1519 /** 1520 * Create an instance of {@link CTOdso.Table } 1521 * 1522 */ 1523 public CTOdso.Table createCTOdsoTable() { 1524 return new CTOdso.Table(); 1525 } 1526 1527 /** 1528 * Create an instance of {@link CTEdnProps.NumStart } 1529 * 1530 */ 1531 public CTEdnProps.NumStart createCTEdnPropsNumStart() { 1532 return new CTEdnProps.NumStart(); 1533 } 1534 1535 /** 1536 * Create an instance of {@link CTPPrDefault } 1537 * 1538 */ 1539 public CTPPrDefault createCTPPrDefault() { 1540 return new CTPPrDefault(); 1541 } 1542 1543 /** 1544 * Create an instance of {@link CTDiv } 1545 * 1546 */ 1547 public CTDiv createCTDiv() { 1548 return new CTDiv(); 1549 } 1550 1551 /** 1552 * Create an instance of {@link DelText } 1553 * 1554 */ 1555 public DelText createDelText() { 1556 return new DelText(); 1557 } 1558 1559 /** 1560 * Create an instance of {@link CTDocGrid } 1561 * 1562 */ 1563 public CTDocGrid createCTDocGrid() { 1564 return new CTDocGrid(); 1565 } 1566 1567 /** 1568 * Create an instance of {@link R.FootnoteRef } 1569 * 1570 */ 1571 public R.FootnoteRef createRFootnoteRef() { 1572 return new R.FootnoteRef(); 1573 } 1574 1575 /** 1576 * Create an instance of {@link R.Sym } 1577 * 1578 */ 1579 public R.Sym createRSym() { 1580 return new R.Sym(); 1581 } 1582 1583 /** 1584 * Create an instance of {@link CTColumn } 1585 * 1586 */ 1587 public CTColumn createCTColumn() { 1588 return new CTColumn(); 1589 } 1590 1591 /** 1592 * Create an instance of {@link R.PgNum } 1593 * 1594 */ 1595 public R.PgNum createRPgNum() { 1596 return new R.PgNum(); 1597 } 1598 1599 /** 1600 * Create an instance of {@link CTSdtComboBox } 1601 * 1602 */ 1603 public CTSdtComboBox createCTSdtComboBox() { 1604 return new CTSdtComboBox(); 1605 } 1606 1607 /** 1608 * Create an instance of {@link CTFramesetSplitbar.Color } 1609 * 1610 */ 1611 public CTFramesetSplitbar.Color createCTFramesetSplitbarColor() { 1612 return new CTFramesetSplitbar.Color(); 1613 } 1614 1615 /** 1616 * Create an instance of {@link CTOdsoFieldMapData.Column } 1617 * 1618 */ 1619 public CTOdsoFieldMapData.Column createCTOdsoFieldMapDataColumn() { 1620 return new CTOdsoFieldMapData.Column(); 1621 } 1622 1623 /** 1624 * Create an instance of {@link CTAutoCaptions } 1625 * 1626 */ 1627 public CTAutoCaptions createCTAutoCaptions() { 1628 return new CTAutoCaptions(); 1629 } 1630 1631 /** 1632 * Create an instance of {@link CTSdtCell } 1633 * 1634 */ 1635 public CTSdtCell createCTSdtCell() { 1636 return new CTSdtCell(); 1637 } 1638 1639 /** 1640 * Create an instance of {@link CTEm } 1641 * 1642 */ 1643 public CTEm createCTEm() { 1644 return new CTEm(); 1645 } 1646 1647 /** 1648 * Create an instance of {@link CTTblPrEx } 1649 * 1650 */ 1651 public CTTblPrEx createCTTblPrEx() { 1652 return new CTTblPrEx(); 1653 } 1654 1655 /** 1656 * Create an instance of {@link R.DayLong } 1657 * 1658 */ 1659 public R.DayLong createRDayLong() { 1660 return new R.DayLong(); 1661 } 1662 1663 /** 1664 * Create an instance of {@link CTSdtEndPr } 1665 * 1666 */ 1667 public CTSdtEndPr createCTSdtEndPr() { 1668 return new CTSdtEndPr(); 1669 } 1670 1671 /** 1672 * Create an instance of {@link CTTblPrBase.TblStyleColBandSize } 1673 * 1674 */ 1675 public CTTblPrBase.TblStyleColBandSize createCTTblPrBaseTblStyleColBandSize() { 1676 return new CTTblPrBase.TblStyleColBandSize(); 1677 } 1678 1679 /** 1680 * Create an instance of {@link CTMailMerge.Query } 1681 * 1682 */ 1683 public CTMailMerge.Query createCTMailMergeQuery() { 1684 return new CTMailMerge.Query(); 1685 } 1686 1687 /** 1688 * Create an instance of {@link CTFrame } 1689 * 1690 */ 1691 public CTFrame createCTFrame() { 1692 return new CTFrame(); 1693 } 1694 1695 /** 1696 * Create an instance of {@link CTComment } 1697 * 1698 */ 1699 public CTComment createCTComment() { 1700 return new CTComment(); 1701 } 1702 1703 /** 1704 * Create an instance of {@link CTFFTextInput.Format } 1705 * 1706 */ 1707 public CTFFTextInput.Format createCTFFTextInputFormat() { 1708 return new CTFFTextInput.Format(); 1709 } 1710 1711 /** 1712 * Create an instance of {@link CTMailMergeSourceType } 1713 * 1714 */ 1715 public CTMailMergeSourceType createCTMailMergeSourceType() { 1716 return new CTMailMergeSourceType(); 1717 } 1718 1719 /** 1720 * Create an instance of {@link RunDel } 1721 * 1722 */ 1723 public RunDel createRunDel() { 1724 return new RunDel(); 1725 } 1726 1727 /** 1728 * Create an instance of {@link CTOdsoFieldMapData.Name } 1729 * 1730 */ 1731 public CTOdsoFieldMapData.Name createCTOdsoFieldMapDataName() { 1732 return new CTOdsoFieldMapData.Name(); 1733 } 1734 1735 /** 1736 * Create an instance of {@link CTCaption } 1737 * 1738 */ 1739 public CTCaption createCTCaption() { 1740 return new CTCaption(); 1741 } 1742 1743 /** 1744 * Create an instance of {@link CTDocPartPr.Style } 1745 * 1746 */ 1747 public CTDocPartPr.Style createCTDocPartPrStyle() { 1748 return new CTDocPartPr.Style(); 1749 } 1750 1751 /** 1752 * Create an instance of {@link Text } 1753 * 1754 */ 1755 public Text createText() { 1756 return new Text(); 1757 } 1758 1759 /** 1760 * Create an instance of {@link CTDocPartCategory } 1761 * 1762 */ 1763 public CTDocPartCategory createCTDocPartCategory() { 1764 return new CTDocPartCategory(); 1765 } 1766 1767 /** 1768 * Create an instance of {@link CTGuid } 1769 * 1770 */ 1771 public CTGuid createCTGuid() { 1772 return new CTGuid(); 1773 } 1774 1775 /** 1776 * Create an instance of {@link Numbering.NumPicBullet } 1777 * 1778 */ 1779 public Numbering.NumPicBullet createNumberingNumPicBullet() { 1780 return new Numbering.NumPicBullet(); 1781 } 1782 1783 /** 1784 * Create an instance of {@link RunIns } 1785 * 1786 */ 1787 public RunIns createRunIns() { 1788 return new RunIns(); 1789 } 1790 1791 /** 1792 * Create an instance of {@link SectPr.PgBorders } 1793 * 1794 */ 1795 public SectPr.PgBorders createSectPrPgBorders() { 1796 return new SectPr.PgBorders(); 1797 } 1798 1799 /** 1800 * Create an instance of {@link Fonts.Font.AltName } 1801 * 1802 */ 1803 public Fonts.Font.AltName createFontsFontAltName() { 1804 return new Fonts.Font.AltName(); 1805 } 1806 1807 /** 1808 * Create an instance of {@link PPrBase.Ind } 1809 * 1810 */ 1811 public PPrBase.Ind createPPrBaseInd() { 1812 return new PPrBase.Ind(); 1813 } 1814 1815 /** 1816 * Create an instance of {@link CTCellMergeTrackChange } 1817 * 1818 */ 1819 public CTCellMergeTrackChange createCTCellMergeTrackChange() { 1820 return new CTCellMergeTrackChange(); 1821 } 1822 1823 /** 1824 * Create an instance of {@link CTFrameset } 1825 * 1826 */ 1827 public CTFrameset createCTFrameset() { 1828 return new CTFrameset(); 1829 } 1830 1831 /** 1832 * Create an instance of {@link SectPr } 1833 * 1834 */ 1835 public SectPr createSectPr() { 1836 return new SectPr(); 1837 } 1838 1839 /** 1840 * Create an instance of {@link CTSdtText } 1841 * 1842 */ 1843 public CTSdtText createCTSdtText() { 1844 return new CTSdtText(); 1845 } 1846 1847 /** 1848 * Create an instance of {@link Numbering.Num.LvlOverride } 1849 * 1850 */ 1851 public Numbering.Num.LvlOverride createNumberingNumLvlOverride() { 1852 return new Numbering.Num.LvlOverride(); 1853 } 1854 1855 /** 1856 * Create an instance of {@link CTPaperSource } 1857 * 1858 */ 1859 public CTPaperSource createCTPaperSource() { 1860 return new CTPaperSource(); 1861 } 1862 1863 /** 1864 * Create an instance of {@link CTLongHexNumber } 1865 * 1866 */ 1867 public CTLongHexNumber createCTLongHexNumber() { 1868 return new CTLongHexNumber(); 1869 } 1870 1871 /** 1872 * Create an instance of {@link CTTrPrChange } 1873 * 1874 */ 1875 public CTTrPrChange createCTTrPrChange() { 1876 return new CTTrPrChange(); 1877 } 1878 1879 /** 1880 * Create an instance of {@link SectPr.PgSz } 1881 * 1882 */ 1883 public SectPr.PgSz createSectPrPgSz() { 1884 return new SectPr.PgSz(); 1885 } 1886 1887 /** 1888 * Create an instance of {@link SdtPr.Group } 1889 * 1890 */ 1891 public SdtPr.Group createSdtPrGroup() { 1892 return new SdtPr.Group(); 1893 } 1894 1895 /** 1896 * Create an instance of {@link CTLock } 1897 * 1898 */ 1899 public CTLock createCTLock() { 1900 return new CTLock(); 1901 } 1902 1903 /** 1904 * Create an instance of {@link CTBookmarkRange } 1905 * 1906 */ 1907 public CTBookmarkRange createCTBookmarkRange() { 1908 return new CTBookmarkRange(); 1909 } 1910 1911 /** 1912 * Create an instance of {@link CTFFTextInput.MaxLength } 1913 * 1914 */ 1915 public CTFFTextInput.MaxLength createCTFFTextInputMaxLength() { 1916 return new CTFFTextInput.MaxLength(); 1917 } 1918 1919 /** 1920 * Create an instance of {@link CTHdrFtrRef } 1921 * 1922 */ 1923 public CTHdrFtrRef createCTHdrFtrRef() { 1924 return new CTHdrFtrRef(); 1925 } 1926 1927 /** 1928 * Create an instance of {@link CTFitText } 1929 * 1930 */ 1931 public CTFitText createCTFitText() { 1932 return new CTFitText(); 1933 } 1934 1935 /** 1936 * Create an instance of {@link CTWebSettings.Encoding } 1937 * 1938 */ 1939 public CTWebSettings.Encoding createCTWebSettingsEncoding() { 1940 return new CTWebSettings.Encoding(); 1941 } 1942 1943 /** 1944 * Create an instance of {@link Numbering.AbstractNum.StyleLink } 1945 * 1946 */ 1947 public Numbering.AbstractNum.StyleLink createNumberingAbstractNumStyleLink() { 1948 return new Numbering.AbstractNum.StyleLink(); 1949 } 1950 1951 /** 1952 * Create an instance of {@link CTTblLayoutType } 1953 * 1954 */ 1955 public CTTblLayoutType createCTTblLayoutType() { 1956 return new CTTblLayoutType(); 1957 } 1958 1959 /** 1960 * Create an instance of {@link CTCustomXmlRow } 1961 * 1962 */ 1963 public CTCustomXmlRow createCTCustomXmlRow() { 1964 return new CTCustomXmlRow(); 1965 } 1966 1967 /** 1968 * Create an instance of {@link CTSettings.ConsecutiveHyphenLimit } 1969 * 1970 */ 1971 public CTSettings.ConsecutiveHyphenLimit createCTSettingsConsecutiveHyphenLimit() { 1972 return new CTSettings.ConsecutiveHyphenLimit(); 1973 } 1974 1975 /** 1976 * Create an instance of {@link FontRel } 1977 * 1978 */ 1979 public FontRel createFontRel() { 1980 return new FontRel(); 1981 } 1982 1983 /** 1984 * Create an instance of {@link CTFFDDList.Result } 1985 * 1986 */ 1987 public CTFFDDList.Result createCTFFDDListResult() { 1988 return new CTFFDDList.Result(); 1989 } 1990 1991 /** 1992 * Create an instance of {@link P } 1993 * 1994 */ 1995 public P createP() { 1996 return new P(); 1997 } 1998 1999 /** 2000 * Create an instance of {@link CTLanguage } 2001 * 2002 */ 2003 public CTLanguage createCTLanguage() { 2004 return new CTLanguage(); 2005 } 2006 2007 /** 2008 * Create an instance of {@link CTRel } 2009 * 2010 */ 2011 public CTRel createCTRel() { 2012 return new CTRel(); 2013 } 2014 2015 /** 2016 * Create an instance of {@link CTCustomXmlBlock } 2017 * 2018 */ 2019 public CTCustomXmlBlock createCTCustomXmlBlock() { 2020 return new CTCustomXmlBlock(); 2021 } 2022 2023 /** 2024 * Create an instance of {@link Lvl.Legacy } 2025 * 2026 */ 2027 public Lvl.Legacy createLvlLegacy() { 2028 return new Lvl.Legacy(); 2029 } 2030 2031 /** 2032 * Create an instance of {@link CTTrPrBase } 2033 * 2034 */ 2035 public CTTrPrBase createCTTrPrBase() { 2036 return new CTTrPrBase(); 2037 } 2038 2039 /** 2040 * Create an instance of {@link CTDocType } 2041 * 2042 */ 2043 public CTDocType createCTDocType() { 2044 return new CTDocType(); 2045 } 2046 2047 /** 2048 * Create an instance of {@link CTColorSchemeMapping } 2049 * 2050 */ 2051 public CTColorSchemeMapping createCTColorSchemeMapping() { 2052 return new CTColorSchemeMapping(); 2053 } 2054 2055 /** 2056 * Create an instance of {@link Numbering.NumIdMacAtCleanup } 2057 * 2058 */ 2059 public Numbering.NumIdMacAtCleanup createNumberingNumIdMacAtCleanup() { 2060 return new Numbering.NumIdMacAtCleanup(); 2061 } 2062 2063 /** 2064 * Create an instance of {@link CTFFTextType } 2065 * 2066 */ 2067 public CTFFTextType createCTFFTextType() { 2068 return new CTFFTextType(); 2069 } 2070 2071 /** 2072 * Create an instance of {@link CTEdnDocProps } 2073 * 2074 */ 2075 public CTEdnDocProps createCTEdnDocProps() { 2076 return new CTEdnDocProps(); 2077 } 2078 2079 /** 2080 * Create an instance of {@link CTOdsoFieldMapData.MappedName } 2081 * 2082 */ 2083 public CTOdsoFieldMapData.MappedName createCTOdsoFieldMapDataMappedName() { 2084 return new CTOdsoFieldMapData.MappedName(); 2085 } 2086 2087 /** 2088 * Create an instance of {@link CTTextEffect } 2089 * 2090 */ 2091 public CTTextEffect createCTTextEffect() { 2092 return new CTTextEffect(); 2093 } 2094 2095 /** 211 2096 * Create an instance of {@link CTRecipients } 212 2097 * … … 217 2102 218 2103 /** 2104 * Create an instance of {@link HpsMeasure } 2105 * 2106 */ 2107 public HpsMeasure createHpsMeasure() { 2108 return new HpsMeasure(); 2109 } 2110 2111 /** 2112 * Create an instance of {@link CTWebSettings } 2113 * 2114 */ 2115 public CTWebSettings createCTWebSettings() { 2116 return new CTWebSettings(); 2117 } 2118 2119 /** 2120 * Create an instance of {@link CTFtnEdn } 2121 * 2122 */ 2123 public CTFtnEdn createCTFtnEdn() { 2124 return new CTFtnEdn(); 2125 } 2126 2127 /** 2128 * Create an instance of {@link CTMailMerge.ConnectString } 2129 * 2130 */ 2131 public CTMailMerge.ConnectString createCTMailMergeConnectString() { 2132 return new CTMailMerge.ConnectString(); 2133 } 2134 2135 /** 2136 * Create an instance of {@link CTFramePr } 2137 * 2138 */ 2139 public CTFramePr createCTFramePr() { 2140 return new CTFramePr(); 2141 } 2142 2143 /** 2144 * Create an instance of {@link PPrBase.PBdr } 2145 * 2146 */ 2147 public PPrBase.PBdr createPPrBasePBdr() { 2148 return new PPrBase.PBdr(); 2149 } 2150 2151 /** 2152 * Create an instance of {@link CTTrackChange } 2153 * 2154 */ 2155 public CTTrackChange createCTTrackChange() { 2156 return new CTTrackChange(); 2157 } 2158 2159 /** 2160 * Create an instance of {@link CTFtnPos } 2161 * 2162 */ 2163 public CTFtnPos createCTFtnPos() { 2164 return new CTFtnPos(); 2165 } 2166 2167 /** 2168 * Create an instance of {@link CTTblPPr } 2169 * 2170 */ 2171 public CTTblPPr createCTTblPPr() { 2172 return new CTTblPPr(); 2173 } 2174 2175 /** 2176 * Create an instance of {@link org.docx4j.wml.Style.Name } 2177 * 2178 */ 2179 public org.docx4j.wml.Style.Name createStyleName() { 2180 return new org.docx4j.wml.Style.Name(); 2181 } 2182 2183 /** 2184 * Create an instance of {@link CTRPrChange } 2185 * 2186 */ 2187 public CTRPrChange createCTRPrChange() { 2188 return new CTRPrChange(); 2189 } 2190 2191 /** 2192 * Create an instance of {@link CTTblOverlap } 2193 * 2194 */ 2195 public CTTblOverlap createCTTblOverlap() { 2196 return new CTTblOverlap(); 2197 } 2198 2199 /** 2200 * Create an instance of {@link CTFFStatusText } 2201 * 2202 */ 2203 public CTFFStatusText createCTFFStatusText() { 2204 return new CTFFStatusText(); 2205 } 2206 2207 /** 2208 * Create an instance of {@link TrPr } 2209 * 2210 */ 2211 public TrPr createTrPr() { 2212 return new TrPr(); 2213 } 2214 2215 /** 2216 * Create an instance of {@link CTPlaceholder.DocPart } 2217 * 2218 */ 2219 public CTPlaceholder.DocPart createCTPlaceholderDocPart() { 2220 return new CTPlaceholder.DocPart(); 2221 } 2222 2223 /** 2224 * Create an instance of {@link CTFFDDList.Default } 2225 * 2226 */ 2227 public CTFFDDList.Default createCTFFDDListDefault() { 2228 return new CTFFDDList.Default(); 2229 } 2230 2231 /** 2232 * Create an instance of {@link CTMailMerge } 2233 * 2234 */ 2235 public CTMailMerge createCTMailMerge() { 2236 return new CTMailMerge(); 2237 } 2238 2239 /** 2240 * Create an instance of {@link R.LastRenderedPageBreak } 2241 * 2242 */ 2243 public R.LastRenderedPageBreak createRLastRenderedPageBreak() { 2244 return new R.LastRenderedPageBreak(); 2245 } 2246 2247 /** 2248 * Create an instance of {@link TblGridBase } 2249 * 2250 */ 2251 public TblGridBase createTblGridBase() { 2252 return new TblGridBase(); 2253 } 2254 2255 /** 2256 * Create an instance of {@link Package } 2257 * 2258 */ 2259 public Package createPackage() { 2260 return new Package(); 2261 } 2262 2263 /** 2264 * Create an instance of {@link Styles.DocDefaults.RPrDefault } 2265 * 2266 */ 2267 public Styles.DocDefaults.RPrDefault createStylesDocDefaultsRPrDefault() { 2268 return new Styles.DocDefaults.RPrDefault(); 2269 } 2270 2271 /** 2272 * Create an instance of {@link CTWritingStyle } 2273 * 2274 */ 2275 public CTWritingStyle createCTWritingStyle() { 2276 return new CTWritingStyle(); 2277 } 2278 2279 /** 2280 * Create an instance of {@link CTOdsoFieldMapData } 2281 * 2282 */ 2283 public CTOdsoFieldMapData createCTOdsoFieldMapData() { 2284 return new CTOdsoFieldMapData(); 2285 } 2286 2287 /** 2288 * Create an instance of {@link CTPerm } 2289 * 2290 */ 2291 public CTPerm createCTPerm() { 2292 return new CTPerm(); 2293 } 2294 2295 /** 2296 * Create an instance of {@link R.EndnoteRef } 2297 * 2298 */ 2299 public R.EndnoteRef createREndnoteRef() { 2300 return new R.EndnoteRef(); 2301 } 2302 2303 /** 2304 * Create an instance of {@link Lvl.LvlPicBulletId } 2305 * 2306 */ 2307 public Lvl.LvlPicBulletId createLvlLvlPicBulletId() { 2308 return new Lvl.LvlPicBulletId(); 2309 } 2310 2311 /** 2312 * Create an instance of {@link CTTextboxTightWrap } 2313 * 2314 */ 2315 public CTTextboxTightWrap createCTTextboxTightWrap() { 2316 return new CTTextboxTightWrap(); 2317 } 2318 2319 /** 2320 * Create an instance of {@link CTTrPrBase.GridAfter } 2321 * 2322 */ 2323 public CTTrPrBase.GridAfter createCTTrPrBaseGridAfter() { 2324 return new CTTrPrBase.GridAfter(); 2325 } 2326 2327 /** 2328 * Create an instance of {@link CTSdtContentRow } 2329 * 2330 */ 2331 public CTSdtContentRow createCTSdtContentRow() { 2332 return new CTSdtContentRow(); 2333 } 2334 2335 /** 2336 * Create an instance of {@link TcPrInner.GridSpan } 2337 * 2338 */ 2339 public TcPrInner.GridSpan createTcPrInnerGridSpan() { 2340 return new TcPrInner.GridSpan(); 2341 } 2342 2343 /** 2344 * Create an instance of {@link CTHdrFtr } 2345 * 2346 */ 2347 public CTHdrFtr createCTHdrFtr() { 2348 return new CTHdrFtr(); 2349 } 2350 2351 /** 2352 * Create an instance of {@link CTFramesetSplitbar } 2353 * 2354 */ 2355 public CTFramesetSplitbar createCTFramesetSplitbar() { 2356 return new CTFramesetSplitbar(); 2357 } 2358 2359 /** 2360 * Create an instance of {@link CTSettings.DecimalSymbol } 2361 * 2362 */ 2363 public CTSettings.DecimalSymbol createCTSettingsDecimalSymbol() { 2364 return new CTSettings.DecimalSymbol(); 2365 } 2366 2367 /** 2368 * Create an instance of {@link SectPr.Type } 2369 * 2370 */ 2371 public SectPr.Type createSectPrType() { 2372 return new SectPr.Type(); 2373 } 2374 2375 /** 2376 * Create an instance of {@link Styles.LatentStyles } 2377 * 2378 */ 2379 public Styles.LatentStyles createStylesLatentStyles() { 2380 return new Styles.LatentStyles(); 2381 } 2382 2383 /** 2384 * Create an instance of {@link BooleanDefaultTrue } 2385 * 2386 */ 2387 public BooleanDefaultTrue createBooleanDefaultTrue() { 2388 return new BooleanDefaultTrue(); 2389 } 2390 2391 /** 2392 * Create an instance of {@link RangePermissionStart } 2393 * 2394 */ 2395 public RangePermissionStart createRangePermissionStart() { 2396 return new RangePermissionStart(); 2397 } 2398 2399 /** 2400 * Create an instance of {@link SdtPr.RichText } 2401 * 2402 */ 2403 public SdtPr.RichText createSdtPrRichText() { 2404 return new SdtPr.RichText(); 2405 } 2406 2407 /** 2408 * Create an instance of {@link CTRubyPr } 2409 * 2410 */ 2411 public CTRubyPr createCTRubyPr() { 2412 return new CTRubyPr(); 2413 } 2414 2415 /** 2416 * Create an instance of {@link CTMailMerge.ActiveRecord } 2417 * 2418 */ 2419 public CTMailMerge.ActiveRecord createCTMailMergeActiveRecord() { 2420 return new CTMailMerge.ActiveRecord(); 2421 } 2422 2423 /** 2424 * Create an instance of {@link CTSettings.DefaultTableStyle } 2425 * 2426 */ 2427 public CTSettings.DefaultTableStyle createCTSettingsDefaultTableStyle() { 2428 return new CTSettings.DefaultTableStyle(); 2429 } 2430 2431 /** 2432 * Create an instance of {@link CTSettings.AttachedSchema } 2433 * 2434 */ 2435 public CTSettings.AttachedSchema createCTSettingsAttachedSchema() { 2436 return new CTSettings.AttachedSchema(); 2437 } 2438 2439 /** 2440 * Create an instance of {@link CTSdtRow } 2441 * 2442 */ 2443 public CTSdtRow createCTSdtRow() { 2444 return new CTSdtRow(); 2445 } 2446 2447 /** 2448 * Create an instance of {@link CTRuby } 2449 * 2450 */ 2451 public CTRuby createCTRuby() { 2452 return new CTRuby(); 2453 } 2454 2455 /** 2456 * Create an instance of {@link ParaRPrChange } 2457 * 2458 */ 2459 public ParaRPrChange createParaRPrChange() { 2460 return new ParaRPrChange(); 2461 } 2462 2463 /** 2464 * Create an instance of {@link PPrBase } 2465 * 2466 */ 2467 public PPrBase createPPrBase() { 2468 return new PPrBase(); 2469 } 2470 2471 /** 2472 * Create an instance of {@link CTCnf } 2473 * 2474 */ 2475 public CTCnf createCTCnf() { 2476 return new CTCnf(); 2477 } 2478 2479 /** 2480 * Create an instance of {@link TblWidth } 2481 * 2482 */ 2483 public TblWidth createTblWidth() { 2484 return new TblWidth(); 2485 } 2486 2487 /** 2488 * Create an instance of {@link CTSettings.BookFoldPrintingSheets } 2489 * 2490 */ 2491 public CTSettings.BookFoldPrintingSheets createCTSettingsBookFoldPrintingSheets() { 2492 return new CTSettings.BookFoldPrintingSheets(); 2493 } 2494 2495 /** 2496 * Create an instance of {@link FontFamily } 2497 * 2498 */ 2499 public FontFamily createFontFamily() { 2500 return new FontFamily(); 2501 } 2502 2503 /** 2504 * Create an instance of {@link CTMailMergeDest } 2505 * 2506 */ 2507 public CTMailMergeDest createCTMailMergeDest() { 2508 return new CTMailMergeDest(); 2509 } 2510 2511 /** 2512 * Create an instance of {@link CTSdtDate } 2513 * 2514 */ 2515 public CTSdtDate createCTSdtDate() { 2516 return new CTSdtDate(); 2517 } 2518 2519 /** 2520 * Create an instance of {@link CTTcPrChange } 2521 * 2522 */ 2523 public CTTcPrChange createCTTcPrChange() { 2524 return new CTTcPrChange(); 2525 } 2526 2527 /** 2528 * Create an instance of {@link R.NoBreakHyphen } 2529 * 2530 */ 2531 public R.NoBreakHyphen createRNoBreakHyphen() { 2532 return new R.NoBreakHyphen(); 2533 } 2534 2535 /** 2536 * Create an instance of {@link Body } 2537 * 2538 */ 2539 public Body createBody() { 2540 return new Body(); 2541 } 2542 2543 /** 2544 * Create an instance of {@link CTPictureBase } 2545 * 2546 */ 2547 public CTPictureBase createCTPictureBase() { 2548 return new CTPictureBase(); 2549 } 2550 2551 /** 2552 * Create an instance of {@link SdtPr } 2553 * 2554 */ 2555 public SdtPr createSdtPr() { 2556 return new SdtPr(); 2557 } 2558 2559 /** 2560 * Create an instance of {@link CTTblPrBase.TblStyleRowBandSize } 2561 * 2562 */ 2563 public CTTblPrBase.TblStyleRowBandSize createCTTblPrBaseTblStyleRowBandSize() { 2564 return new CTTblPrBase.TblStyleRowBandSize(); 2565 } 2566 2567 /** 2568 * Create an instance of {@link SdtPr.Bibliography } 2569 * 2570 */ 2571 public SdtPr.Bibliography createSdtPrBibliography() { 2572 return new SdtPr.Bibliography(); 2573 } 2574 2575 /** 2576 * Create an instance of {@link CTFFData } 2577 * 2578 */ 2579 public CTFFData createCTFFData() { 2580 return new CTFFData(); 2581 } 2582 2583 /** 2584 * Create an instance of {@link CTFrameLayout } 2585 * 2586 */ 2587 public CTFrameLayout createCTFrameLayout() { 2588 return new CTFrameLayout(); 2589 } 2590 2591 /** 2592 * Create an instance of {@link CTDocParts } 2593 * 2594 */ 2595 public CTDocParts createCTDocParts() { 2596 return new CTDocParts(); 2597 } 2598 2599 /** 2600 * Create an instance of {@link R.Cr } 2601 * 2602 */ 2603 public R.Cr createRCr() { 2604 return new R.Cr(); 2605 } 2606 2607 /** 2608 * Create an instance of {@link SdtContentBlock } 2609 * 2610 */ 2611 public SdtContentBlock createSdtContentBlock() { 2612 return new SdtContentBlock(); 2613 } 2614 2615 /** 2616 * Create an instance of {@link CTWriteProtection } 2617 * 2618 */ 2619 public CTWriteProtection createCTWriteProtection() { 2620 return new CTWriteProtection(); 2621 } 2622 2623 /** 2624 * Create an instance of {@link CTDocPartCategory.Name } 2625 * 2626 */ 2627 public CTDocPartCategory.Name createCTDocPartCategoryName() { 2628 return new CTDocPartCategory.Name(); 2629 } 2630 2631 /** 219 2632 * Create an instance of {@link Package.Part } 220 2633 * … … 225 2638 226 2639 /** 227 * Create an instance of {@link Fonts.Font.AltName } 228 * 229 */ 230 public Fonts.Font.AltName createFontsFontAltName() { 231 return new Fonts.Font.AltName(); 232 } 233 234 /** 235 * Create an instance of {@link CTDocPartCategory.Name } 236 * 237 */ 238 public CTDocPartCategory.Name createCTDocPartCategoryName() { 239 return new CTDocPartCategory.Name(); 2640 * Create an instance of {@link Tr } 2641 * 2642 */ 2643 public Tr createTr() { 2644 return new Tr(); 2645 } 2646 2647 /** 2648 * Create an instance of {@link Numbering.Num.AbstractNumId } 2649 * 2650 */ 2651 public Numbering.Num.AbstractNumId createNumberingNumAbstractNumId() { 2652 return new Numbering.Num.AbstractNumId(); 2653 } 2654 2655 /** 2656 * Create an instance of {@link SdtPr.Alias } 2657 * 2658 */ 2659 public SdtPr.Alias createSdtPrAlias() { 2660 return new SdtPr.Alias(); 2661 } 2662 2663 /** 2664 * Create an instance of {@link CTAutoCaption } 2665 * 2666 */ 2667 public CTAutoCaption createCTAutoCaption() { 2668 return new CTAutoCaption(); 2669 } 2670 2671 /** 2672 * Create an instance of {@link NumFmt } 2673 * 2674 */ 2675 public NumFmt createNumFmt() { 2676 return new NumFmt(); 2677 } 2678 2679 /** 2680 * Create an instance of {@link CTSectPrChange } 2681 * 2682 */ 2683 public CTSectPrChange createCTSectPrChange() { 2684 return new CTSectPrChange(); 2685 } 2686 2687 /** 2688 * Create an instance of {@link CTFFTextInput } 2689 * 2690 */ 2691 public CTFFTextInput createCTFFTextInput() { 2692 return new CTFFTextInput(); 2693 } 2694 2695 /** 2696 * Create an instance of {@link CTPPrChange } 2697 * 2698 */ 2699 public CTPPrChange createCTPPrChange() { 2700 return new CTPPrChange(); 2701 } 2702 2703 /** 2704 * Create an instance of {@link CTVerticalJc } 2705 * 2706 */ 2707 public CTVerticalJc createCTVerticalJc() { 2708 return new CTVerticalJc(); 2709 } 2710 2711 /** 2712 * Create an instance of {@link RStyle } 2713 * 2714 */ 2715 public RStyle createRStyle() { 2716 return new RStyle(); 2717 } 2718 2719 /** 2720 * Create an instance of {@link Styles } 2721 * 2722 */ 2723 public Styles createStyles() { 2724 return new Styles(); 2725 } 2726 2727 /** 2728 * Create an instance of {@link PPrBase.NumPr.Ilvl } 2729 * 2730 */ 2731 public PPrBase.NumPr.Ilvl createPPrBaseNumPrIlvl() { 2732 return new PPrBase.NumPr.Ilvl(); 2733 } 2734 2735 /** 2736 * Create an instance of {@link CTTabStop } 2737 * 2738 */ 2739 public CTTabStop createCTTabStop() { 2740 return new CTTabStop(); 2741 } 2742 2743 /** 2744 * Create an instance of {@link CTLang } 2745 * 2746 */ 2747 public CTLang createCTLang() { 2748 return new CTLang(); 2749 } 2750 2751 /** 2752 * Create an instance of {@link RFonts } 2753 * 2754 */ 2755 public RFonts createRFonts() { 2756 return new RFonts(); 2757 } 2758 2759 /** 2760 * Create an instance of {@link CTCustomXmlPr } 2761 * 2762 */ 2763 public CTCustomXmlPr createCTCustomXmlPr() { 2764 return new CTCustomXmlPr(); 2765 } 2766 2767 /** 2768 * Create an instance of {@link BooleanDefaultFalse } 2769 * 2770 */ 2771 public BooleanDefaultFalse createBooleanDefaultFalse() { 2772 return new BooleanDefaultFalse(); 2773 } 2774 2775 /** 2776 * Create an instance of {@link CTHyperlink } 2777 * 2778 */ 2779 public CTHyperlink createCTHyperlink() { 2780 return new CTHyperlink(); 2781 } 2782 2783 /** 2784 * Create an instance of {@link CTMailMergeDocType } 2785 * 2786 */ 2787 public CTMailMergeDocType createCTMailMergeDocType() { 2788 return new CTMailMergeDocType(); 2789 } 2790 2791 /** 2792 * Create an instance of {@link CTEdnProps } 2793 * 2794 */ 2795 public CTEdnProps createCTEdnProps() { 2796 return new CTEdnProps(); 2797 } 2798 2799 /** 2800 * Create an instance of {@link CTRubyAlign } 2801 * 2802 */ 2803 public CTRubyAlign createCTRubyAlign() { 2804 return new CTRubyAlign(); 2805 } 2806 2807 /** 2808 * Create an instance of {@link CTSdtDateMappingType } 2809 * 2810 */ 2811 public CTSdtDateMappingType createCTSdtDateMappingType() { 2812 return new CTSdtDateMappingType(); 2813 } 2814 2815 /** 2816 * Create an instance of {@link CTSdtDocPart.DocPartGallery } 2817 * 2818 */ 2819 public CTSdtDocPart.DocPartGallery createCTSdtDocPartDocPartGallery() { 2820 return new CTSdtDocPart.DocPartGallery(); 2821 } 2822 2823 /** 2824 * Create an instance of {@link CTTblStylePr } 2825 * 2826 */ 2827 public CTTblStylePr createCTTblStylePr() { 2828 return new CTTblStylePr(); 2829 } 2830 2831 /** 2832 * Create an instance of {@link Styles.DocDefaults.PPrDefault } 2833 * 2834 */ 2835 public Styles.DocDefaults.PPrDefault createStylesDocDefaultsPPrDefault() { 2836 return new Styles.DocDefaults.PPrDefault(); 2837 } 2838 2839 /** 2840 * Create an instance of {@link CTFtnEdnSepRef } 2841 * 2842 */ 2843 public CTFtnEdnSepRef createCTFtnEdnSepRef() { 2844 return new CTFtnEdnSepRef(); 2845 } 2846 2847 /** 2848 * Create an instance of {@link CTDocVar } 2849 * 2850 */ 2851 public CTDocVar createCTDocVar() { 2852 return new CTDocVar(); 2853 } 2854 2855 /** 2856 * Create an instance of {@link CTSettings.ClickAndTypeStyle } 2857 * 2858 */ 2859 public CTSettings.ClickAndTypeStyle createCTSettingsClickAndTypeStyle() { 2860 return new CTSettings.ClickAndTypeStyle(); 2861 } 2862 2863 /** 2864 * Create an instance of {@link SdtPr.Equation } 2865 * 2866 */ 2867 public SdtPr.Equation createSdtPrEquation() { 2868 return new SdtPr.Equation(); 2869 } 2870 2871 /** 2872 * Create an instance of {@link CTLineNumber } 2873 * 2874 */ 2875 public CTLineNumber createCTLineNumber() { 2876 return new CTLineNumber(); 2877 } 2878 2879 /** 2880 * Create an instance of {@link CTEndnotes } 2881 * 2882 */ 2883 public CTEndnotes createCTEndnotes() { 2884 return new CTEndnotes(); 2885 } 2886 2887 /** 2888 * Create an instance of {@link CTWebSettings.PixelsPerInch } 2889 * 2890 */ 2891 public CTWebSettings.PixelsPerInch createCTWebSettingsPixelsPerInch() { 2892 return new CTWebSettings.PixelsPerInch(); 2893 } 2894 2895 /** 2896 * Create an instance of {@link CTPlaceholder } 2897 * 2898 */ 2899 public CTPlaceholder createCTPlaceholder() { 2900 return new CTPlaceholder(); 2901 } 2902 2903 /** 2904 * Create an instance of {@link Numbering.AbstractNum.Name } 2905 * 2906 */ 2907 public Numbering.AbstractNum.Name createNumberingAbstractNumName() { 2908 return new Numbering.AbstractNum.Name(); 240 2909 } 241 2910 … … 249 2918 250 2919 /** 251 * Create an instance of {@link CTFFTextInput.MaxLength } 252 * 253 */ 254 public CTFFTextInput.MaxLength createCTFFTextInputMaxLength() { 255 return new CTFFTextInput.MaxLength(); 256 } 257 258 /** 259 * Create an instance of {@link TextDirection } 260 * 261 */ 262 public TextDirection createTextDirection() { 263 return new TextDirection(); 264 } 265 266 /** 267 * Create an instance of {@link FontFamily } 268 * 269 */ 270 public FontFamily createFontFamily() { 271 return new FontFamily(); 272 } 273 274 /** 275 * Create an instance of {@link CTSettings.AttachedSchema } 276 * 277 */ 278 public CTSettings.AttachedSchema createCTSettingsAttachedSchema() { 279 return new CTSettings.AttachedSchema(); 280 } 281 282 /** 283 * Create an instance of {@link CTMailMerge.Query } 284 * 285 */ 286 public CTMailMerge.Query createCTMailMergeQuery() { 287 return new CTMailMerge.Query(); 288 } 289 290 /** 291 * Create an instance of {@link CTRubyContent } 292 * 293 */ 294 public CTRubyContent createCTRubyContent() { 295 return new CTRubyContent(); 296 } 297 298 /** 299 * Create an instance of {@link CTPPrDefault } 300 * 301 */ 302 public CTPPrDefault createCTPPrDefault() { 303 return new CTPPrDefault(); 304 } 305 306 /** 307 * Create an instance of {@link CTAutoCaption } 308 * 309 */ 310 public CTAutoCaption createCTAutoCaption() { 311 return new CTAutoCaption(); 312 } 313 314 /** 315 * Create an instance of {@link SdtContentBlock } 316 * 317 */ 318 public SdtContentBlock createSdtContentBlock() { 319 return new SdtContentBlock(); 320 } 321 322 /** 323 * Create an instance of {@link org.docx4j.wml.Style.UiPriority } 324 * 325 */ 326 public org.docx4j.wml.Style.UiPriority createStyleUiPriority() { 327 return new org.docx4j.wml.Style.UiPriority(); 328 } 329 330 /** 331 * Create an instance of {@link SdtPr.Alias } 332 * 333 */ 334 public SdtPr.Alias createSdtPrAlias() { 335 return new SdtPr.Alias(); 336 } 337 338 /** 339 * Create an instance of {@link CTColorSchemeMapping } 340 * 341 */ 342 public CTColorSchemeMapping createCTColorSchemeMapping() { 343 return new CTColorSchemeMapping(); 344 } 345 346 /** 347 * Create an instance of {@link Document } 348 * 349 */ 350 public Document createDocument() { 351 return new Document(); 352 } 353 354 /** 355 * Create an instance of {@link CTPixelsMeasure } 356 * 357 */ 358 public CTPixelsMeasure createCTPixelsMeasure() { 359 return new CTPixelsMeasure(); 2920 * Create an instance of {@link CTTblPrChange } 2921 * 2922 */ 2923 public CTTblPrChange createCTTblPrChange() { 2924 return new CTTblPrChange(); 2925 } 2926 2927 /** 2928 * Create an instance of {@link CTTblPrBase.TblStyle } 2929 * 2930 */ 2931 public CTTblPrBase.TblStyle createCTTblPrBaseTblStyle() { 2932 return new CTTblPrBase.TblStyle(); 2933 } 2934 2935 /** 2936 * Create an instance of {@link PPrBase.DivId } 2937 * 2938 */ 2939 public PPrBase.DivId createPPrBaseDivId() { 2940 return new PPrBase.DivId(); 2941 } 2942 2943 /** 2944 * Create an instance of {@link CTDivs } 2945 * 2946 */ 2947 public CTDivs createCTDivs() { 2948 return new CTDivs(); 2949 } 2950 2951 /** 2952 * Create an instance of {@link ParaRPr } 2953 * 2954 */ 2955 public ParaRPr createParaRPr() { 2956 return new ParaRPr(); 2957 } 2958 2959 /** 2960 * Create an instance of {@link Styles.DocDefaults } 2961 * 2962 */ 2963 public Styles.DocDefaults createStylesDocDefaults() { 2964 return new Styles.DocDefaults(); 2965 } 2966 2967 /** 2968 * Create an instance of {@link CTMoveBookmark } 2969 * 2970 */ 2971 public CTMoveBookmark createCTMoveBookmark() { 2972 return new CTMoveBookmark(); 2973 } 2974 2975 /** 2976 * Create an instance of {@link CTSettings.ListSeparator } 2977 * 2978 */ 2979 public CTSettings.ListSeparator createCTSettingsListSeparator() { 2980 return new CTSettings.ListSeparator(); 2981 } 2982 2983 /** 2984 * Create an instance of {@link CTTargetScreenSz } 2985 * 2986 */ 2987 public CTTargetScreenSz createCTTargetScreenSz() { 2988 return new CTTargetScreenSz(); 2989 } 2990 2991 /** 2992 * Create an instance of {@link CTSdtContentCell } 2993 * 2994 */ 2995 public CTSdtContentCell createCTSdtContentCell() { 2996 return new CTSdtContentCell(); 2997 } 2998 2999 /** 3000 * Create an instance of {@link CTSignedTwipsMeasure } 3001 * 3002 */ 3003 public CTSignedTwipsMeasure createCTSignedTwipsMeasure() { 3004 return new CTSignedTwipsMeasure(); 3005 } 3006 3007 /** 3008 * Create an instance of {@link org.docx4j.wml.Style } 3009 * 3010 */ 3011 public org.docx4j.wml.Style createStyle() { 3012 return new org.docx4j.wml.Style(); 3013 } 3014 3015 /** 3016 * Create an instance of {@link CTBookmark } 3017 * 3018 */ 3019 public CTBookmark createCTBookmark() { 3020 return new CTBookmark(); 3021 } 3022 3023 /** 3024 * Create an instance of {@link CTSdtContentRun } 3025 * 3026 */ 3027 public CTSdtContentRun createCTSdtContentRun() { 3028 return new CTSdtContentRun(); 3029 } 3030 3031 /** 3032 * Create an instance of {@link R.SoftHyphen } 3033 * 3034 */ 3035 public R.SoftHyphen createRSoftHyphen() { 3036 return new R.SoftHyphen(); 3037 } 3038 3039 /** 3040 * Create an instance of {@link CTMailMergeOdsoFMDFieldType } 3041 * 3042 */ 3043 public CTMailMergeOdsoFMDFieldType createCTMailMergeOdsoFMDFieldType() { 3044 return new CTMailMergeOdsoFMDFieldType(); 3045 } 3046 3047 /** 3048 * Create an instance of {@link CTBackground } 3049 * 3050 */ 3051 public CTBackground createCTBackground() { 3052 return new CTBackground(); 3053 } 3054 3055 /** 3056 * Create an instance of {@link CTSdtDocPart.DocPartCategory } 3057 * 3058 */ 3059 public CTSdtDocPart.DocPartCategory createCTSdtDocPartDocPartCategory() { 3060 return new CTSdtDocPart.DocPartCategory(); 3061 } 3062 3063 /** 3064 * Create an instance of {@link SdtPr.Citation } 3065 * 3066 */ 3067 public SdtPr.Citation createSdtPrCitation() { 3068 return new SdtPr.Citation(); 3069 } 3070 3071 /** 3072 * Create an instance of {@link CTTrPrBase.GridBefore } 3073 * 3074 */ 3075 public CTTrPrBase.GridBefore createCTTrPrBaseGridBefore() { 3076 return new CTTrPrBase.GridBefore(); 3077 } 3078 3079 /** 3080 * Create an instance of {@link R.MonthShort } 3081 * 3082 */ 3083 public R.MonthShort createRMonthShort() { 3084 return new R.MonthShort(); 3085 } 3086 3087 /** 3088 * Create an instance of {@link CTCaptions } 3089 * 3090 */ 3091 public CTCaptions createCTCaptions() { 3092 return new CTCaptions(); 3093 } 3094 3095 /** 3096 * Create an instance of {@link U } 3097 * 3098 */ 3099 public U createU() { 3100 return new U(); 3101 } 3102 3103 /** 3104 * Create an instance of {@link CTSdtDocPart } 3105 * 3106 */ 3107 public CTSdtDocPart createCTSdtDocPart() { 3108 return new CTSdtDocPart(); 3109 } 3110 3111 /** 3112 * Create an instance of {@link org.docx4j.wml.Color } 3113 * 3114 */ 3115 public org.docx4j.wml.Color createColor() { 3116 return new org.docx4j.wml.Color(); 3117 } 3118 3119 /** 3120 * Create an instance of {@link CTMarkup } 3121 * 3122 */ 3123 public CTMarkup createCTMarkup() { 3124 return new CTMarkup(); 3125 } 3126 3127 /** 3128 * Create an instance of {@link CTTrPrBase.DivId } 3129 * 3130 */ 3131 public CTTrPrBase.DivId createCTTrPrBaseDivId() { 3132 return new CTTrPrBase.DivId(); 3133 } 3134 3135 /** 3136 * Create an instance of {@link CTTwipsMeasure } 3137 * 3138 */ 3139 public CTTwipsMeasure createCTTwipsMeasure() { 3140 return new CTTwipsMeasure(); 3141 } 3142 3143 /** 3144 * Create an instance of {@link CTParaRPrOriginal } 3145 * 3146 */ 3147 public CTParaRPrOriginal createCTParaRPrOriginal() { 3148 return new CTParaRPrOriginal(); 3149 } 3150 3151 /** 3152 * Create an instance of {@link CTEastAsianLayout } 3153 * 3154 */ 3155 public CTEastAsianLayout createCTEastAsianLayout() { 3156 return new CTEastAsianLayout(); 360 3157 } 361 3158 … … 369 3166 370 3167 /** 371 * Create an instance of {@link CTSaveThroughXslt }372 *373 */374 public CTSaveThroughXslt createCTSaveThroughXslt() {375 return new CTSaveThroughXslt();376 }377 378 /**379 * Create an instance of {@link CTFFTextInput.Default }380 *381 */382 public CTFFTextInput.Default createCTFFTextInputDefault() {383 return new CTFFTextInput.Default();384 }385 386 /**387 * Create an instance of {@link CTFrameset }388 *389 */390 public CTFrameset createCTFrameset() {391 return new CTFrameset();392 }393 394 /**395 * Create an instance of {@link CTFFTextType }396 *397 */398 public CTFFTextType createCTFFTextType() {399 return new CTFFTextType();400 }401 402 /**403 * Create an instance of {@link CTHeight }404 *405 */406 public CTHeight createCTHeight() {407 return new CTHeight();408 }409 410 /**411 * Create an instance of {@link Package }412 *413 */414 public Package createPackage() {415 return new Package();416 }417 418 /**419 * Create an instance of {@link CTTblStylePr }420 *421 */422 public CTTblStylePr createCTTblStylePr() {423 return new CTTblStylePr();424 }425 426 /**427 * Create an instance of {@link SectPr.Type }428 *429 */430 public SectPr.Type createSectPrType() {431 return new SectPr.Type();432 }433 434 /**435 * Create an instance of {@link CTTextboxTightWrap }436 *437 */438 public CTTextboxTightWrap createCTTextboxTightWrap() {439 return new CTTextboxTightWrap();440 }441 442 /**443 * Create an instance of {@link CTFtnProps }444 *445 */446 public CTFtnProps createCTFtnProps() {447 return new CTFtnProps();448 }449 450 /**451 * Create an instance of {@link TcPrInner.TcBorders }452 *453 */454 public TcPrInner.TcBorders createTcPrInnerTcBorders() {455 return new TcPrInner.TcBorders();456 }457 458 /**459 * Create an instance of {@link CTSdtDocPart.DocPartGallery }460 *461 */462 public CTSdtDocPart.DocPartGallery createCTSdtDocPartDocPartGallery() {463 return new CTSdtDocPart.DocPartGallery();464 }465 466 /**467 * Create an instance of {@link CTBackground }468 *469 */470 public CTBackground createCTBackground() {471 return new CTBackground();472 }473 474 /**475 * Create an instance of {@link CTComment }476 *477 */478 public CTComment createCTComment() {479 return new CTComment();480 }481 482 /**483 * Create an instance of {@link CTFFTextInput.Format }484 *485 */486 public CTFFTextInput.Format createCTFFTextInputFormat() {487 return new CTFFTextInput.Format();488 }489 490 /**491 * Create an instance of {@link TrPr }492 *493 */494 public TrPr createTrPr() {495 return new TrPr();496 }497 498 /**499 * Create an instance of {@link CTRuby }500 *501 */502 public CTRuby createCTRuby() {503 return new CTRuby();504 }505 506 /**507 * Create an instance of {@link FontRel }508 *509 */510 public FontRel createFontRel() {511 return new FontRel();512 }513 514 /**515 * Create an instance of {@link CTMailMerge }516 *517 */518 public CTMailMerge createCTMailMerge() {519 return new CTMailMerge();520 }521 522 /**523 * Create an instance of {@link CTSdtDropDownList }524 *525 */526 public CTSdtDropDownList createCTSdtDropDownList() {527 return new CTSdtDropDownList();528 }529 530 /**531 * Create an instance of {@link Styles.DocDefaults.PPrDefault }532 *533 */534 public Styles.DocDefaults.PPrDefault createStylesDocDefaultsPPrDefault() {535 return new Styles.DocDefaults.PPrDefault();536 }537 538 /**539 * Create an instance of {@link CTLock }540 *541 */542 public CTLock createCTLock() {543 return new CTLock();544 }545 546 /**547 * Create an instance of {@link CTWebSettings }548 *549 */550 public CTWebSettings createCTWebSettings() {551 return new CTWebSettings();552 }553 554 /**555 * Create an instance of {@link CTSdtRow }556 *557 */558 public CTSdtRow createCTSdtRow() {559 return new CTSdtRow();560 }561 562 /**563 * Create an instance of {@link CTTblPrEx }564 *565 */566 public CTTblPrEx createCTTblPrEx() {567 return new CTTblPrEx();568 }569 570 /**571 * Create an instance of {@link CTSdtEndPr }572 *573 */574 public CTSdtEndPr createCTSdtEndPr() {575 return new CTSdtEndPr();576 }577 578 /**579 * Create an instance of {@link CTCustomXmlPr.Placeholder }580 *581 */582 public CTCustomXmlPr.Placeholder createCTCustomXmlPrPlaceholder() {583 return new CTCustomXmlPr.Placeholder();584 }585 586 /**587 * Create an instance of {@link CTSdtComboBox }588 *589 */590 public CTSdtComboBox createCTSdtComboBox() {591 return new CTSdtComboBox();592 }593 594 /**595 * Create an instance of {@link CTDocParts }596 *597 */598 public CTDocParts createCTDocParts() {599 return new CTDocParts();600 }601 602 /**603 * Create an instance of {@link CTMailMerge.ActiveRecord }604 *605 */606 public CTMailMerge.ActiveRecord createCTMailMergeActiveRecord() {607 return new CTMailMerge.ActiveRecord();608 }609 610 /**611 * Create an instance of {@link CTReadingModeInkLockDown }612 *613 */614 public CTReadingModeInkLockDown createCTReadingModeInkLockDown() {615 return new CTReadingModeInkLockDown();616 }617 618 /**619 * Create an instance of {@link CTMailMergeDest }620 *621 */622 public CTMailMergeDest createCTMailMergeDest() {623 return new CTMailMergeDest();624 }625 626 /**627 * Create an instance of {@link CTUcharHexNumber }628 *629 */630 public CTUcharHexNumber createCTUcharHexNumber() {631 return new CTUcharHexNumber();632 }633 634 /**635 * Create an instance of {@link CTTrackChangeRange }636 *637 */638 public CTTrackChangeRange createCTTrackChangeRange() {639 return new CTTrackChangeRange();640 }641 642 /**643 * Create an instance of {@link CTBookmarkRange }644 *645 */646 public CTBookmarkRange createCTBookmarkRange() {647 return new CTBookmarkRange();648 }649 650 /**651 * Create an instance of {@link SdtPr.RichText }652 *653 */654 public SdtPr.RichText createSdtPrRichText() {655 return new SdtPr.RichText();656 }657 658 /**659 * Create an instance of {@link CTEndnotes }660 *661 */662 public CTEndnotes createCTEndnotes() {663 return new CTEndnotes();664 }665 666 /**667 * Create an instance of {@link SdtPr }668 *669 */670 public SdtPr createSdtPr() {671 return new SdtPr();672 }673 674 /**675 * Create an instance of {@link CTSdtContentRow }676 *677 */678 public CTSdtContentRow createCTSdtContentRow() {679 return new CTSdtContentRow();680 }681 682 /**683 * Create an instance of {@link CTSmartTagType }684 *685 */686 public CTSmartTagType createCTSmartTagType() {687 return new CTSmartTagType();688 }689 690 /**691 * Create an instance of {@link CTSectPrChange }692 *693 */694 public CTSectPrChange createCTSectPrChange() {695 return new CTSectPrChange();696 }697 698 /**699 * Create an instance of {@link CTEdnProps }700 *701 */702 public CTEdnProps createCTEdnProps() {703 return new CTEdnProps();704 }705 706 /**707 * Create an instance of {@link CTAttr }708 *709 */710 public CTAttr createCTAttr() {711 return new CTAttr();712 }713 714 /**715 * Create an instance of {@link FldChar }716 *717 */718 public FldChar createFldChar() {719 return new FldChar();720 }721 722 /**723 * Create an instance of {@link Lvl }724 *725 */726 public Lvl createLvl() {727 return new Lvl();728 }729 730 /**731 * Create an instance of {@link TblBorders }732 *733 */734 public TblBorders createTblBorders() {735 return new TblBorders();736 }737 738 /**739 * Create an instance of {@link Styles.LatentStyles }740 *741 */742 public Styles.LatentStyles createStylesLatentStyles() {743 return new Styles.LatentStyles();744 }745 746 /**747 * Create an instance of {@link CTFtnPos }748 *749 */750 public CTFtnPos createCTFtnPos() {751 return new CTFtnPos();752 }753 754 /**755 * Create an instance of {@link CTMailMergeSourceType }756 *757 */758 public CTMailMergeSourceType createCTMailMergeSourceType() {759 return new CTMailMergeSourceType();760 }761 762 /**763 * Create an instance of {@link CTSdtDateMappingType }764 *765 */766 public CTSdtDateMappingType createCTSdtDateMappingType() {767 return new CTSdtDateMappingType();768 }769 770 /**771 * Create an instance of {@link Styles.DocDefaults.RPrDefault }772 *773 */774 public Styles.DocDefaults.RPrDefault createStylesDocDefaultsRPrDefault() {775 return new Styles.DocDefaults.RPrDefault();776 }777 778 /**779 * Create an instance of {@link TcPrInner }780 *781 */782 public TcPrInner createTcPrInner() {783 return new TcPrInner();784 }785 786 /**787 * Create an instance of {@link CTTxbxContent }788 *789 */790 public CTTxbxContent createCTTxbxContent() {791 return new CTTxbxContent();792 }793 794 /**795 * Create an instance of {@link Lvl.Suff }796 *797 */798 public Lvl.Suff createLvlSuff() {799 return new Lvl.Suff();800 }801 802 /**803 * Create an instance of {@link CTFFDDList.Result }804 *805 */806 public CTFFDDList.Result createCTFFDDListResult() {807 return new CTFFDDList.Result();808 }809 810 /**811 * Create an instance of {@link R.DayLong }812 *813 */814 public R.DayLong createRDayLong() {815 return new R.DayLong();816 }817 818 /**819 * Create an instance of {@link SdtPr.Citation }820 *821 */822 public SdtPr.Citation createSdtPrCitation() {823 return new SdtPr.Citation();824 }825 826 /**827 * Create an instance of {@link CTSettings.ConsecutiveHyphenLimit }828 *829 */830 public CTSettings.ConsecutiveHyphenLimit createCTSettingsConsecutiveHyphenLimit() {831 return new CTSettings.ConsecutiveHyphenLimit();832 }833 834 /**835 * Create an instance of {@link CTParaRPrOriginal }836 *837 */838 public CTParaRPrOriginal createCTParaRPrOriginal() {839 return new CTParaRPrOriginal();840 }841 842 /**843 * Create an instance of {@link CTFFTextInput }844 *845 */846 public CTFFTextInput createCTFFTextInput() {847 return new CTFFTextInput();848 }849 850 /**851 * Create an instance of {@link Lvl.Start }852 *853 */854 public Lvl.Start createLvlStart() {855 return new Lvl.Start();856 }857 858 /**859 * Create an instance of {@link CTSdtText }860 *861 */862 public CTSdtText createCTSdtText() {863 return new CTSdtText();864 }865 866 /**867 * Create an instance of {@link CTDocPartName }868 *869 */870 public CTDocPartName createCTDocPartName() {871 return new CTDocPartName();872 }873 874 /**875 * Create an instance of {@link CTFtnDocProps }876 *877 */878 public CTFtnDocProps createCTFtnDocProps() {879 return new CTFtnDocProps();880 }881 882 /**883 * Create an instance of {@link org.docx4j.wml.Style.Link }884 *885 */886 public org.docx4j.wml.Style.Link createStyleLink() {887 return new org.docx4j.wml.Style.Link();888 }889 890 /**891 * Create an instance of {@link CTFtnEdnRef }892 *893 */894 public CTFtnEdnRef createCTFtnEdnRef() {895 return new CTFtnEdnRef();896 }897 898 /**899 * Create an instance of {@link CTMacroName }900 *901 */902 public CTMacroName createCTMacroName() {903 return new CTMacroName();904 }905 906 /**907 * Create an instance of {@link CTDocPartPr.Description }908 *909 */910 public CTDocPartPr.Description createCTDocPartPrDescription() {911 return new CTDocPartPr.Description();912 }913 914 /**915 * Create an instance of {@link CTFFHelpText }916 *917 */918 public CTFFHelpText createCTFFHelpText() {919 return new CTFFHelpText();920 }921 922 /**923 * Create an instance of {@link Lvl.LvlText }924 *925 */926 public Lvl.LvlText createLvlLvlText() {927 return new Lvl.LvlText();928 }929 930 /**931 * Create an instance of {@link CTProof }932 *933 */934 public CTProof createCTProof() {935 return new CTProof();936 }937 938 /**939 * Create an instance of {@link TblWidth }940 *941 */942 public TblWidth createTblWidth() {943 return new TblWidth();944 }945 946 /**947 * Create an instance of {@link CTDocPartBehaviors }948 *949 */950 public CTDocPartBehaviors createCTDocPartBehaviors() {951 return new CTDocPartBehaviors();952 }953 954 /**955 * Create an instance of {@link CTAutoCaptions }956 *957 */958 public CTAutoCaptions createCTAutoCaptions() {959 return new CTAutoCaptions();960 }961 962 /**963 * Create an instance of {@link CTDiv }964 *965 */966 public CTDiv createCTDiv() {967 return new CTDiv();968 }969 970 /**971 * Create an instance of {@link Numbering.AbstractNum }972 *973 */974 public Numbering.AbstractNum createNumberingAbstractNum() {975 return new Numbering.AbstractNum();976 }977 978 /**979 * Create an instance of {@link Text }980 *981 */982 public Text createText() {983 return new Text();984 }985 986 /**987 * Create an instance of {@link CTCnf }988 *989 */990 public CTCnf createCTCnf() {991 return new CTCnf();992 }993 994 /**995 * Create an instance of {@link GlossaryDocument }996 *997 */998 public GlossaryDocument createGlossaryDocument() {999 return new GlossaryDocument();1000 }1001 1002 /**1003 * Create an instance of {@link R.Cr }1004 *1005 */1006 public R.Cr createRCr() {1007 return new R.Cr();1008 }1009 1010 /**1011 * Create an instance of {@link CTFFCheckBox }1012 *1013 */1014 public CTFFCheckBox createCTFFCheckBox() {1015 return new CTFFCheckBox();1016 }1017 1018 /**1019 * Create an instance of {@link CTDocVar }1020 *1021 */1022 public CTDocVar createCTDocVar() {1023 return new CTDocVar();1024 }1025 1026 /**1027 * Create an instance of {@link CTRubyAlign }1028 *1029 */1030 public CTRubyAlign createCTRubyAlign() {1031 return new CTRubyAlign();1032 }1033 1034 /**1035 * Create an instance of {@link CTTargetScreenSz }1036 *1037 */1038 public CTTargetScreenSz createCTTargetScreenSz() {1039 return new CTTargetScreenSz();1040 }1041 1042 /**1043 * Create an instance of {@link CTTblPrBase.TblStyle }1044 *1045 */1046 public CTTblPrBase.TblStyle createCTTblPrBaseTblStyle() {1047 return new CTTblPrBase.TblStyle();1048 }1049 1050 /**1051 * Create an instance of {@link R.PgNum }1052 *1053 */1054 public R.PgNum createRPgNum() {1055 return new R.PgNum();1056 }1057 1058 /**1059 * Create an instance of {@link CTDocPartPr }1060 *1061 */1062 public CTDocPartPr createCTDocPartPr() {1063 return new CTDocPartPr();1064 }1065 1066 /**1067 * Create an instance of {@link org.docx4j.wml.Style }1068 *1069 */1070 public org.docx4j.wml.Style createStyle() {1071 return new org.docx4j.wml.Style();1072 }1073 1074 /**1075 * Create an instance of {@link CTShortHexNumber }1076 *1077 */1078 public CTShortHexNumber createCTShortHexNumber() {1079 return new CTShortHexNumber();1080 }1081 1082 /**1083 * Create an instance of {@link CTTblGridChange }1084 *1085 */1086 public CTTblGridChange createCTTblGridChange() {1087 return new CTTblGridChange();1088 }1089 1090 /**1091 * Create an instance of {@link CTEmpty }1092 *1093 */1094 public CTEmpty createCTEmpty() {1095 return new CTEmpty();1096 }1097 1098 /**1099 * Create an instance of {@link CTRubyPr }1100 *1101 */1102 public CTRubyPr createCTRubyPr() {1103 return new CTRubyPr();1104 }1105 1106 /**1107 * Create an instance of {@link CTFtnEdnSepRef }1108 *1109 */1110 public CTFtnEdnSepRef createCTFtnEdnSepRef() {1111 return new CTFtnEdnSepRef();1112 }1113 1114 /**1115 * Create an instance of {@link Numbering.AbstractNum.StyleLink }1116 *1117 */1118 public Numbering.AbstractNum.StyleLink createNumberingAbstractNumStyleLink() {1119 return new Numbering.AbstractNum.StyleLink();1120 }1121 1122 /**1123 * Create an instance of {@link CTTrPrBase.GridAfter }1124 *1125 */1126 public CTTrPrBase.GridAfter createCTTrPrBaseGridAfter() {1127 return new CTTrPrBase.GridAfter();1128 }1129 1130 /**1131 * Create an instance of {@link CTControl }1132 *1133 */1134 public CTControl createCTControl() {1135 return new CTControl();1136 }1137 1138 /**1139 * Create an instance of {@link org.docx4j.wml.Style.Name }1140 *1141 */1142 public org.docx4j.wml.Style.Name createStyleName() {1143 return new org.docx4j.wml.Style.Name();1144 }1145 1146 /**1147 * Create an instance of {@link Id }1148 *1149 */1150 public Id createId() {1151 return new Id();1152 }1153 1154 /**1155 * Create an instance of {@link CTTblPrExBase }1156 *1157 */1158 public CTTblPrExBase createCTTblPrExBase() {1159 return new CTTblPrExBase();1160 }1161 1162 /**1163 * Create an instance of {@link CTDocGrid }1164 *1165 */1166 public CTDocGrid createCTDocGrid() {1167 return new CTDocGrid();1168 }1169 1170 /**1171 * Create an instance of {@link CTFFDDList.Default }1172 *1173 */1174 public CTFFDDList.Default createCTFFDDListDefault() {1175 return new CTFFDDList.Default();1176 }1177 1178 /**1179 * Create an instance of {@link Numbering.Num.LvlOverride.StartOverride }1180 *1181 */1182 public Numbering.Num.LvlOverride.StartOverride createNumberingNumLvlOverrideStartOverride() {1183 return new Numbering.Num.LvlOverride.StartOverride();1184 }1185 1186 /**1187 * Create an instance of {@link CTFramesetSplitbar }1188 *1189 */1190 public CTFramesetSplitbar createCTFramesetSplitbar() {1191 return new CTFramesetSplitbar();1192 }1193 1194 /**1195 * Create an instance of {@link PPrBase.OutlineLvl }1196 *1197 */1198 public PPrBase.OutlineLvl createPPrBaseOutlineLvl() {1199 return new PPrBase.OutlineLvl();1200 }1201 1202 /**1203 * Create an instance of {@link CTMailMerge.AddressFieldName }1204 *1205 */1206 public CTMailMerge.AddressFieldName createCTMailMergeAddressFieldName() {1207 return new CTMailMerge.AddressFieldName();1208 }1209 1210 /**1211 * Create an instance of {@link R.DayShort }1212 *1213 */1214 public R.DayShort createRDayShort() {1215 return new R.DayShort();1216 }1217 1218 /**1219 * Create an instance of {@link Numbering.Num.AbstractNumId }1220 *1221 */1222 public Numbering.Num.AbstractNumId createNumberingNumAbstractNumId() {1223 return new Numbering.Num.AbstractNumId();1224 }1225 1226 /**1227 * Create an instance of {@link TblGridCol }1228 *1229 */1230 public TblGridCol createTblGridCol() {1231 return new TblGridCol();1232 }1233 1234 /**1235 * Create an instance of {@link CTLineNumber }1236 *1237 */1238 public CTLineNumber createCTLineNumber() {1239 return new CTLineNumber();1240 }1241 1242 /**1243 * Create an instance of {@link CTShapeDefaults }1244 *1245 */1246 public CTShapeDefaults createCTShapeDefaults() {1247 return new CTShapeDefaults();1248 }1249 1250 /**1251 3168 * Create an instance of {@link CTZoom } 1252 3169 * … … 1257 3174 1258 3175 /** 1259 * Create an instance of {@link CTDocPartType } 1260 * 1261 */ 1262 public CTDocPartType createCTDocPartType() { 1263 return new CTDocPartType(); 1264 } 1265 1266 /** 1267 * Create an instance of {@link CTSmartTagRun } 1268 * 1269 */ 1270 public CTSmartTagRun createCTSmartTagRun() { 1271 return new CTSmartTagRun(); 1272 } 1273 1274 /** 1275 * Create an instance of {@link SectPrBase } 1276 * 1277 */ 1278 public SectPrBase createSectPrBase() { 1279 return new SectPrBase(); 1280 } 1281 1282 /** 1283 * Create an instance of {@link CTRecipientData.Column } 1284 * 1285 */ 1286 public CTRecipientData.Column createCTRecipientDataColumn() { 1287 return new CTRecipientData.Column(); 1288 } 1289 1290 /** 1291 * Create an instance of {@link CTRel } 1292 * 1293 */ 1294 public CTRel createCTRel() { 1295 return new CTRel(); 1296 } 1297 1298 /** 1299 * Create an instance of {@link CTTblPrBase.TblStyleRowBandSize } 1300 * 1301 */ 1302 public CTTblPrBase.TblStyleRowBandSize createCTTblPrBaseTblStyleRowBandSize() { 1303 return new CTTblPrBase.TblStyleRowBandSize(); 1304 } 1305 1306 /** 1307 * Create an instance of {@link CTFrameLayout } 1308 * 1309 */ 1310 public CTFrameLayout createCTFrameLayout() { 1311 return new CTFrameLayout(); 1312 } 1313 1314 /** 1315 * Create an instance of {@link CTTextEffect } 1316 * 1317 */ 1318 public CTTextEffect createCTTextEffect() { 1319 return new CTTextEffect(); 1320 } 1321 1322 /** 1323 * Create an instance of {@link CTLang } 1324 * 1325 */ 1326 public CTLang createCTLang() { 1327 return new CTLang(); 1328 } 1329 1330 /** 1331 * Create an instance of {@link Lvl.Legacy } 1332 * 1333 */ 1334 public Lvl.Legacy createLvlLegacy() { 1335 return new Lvl.Legacy(); 1336 } 1337 1338 /** 1339 * Create an instance of {@link CTFrame } 1340 * 1341 */ 1342 public CTFrame createCTFrame() { 1343 return new CTFrame(); 1344 } 1345 1346 /** 1347 * Create an instance of {@link CTDocPartCategory } 1348 * 1349 */ 1350 public CTDocPartCategory createCTDocPartCategory() { 1351 return new CTDocPartCategory(); 1352 } 1353 1354 /** 1355 * Create an instance of {@link PPr } 1356 * 1357 */ 1358 public PPr createPPr() { 1359 return new PPr(); 1360 } 1361 1362 /** 1363 * Create an instance of {@link CTOdso } 1364 * 1365 */ 1366 public CTOdso createCTOdso() { 1367 return new CTOdso(); 1368 } 1369 1370 /** 1371 * Create an instance of {@link CTEdnPos } 1372 * 1373 */ 1374 public CTEdnPos createCTEdnPos() { 1375 return new CTEdnPos(); 1376 } 1377 1378 /** 1379 * Create an instance of {@link CTSdtDate.DateFormat } 1380 * 1381 */ 1382 public CTSdtDate.DateFormat createCTSdtDateDateFormat() { 1383 return new CTSdtDate.DateFormat(); 1384 } 1385 1386 /** 1387 * Create an instance of {@link CTDocType } 1388 * 1389 */ 1390 public CTDocType createCTDocType() { 1391 return new CTDocType(); 1392 } 1393 1394 /** 1395 * Create an instance of {@link CTCellMergeTrackChange } 1396 * 1397 */ 1398 public CTCellMergeTrackChange createCTCellMergeTrackChange() { 1399 return new CTCellMergeTrackChange(); 1400 } 1401 1402 /** 1403 * Create an instance of {@link CTTblPrChange } 1404 * 1405 */ 1406 public CTTblPrChange createCTTblPrChange() { 1407 return new CTTblPrChange(); 1408 } 1409 1410 /** 1411 * Create an instance of {@link CTCustomXmlCell } 1412 * 1413 */ 1414 public CTCustomXmlCell createCTCustomXmlCell() { 1415 return new CTCustomXmlCell(); 1416 } 1417 1418 /** 1419 * Create an instance of {@link Fonts } 1420 * 1421 */ 1422 public Fonts createFonts() { 1423 return new Fonts(); 1424 } 1425 1426 /** 1427 * Create an instance of {@link CTWriteProtection } 1428 * 1429 */ 1430 public CTWriteProtection createCTWriteProtection() { 1431 return new CTWriteProtection(); 1432 } 1433 1434 /** 1435 * Create an instance of {@link FontPanose } 1436 * 1437 */ 1438 public FontPanose createFontPanose() { 1439 return new FontPanose(); 1440 } 1441 1442 /** 1443 * Create an instance of {@link R.FootnoteRef } 1444 * 1445 */ 1446 public R.FootnoteRef createRFootnoteRef() { 1447 return new R.FootnoteRef(); 1448 } 1449 1450 /** 1451 * Create an instance of {@link CTColumns } 1452 * 1453 */ 1454 public CTColumns createCTColumns() { 1455 return new CTColumns(); 1456 } 1457 1458 /** 1459 * Create an instance of {@link P } 1460 * 1461 */ 1462 public P createP() { 1463 return new P(); 1464 } 1465 1466 /** 1467 * Create an instance of {@link FontPitch } 1468 * 1469 */ 1470 public FontPitch createFontPitch() { 1471 return new FontPitch(); 1472 } 1473 1474 /** 1475 * Create an instance of {@link R.Sym } 1476 * 1477 */ 1478 public R.Sym createRSym() { 1479 return new R.Sym(); 1480 } 1481 1482 /** 1483 * Create an instance of {@link Package.Part.XmlData } 1484 * 1485 */ 1486 public Package.Part.XmlData createPackagePartXmlData() { 1487 return new Package.Part.XmlData(); 1488 } 1489 1490 /** 1491 * Create an instance of {@link NumFmt } 1492 * 1493 */ 1494 public NumFmt createNumFmt() { 1495 return new NumFmt(); 1496 } 1497 1498 /** 1499 * Create an instance of {@link SdtRun } 1500 * 1501 */ 1502 public SdtRun createSdtRun() { 1503 return new SdtRun(); 1504 } 1505 1506 /** 1507 * Create an instance of {@link TblGridBase } 1508 * 1509 */ 1510 public TblGridBase createTblGridBase() { 1511 return new TblGridBase(); 1512 } 1513 1514 /** 1515 * Create an instance of {@link SdtBlock } 1516 * 1517 */ 1518 public SdtBlock createSdtBlock() { 1519 return new SdtBlock(); 1520 } 1521 1522 /** 1523 * Create an instance of {@link CTDivBdr } 1524 * 1525 */ 1526 public CTDivBdr createCTDivBdr() { 1527 return new CTDivBdr(); 1528 } 1529 1530 /** 1531 * Create an instance of {@link CTSdtCell } 1532 * 1533 */ 1534 public CTSdtCell createCTSdtCell() { 1535 return new CTSdtCell(); 1536 } 1537 1538 /** 1539 * Create an instance of {@link CTSdtDate } 1540 * 1541 */ 1542 public CTSdtDate createCTSdtDate() { 1543 return new CTSdtDate(); 1544 } 1545 1546 /** 1547 * Create an instance of {@link CTMailMerge.ConnectString } 1548 * 1549 */ 1550 public CTMailMerge.ConnectString createCTMailMergeConnectString() { 1551 return new CTMailMerge.ConnectString(); 1552 } 1553 1554 /** 1555 * Create an instance of {@link Tag } 1556 * 1557 */ 1558 public Tag createTag() { 1559 return new Tag(); 1560 } 1561 1562 /** 1563 * Create an instance of {@link CTComments } 1564 * 1565 */ 1566 public CTComments createCTComments() { 1567 return new CTComments(); 1568 } 1569 1570 /** 1571 * Create an instance of {@link Body } 1572 * 1573 */ 1574 public Body createBody() { 1575 return new Body(); 1576 } 1577 1578 /** 1579 * Create an instance of {@link R } 1580 * 1581 */ 1582 public R createR() { 1583 return new R(); 1584 } 1585 1586 /** 1587 * Create an instance of {@link Tbl } 1588 * 1589 */ 1590 public Tbl createTbl() { 1591 return new Tbl(); 1592 } 1593 1594 /** 1595 * Create an instance of {@link Numbering.AbstractNum.Name } 1596 * 1597 */ 1598 public Numbering.AbstractNum.Name createNumberingAbstractNumName() { 1599 return new Numbering.AbstractNum.Name(); 1600 } 1601 1602 /** 1603 * Create an instance of {@link CTDocRsids } 1604 * 1605 */ 1606 public CTDocRsids createCTDocRsids() { 1607 return new CTDocRsids(); 1608 } 1609 1610 /** 1611 * Create an instance of {@link Numbering.NumPicBullet } 1612 * 1613 */ 1614 public Numbering.NumPicBullet createNumberingNumPicBullet() { 1615 return new Numbering.NumPicBullet(); 1616 } 1617 1618 /** 1619 * Create an instance of {@link RStyle } 1620 * 1621 */ 1622 public RStyle createRStyle() { 1623 return new RStyle(); 1624 } 1625 1626 /** 1627 * Create an instance of {@link CTAltChunkPr } 1628 * 1629 */ 1630 public CTAltChunkPr createCTAltChunkPr() { 1631 return new CTAltChunkPr(); 1632 } 1633 1634 /** 1635 * Create an instance of {@link CTCompat } 1636 * 1637 */ 1638 public CTCompat createCTCompat() { 1639 return new CTCompat(); 1640 } 1641 1642 /** 1643 * Create an instance of {@link TblPr } 1644 * 1645 */ 1646 public TblPr createTblPr() { 1647 return new TblPr(); 1648 } 1649 1650 /** 1651 * Create an instance of {@link CTDocPartTypes } 1652 * 1653 */ 1654 public CTDocPartTypes createCTDocPartTypes() { 1655 return new CTDocPartTypes(); 1656 } 1657 1658 /** 1659 * Create an instance of {@link Numbering.Num.LvlOverride } 1660 * 1661 */ 1662 public Numbering.Num.LvlOverride createNumberingNumLvlOverride() { 1663 return new Numbering.Num.LvlOverride(); 1664 } 1665 1666 /** 1667 * Create an instance of {@link CTView } 1668 * 1669 */ 1670 public CTView createCTView() { 1671 return new CTView(); 1672 } 1673 1674 /** 1675 * Create an instance of {@link CTEdnProps.NumStart } 1676 * 1677 */ 1678 public CTEdnProps.NumStart createCTEdnPropsNumStart() { 1679 return new CTEdnProps.NumStart(); 1680 } 1681 1682 /** 1683 * Create an instance of {@link ParaRPrChange } 1684 * 1685 */ 1686 public ParaRPrChange createParaRPrChange() { 1687 return new ParaRPrChange(); 1688 } 1689 1690 /** 1691 * Create an instance of {@link org.docx4j.wml.Color } 1692 * 1693 */ 1694 public org.docx4j.wml.Color createColor() { 1695 return new org.docx4j.wml.Color(); 1696 } 1697 1698 /** 1699 * Create an instance of {@link Jc } 1700 * 1701 */ 1702 public Jc createJc() { 1703 return new Jc(); 1704 } 1705 1706 /** 1707 * Create an instance of {@link CTSettings.ForceUpgrade } 1708 * 1709 */ 1710 public CTSettings.ForceUpgrade createCTSettingsForceUpgrade() { 1711 return new CTSettings.ForceUpgrade(); 1712 } 1713 1714 /** 1715 * Create an instance of {@link CTOdsoFieldMapData.Column } 1716 * 1717 */ 1718 public CTOdsoFieldMapData.Column createCTOdsoFieldMapDataColumn() { 1719 return new CTOdsoFieldMapData.Column(); 1720 } 1721 1722 /** 1723 * Create an instance of {@link org.docx4j.wml.Style.BasedOn } 1724 * 1725 */ 1726 public org.docx4j.wml.Style.BasedOn createStyleBasedOn() { 1727 return new org.docx4j.wml.Style.BasedOn(); 1728 } 1729 1730 /** 1731 * Create an instance of {@link org.docx4j.wml.RPr } 1732 * 1733 */ 1734 public org.docx4j.wml.RPr createRPr() { 1735 return new org.docx4j.wml.RPr(); 1736 } 1737 1738 /** 1739 * Create an instance of {@link CTCustomXmlRun } 1740 * 1741 */ 1742 public CTCustomXmlRun createCTCustomXmlRun() { 1743 return new CTCustomXmlRun(); 1744 } 1745 1746 /** 1747 * Create an instance of {@link R.YearShort } 1748 * 1749 */ 1750 public R.YearShort createRYearShort() { 1751 return new R.YearShort(); 1752 } 1753 1754 /** 1755 * Create an instance of {@link SectPr.PgSz } 1756 * 1757 */ 1758 public SectPr.PgSz createSectPrPgSz() { 1759 return new SectPr.PgSz(); 1760 } 1761 1762 /** 1763 * Create an instance of {@link CTMarkup } 1764 * 1765 */ 1766 public CTMarkup createCTMarkup() { 1767 return new CTMarkup(); 1768 } 1769 1770 /** 1771 * Create an instance of {@link PPrBase.PBdr } 1772 * 1773 */ 1774 public PPrBase.PBdr createPPrBasePBdr() { 1775 return new PPrBase.PBdr(); 1776 } 1777 1778 /** 1779 * Create an instance of {@link CTOdsoFieldMapData.Name } 1780 * 1781 */ 1782 public CTOdsoFieldMapData.Name createCTOdsoFieldMapDataName() { 1783 return new CTOdsoFieldMapData.Name(); 1784 } 1785 1786 /** 1787 * Create an instance of {@link CTOdso.Table } 1788 * 1789 */ 1790 public CTOdso.Table createCTOdsoTable() { 1791 return new CTOdso.Table(); 1792 } 1793 1794 /** 1795 * Create an instance of {@link CTPicture } 1796 * 1797 */ 1798 public CTPicture createCTPicture() { 1799 return new CTPicture(); 1800 } 1801 1802 /** 1803 * Create an instance of {@link Styles } 1804 * 1805 */ 1806 public Styles createStyles() { 1807 return new Styles(); 1808 } 1809 1810 /** 1811 * Create an instance of {@link CTMarkupRange } 1812 * 1813 */ 1814 public CTMarkupRange createCTMarkupRange() { 1815 return new CTMarkupRange(); 1816 } 1817 1818 /** 1819 * Create an instance of {@link CTWebSettings.Encoding } 1820 * 1821 */ 1822 public CTWebSettings.Encoding createCTWebSettingsEncoding() { 1823 return new CTWebSettings.Encoding(); 1824 } 1825 1826 /** 1827 * Create an instance of {@link SdtPr.Bibliography } 1828 * 1829 */ 1830 public SdtPr.Bibliography createSdtPrBibliography() { 1831 return new SdtPr.Bibliography(); 1832 } 1833 1834 /** 1835 * Create an instance of {@link CTDataBinding } 1836 * 1837 */ 1838 public CTDataBinding createCTDataBinding() { 1839 return new CTDataBinding(); 1840 } 1841 1842 /** 1843 * Create an instance of {@link CTNumRestart } 1844 * 1845 */ 1846 public CTNumRestart createCTNumRestart() { 1847 return new CTNumRestart(); 1848 } 1849 1850 /** 1851 * Create an instance of {@link PPrBase.NumPr.Ilvl } 1852 * 1853 */ 1854 public PPrBase.NumPr.Ilvl createPPrBaseNumPrIlvl() { 1855 return new PPrBase.NumPr.Ilvl(); 1856 } 1857 1858 /** 1859 * Create an instance of {@link CTPlaceholder } 1860 * 1861 */ 1862 public CTPlaceholder createCTPlaceholder() { 1863 return new CTPlaceholder(); 1864 } 1865 1866 /** 1867 * Create an instance of {@link PPrBase } 1868 * 1869 */ 1870 public PPrBase createPPrBase() { 1871 return new PPrBase(); 1872 } 1873 1874 /** 1875 * Create an instance of {@link CTHdrFtrRef } 1876 * 1877 */ 1878 public CTHdrFtrRef createCTHdrFtrRef() { 1879 return new CTHdrFtrRef(); 1880 } 1881 1882 /** 1883 * Create an instance of {@link CTEdnDocProps } 1884 * 1885 */ 1886 public CTEdnDocProps createCTEdnDocProps() { 1887 return new CTEdnDocProps(); 1888 } 1889 1890 /** 1891 * Create an instance of {@link Tr } 1892 * 1893 */ 1894 public Tr createTr() { 1895 return new Tr(); 1896 } 1897 1898 /** 1899 * Create an instance of {@link CTSignedTwipsMeasure } 1900 * 1901 */ 1902 public CTSignedTwipsMeasure createCTSignedTwipsMeasure() { 1903 return new CTSignedTwipsMeasure(); 1904 } 1905 1906 /** 1907 * Create an instance of {@link SectPr.PgBorders } 1908 * 1909 */ 1910 public SectPr.PgBorders createSectPrPgBorders() { 1911 return new SectPr.PgBorders(); 1912 } 1913 1914 /** 1915 * Create an instance of {@link CTKinsoku } 1916 * 1917 */ 1918 public CTKinsoku createCTKinsoku() { 1919 return new CTKinsoku(); 1920 } 1921 1922 /** 1923 * Create an instance of {@link CTFootnotes } 1924 * 1925 */ 1926 public CTFootnotes createCTFootnotes() { 1927 return new CTFootnotes(); 1928 } 1929 1930 /** 1931 * Create an instance of {@link CTFFName } 1932 * 1933 */ 1934 public CTFFName createCTFFName() { 1935 return new CTFFName(); 1936 } 1937 1938 /** 1939 * Create an instance of {@link R.Ptab } 1940 * 1941 */ 1942 public R.Ptab createRPtab() { 1943 return new R.Ptab(); 1944 } 1945 1946 /** 1947 * Create an instance of {@link Numbering.NumIdMacAtCleanup } 1948 * 1949 */ 1950 public Numbering.NumIdMacAtCleanup createNumberingNumIdMacAtCleanup() { 1951 return new Numbering.NumIdMacAtCleanup(); 1952 } 1953 1954 /** 1955 * Create an instance of {@link CTRPrChange } 1956 * 1957 */ 1958 public CTRPrChange createCTRPrChange() { 1959 return new CTRPrChange(); 1960 } 1961 1962 /** 1963 * Create an instance of {@link CTCustomXmlPr } 1964 * 1965 */ 1966 public CTCustomXmlPr createCTCustomXmlPr() { 1967 return new CTCustomXmlPr(); 1968 } 1969 1970 /** 1971 * Create an instance of {@link CTDocPartBehavior } 1972 * 1973 */ 1974 public CTDocPartBehavior createCTDocPartBehavior() { 1975 return new CTDocPartBehavior(); 1976 } 1977 1978 /** 1979 * Create an instance of {@link CTCharacterSpacing } 1980 * 1981 */ 1982 public CTCharacterSpacing createCTCharacterSpacing() { 1983 return new CTCharacterSpacing(); 1984 } 1985 1986 /** 1987 * Create an instance of {@link CTSettings.DisplayHorizontalDrawingGridEvery } 1988 * 1989 */ 1990 public CTSettings.DisplayHorizontalDrawingGridEvery createCTSettingsDisplayHorizontalDrawingGridEvery() { 1991 return new CTSettings.DisplayHorizontalDrawingGridEvery(); 1992 } 1993 1994 /** 1995 * Create an instance of {@link CTTblPrBase } 1996 * 1997 */ 1998 public CTTblPrBase createCTTblPrBase() { 1999 return new CTTblPrBase(); 2000 } 2001 2002 /** 2003 * Create an instance of {@link CTTrPrChange } 2004 * 2005 */ 2006 public CTTrPrChange createCTTrPrChange() { 2007 return new CTTrPrChange(); 2008 } 2009 2010 /** 2011 * Create an instance of {@link CTSmartTagPr } 2012 * 2013 */ 2014 public CTSmartTagPr createCTSmartTagPr() { 2015 return new CTSmartTagPr(); 2016 } 2017 2018 /** 2019 * Create an instance of {@link org.docx4j.wml.Style.Aliases } 2020 * 2021 */ 2022 public org.docx4j.wml.Style.Aliases createStyleAliases() { 2023 return new org.docx4j.wml.Style.Aliases(); 2024 } 2025 2026 /** 2027 * Create an instance of {@link CTVerticalAlignRun } 2028 * 2029 */ 2030 public CTVerticalAlignRun createCTVerticalAlignRun() { 2031 return new CTVerticalAlignRun(); 2032 } 2033 2034 /** 2035 * Create an instance of {@link CTMoveBookmark } 2036 * 2037 */ 2038 public CTMoveBookmark createCTMoveBookmark() { 2039 return new CTMoveBookmark(); 2040 } 2041 2042 /** 2043 * Create an instance of {@link CTDocVars } 2044 * 2045 */ 2046 public CTDocVars createCTDocVars() { 2047 return new CTDocVars(); 2048 } 2049 2050 /** 2051 * Create an instance of {@link Lvl.LvlRestart } 2052 * 2053 */ 2054 public Lvl.LvlRestart createLvlLvlRestart() { 2055 return new Lvl.LvlRestart(); 2056 } 2057 2058 /** 2059 * Create an instance of {@link PPrBase.PStyle } 2060 * 2061 */ 2062 public PPrBase.PStyle createPPrBasePStyle() { 2063 return new PPrBase.PStyle(); 2064 } 2065 2066 /** 2067 * Create an instance of {@link CTEastAsianLayout } 2068 * 2069 */ 2070 public CTEastAsianLayout createCTEastAsianLayout() { 2071 return new CTEastAsianLayout(); 2072 } 2073 2074 /** 2075 * Create an instance of {@link CTRPrDefault } 2076 * 2077 */ 2078 public CTRPrDefault createCTRPrDefault() { 2079 return new CTRPrDefault(); 2080 } 2081 2082 /** 2083 * Create an instance of {@link CTHdrFtr } 2084 * 2085 */ 2086 public CTHdrFtr createCTHdrFtr() { 2087 return new CTHdrFtr(); 2088 } 2089 2090 /** 2091 * Create an instance of {@link CTRPrChange.RPr } 2092 * 2093 */ 2094 public CTRPrChange.RPr createCTRPrChangeRPr() { 2095 return new CTRPrChange.RPr(); 2096 } 2097 2098 /** 2099 * Create an instance of {@link Highlight } 2100 * 2101 */ 2102 public Highlight createHighlight() { 2103 return new Highlight(); 2104 } 2105 2106 /** 2107 * Create an instance of {@link CTGuid } 2108 * 2109 */ 2110 public CTGuid createCTGuid() { 2111 return new CTGuid(); 2112 } 2113 2114 /** 2115 * Create an instance of {@link CTWebSettings.PixelsPerInch } 2116 * 2117 */ 2118 public CTWebSettings.PixelsPerInch createCTWebSettingsPixelsPerInch() { 2119 return new CTWebSettings.PixelsPerInch(); 2120 } 2121 2122 /** 2123 * Create an instance of {@link CTCustomXmlBlock } 2124 * 2125 */ 2126 public CTCustomXmlBlock createCTCustomXmlBlock() { 2127 return new CTCustomXmlBlock(); 2128 } 2129 2130 /** 2131 * Create an instance of {@link CTOdso.Udl } 2132 * 2133 */ 2134 public CTOdso.Udl createCTOdsoUdl() { 2135 return new CTOdso.Udl(); 2136 } 2137 2138 /** 2139 * Create an instance of {@link BooleanDefaultTrue } 2140 * 2141 */ 2142 public BooleanDefaultTrue createBooleanDefaultTrue() { 2143 return new BooleanDefaultTrue(); 2144 } 2145 2146 /** 2147 * Create an instance of {@link R.EndnoteRef } 2148 * 2149 */ 2150 public R.EndnoteRef createREndnoteRef() { 2151 return new R.EndnoteRef(); 2152 } 2153 2154 /** 2155 * Create an instance of {@link CTFFStatusText } 2156 * 2157 */ 2158 public CTFFStatusText createCTFFStatusText() { 2159 return new CTFFStatusText(); 2160 } 2161 2162 /** 2163 * Create an instance of {@link CTSettings.ListSeparator } 2164 * 2165 */ 2166 public CTSettings.ListSeparator createCTSettingsListSeparator() { 2167 return new CTSettings.ListSeparator(); 2168 } 2169 2170 /** 2171 * Create an instance of {@link CTFtnEdn } 2172 * 2173 */ 2174 public CTFtnEdn createCTFtnEdn() { 2175 return new CTFtnEdn(); 2176 } 2177 2178 /** 2179 * Create an instance of {@link Tabs } 2180 * 2181 */ 2182 public Tabs createTabs() { 2183 return new Tabs(); 2184 } 2185 2186 /** 2187 * Create an instance of {@link CTPPrChange } 2188 * 2189 */ 2190 public CTPPrChange createCTPPrChange() { 2191 return new CTPPrChange(); 2192 } 2193 2194 /** 2195 * Create an instance of {@link CTPlaceholder.DocPart } 2196 * 2197 */ 2198 public CTPlaceholder.DocPart createCTPlaceholderDocPart() { 2199 return new CTPlaceholder.DocPart(); 2200 } 2201 2202 /** 2203 * Create an instance of {@link PPrBase.NumPr } 2204 * 2205 */ 2206 public PPrBase.NumPr createPPrBaseNumPr() { 2207 return new PPrBase.NumPr(); 2208 } 2209 2210 /** 2211 * Create an instance of {@link CTDivs } 2212 * 2213 */ 2214 public CTDivs createCTDivs() { 2215 return new CTDivs(); 2216 } 2217 2218 /** 2219 * Create an instance of {@link CTFrame.Name } 2220 * 2221 */ 2222 public CTFrame.Name createCTFrameName() { 2223 return new CTFrame.Name(); 2224 } 2225 2226 /** 2227 * Create an instance of {@link R.Tab } 2228 * 2229 */ 2230 public R.Tab createRTab() { 2231 return new R.Tab(); 2232 } 2233 2234 /** 2235 * Create an instance of {@link CTTrackChangeNumbering } 2236 * 2237 */ 2238 public CTTrackChangeNumbering createCTTrackChangeNumbering() { 2239 return new CTTrackChangeNumbering(); 2240 } 2241 2242 /** 2243 * Create an instance of {@link CTOdsoFieldMapData.MappedName } 2244 * 2245 */ 2246 public CTOdsoFieldMapData.MappedName createCTOdsoFieldMapDataMappedName() { 2247 return new CTOdsoFieldMapData.MappedName(); 2248 } 2249 2250 /** 2251 * Create an instance of {@link CTTcPrChange } 2252 * 2253 */ 2254 public CTTcPrChange createCTTcPrChange() { 2255 return new CTTcPrChange(); 2256 } 2257 2258 /** 2259 * Create an instance of {@link CTTrPrBase.GridBefore } 2260 * 2261 */ 2262 public CTTrPrBase.GridBefore createCTTrPrBaseGridBefore() { 2263 return new CTTrPrBase.GridBefore(); 2264 } 2265 2266 /** 2267 * Create an instance of {@link CTBorder } 2268 * 2269 */ 2270 public CTBorder createCTBorder() { 2271 return new CTBorder(); 2272 } 2273 2274 /** 2275 * Create an instance of {@link PPrBase.NumPr.NumId } 2276 * 2277 */ 2278 public PPrBase.NumPr.NumId createPPrBaseNumPrNumId() { 2279 return new PPrBase.NumPr.NumId(); 2280 } 2281 2282 /** 2283 * Create an instance of {@link BooleanDefaultFalse } 2284 * 2285 */ 2286 public BooleanDefaultFalse createBooleanDefaultFalse() { 2287 return new BooleanDefaultFalse(); 2288 } 2289 2290 /** 2291 * Create an instance of {@link Fonts.Font } 2292 * 2293 */ 2294 public Fonts.Font createFontsFont() { 2295 return new Fonts.Font(); 2296 } 2297 2298 /** 2299 * Create an instance of {@link U } 2300 * 2301 */ 2302 public U createU() { 2303 return new U(); 2304 } 2305 2306 /** 2307 * Create an instance of {@link CTTblPrBase.TblStyleColBandSize } 2308 * 2309 */ 2310 public CTTblPrBase.TblStyleColBandSize createCTTblPrBaseTblStyleColBandSize() { 2311 return new CTTblPrBase.TblStyleColBandSize(); 2312 } 2313 2314 /** 2315 * Create an instance of {@link FontSig } 2316 * 2317 */ 2318 public FontSig createFontSig() { 2319 return new FontSig(); 2320 } 2321 2322 /** 2323 * Create an instance of {@link CTTextScale } 2324 * 2325 */ 2326 public CTTextScale createCTTextScale() { 2327 return new CTTextScale(); 2328 } 2329 2330 /** 2331 * Create an instance of {@link R.AnnotationRef } 2332 * 2333 */ 2334 public R.AnnotationRef createRAnnotationRef() { 2335 return new R.AnnotationRef(); 2336 } 2337 2338 /** 2339 * Create an instance of {@link CTTblOverlap } 2340 * 2341 */ 2342 public CTTblOverlap createCTTblOverlap() { 2343 return new CTTblOverlap(); 2344 } 2345 2346 /** 2347 * Create an instance of {@link CTSettings.DisplayVerticalDrawingGridEvery } 2348 * 2349 */ 2350 public CTSettings.DisplayVerticalDrawingGridEvery createCTSettingsDisplayVerticalDrawingGridEvery() { 2351 return new CTSettings.DisplayVerticalDrawingGridEvery(); 2352 } 2353 2354 /** 2355 * Create an instance of {@link CTTrackChange } 2356 * 2357 */ 2358 public CTTrackChange createCTTrackChange() { 2359 return new CTTrackChange(); 2360 } 2361 2362 /** 2363 * Create an instance of {@link CTBookmark } 2364 * 2365 */ 2366 public CTBookmark createCTBookmark() { 2367 return new CTBookmark(); 2368 } 2369 2370 /** 2371 * Create an instance of {@link CTFramesetSplitbar.Color } 2372 * 2373 */ 2374 public CTFramesetSplitbar.Color createCTFramesetSplitbarColor() { 2375 return new CTFramesetSplitbar.Color(); 2376 } 2377 2378 /** 2379 * Create an instance of {@link Numbering.Num } 2380 * 2381 */ 2382 public Numbering.Num createNumberingNum() { 2383 return new Numbering.Num(); 2384 } 2385 2386 /** 2387 * Create an instance of {@link CTSettings.DecimalSymbol } 2388 * 2389 */ 2390 public CTSettings.DecimalSymbol createCTSettingsDecimalSymbol() { 2391 return new CTSettings.DecimalSymbol(); 2392 } 2393 2394 /** 2395 * Create an instance of {@link CTDocPart } 2396 * 2397 */ 2398 public CTDocPart createCTDocPart() { 2399 return new CTDocPart(); 2400 } 2401 2402 /** 2403 * Create an instance of {@link CTPerm } 2404 * 2405 */ 2406 public CTPerm createCTPerm() { 2407 return new CTPerm(); 2408 } 2409 2410 /** 2411 * Create an instance of {@link CTDocProtect } 2412 * 2413 */ 2414 public CTDocProtect createCTDocProtect() { 2415 return new CTDocProtect(); 2416 } 2417 2418 /** 2419 * Create an instance of {@link Lvl.LvlPicBulletId } 2420 * 2421 */ 2422 public Lvl.LvlPicBulletId createLvlLvlPicBulletId() { 2423 return new Lvl.LvlPicBulletId(); 2424 } 2425 2426 /** 2427 * Create an instance of {@link RFonts } 2428 * 2429 */ 2430 public RFonts createRFonts() { 2431 return new RFonts(); 2432 } 2433 2434 /** 2435 * Create an instance of {@link CTObject } 2436 * 2437 */ 2438 public CTObject createCTObject() { 2439 return new CTObject(); 2440 } 2441 2442 /** 2443 * Create an instance of {@link HpsMeasure } 2444 * 2445 */ 2446 public HpsMeasure createHpsMeasure() { 2447 return new HpsMeasure(); 2448 } 2449 2450 /** 2451 * Create an instance of {@link TcPrInner.VMerge } 2452 * 2453 */ 2454 public TcPrInner.VMerge createTcPrInnerVMerge() { 2455 return new TcPrInner.VMerge(); 2456 } 2457 2458 /** 2459 * Create an instance of {@link CTPictureBase } 2460 * 2461 */ 2462 public CTPictureBase createCTPictureBase() { 2463 return new CTPictureBase(); 2464 } 2465 2466 /** 2467 * Create an instance of {@link CTDocPartGallery } 2468 * 2469 */ 2470 public CTDocPartGallery createCTDocPartGallery() { 2471 return new CTDocPartGallery(); 2472 } 2473 2474 /** 2475 * Create an instance of {@link CTSdtContentCell } 2476 * 2477 */ 2478 public CTSdtContentCell createCTSdtContentCell() { 2479 return new CTSdtContentCell(); 2480 } 2481 2482 /** 2483 * Create an instance of {@link CTOdsoFieldMapData } 2484 * 2485 */ 2486 public CTOdsoFieldMapData createCTOdsoFieldMapData() { 2487 return new CTOdsoFieldMapData(); 2488 } 2489 2490 /** 2491 * Create an instance of {@link CTLongHexNumber } 2492 * 2493 */ 2494 public CTLongHexNumber createCTLongHexNumber() { 2495 return new CTLongHexNumber(); 2496 } 2497 2498 /** 2499 * Create an instance of {@link CTFitText } 2500 * 2501 */ 2502 public CTFitText createCTFitText() { 2503 return new CTFitText(); 2504 } 2505 2506 /** 2507 * Create an instance of {@link R.SoftHyphen } 2508 * 2509 */ 2510 public R.SoftHyphen createRSoftHyphen() { 2511 return new R.SoftHyphen(); 2512 } 2513 2514 /** 2515 * Create an instance of {@link CTMailMergeDocType } 2516 * 2517 */ 2518 public CTMailMergeDocType createCTMailMergeDocType() { 2519 return new CTMailMergeDocType(); 2520 } 2521 2522 /** 2523 * Create an instance of {@link org.docx4j.wml.Style.Next } 2524 * 2525 */ 2526 public org.docx4j.wml.Style.Next createStyleNext() { 2527 return new org.docx4j.wml.Style.Next(); 2528 } 2529 2530 /** 2531 * Create an instance of {@link CTTblPPr } 2532 * 2533 */ 2534 public CTTblPPr createCTTblPPr() { 2535 return new CTTblPPr(); 2536 } 2537 2538 /** 2539 * Create an instance of {@link CTHyperlink } 2540 * 2541 */ 2542 public CTHyperlink createCTHyperlink() { 2543 return new CTHyperlink(); 2544 } 2545 2546 /** 2547 * Create an instance of {@link CTSdtListItem } 2548 * 2549 */ 2550 public CTSdtListItem createCTSdtListItem() { 2551 return new CTSdtListItem(); 2552 } 2553 2554 /** 2555 * Create an instance of {@link CTFramePr } 2556 * 2557 */ 2558 public CTFramePr createCTFramePr() { 2559 return new CTFramePr(); 2560 } 2561 2562 /** 2563 * Create an instance of {@link SdtPr.Equation } 2564 * 2565 */ 2566 public SdtPr.Equation createSdtPrEquation() { 2567 return new SdtPr.Equation(); 2568 } 2569 2570 /** 2571 * Create an instance of {@link R.MonthLong } 2572 * 2573 */ 2574 public R.MonthLong createRMonthLong() { 2575 return new R.MonthLong(); 2576 } 2577 2578 /** 2579 * Create an instance of {@link CTTrackChangesView } 2580 * 2581 */ 2582 public CTTrackChangesView createCTTrackChangesView() { 2583 return new CTTrackChangesView(); 2584 } 2585 2586 /** 2587 * Create an instance of {@link CTWritingStyle } 2588 * 2589 */ 2590 public CTWritingStyle createCTWritingStyle() { 2591 return new CTWritingStyle(); 2592 } 2593 2594 /** 2595 * Create an instance of {@link CTMailMergeOdsoFMDFieldType } 2596 * 2597 */ 2598 public CTMailMergeOdsoFMDFieldType createCTMailMergeOdsoFMDFieldType() { 2599 return new CTMailMergeOdsoFMDFieldType(); 2600 } 2601 2602 /** 2603 * Create an instance of {@link CTVerticalJc } 2604 * 2605 */ 2606 public CTVerticalJc createCTVerticalJc() { 2607 return new CTVerticalJc(); 2608 } 2609 2610 /** 2611 * Create an instance of {@link Lvl.PStyle } 2612 * 2613 */ 2614 public Lvl.PStyle createLvlPStyle() { 2615 return new Lvl.PStyle(); 2616 } 2617 2618 /** 2619 * Create an instance of {@link R.MonthShort } 2620 * 2621 */ 2622 public R.MonthShort createRMonthShort() { 2623 return new R.MonthShort(); 2624 } 2625 2626 /** 2627 * Create an instance of {@link CTFrame.Sz } 2628 * 2629 */ 2630 public CTFrame.Sz createCTFrameSz() { 2631 return new CTFrame.Sz(); 2632 } 2633 2634 /** 2635 * Create an instance of {@link CTCalendarType } 2636 * 2637 */ 2638 public CTCalendarType createCTCalendarType() { 2639 return new CTCalendarType(); 2640 } 2641 2642 /** 2643 * Create an instance of {@link PPrBase.Spacing } 2644 * 2645 */ 2646 public PPrBase.Spacing createPPrBaseSpacing() { 2647 return new PPrBase.Spacing(); 2648 } 2649 2650 /** 2651 * Create an instance of {@link CTFFDDList } 2652 * 2653 */ 2654 public CTFFDDList createCTFFDDList() { 2655 return new CTFFDDList(); 2656 } 2657 2658 /** 2659 * Create an instance of {@link CTFrameScrollbar } 2660 * 2661 */ 2662 public CTFrameScrollbar createCTFrameScrollbar() { 2663 return new CTFrameScrollbar(); 2664 } 2665 2666 /** 2667 * Create an instance of {@link ParaRPr } 2668 * 2669 */ 2670 public ParaRPr createParaRPr() { 2671 return new ParaRPr(); 2672 } 2673 2674 /** 2675 * Create an instance of {@link CTSdtContentRun } 2676 * 2677 */ 2678 public CTSdtContentRun createCTSdtContentRun() { 2679 return new CTSdtContentRun(); 2680 } 2681 2682 /** 2683 * Create an instance of {@link CTSdtDocPart.DocPartCategory } 2684 * 2685 */ 2686 public CTSdtDocPart.DocPartCategory createCTSdtDocPartDocPartCategory() { 2687 return new CTSdtDocPart.DocPartCategory(); 2688 } 2689 2690 /** 2691 * Create an instance of {@link CTTwipsMeasure } 2692 * 2693 */ 2694 public CTTwipsMeasure createCTTwipsMeasure() { 2695 return new CTTwipsMeasure(); 2696 } 2697 2698 /** 2699 * Create an instance of {@link CTRecipientData } 2700 * 2701 */ 2702 public CTRecipientData createCTRecipientData() { 2703 return new CTRecipientData(); 2704 } 2705 2706 /** 2707 * Create an instance of {@link CTSettings.SummaryLength } 2708 * 2709 */ 2710 public CTSettings.SummaryLength createCTSettingsSummaryLength() { 2711 return new CTSettings.SummaryLength(); 2712 } 2713 2714 /** 2715 * Create an instance of {@link Numbering.AbstractNum.MultiLevelType } 2716 * 2717 */ 2718 public Numbering.AbstractNum.MultiLevelType createNumberingAbstractNumMultiLevelType() { 2719 return new Numbering.AbstractNum.MultiLevelType(); 2720 } 2721 2722 /** 2723 * Create an instance of {@link SectPr } 2724 * 2725 */ 2726 public SectPr createSectPr() { 2727 return new SectPr(); 2728 } 2729 2730 /** 2731 * Create an instance of {@link SectPr.PgMar } 2732 * 2733 */ 2734 public SectPr.PgMar createSectPrPgMar() { 2735 return new SectPr.PgMar(); 2736 } 2737 2738 /** 2739 * Create an instance of {@link R.YearLong } 2740 * 2741 */ 2742 public R.YearLong createRYearLong() { 2743 return new R.YearLong(); 2744 } 2745 2746 /** 2747 * Create an instance of {@link CTSettings.ClickAndTypeStyle } 2748 * 2749 */ 2750 public CTSettings.ClickAndTypeStyle createCTSettingsClickAndTypeStyle() { 2751 return new CTSettings.ClickAndTypeStyle(); 2752 } 2753 2754 /** 2755 * Create an instance of {@link CTMailMerge.CheckErrors } 2756 * 2757 */ 2758 public CTMailMerge.CheckErrors createCTMailMergeCheckErrors() { 2759 return new CTMailMerge.CheckErrors(); 2760 } 2761 2762 /** 2763 * Create an instance of {@link CTPaperSource } 2764 * 2765 */ 2766 public CTPaperSource createCTPaperSource() { 2767 return new CTPaperSource(); 2768 } 2769 2770 /** 2771 * Create an instance of {@link CTFFData } 2772 * 2773 */ 2774 public CTFFData createCTFFData() { 2775 return new CTFFData(); 2776 } 2777 2778 /** 2779 * Create an instance of {@link TcPrInner.GridSpan } 2780 * 2781 */ 2782 public TcPrInner.GridSpan createTcPrInnerGridSpan() { 2783 return new TcPrInner.GridSpan(); 2784 } 2785 2786 /** 2787 * Create an instance of {@link CTSettings.BookFoldPrintingSheets } 2788 * 2789 */ 2790 public CTSettings.BookFoldPrintingSheets createCTSettingsBookFoldPrintingSheets() { 2791 return new CTSettings.BookFoldPrintingSheets(); 2792 } 2793 2794 /** 2795 * Create an instance of {@link PPrBase.Ind } 2796 * 2797 */ 2798 public PPrBase.Ind createPPrBaseInd() { 2799 return new PPrBase.Ind(); 2800 } 2801 2802 /** 2803 * Create an instance of {@link CTPageNumber } 2804 * 2805 */ 2806 public CTPageNumber createCTPageNumber() { 2807 return new CTPageNumber(); 2808 } 2809 2810 /** 2811 * Create an instance of {@link CTCaptions } 2812 * 2813 */ 2814 public CTCaptions createCTCaptions() { 2815 return new CTCaptions(); 2816 } 2817 2818 /** 2819 * Create an instance of {@link CTSignedHpsMeasure } 2820 * 2821 */ 2822 public CTSignedHpsMeasure createCTSignedHpsMeasure() { 2823 return new CTSignedHpsMeasure(); 2824 } 2825 2826 /** 2827 * Create an instance of {@link CTTabStop } 2828 * 2829 */ 2830 public CTTabStop createCTTabStop() { 2831 return new CTTabStop(); 2832 } 2833 2834 /** 2835 * Create an instance of {@link CTShd } 2836 * 2837 */ 2838 public CTShd createCTShd() { 2839 return new CTShd(); 2840 } 2841 2842 /** 2843 * Create an instance of {@link PPrBase.DivId } 2844 * 2845 */ 2846 public PPrBase.DivId createPPrBaseDivId() { 2847 return new PPrBase.DivId(); 2848 } 2849 2850 /** 2851 * Create an instance of {@link CTTblLayoutType } 2852 * 2853 */ 2854 public CTTblLayoutType createCTTblLayoutType() { 2855 return new CTTblLayoutType(); 2856 } 2857 2858 /** 2859 * Create an instance of {@link CTTrPrBase } 2860 * 2861 */ 2862 public CTTrPrBase createCTTrPrBase() { 2863 return new CTTrPrBase(); 2864 } 2865 2866 /** 2867 * Create an instance of {@link CTOdso.ColDelim } 2868 * 2869 */ 2870 public CTOdso.ColDelim createCTOdsoColDelim() { 2871 return new CTOdso.ColDelim(); 2872 } 2873 2874 /** 2875 * Create an instance of {@link CTMailMerge.MailSubject } 2876 * 2877 */ 2878 public CTMailMerge.MailSubject createCTMailMergeMailSubject() { 2879 return new CTMailMerge.MailSubject(); 2880 } 2881 2882 /** 2883 * Create an instance of {@link R.NoBreakHyphen } 2884 * 2885 */ 2886 public R.NoBreakHyphen createRNoBreakHyphen() { 2887 return new R.NoBreakHyphen(); 2888 } 2889 2890 /** 2891 * Create an instance of {@link Tc } 2892 * 2893 */ 2894 public Tc createTc() { 2895 return new Tc(); 2896 } 2897 2898 /** 2899 * Create an instance of {@link RunTrackChange } 2900 * 2901 */ 2902 public RunTrackChange createRunTrackChange() { 2903 return new RunTrackChange(); 2904 } 2905 2906 /** 2907 * Create an instance of {@link CTSimpleField } 2908 * 2909 */ 2910 public CTSimpleField createCTSimpleField() { 2911 return new CTSimpleField(); 2912 } 2913 2914 /** 2915 * Create an instance of {@link CTSdtDocPart } 2916 * 2917 */ 2918 public CTSdtDocPart createCTSdtDocPart() { 2919 return new CTSdtDocPart(); 2920 } 2921 2922 /** 2923 * Create an instance of {@link CTCustomXmlRow } 2924 * 2925 */ 2926 public CTCustomXmlRow createCTCustomXmlRow() { 2927 return new CTCustomXmlRow(); 2928 } 2929 2930 /** 2931 * Create an instance of {@link CTAltChunk } 2932 * 2933 */ 2934 public CTAltChunk createCTAltChunk() { 2935 return new CTAltChunk(); 2936 } 2937 2938 /** 2939 * Create an instance of {@link PPrBase.TextAlignment } 2940 * 2941 */ 2942 public PPrBase.TextAlignment createPPrBaseTextAlignment() { 2943 return new PPrBase.TextAlignment(); 2944 } 2945 2946 /** 2947 * Create an instance of {@link Styles.LatentStyles.LsdException } 2948 * 2949 */ 2950 public Styles.LatentStyles.LsdException createStylesLatentStylesLsdException() { 2951 return new Styles.LatentStyles.LsdException(); 2952 } 2953 2954 /** 2955 * Create an instance of {@link CTFFDDList.ListEntry } 2956 * 2957 */ 2958 public CTFFDDList.ListEntry createCTFFDDListListEntry() { 2959 return new CTFFDDList.ListEntry(); 2960 } 2961 2962 /** 2963 * Create an instance of {@link CTSettings } 2964 * 2965 */ 2966 public CTSettings createCTSettings() { 2967 return new CTSettings(); 2968 } 2969 2970 /** 2971 * Create an instance of {@link CTCaption } 2972 * 2973 */ 2974 public CTCaption createCTCaption() { 2975 return new CTCaption(); 2976 } 2977 2978 /** 2979 * Create an instance of {@link CTLanguage } 2980 * 2981 */ 2982 public CTLanguage createCTLanguage() { 2983 return new CTLanguage(); 2984 } 2985 2986 /** 2987 * Create an instance of {@link CTEm } 2988 * 2989 */ 2990 public CTEm createCTEm() { 2991 return new CTEm(); 2992 } 2993 2994 /** 2995 * Create an instance of {@link RangePermissionStart } 2996 * 2997 */ 2998 public RangePermissionStart createRangePermissionStart() { 2999 return new RangePermissionStart(); 3000 } 3001 3002 /** 3003 * Create an instance of {@link ProofErr } 3004 * 3005 */ 3006 public ProofErr createProofErr() { 3007 return new ProofErr(); 3008 } 3009 3010 /** 3011 * Create an instance of {@link CTTrPrBase.DivId } 3012 * 3013 */ 3014 public CTTrPrBase.DivId createCTTrPrBaseDivId() { 3015 return new CTTrPrBase.DivId(); 3016 } 3017 3018 /** 3019 * Create an instance of {@link CTTblPrExChange } 3020 * 3021 */ 3022 public CTTblPrExChange createCTTblPrExChange() { 3023 return new CTTblPrExChange(); 3024 } 3025 3026 /** 3027 * Create an instance of {@link R.ContinuationSeparator } 3028 * 3029 */ 3030 public R.ContinuationSeparator createRContinuationSeparator() { 3031 return new R.ContinuationSeparator(); 3032 } 3033 3034 /** 3035 * Create an instance of {@link CTMailMergeDataType } 3036 * 3037 */ 3038 public CTMailMergeDataType createCTMailMergeDataType() { 3039 return new CTMailMergeDataType(); 3040 } 3041 3042 /** 3043 * Create an instance of {@link Numbering.AbstractNum.NumStyleLink } 3044 * 3045 */ 3046 public Numbering.AbstractNum.NumStyleLink createNumberingAbstractNumNumStyleLink() { 3047 return new Numbering.AbstractNum.NumStyleLink(); 3048 } 3049 3050 /** 3051 * Create an instance of {@link CTDocPartPr.Style } 3052 * 3053 */ 3054 public CTDocPartPr.Style createCTDocPartPrStyle() { 3055 return new CTDocPartPr.Style(); 3056 } 3057 3058 /** 3059 * Create an instance of {@link Br } 3060 * 3061 */ 3062 public Br createBr() { 3063 return new Br(); 3064 } 3065 3066 /** 3067 * Create an instance of {@link CTColumn } 3068 * 3069 */ 3070 public CTColumn createCTColumn() { 3071 return new CTColumn(); 3072 } 3073 3074 /** 3075 * Create an instance of {@link R.Separator } 3076 * 3077 */ 3078 public R.Separator createRSeparator() { 3079 return new R.Separator(); 3080 } 3081 3082 /** 3083 * Create an instance of {@link CTSettings.DefaultTableStyle } 3084 * 3085 */ 3086 public CTSettings.DefaultTableStyle createCTSettingsDefaultTableStyle() { 3087 return new CTSettings.DefaultTableStyle(); 3088 } 3089 3090 /** 3091 * Create an instance of {@link R.LastRenderedPageBreak } 3092 * 3093 */ 3094 public R.LastRenderedPageBreak createRLastRenderedPageBreak() { 3095 return new R.LastRenderedPageBreak(); 3096 } 3097 3098 /** 3099 * Create an instance of {@link TcPr } 3100 * 3101 */ 3102 public TcPr createTcPr() { 3103 return new TcPr(); 3104 } 3105 3106 /** 3107 * Create an instance of {@link CTFrameset.Sz } 3108 * 3109 */ 3110 public CTFrameset.Sz createCTFramesetSz() { 3111 return new CTFrameset.Sz(); 3112 } 3113 3114 /** 3115 * Create an instance of {@link SdtPr.Group } 3116 * 3117 */ 3118 public SdtPr.Group createSdtPrGroup() { 3119 return new SdtPr.Group(); 3120 } 3121 3122 /** 3123 * Create an instance of {@link SdtPr.Picture } 3124 * 3125 */ 3126 public SdtPr.Picture createSdtPrPicture() { 3127 return new SdtPr.Picture(); 3128 } 3129 3130 /** 3131 * Create an instance of {@link CTTblCellMar } 3132 * 3133 */ 3134 public CTTblCellMar createCTTblCellMar() { 3135 return new CTTblCellMar(); 3136 } 3137 3138 /** 3139 * Create an instance of {@link Styles.DocDefaults } 3140 * 3141 */ 3142 public Styles.DocDefaults createStylesDocDefaults() { 3143 return new Styles.DocDefaults(); 3144 } 3145 3146 /** 3147 * Create an instance of {@link TcPrInner.HMerge } 3148 * 3149 */ 3150 public TcPrInner.HMerge createTcPrInnerHMerge() { 3151 return new TcPrInner.HMerge(); 3176 * Create an instance of {@link JAXBElement }{@code <}{@link CTTxbxContent }{@code >}} 3177 * 3178 */ 3179 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "txbxContent") 3180 public JAXBElement<CTTxbxContent> createTxbxContent(CTTxbxContent value) { 3181 return new JAXBElement<CTTxbxContent>(_TxbxContent_QNAME, CTTxbxContent.class, null, value); 3182 } 3183 3184 /** 3185 * Create an instance of {@link JAXBElement }{@code <}{@link CTHdrFtr }{@code >}} 3186 * 3187 */ 3188 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "ftr") 3189 public JAXBElement<CTHdrFtr> createFtr(CTHdrFtr value) { 3190 return new JAXBElement<CTHdrFtr>(_Ftr_QNAME, CTHdrFtr.class, null, value); 3191 } 3192 3193 /** 3194 * Create an instance of {@link JAXBElement }{@code <}{@link CTSettings }{@code >}} 3195 * 3196 */ 3197 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "settings") 3198 public JAXBElement<CTSettings> createSettings(CTSettings value) { 3199 return new JAXBElement<CTSettings>(_Settings_QNAME, CTSettings.class, null, value); 3200 } 3201 3202 /** 3203 * Create an instance of {@link JAXBElement }{@code <}{@link CTRecipients }{@code >}} 3204 * 3205 */ 3206 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "recipients") 3207 public JAXBElement<CTRecipients> createRecipients(CTRecipients value) { 3208 return new JAXBElement<CTRecipients>(_Recipients_QNAME, CTRecipients.class, null, value); 3209 } 3210 3211 /** 3212 * Create an instance of {@link JAXBElement }{@code <}{@link CTHdrFtr }{@code >}} 3213 * 3214 */ 3215 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "hdr") 3216 public JAXBElement<CTHdrFtr> createHdr(CTHdrFtr value) { 3217 return new JAXBElement<CTHdrFtr>(_Hdr_QNAME, CTHdrFtr.class, null, value); 3218 } 3219 3220 /** 3221 * Create an instance of {@link JAXBElement }{@code <}{@link CTEndnotes }{@code >}} 3222 * 3223 */ 3224 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "endnotes") 3225 public JAXBElement<CTEndnotes> createEndnotes(CTEndnotes value) { 3226 return new JAXBElement<CTEndnotes>(_Endnotes_QNAME, CTEndnotes.class, null, value); 3227 } 3228 3229 /** 3230 * Create an instance of {@link JAXBElement }{@code <}{@link CTComments }{@code >}} 3231 * 3232 */ 3233 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "comments") 3234 public JAXBElement<CTComments> createComments(CTComments value) { 3235 return new JAXBElement<CTComments>(_Comments_QNAME, CTComments.class, null, value); 3236 } 3237 3238 /** 3239 * Create an instance of {@link JAXBElement }{@code <}{@link CTFootnotes }{@code >}} 3240 * 3241 */ 3242 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "footnotes") 3243 public JAXBElement<CTFootnotes> createFootnotes(CTFootnotes value) { 3244 return new JAXBElement<CTFootnotes>(_Footnotes_QNAME, CTFootnotes.class, null, value); 3245 } 3246 3247 /** 3248 * Create an instance of {@link JAXBElement }{@code <}{@link CTWebSettings }{@code >}} 3249 * 3250 */ 3251 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "webSettings") 3252 public JAXBElement<CTWebSettings> createWebSettings(CTWebSettings value) { 3253 return new JAXBElement<CTWebSettings>(_WebSettings_QNAME, CTWebSettings.class, null, value); 3254 } 3255 3256 /** 3257 * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 3258 * 3259 */ 3260 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTFtnEdn.class) 3261 public JAXBElement<CTMoveBookmark> createCTFtnEdnMoveFromRangeStart(CTMoveBookmark value) { 3262 return new JAXBElement<CTMoveBookmark>(_CTFtnEdnMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTFtnEdn.class, value); 3263 } 3264 3265 /** 3266 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 3267 * 3268 */ 3269 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeStart", scope = CTFtnEdn.class) 3270 public JAXBElement<CTMarkupRange> createCTFtnEdnCommentRangeStart(CTMarkupRange value) { 3271 return new JAXBElement<CTMarkupRange>(_CTFtnEdnCommentRangeStart_QNAME, CTMarkupRange.class, CTFtnEdn.class, value); 3272 } 3273 3274 /** 3275 * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 3276 * 3277 */ 3278 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTFtnEdn.class) 3279 public JAXBElement<RunTrackChange> createCTFtnEdnMoveFrom(RunTrackChange value) { 3280 return new JAXBElement<RunTrackChange>(_CTFtnEdnMoveFrom_QNAME, RunTrackChange.class, CTFtnEdn.class, value); 3281 } 3282 3283 /** 3284 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 3285 * 3286 */ 3287 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTFtnEdn.class) 3288 public JAXBElement<CTMarkupRange> createCTFtnEdnMoveFromRangeEnd(CTMarkupRange value) { 3289 return new JAXBElement<CTMarkupRange>(_CTFtnEdnMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTFtnEdn.class, value); 3290 } 3291 3292 /** 3293 * Create an instance of {@link JAXBElement }{@code <}{@link Tbl }{@code >}} 3294 * 3295 */ 3296 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tbl", scope = CTFtnEdn.class) 3297 public JAXBElement<Tbl> createCTFtnEdnTbl(Tbl value) { 3298 return new JAXBElement<Tbl>(_CTFtnEdnTbl_QNAME, Tbl.class, CTFtnEdn.class, value); 3299 } 3300 3301 /** 3302 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 3303 * 3304 */ 3305 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTFtnEdn.class) 3306 public JAXBElement<CTTrackChange> createCTFtnEdnCustomXmlMoveFromRangeStart(CTTrackChange value) { 3307 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTFtnEdn.class, value); 3308 } 3309 3310 /** 3311 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 3312 * 3313 */ 3314 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTFtnEdn.class) 3315 public JAXBElement<CTMarkupRange> createCTFtnEdnMoveToRangeEnd(CTMarkupRange value) { 3316 return new JAXBElement<CTMarkupRange>(_CTFtnEdnMoveToRangeEnd_QNAME, CTMarkupRange.class, CTFtnEdn.class, value); 3317 } 3318 3319 /** 3320 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 3321 * 3322 */ 3323 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTFtnEdn.class) 3324 public JAXBElement<CTMarkup> createCTFtnEdnCustomXmlDelRangeEnd(CTMarkup value) { 3325 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTFtnEdn.class, value); 3326 } 3327 3328 /** 3329 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 3330 * 3331 */ 3332 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTFtnEdn.class) 3333 public JAXBElement<CTTrackChange> createCTFtnEdnCustomXmlDelRangeStart(CTTrackChange value) { 3334 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTFtnEdn.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 = CTFtnEdn.class) 3342 public JAXBElement<CTMarkup> createCTFtnEdnCustomXmlMoveToRangeEnd(CTMarkup value) { 3343 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTFtnEdn.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 = CTFtnEdn.class) 3351 public JAXBElement<CTTrackChange> createCTFtnEdnCustomXmlInsRangeStart(CTTrackChange value) { 3352 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTFtnEdn.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 = CTFtnEdn.class) 3360 public JAXBElement<CTTrackChange> createCTFtnEdnCustomXmlMoveToRangeStart(CTTrackChange value) { 3361 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTFtnEdn.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 = CTFtnEdn.class) 3369 public JAXBElement<CTMarkup> createCTFtnEdnCustomXmlInsRangeEnd(CTMarkup value) { 3370 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTFtnEdn.class, value); 3371 } 3372 3373 /** 3374 * Create an instance of {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >}} 3375 * 3376 */ 3377 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "altChunk", scope = CTFtnEdn.class) 3378 public JAXBElement<CTAltChunk> createCTFtnEdnAltChunk(CTAltChunk value) { 3379 return new JAXBElement<CTAltChunk>(_CTFtnEdnAltChunk_QNAME, CTAltChunk.class, CTFtnEdn.class, value); 3380 } 3381 3382 /** 3383 * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 3384 * 3385 */ 3386 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTFtnEdn.class) 3387 public JAXBElement<RangePermissionStart> createCTFtnEdnPermStart(RangePermissionStart value) { 3388 return new JAXBElement<RangePermissionStart>(_CTFtnEdnPermStart_QNAME, RangePermissionStart.class, CTFtnEdn.class, value); 3389 } 3390 3391 /** 3392 * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 3393 * 3394 */ 3395 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTFtnEdn.class) 3396 public JAXBElement<CTPerm> createCTFtnEdnPermEnd(CTPerm value) { 3397 return new JAXBElement<CTPerm>(_CTFtnEdnPermEnd_QNAME, CTPerm.class, CTFtnEdn.class, value); 3398 } 3399 3400 /** 3401 * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 3402 * 3403 */ 3404 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTFtnEdn.class) 3405 public JAXBElement<CTMoveBookmark> createCTFtnEdnMoveToRangeStart(CTMoveBookmark value) { 3406 return new JAXBElement<CTMoveBookmark>(_CTFtnEdnMoveToRangeStart_QNAME, CTMoveBookmark.class, CTFtnEdn.class, value); 3407 } 3408 3409 /** 3410 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 3411 * 3412 */ 3413 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeEnd", scope = CTFtnEdn.class) 3414 public JAXBElement<CTMarkupRange> createCTFtnEdnCommentRangeEnd(CTMarkupRange value) { 3415 return new JAXBElement<CTMarkupRange>(_CTFtnEdnCommentRangeEnd_QNAME, CTMarkupRange.class, CTFtnEdn.class, value); 3416 } 3417 3418 /** 3419 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 3420 * 3421 */ 3422 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTFtnEdn.class) 3423 public JAXBElement<CTMarkupRange> createCTFtnEdnBookmarkEnd(CTMarkupRange value) { 3424 return new JAXBElement<CTMarkupRange>(_CTFtnEdnBookmarkEnd_QNAME, CTMarkupRange.class, CTFtnEdn.class, value); 3425 } 3426 3427 /** 3428 * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >}} 3429 * 3430 */ 3431 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = CTFtnEdn.class) 3432 public JAXBElement<CTCustomXmlBlock> createCTFtnEdnCustomXml(CTCustomXmlBlock value) { 3433 return new JAXBElement<CTCustomXmlBlock>(_CTFtnEdnCustomXml_QNAME, CTCustomXmlBlock.class, CTFtnEdn.class, value); 3434 } 3435 3436 /** 3437 * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 3438 * 3439 */ 3440 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTFtnEdn.class) 3441 public JAXBElement<CTBookmark> createCTFtnEdnBookmarkStart(CTBookmark value) { 3442 return new JAXBElement<CTBookmark>(_CTFtnEdnBookmarkStart_QNAME, CTBookmark.class, CTFtnEdn.class, value); 3443 } 3444 3445 /** 3446 * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 3447 * 3448 */ 3449 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTFtnEdn.class) 3450 public JAXBElement<RunTrackChange> createCTFtnEdnMoveTo(RunTrackChange value) { 3451 return new JAXBElement<RunTrackChange>(_CTFtnEdnMoveTo_QNAME, RunTrackChange.class, CTFtnEdn.class, value); 3452 } 3453 3454 /** 3455 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 3456 * 3457 */ 3458 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTFtnEdn.class) 3459 public JAXBElement<CTMarkup> createCTFtnEdnCustomXmlMoveFromRangeEnd(CTMarkup value) { 3460 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTFtnEdn.class, value); 3461 } 3462 3463 /** 3464 * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 3465 * 3466 */ 3467 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTHyperlink.class) 3468 public JAXBElement<CTMoveBookmark> createCTHyperlinkMoveFromRangeStart(CTMoveBookmark value) { 3469 return new JAXBElement<CTMoveBookmark>(_CTFtnEdnMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTHyperlink.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 = CTHyperlink.class) 3477 public JAXBElement<CTMarkupRange> createCTHyperlinkMoveFromRangeEnd(CTMarkupRange value) { 3478 return new JAXBElement<CTMarkupRange>(_CTFtnEdnMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTHyperlink.class, value); 3479 } 3480 3481 /** 3482 * Create an instance of {@link JAXBElement }{@code <}{@link SdtRun }{@code >}} 3483 * 3484 */ 3485 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sdt", scope = CTHyperlink.class) 3486 public JAXBElement<SdtRun> createCTHyperlinkSdt(SdtRun value) { 3487 return new JAXBElement<SdtRun>(_CTHyperlinkSdt_QNAME, SdtRun.class, CTHyperlink.class, value); 3488 } 3489 3490 /** 3491 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 3492 * 3493 */ 3494 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTHyperlink.class) 3495 public JAXBElement<CTMarkup> createCTHyperlinkCustomXmlDelRangeEnd(CTMarkup value) { 3496 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTHyperlink.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 = CTHyperlink.class) 3504 public JAXBElement<CTMarkupRange> createCTHyperlinkMoveToRangeEnd(CTMarkupRange value) { 3505 return new JAXBElement<CTMarkupRange>(_CTFtnEdnMoveToRangeEnd_QNAME, CTMarkupRange.class, CTHyperlink.class, value); 3506 } 3507 3508 /** 3509 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 3510 * 3511 */ 3512 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTHyperlink.class) 3513 public JAXBElement<CTMarkup> createCTHyperlinkCustomXmlMoveToRangeEnd(CTMarkup value) { 3514 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTHyperlink.class, value); 3515 } 3516 3517 /** 3518 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 3519 * 3520 */ 3521 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTHyperlink.class) 3522 public JAXBElement<CTTrackChange> createCTHyperlinkCustomXmlInsRangeStart(CTTrackChange value) { 3523 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTHyperlink.class, value); 3524 } 3525 3526 /** 3527 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 3528 * 3529 */ 3530 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTHyperlink.class) 3531 public JAXBElement<CTTrackChange> createCTHyperlinkCustomXmlMoveToRangeStart(CTTrackChange value) { 3532 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTHyperlink.class, value); 3533 } 3534 3535 /** 3536 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 3537 * 3538 */ 3539 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTHyperlink.class) 3540 public JAXBElement<CTMarkup> createCTHyperlinkCustomXmlInsRangeEnd(CTMarkup value) { 3541 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTHyperlink.class, value); 3542 } 3543 3544 /** 3545 * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 3546 * 3547 */ 3548 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTHyperlink.class) 3549 public JAXBElement<RangePermissionStart> createCTHyperlinkPermStart(RangePermissionStart value) { 3550 return new JAXBElement<RangePermissionStart>(_CTFtnEdnPermStart_QNAME, RangePermissionStart.class, CTHyperlink.class, value); 3551 } 3552 3553 /** 3554 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 3555 * 3556 */ 3557 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeEnd", scope = CTHyperlink.class) 3558 public JAXBElement<CTMarkupRange> createCTHyperlinkCommentRangeEnd(CTMarkupRange value) { 3559 return new JAXBElement<CTMarkupRange>(_CTFtnEdnCommentRangeEnd_QNAME, CTMarkupRange.class, CTHyperlink.class, value); 3560 } 3561 3562 /** 3563 * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 3564 * 3565 */ 3566 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTHyperlink.class) 3567 public JAXBElement<CTMoveBookmark> createCTHyperlinkMoveToRangeStart(CTMoveBookmark value) { 3568 return new JAXBElement<CTMoveBookmark>(_CTFtnEdnMoveToRangeStart_QNAME, CTMoveBookmark.class, CTHyperlink.class, value); 3569 } 3570 3571 /** 3572 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 3573 * 3574 */ 3575 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTHyperlink.class) 3576 public JAXBElement<CTMarkupRange> createCTHyperlinkBookmarkEnd(CTMarkupRange value) { 3577 return new JAXBElement<CTMarkupRange>(_CTFtnEdnBookmarkEnd_QNAME, CTMarkupRange.class, CTHyperlink.class, value); 3578 } 3579 3580 /** 3581 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 3582 * 3583 */ 3584 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTHyperlink.class) 3585 public JAXBElement<CTMarkup> createCTHyperlinkCustomXmlMoveFromRangeEnd(CTMarkup value) { 3586 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTHyperlink.class, value); 3587 } 3588 3589 /** 3590 * Create an instance of {@link JAXBElement }{@code <}{@link CTRel }{@code >}} 3591 * 3592 */ 3593 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "subDoc", scope = CTHyperlink.class) 3594 public JAXBElement<CTRel> createCTHyperlinkSubDoc(CTRel value) { 3595 return new JAXBElement<CTRel>(_CTHyperlinkSubDoc_QNAME, CTRel.class, CTHyperlink.class, value); 3596 } 3597 3598 /** 3599 * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 3600 * 3601 */ 3602 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTHyperlink.class) 3603 public JAXBElement<RunTrackChange> createCTHyperlinkMoveFrom(RunTrackChange value) { 3604 return new JAXBElement<RunTrackChange>(_CTFtnEdnMoveFrom_QNAME, RunTrackChange.class, CTHyperlink.class, value); 3605 } 3606 3607 /** 3608 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 3609 * 3610 */ 3611 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeStart", scope = CTHyperlink.class) 3612 public JAXBElement<CTMarkupRange> createCTHyperlinkCommentRangeStart(CTMarkupRange value) { 3613 return new JAXBElement<CTMarkupRange>(_CTFtnEdnCommentRangeStart_QNAME, CTMarkupRange.class, CTHyperlink.class, value); 3614 } 3615 3616 /** 3617 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 3618 * 3619 */ 3620 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTHyperlink.class) 3621 public JAXBElement<CTTrackChange> createCTHyperlinkCustomXmlMoveFromRangeStart(CTTrackChange value) { 3622 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTHyperlink.class, value); 3623 } 3624 3625 /** 3626 * Create an instance of {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >}} 3627 * 3628 */ 3629 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "fldSimple", scope = CTHyperlink.class) 3630 public JAXBElement<CTSimpleField> createCTHyperlinkFldSimple(CTSimpleField value) { 3631 return new JAXBElement<CTSimpleField>(_CTHyperlinkFldSimple_QNAME, CTSimpleField.class, CTHyperlink.class, value); 3632 } 3633 3634 /** 3635 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 3636 * 3637 */ 3638 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTHyperlink.class) 3639 public JAXBElement<CTTrackChange> createCTHyperlinkCustomXmlDelRangeStart(CTTrackChange value) { 3640 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTHyperlink.class, value); 3641 } 3642 3643 /** 3644 * Create an instance of {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >}} 3645 * 3646 */ 3647 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "hyperlink", scope = CTHyperlink.class) 3648 public JAXBElement<CTHyperlink> createCTHyperlinkHyperlink(CTHyperlink value) { 3649 return new JAXBElement<CTHyperlink>(_CTHyperlinkHyperlink_QNAME, CTHyperlink.class, CTHyperlink.class, value); 3650 } 3651 3652 /** 3653 * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 3654 * 3655 */ 3656 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTHyperlink.class) 3657 public JAXBElement<CTPerm> createCTHyperlinkPermEnd(CTPerm value) { 3658 return new JAXBElement<CTPerm>(_CTFtnEdnPermEnd_QNAME, CTPerm.class, CTHyperlink.class, value); 3659 } 3660 3661 /** 3662 * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >}} 3663 * 3664 */ 3665 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = CTHyperlink.class) 3666 public JAXBElement<CTCustomXmlRun> createCTHyperlinkCustomXml(CTCustomXmlRun value) { 3667 return new JAXBElement<CTCustomXmlRun>(_CTFtnEdnCustomXml_QNAME, CTCustomXmlRun.class, CTHyperlink.class, value); 3668 } 3669 3670 /** 3671 * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 3672 * 3673 */ 3674 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTHyperlink.class) 3675 public JAXBElement<CTBookmark> createCTHyperlinkBookmarkStart(CTBookmark value) { 3676 return new JAXBElement<CTBookmark>(_CTFtnEdnBookmarkStart_QNAME, CTBookmark.class, CTHyperlink.class, value); 3677 } 3678 3679 /** 3680 * Create an instance of {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >}} 3681 * 3682 */ 3683 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "smartTag", scope = CTHyperlink.class) 3684 public JAXBElement<CTSmartTagRun> createCTHyperlinkSmartTag(CTSmartTagRun value) { 3685 return new JAXBElement<CTSmartTagRun>(_CTHyperlinkSmartTag_QNAME, CTSmartTagRun.class, CTHyperlink.class, value); 3686 } 3687 3688 /** 3689 * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 3690 * 3691 */ 3692 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTHyperlink.class) 3693 public JAXBElement<RunTrackChange> createCTHyperlinkMoveTo(RunTrackChange value) { 3694 return new JAXBElement<RunTrackChange>(_CTFtnEdnMoveTo_QNAME, RunTrackChange.class, CTHyperlink.class, value); 3695 } 3696 3697 /** 3698 * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 3699 * 3700 */ 3701 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = RunDel.class) 3702 public JAXBElement<CTMoveBookmark> createRunDelMoveFromRangeStart(CTMoveBookmark value) { 3703 return new JAXBElement<CTMoveBookmark>(_CTFtnEdnMoveFromRangeStart_QNAME, CTMoveBookmark.class, RunDel.class, value); 3704 } 3705 3706 /** 3707 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 3708 * 3709 */ 3710 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeStart", scope = RunDel.class) 3711 public JAXBElement<CTMarkupRange> createRunDelCommentRangeStart(CTMarkupRange value) { 3712 return new JAXBElement<CTMarkupRange>(_CTFtnEdnCommentRangeStart_QNAME, CTMarkupRange.class, RunDel.class, value); 3713 } 3714 3715 /** 3716 * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 3717 * 3718 */ 3719 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = RunDel.class) 3720 public JAXBElement<RunTrackChange> createRunDelMoveFrom(RunTrackChange value) { 3721 return new JAXBElement<RunTrackChange>(_CTFtnEdnMoveFrom_QNAME, RunTrackChange.class, RunDel.class, value); 3722 } 3723 3724 /** 3725 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 3726 * 3727 */ 3728 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = RunDel.class) 3729 public JAXBElement<CTMarkupRange> createRunDelMoveFromRangeEnd(CTMarkupRange value) { 3730 return new JAXBElement<CTMarkupRange>(_CTFtnEdnMoveFromRangeEnd_QNAME, CTMarkupRange.class, RunDel.class, value); 3731 } 3732 3733 /** 3734 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 3735 * 3736 */ 3737 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = RunDel.class) 3738 public JAXBElement<CTTrackChange> createRunDelCustomXmlMoveFromRangeStart(CTTrackChange value) { 3739 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, RunDel.class, value); 3740 } 3741 3742 /** 3743 * Create an instance of {@link JAXBElement }{@code <}{@link SdtRun }{@code >}} 3744 * 3745 */ 3746 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sdt", scope = RunDel.class) 3747 public JAXBElement<SdtRun> createRunDelSdt(SdtRun value) { 3748 return new JAXBElement<SdtRun>(_CTHyperlinkSdt_QNAME, SdtRun.class, RunDel.class, value); 3749 } 3750 3751 /** 3752 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 3753 * 3754 */ 3755 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = RunDel.class) 3756 public JAXBElement<CTMarkup> createRunDelCustomXmlDelRangeEnd(CTMarkup value) { 3757 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlDelRangeEnd_QNAME, CTMarkup.class, RunDel.class, value); 3758 } 3759 3760 /** 3761 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 3762 * 3763 */ 3764 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = RunDel.class) 3765 public JAXBElement<CTTrackChange> createRunDelCustomXmlDelRangeStart(CTTrackChange value) { 3766 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlDelRangeStart_QNAME, CTTrackChange.class, RunDel.class, value); 3767 } 3768 3769 /** 3770 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 3771 * 3772 */ 3773 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = RunDel.class) 3774 public JAXBElement<CTMarkupRange> createRunDelMoveToRangeEnd(CTMarkupRange value) { 3775 return new JAXBElement<CTMarkupRange>(_CTFtnEdnMoveToRangeEnd_QNAME, CTMarkupRange.class, RunDel.class, value); 3776 } 3777 3778 /** 3779 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 3780 * 3781 */ 3782 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = RunDel.class) 3783 public JAXBElement<CTMarkup> createRunDelCustomXmlMoveToRangeEnd(CTMarkup value) { 3784 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, RunDel.class, value); 3785 } 3786 3787 /** 3788 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 3789 * 3790 */ 3791 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = RunDel.class) 3792 public JAXBElement<CTTrackChange> createRunDelCustomXmlInsRangeStart(CTTrackChange value) { 3793 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlInsRangeStart_QNAME, CTTrackChange.class, RunDel.class, value); 3794 } 3795 3796 /** 3797 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 3798 * 3799 */ 3800 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = RunDel.class) 3801 public JAXBElement<CTTrackChange> createRunDelCustomXmlMoveToRangeStart(CTTrackChange value) { 3802 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, RunDel.class, value); 3803 } 3804 3805 /** 3806 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 3807 * 3808 */ 3809 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = RunDel.class) 3810 public JAXBElement<CTMarkup> createRunDelCustomXmlInsRangeEnd(CTMarkup value) { 3811 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlInsRangeEnd_QNAME, CTMarkup.class, RunDel.class, value); 3812 } 3813 3814 /** 3815 * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 3816 * 3817 */ 3818 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = RunDel.class) 3819 public JAXBElement<CTPerm> createRunDelPermEnd(CTPerm value) { 3820 return new JAXBElement<CTPerm>(_CTFtnEdnPermEnd_QNAME, CTPerm.class, RunDel.class, value); 3821 } 3822 3823 /** 3824 * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 3825 * 3826 */ 3827 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = RunDel.class) 3828 public JAXBElement<RangePermissionStart> createRunDelPermStart(RangePermissionStart value) { 3829 return new JAXBElement<RangePermissionStart>(_CTFtnEdnPermStart_QNAME, RangePermissionStart.class, RunDel.class, value); 3830 } 3831 3832 /** 3833 * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 3834 * 3835 */ 3836 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = RunDel.class) 3837 public JAXBElement<CTMoveBookmark> createRunDelMoveToRangeStart(CTMoveBookmark value) { 3838 return new JAXBElement<CTMoveBookmark>(_CTFtnEdnMoveToRangeStart_QNAME, CTMoveBookmark.class, RunDel.class, value); 3839 } 3840 3841 /** 3842 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 3843 * 3844 */ 3845 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeEnd", scope = RunDel.class) 3846 public JAXBElement<CTMarkupRange> createRunDelCommentRangeEnd(CTMarkupRange value) { 3847 return new JAXBElement<CTMarkupRange>(_CTFtnEdnCommentRangeEnd_QNAME, CTMarkupRange.class, RunDel.class, value); 3848 } 3849 3850 /** 3851 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 3852 * 3853 */ 3854 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = RunDel.class) 3855 public JAXBElement<CTMarkupRange> createRunDelBookmarkEnd(CTMarkupRange value) { 3856 return new JAXBElement<CTMarkupRange>(_CTFtnEdnBookmarkEnd_QNAME, CTMarkupRange.class, RunDel.class, value); 3857 } 3858 3859 /** 3860 * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >}} 3861 * 3862 */ 3863 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = RunDel.class) 3864 public JAXBElement<CTCustomXmlRun> createRunDelCustomXml(CTCustomXmlRun value) { 3865 return new JAXBElement<CTCustomXmlRun>(_CTFtnEdnCustomXml_QNAME, CTCustomXmlRun.class, RunDel.class, value); 3866 } 3867 3868 /** 3869 * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 3870 * 3871 */ 3872 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = RunDel.class) 3873 public JAXBElement<CTBookmark> createRunDelBookmarkStart(CTBookmark value) { 3874 return new JAXBElement<CTBookmark>(_CTFtnEdnBookmarkStart_QNAME, CTBookmark.class, RunDel.class, value); 3875 } 3876 3877 /** 3878 * Create an instance of {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >}} 3879 * 3880 */ 3881 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "smartTag", scope = RunDel.class) 3882 public JAXBElement<CTSmartTagRun> createRunDelSmartTag(CTSmartTagRun value) { 3883 return new JAXBElement<CTSmartTagRun>(_CTHyperlinkSmartTag_QNAME, CTSmartTagRun.class, RunDel.class, value); 3884 } 3885 3886 /** 3887 * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 3888 * 3889 */ 3890 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = RunDel.class) 3891 public JAXBElement<RunTrackChange> createRunDelMoveTo(RunTrackChange value) { 3892 return new JAXBElement<RunTrackChange>(_CTFtnEdnMoveTo_QNAME, RunTrackChange.class, RunDel.class, value); 3893 } 3894 3895 /** 3896 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 3897 * 3898 */ 3899 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = RunDel.class) 3900 public JAXBElement<CTMarkup> createRunDelCustomXmlMoveFromRangeEnd(CTMarkup value) { 3901 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, RunDel.class, value); 3902 } 3903 3904 /** 3905 * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 3906 * 3907 */ 3908 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTCustomXmlRun.class) 3909 public JAXBElement<CTMoveBookmark> createCTCustomXmlRunMoveFromRangeStart(CTMoveBookmark value) { 3910 return new JAXBElement<CTMoveBookmark>(_CTFtnEdnMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTCustomXmlRun.class, value); 3911 } 3912 3913 /** 3914 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 3915 * 3916 */ 3917 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTCustomXmlRun.class) 3918 public JAXBElement<CTMarkupRange> createCTCustomXmlRunMoveFromRangeEnd(CTMarkupRange value) { 3919 return new JAXBElement<CTMarkupRange>(_CTFtnEdnMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlRun.class, value); 3920 } 3921 3922 /** 3923 * Create an instance of {@link JAXBElement }{@code <}{@link SdtRun }{@code >}} 3924 * 3925 */ 3926 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sdt", scope = CTCustomXmlRun.class) 3927 public JAXBElement<SdtRun> createCTCustomXmlRunSdt(SdtRun value) { 3928 return new JAXBElement<SdtRun>(_CTHyperlinkSdt_QNAME, SdtRun.class, CTCustomXmlRun.class, value); 3929 } 3930 3931 /** 3932 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 3933 * 3934 */ 3935 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTCustomXmlRun.class) 3936 public JAXBElement<CTMarkup> createCTCustomXmlRunCustomXmlDelRangeEnd(CTMarkup value) { 3937 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTCustomXmlRun.class, value); 3938 } 3939 3940 /** 3941 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 3942 * 3943 */ 3944 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTCustomXmlRun.class) 3945 public JAXBElement<CTMarkupRange> createCTCustomXmlRunMoveToRangeEnd(CTMarkupRange value) { 3946 return new JAXBElement<CTMarkupRange>(_CTFtnEdnMoveToRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlRun.class, value); 3947 } 3948 3949 /** 3950 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 3951 * 3952 */ 3953 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTCustomXmlRun.class) 3954 public JAXBElement<CTMarkup> createCTCustomXmlRunCustomXmlMoveToRangeEnd(CTMarkup value) { 3955 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTCustomXmlRun.class, value); 3956 } 3957 3958 /** 3959 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 3960 * 3961 */ 3962 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTCustomXmlRun.class) 3963 public JAXBElement<CTTrackChange> createCTCustomXmlRunCustomXmlInsRangeStart(CTTrackChange value) { 3964 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTCustomXmlRun.class, value); 3965 } 3966 3967 /** 3968 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 3969 * 3970 */ 3971 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTCustomXmlRun.class) 3972 public JAXBElement<CTTrackChange> createCTCustomXmlRunCustomXmlMoveToRangeStart(CTTrackChange value) { 3973 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTCustomXmlRun.class, value); 3974 } 3975 3976 /** 3977 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 3978 * 3979 */ 3980 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTCustomXmlRun.class) 3981 public JAXBElement<CTMarkup> createCTCustomXmlRunCustomXmlInsRangeEnd(CTMarkup value) { 3982 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTCustomXmlRun.class, value); 3983 } 3984 3985 /** 3986 * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 3987 * 3988 */ 3989 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTCustomXmlRun.class) 3990 public JAXBElement<RangePermissionStart> createCTCustomXmlRunPermStart(RangePermissionStart value) { 3991 return new JAXBElement<RangePermissionStart>(_CTFtnEdnPermStart_QNAME, RangePermissionStart.class, CTCustomXmlRun.class, value); 3992 } 3993 3994 /** 3995 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 3996 * 3997 */ 3998 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeEnd", scope = CTCustomXmlRun.class) 3999 public JAXBElement<CTMarkupRange> createCTCustomXmlRunCommentRangeEnd(CTMarkupRange value) { 4000 return new JAXBElement<CTMarkupRange>(_CTFtnEdnCommentRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlRun.class, value); 4001 } 4002 4003 /** 4004 * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 4005 * 4006 */ 4007 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTCustomXmlRun.class) 4008 public JAXBElement<CTMoveBookmark> createCTCustomXmlRunMoveToRangeStart(CTMoveBookmark value) { 4009 return new JAXBElement<CTMoveBookmark>(_CTFtnEdnMoveToRangeStart_QNAME, CTMoveBookmark.class, CTCustomXmlRun.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 = "bookmarkEnd", scope = CTCustomXmlRun.class) 4017 public JAXBElement<CTMarkupRange> createCTCustomXmlRunBookmarkEnd(CTMarkupRange value) { 4018 return new JAXBElement<CTMarkupRange>(_CTFtnEdnBookmarkEnd_QNAME, CTMarkupRange.class, CTCustomXmlRun.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 = "customXmlMoveFromRangeEnd", scope = CTCustomXmlRun.class) 4026 public JAXBElement<CTMarkup> createCTCustomXmlRunCustomXmlMoveFromRangeEnd(CTMarkup value) { 4027 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTCustomXmlRun.class, value); 4028 } 4029 4030 /** 4031 * Create an instance of {@link JAXBElement }{@code <}{@link CTRel }{@code >}} 4032 * 4033 */ 4034 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "subDoc", scope = CTCustomXmlRun.class) 4035 public JAXBElement<CTRel> createCTCustomXmlRunSubDoc(CTRel value) { 4036 return new JAXBElement<CTRel>(_CTHyperlinkSubDoc_QNAME, CTRel.class, CTCustomXmlRun.class, value); 4037 } 4038 4039 /** 4040 * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 4041 * 4042 */ 4043 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTCustomXmlRun.class) 4044 public JAXBElement<RunTrackChange> createCTCustomXmlRunMoveFrom(RunTrackChange value) { 4045 return new JAXBElement<RunTrackChange>(_CTFtnEdnMoveFrom_QNAME, RunTrackChange.class, CTCustomXmlRun.class, value); 4046 } 4047 4048 /** 4049 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 4050 * 4051 */ 4052 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeStart", scope = CTCustomXmlRun.class) 4053 public JAXBElement<CTMarkupRange> createCTCustomXmlRunCommentRangeStart(CTMarkupRange value) { 4054 return new JAXBElement<CTMarkupRange>(_CTFtnEdnCommentRangeStart_QNAME, CTMarkupRange.class, CTCustomXmlRun.class, value); 4055 } 4056 4057 /** 4058 * Create an instance of {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >}} 4059 * 4060 */ 4061 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "fldSimple", scope = CTCustomXmlRun.class) 4062 public JAXBElement<CTSimpleField> createCTCustomXmlRunFldSimple(CTSimpleField value) { 4063 return new JAXBElement<CTSimpleField>(_CTHyperlinkFldSimple_QNAME, CTSimpleField.class, CTCustomXmlRun.class, value); 4064 } 4065 4066 /** 4067 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 4068 * 4069 */ 4070 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTCustomXmlRun.class) 4071 public JAXBElement<CTTrackChange> createCTCustomXmlRunCustomXmlMoveFromRangeStart(CTTrackChange value) { 4072 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTCustomXmlRun.class, value); 4073 } 4074 4075 /** 4076 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 4077 * 4078 */ 4079 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTCustomXmlRun.class) 4080 public JAXBElement<CTTrackChange> createCTCustomXmlRunCustomXmlDelRangeStart(CTTrackChange value) { 4081 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTCustomXmlRun.class, value); 4082 } 4083 4084 /** 4085 * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 4086 * 4087 */ 4088 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTCustomXmlRun.class) 4089 public JAXBElement<CTPerm> createCTCustomXmlRunPermEnd(CTPerm value) { 4090 return new JAXBElement<CTPerm>(_CTFtnEdnPermEnd_QNAME, CTPerm.class, CTCustomXmlRun.class, value); 4091 } 4092 4093 /** 4094 * Create an instance of {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >}} 4095 * 4096 */ 4097 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "hyperlink", scope = CTCustomXmlRun.class) 4098 public JAXBElement<CTHyperlink> createCTCustomXmlRunHyperlink(CTHyperlink value) { 4099 return new JAXBElement<CTHyperlink>(_CTHyperlinkHyperlink_QNAME, CTHyperlink.class, CTCustomXmlRun.class, value); 4100 } 4101 4102 /** 4103 * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >}} 4104 * 4105 */ 4106 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = CTCustomXmlRun.class) 4107 public JAXBElement<CTCustomXmlRun> createCTCustomXmlRunCustomXml(CTCustomXmlRun value) { 4108 return new JAXBElement<CTCustomXmlRun>(_CTFtnEdnCustomXml_QNAME, CTCustomXmlRun.class, CTCustomXmlRun.class, value); 4109 } 4110 4111 /** 4112 * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 4113 * 4114 */ 4115 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTCustomXmlRun.class) 4116 public JAXBElement<CTBookmark> createCTCustomXmlRunBookmarkStart(CTBookmark value) { 4117 return new JAXBElement<CTBookmark>(_CTFtnEdnBookmarkStart_QNAME, CTBookmark.class, CTCustomXmlRun.class, value); 4118 } 4119 4120 /** 4121 * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 4122 * 4123 */ 4124 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTCustomXmlRun.class) 4125 public JAXBElement<RunTrackChange> createCTCustomXmlRunMoveTo(RunTrackChange value) { 4126 return new JAXBElement<RunTrackChange>(_CTFtnEdnMoveTo_QNAME, RunTrackChange.class, CTCustomXmlRun.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 = CTCustomXmlRun.class) 4134 public JAXBElement<CTSmartTagRun> createCTCustomXmlRunSmartTag(CTSmartTagRun value) { 4135 return new JAXBElement<CTSmartTagRun>(_CTHyperlinkSmartTag_QNAME, CTSmartTagRun.class, CTCustomXmlRun.class, value); 4136 } 4137 4138 /** 4139 * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 4140 * 4141 */ 4142 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTRubyContent.class) 4143 public JAXBElement<CTMoveBookmark> createCTRubyContentMoveFromRangeStart(CTMoveBookmark value) { 4144 return new JAXBElement<CTMoveBookmark>(_CTFtnEdnMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTRubyContent.class, value); 4145 } 4146 4147 /** 4148 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 4149 * 4150 */ 4151 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeStart", scope = CTRubyContent.class) 4152 public JAXBElement<CTMarkupRange> createCTRubyContentCommentRangeStart(CTMarkupRange value) { 4153 return new JAXBElement<CTMarkupRange>(_CTFtnEdnCommentRangeStart_QNAME, CTMarkupRange.class, CTRubyContent.class, value); 4154 } 4155 4156 /** 4157 * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 4158 * 4159 */ 4160 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTRubyContent.class) 4161 public JAXBElement<RunTrackChange> createCTRubyContentMoveFrom(RunTrackChange value) { 4162 return new JAXBElement<RunTrackChange>(_CTFtnEdnMoveFrom_QNAME, RunTrackChange.class, CTRubyContent.class, value); 4163 } 4164 4165 /** 4166 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 4167 * 4168 */ 4169 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTRubyContent.class) 4170 public JAXBElement<CTMarkupRange> createCTRubyContentMoveFromRangeEnd(CTMarkupRange value) { 4171 return new JAXBElement<CTMarkupRange>(_CTFtnEdnMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTRubyContent.class, value); 4172 } 4173 4174 /** 4175 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 4176 * 4177 */ 4178 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTRubyContent.class) 4179 public JAXBElement<CTTrackChange> createCTRubyContentCustomXmlMoveFromRangeStart(CTTrackChange value) { 4180 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTRubyContent.class, value); 4181 } 4182 4183 /** 4184 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 4185 * 4186 */ 4187 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTRubyContent.class) 4188 public JAXBElement<CTMarkup> createCTRubyContentCustomXmlDelRangeEnd(CTMarkup value) { 4189 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTRubyContent.class, value); 4190 } 4191 4192 /** 4193 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 4194 * 4195 */ 4196 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTRubyContent.class) 4197 public JAXBElement<CTTrackChange> createCTRubyContentCustomXmlDelRangeStart(CTTrackChange value) { 4198 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTRubyContent.class, value); 4199 } 4200 4201 /** 4202 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 4203 * 4204 */ 4205 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTRubyContent.class) 4206 public JAXBElement<CTMarkupRange> createCTRubyContentMoveToRangeEnd(CTMarkupRange value) { 4207 return new JAXBElement<CTMarkupRange>(_CTFtnEdnMoveToRangeEnd_QNAME, CTMarkupRange.class, CTRubyContent.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 = "customXmlMoveToRangeEnd", scope = CTRubyContent.class) 4215 public JAXBElement<CTMarkup> createCTRubyContentCustomXmlMoveToRangeEnd(CTMarkup value) { 4216 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTRubyContent.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 = "customXmlInsRangeStart", scope = CTRubyContent.class) 4224 public JAXBElement<CTTrackChange> createCTRubyContentCustomXmlInsRangeStart(CTTrackChange value) { 4225 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTRubyContent.class, value); 4226 } 4227 4228 /** 4229 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 4230 * 4231 */ 4232 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTRubyContent.class) 4233 public JAXBElement<CTTrackChange> createCTRubyContentCustomXmlMoveToRangeStart(CTTrackChange value) { 4234 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTRubyContent.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 = "customXmlInsRangeEnd", scope = CTRubyContent.class) 4242 public JAXBElement<CTMarkup> createCTRubyContentCustomXmlInsRangeEnd(CTMarkup value) { 4243 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTRubyContent.class, value); 4244 } 4245 4246 /** 4247 * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 4248 * 4249 */ 4250 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTRubyContent.class) 4251 public JAXBElement<CTPerm> createCTRubyContentPermEnd(CTPerm value) { 4252 return new JAXBElement<CTPerm>(_CTFtnEdnPermEnd_QNAME, CTPerm.class, CTRubyContent.class, value); 4253 } 4254 4255 /** 4256 * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 4257 * 4258 */ 4259 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTRubyContent.class) 4260 public JAXBElement<RangePermissionStart> createCTRubyContentPermStart(RangePermissionStart value) { 4261 return new JAXBElement<RangePermissionStart>(_CTFtnEdnPermStart_QNAME, RangePermissionStart.class, CTRubyContent.class, value); 4262 } 4263 4264 /** 4265 * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 4266 * 4267 */ 4268 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTRubyContent.class) 4269 public JAXBElement<CTMoveBookmark> createCTRubyContentMoveToRangeStart(CTMoveBookmark value) { 4270 return new JAXBElement<CTMoveBookmark>(_CTFtnEdnMoveToRangeStart_QNAME, CTMoveBookmark.class, CTRubyContent.class, value); 4271 } 4272 4273 /** 4274 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 4275 * 4276 */ 4277 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeEnd", scope = CTRubyContent.class) 4278 public JAXBElement<CTMarkupRange> createCTRubyContentCommentRangeEnd(CTMarkupRange value) { 4279 return new JAXBElement<CTMarkupRange>(_CTFtnEdnCommentRangeEnd_QNAME, CTMarkupRange.class, CTRubyContent.class, value); 4280 } 4281 4282 /** 4283 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 4284 * 4285 */ 4286 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTRubyContent.class) 4287 public JAXBElement<CTMarkupRange> createCTRubyContentBookmarkEnd(CTMarkupRange value) { 4288 return new JAXBElement<CTMarkupRange>(_CTFtnEdnBookmarkEnd_QNAME, CTMarkupRange.class, CTRubyContent.class, value); 4289 } 4290 4291 /** 4292 * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 4293 * 4294 */ 4295 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTRubyContent.class) 4296 public JAXBElement<CTBookmark> createCTRubyContentBookmarkStart(CTBookmark value) { 4297 return new JAXBElement<CTBookmark>(_CTFtnEdnBookmarkStart_QNAME, CTBookmark.class, CTRubyContent.class, value); 4298 } 4299 4300 /** 4301 * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 4302 * 4303 */ 4304 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTRubyContent.class) 4305 public JAXBElement<RunTrackChange> createCTRubyContentMoveTo(RunTrackChange value) { 4306 return new JAXBElement<RunTrackChange>(_CTFtnEdnMoveTo_QNAME, RunTrackChange.class, CTRubyContent.class, value); 4307 } 4308 4309 /** 4310 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 4311 * 4312 */ 4313 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTRubyContent.class) 4314 public JAXBElement<CTMarkup> createCTRubyContentCustomXmlMoveFromRangeEnd(CTMarkup value) { 4315 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTRubyContent.class, value); 4316 } 4317 4318 /** 4319 * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 4320 * 4321 */ 4322 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTSimpleField.class) 4323 public JAXBElement<CTMoveBookmark> createCTSimpleFieldMoveFromRangeStart(CTMoveBookmark value) { 4324 return new JAXBElement<CTMoveBookmark>(_CTFtnEdnMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTSimpleField.class, value); 4325 } 4326 4327 /** 4328 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 4329 * 4330 */ 4331 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTSimpleField.class) 4332 public JAXBElement<CTMarkupRange> createCTSimpleFieldMoveFromRangeEnd(CTMarkupRange value) { 4333 return new JAXBElement<CTMarkupRange>(_CTFtnEdnMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTSimpleField.class, value); 4334 } 4335 4336 /** 4337 * Create an instance of {@link JAXBElement }{@code <}{@link SdtRun }{@code >}} 4338 * 4339 */ 4340 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sdt", scope = CTSimpleField.class) 4341 public JAXBElement<SdtRun> createCTSimpleFieldSdt(SdtRun value) { 4342 return new JAXBElement<SdtRun>(_CTHyperlinkSdt_QNAME, SdtRun.class, CTSimpleField.class, value); 4343 } 4344 4345 /** 4346 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 4347 * 4348 */ 4349 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTSimpleField.class) 4350 public JAXBElement<CTMarkupRange> createCTSimpleFieldMoveToRangeEnd(CTMarkupRange value) { 4351 return new JAXBElement<CTMarkupRange>(_CTFtnEdnMoveToRangeEnd_QNAME, CTMarkupRange.class, CTSimpleField.class, value); 4352 } 4353 4354 /** 4355 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 4356 * 4357 */ 4358 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTSimpleField.class) 4359 public JAXBElement<CTMarkup> createCTSimpleFieldCustomXmlDelRangeEnd(CTMarkup value) { 4360 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTSimpleField.class, value); 4361 } 4362 4363 /** 4364 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 4365 * 4366 */ 4367 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTSimpleField.class) 4368 public JAXBElement<CTMarkup> createCTSimpleFieldCustomXmlMoveToRangeEnd(CTMarkup value) { 4369 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTSimpleField.class, value); 4370 } 4371 4372 /** 4373 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 4374 * 4375 */ 4376 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTSimpleField.class) 4377 public JAXBElement<CTTrackChange> createCTSimpleFieldCustomXmlInsRangeStart(CTTrackChange value) { 4378 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTSimpleField.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 = "customXmlMoveToRangeStart", scope = CTSimpleField.class) 4386 public JAXBElement<CTTrackChange> createCTSimpleFieldCustomXmlMoveToRangeStart(CTTrackChange value) { 4387 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTSimpleField.class, value); 4388 } 4389 4390 /** 4391 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 4392 * 4393 */ 4394 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTSimpleField.class) 4395 public JAXBElement<CTMarkup> createCTSimpleFieldCustomXmlInsRangeEnd(CTMarkup value) { 4396 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTSimpleField.class, value); 4397 } 4398 4399 /** 4400 * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 4401 * 4402 */ 4403 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTSimpleField.class) 4404 public JAXBElement<RangePermissionStart> createCTSimpleFieldPermStart(RangePermissionStart value) { 4405 return new JAXBElement<RangePermissionStart>(_CTFtnEdnPermStart_QNAME, RangePermissionStart.class, CTSimpleField.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 = "commentRangeEnd", scope = CTSimpleField.class) 4413 public JAXBElement<CTMarkupRange> createCTSimpleFieldCommentRangeEnd(CTMarkupRange value) { 4414 return new JAXBElement<CTMarkupRange>(_CTFtnEdnCommentRangeEnd_QNAME, CTMarkupRange.class, CTSimpleField.class, value); 4415 } 4416 4417 /** 4418 * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 4419 * 4420 */ 4421 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTSimpleField.class) 4422 public JAXBElement<CTMoveBookmark> createCTSimpleFieldMoveToRangeStart(CTMoveBookmark value) { 4423 return new JAXBElement<CTMoveBookmark>(_CTFtnEdnMoveToRangeStart_QNAME, CTMoveBookmark.class, CTSimpleField.class, value); 4424 } 4425 4426 /** 4427 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 4428 * 4429 */ 4430 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTSimpleField.class) 4431 public JAXBElement<CTMarkupRange> createCTSimpleFieldBookmarkEnd(CTMarkupRange value) { 4432 return new JAXBElement<CTMarkupRange>(_CTFtnEdnBookmarkEnd_QNAME, CTMarkupRange.class, CTSimpleField.class, value); 4433 } 4434 4435 /** 4436 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 4437 * 4438 */ 4439 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTSimpleField.class) 4440 public JAXBElement<CTMarkup> createCTSimpleFieldCustomXmlMoveFromRangeEnd(CTMarkup value) { 4441 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTSimpleField.class, value); 4442 } 4443 4444 /** 4445 * Create an instance of {@link JAXBElement }{@code <}{@link CTRel }{@code >}} 4446 * 4447 */ 4448 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "subDoc", scope = CTSimpleField.class) 4449 public JAXBElement<CTRel> createCTSimpleFieldSubDoc(CTRel value) { 4450 return new JAXBElement<CTRel>(_CTHyperlinkSubDoc_QNAME, CTRel.class, CTSimpleField.class, value); 4451 } 4452 4453 /** 4454 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 4455 * 4456 */ 4457 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeStart", scope = CTSimpleField.class) 4458 public JAXBElement<CTMarkupRange> createCTSimpleFieldCommentRangeStart(CTMarkupRange value) { 4459 return new JAXBElement<CTMarkupRange>(_CTFtnEdnCommentRangeStart_QNAME, CTMarkupRange.class, CTSimpleField.class, value); 4460 } 4461 4462 /** 4463 * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 4464 * 4465 */ 4466 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTSimpleField.class) 4467 public JAXBElement<RunTrackChange> createCTSimpleFieldMoveFrom(RunTrackChange value) { 4468 return new JAXBElement<RunTrackChange>(_CTFtnEdnMoveFrom_QNAME, RunTrackChange.class, CTSimpleField.class, value); 4469 } 4470 4471 /** 4472 * Create an instance of {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >}} 4473 * 4474 */ 4475 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "fldSimple", scope = CTSimpleField.class) 4476 public JAXBElement<CTSimpleField> createCTSimpleFieldFldSimple(CTSimpleField value) { 4477 return new JAXBElement<CTSimpleField>(_CTHyperlinkFldSimple_QNAME, CTSimpleField.class, CTSimpleField.class, value); 4478 } 4479 4480 /** 4481 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 4482 * 4483 */ 4484 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTSimpleField.class) 4485 public JAXBElement<CTTrackChange> createCTSimpleFieldCustomXmlMoveFromRangeStart(CTTrackChange value) { 4486 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTSimpleField.class, value); 4487 } 4488 4489 /** 4490 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 4491 * 4492 */ 4493 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTSimpleField.class) 4494 public JAXBElement<CTTrackChange> createCTSimpleFieldCustomXmlDelRangeStart(CTTrackChange value) { 4495 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTSimpleField.class, value); 4496 } 4497 4498 /** 4499 * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 4500 * 4501 */ 4502 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTSimpleField.class) 4503 public JAXBElement<CTPerm> createCTSimpleFieldPermEnd(CTPerm value) { 4504 return new JAXBElement<CTPerm>(_CTFtnEdnPermEnd_QNAME, CTPerm.class, CTSimpleField.class, value); 4505 } 4506 4507 /** 4508 * Create an instance of {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >}} 4509 * 4510 */ 4511 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "hyperlink", scope = CTSimpleField.class) 4512 public JAXBElement<CTHyperlink> createCTSimpleFieldHyperlink(CTHyperlink value) { 4513 return new JAXBElement<CTHyperlink>(_CTHyperlinkHyperlink_QNAME, CTHyperlink.class, CTSimpleField.class, value); 4514 } 4515 4516 /** 4517 * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >}} 4518 * 4519 */ 4520 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = CTSimpleField.class) 4521 public JAXBElement<CTCustomXmlRun> createCTSimpleFieldCustomXml(CTCustomXmlRun value) { 4522 return new JAXBElement<CTCustomXmlRun>(_CTFtnEdnCustomXml_QNAME, CTCustomXmlRun.class, CTSimpleField.class, value); 4523 } 4524 4525 /** 4526 * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 4527 * 4528 */ 4529 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTSimpleField.class) 4530 public JAXBElement<CTBookmark> createCTSimpleFieldBookmarkStart(CTBookmark value) { 4531 return new JAXBElement<CTBookmark>(_CTFtnEdnBookmarkStart_QNAME, CTBookmark.class, CTSimpleField.class, value); 4532 } 4533 4534 /** 4535 * Create an instance of {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >}} 4536 * 4537 */ 4538 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "smartTag", scope = CTSimpleField.class) 4539 public JAXBElement<CTSmartTagRun> createCTSimpleFieldSmartTag(CTSmartTagRun value) { 4540 return new JAXBElement<CTSmartTagRun>(_CTHyperlinkSmartTag_QNAME, CTSmartTagRun.class, CTSimpleField.class, value); 4541 } 4542 4543 /** 4544 * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 4545 * 4546 */ 4547 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTSimpleField.class) 4548 public JAXBElement<RunTrackChange> createCTSimpleFieldMoveTo(RunTrackChange value) { 4549 return new JAXBElement<RunTrackChange>(_CTFtnEdnMoveTo_QNAME, RunTrackChange.class, CTSimpleField.class, value); 4550 } 4551 4552 /** 4553 * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 4554 * 4555 */ 4556 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = RunIns.class) 4557 public JAXBElement<CTMoveBookmark> createRunInsMoveFromRangeStart(CTMoveBookmark value) { 4558 return new JAXBElement<CTMoveBookmark>(_CTFtnEdnMoveFromRangeStart_QNAME, CTMoveBookmark.class, RunIns.class, value); 4559 } 4560 4561 /** 4562 * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 4563 * 4564 */ 4565 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = RunIns.class) 4566 public JAXBElement<RunTrackChange> createRunInsMoveFrom(RunTrackChange value) { 4567 return new JAXBElement<RunTrackChange>(_CTFtnEdnMoveFrom_QNAME, RunTrackChange.class, RunIns.class, value); 4568 } 4569 4570 /** 4571 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 4572 * 4573 */ 4574 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeStart", scope = RunIns.class) 4575 public JAXBElement<CTMarkupRange> createRunInsCommentRangeStart(CTMarkupRange value) { 4576 return new JAXBElement<CTMarkupRange>(_CTFtnEdnCommentRangeStart_QNAME, CTMarkupRange.class, RunIns.class, value); 4577 } 4578 4579 /** 4580 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 4581 * 4582 */ 4583 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = RunIns.class) 4584 public JAXBElement<CTMarkupRange> createRunInsMoveFromRangeEnd(CTMarkupRange value) { 4585 return new JAXBElement<CTMarkupRange>(_CTFtnEdnMoveFromRangeEnd_QNAME, CTMarkupRange.class, RunIns.class, value); 4586 } 4587 4588 /** 4589 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 4590 * 4591 */ 4592 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = RunIns.class) 4593 public JAXBElement<CTTrackChange> createRunInsCustomXmlMoveFromRangeStart(CTTrackChange value) { 4594 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, RunIns.class, value); 4595 } 4596 4597 /** 4598 * Create an instance of {@link JAXBElement }{@code <}{@link SdtRun }{@code >}} 4599 * 4600 */ 4601 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sdt", scope = RunIns.class) 4602 public JAXBElement<SdtRun> createRunInsSdt(SdtRun value) { 4603 return new JAXBElement<SdtRun>(_CTHyperlinkSdt_QNAME, SdtRun.class, RunIns.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 = RunIns.class) 4611 public JAXBElement<CTMarkupRange> createRunInsMoveToRangeEnd(CTMarkupRange value) { 4612 return new JAXBElement<CTMarkupRange>(_CTFtnEdnMoveToRangeEnd_QNAME, CTMarkupRange.class, RunIns.class, value); 4613 } 4614 4615 /** 4616 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 4617 * 4618 */ 4619 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = RunIns.class) 4620 public JAXBElement<CTTrackChange> createRunInsCustomXmlDelRangeStart(CTTrackChange value) { 4621 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlDelRangeStart_QNAME, CTTrackChange.class, RunIns.class, value); 4622 } 4623 4624 /** 4625 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 4626 * 4627 */ 4628 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = RunIns.class) 4629 public JAXBElement<CTMarkup> createRunInsCustomXmlDelRangeEnd(CTMarkup value) { 4630 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlDelRangeEnd_QNAME, CTMarkup.class, RunIns.class, value); 4631 } 4632 4633 /** 4634 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 4635 * 4636 */ 4637 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = RunIns.class) 4638 public JAXBElement<CTMarkup> createRunInsCustomXmlMoveToRangeEnd(CTMarkup value) { 4639 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, RunIns.class, value); 4640 } 4641 4642 /** 4643 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 4644 * 4645 */ 4646 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = RunIns.class) 4647 public JAXBElement<CTTrackChange> createRunInsCustomXmlInsRangeStart(CTTrackChange value) { 4648 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlInsRangeStart_QNAME, CTTrackChange.class, RunIns.class, value); 4649 } 4650 4651 /** 4652 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 4653 * 4654 */ 4655 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = RunIns.class) 4656 public JAXBElement<CTTrackChange> createRunInsCustomXmlMoveToRangeStart(CTTrackChange value) { 4657 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, RunIns.class, value); 4658 } 4659 4660 /** 4661 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 4662 * 4663 */ 4664 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = RunIns.class) 4665 public JAXBElement<CTMarkup> createRunInsCustomXmlInsRangeEnd(CTMarkup value) { 4666 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlInsRangeEnd_QNAME, CTMarkup.class, RunIns.class, value); 4667 } 4668 4669 /** 4670 * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 4671 * 4672 */ 4673 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = RunIns.class) 4674 public JAXBElement<RangePermissionStart> createRunInsPermStart(RangePermissionStart value) { 4675 return new JAXBElement<RangePermissionStart>(_CTFtnEdnPermStart_QNAME, RangePermissionStart.class, RunIns.class, value); 4676 } 4677 4678 /** 4679 * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 4680 * 4681 */ 4682 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = RunIns.class) 4683 public JAXBElement<CTPerm> createRunInsPermEnd(CTPerm value) { 4684 return new JAXBElement<CTPerm>(_CTFtnEdnPermEnd_QNAME, CTPerm.class, RunIns.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 = "commentRangeEnd", scope = RunIns.class) 4692 public JAXBElement<CTMarkupRange> createRunInsCommentRangeEnd(CTMarkupRange value) { 4693 return new JAXBElement<CTMarkupRange>(_CTFtnEdnCommentRangeEnd_QNAME, CTMarkupRange.class, RunIns.class, value); 4694 } 4695 4696 /** 4697 * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 4698 * 4699 */ 4700 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = RunIns.class) 4701 public JAXBElement<CTMoveBookmark> createRunInsMoveToRangeStart(CTMoveBookmark value) { 4702 return new JAXBElement<CTMoveBookmark>(_CTFtnEdnMoveToRangeStart_QNAME, CTMoveBookmark.class, RunIns.class, value); 4703 } 4704 4705 /** 4706 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 4707 * 4708 */ 4709 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = RunIns.class) 4710 public JAXBElement<CTMarkupRange> createRunInsBookmarkEnd(CTMarkupRange value) { 4711 return new JAXBElement<CTMarkupRange>(_CTFtnEdnBookmarkEnd_QNAME, CTMarkupRange.class, RunIns.class, value); 4712 } 4713 4714 /** 4715 * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >}} 4716 * 4717 */ 4718 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = RunIns.class) 4719 public JAXBElement<CTCustomXmlRun> createRunInsCustomXml(CTCustomXmlRun value) { 4720 return new JAXBElement<CTCustomXmlRun>(_CTFtnEdnCustomXml_QNAME, CTCustomXmlRun.class, RunIns.class, value); 4721 } 4722 4723 /** 4724 * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 4725 * 4726 */ 4727 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = RunIns.class) 4728 public JAXBElement<CTBookmark> createRunInsBookmarkStart(CTBookmark value) { 4729 return new JAXBElement<CTBookmark>(_CTFtnEdnBookmarkStart_QNAME, CTBookmark.class, RunIns.class, value); 4730 } 4731 4732 /** 4733 * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 4734 * 4735 */ 4736 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = RunIns.class) 4737 public JAXBElement<RunTrackChange> createRunInsMoveTo(RunTrackChange value) { 4738 return new JAXBElement<RunTrackChange>(_CTFtnEdnMoveTo_QNAME, RunTrackChange.class, RunIns.class, value); 4739 } 4740 4741 /** 4742 * Create an instance of {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >}} 4743 * 4744 */ 4745 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "smartTag", scope = RunIns.class) 4746 public JAXBElement<CTSmartTagRun> createRunInsSmartTag(CTSmartTagRun value) { 4747 return new JAXBElement<CTSmartTagRun>(_CTHyperlinkSmartTag_QNAME, CTSmartTagRun.class, RunIns.class, value); 4748 } 4749 4750 /** 4751 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 4752 * 4753 */ 4754 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = RunIns.class) 4755 public JAXBElement<CTMarkup> createRunInsCustomXmlMoveFromRangeEnd(CTMarkup value) { 4756 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, RunIns.class, value); 4757 } 4758 4759 /** 4760 * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 4761 * 4762 */ 4763 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = Body.class) 4764 public JAXBElement<CTMoveBookmark> createBodyMoveFromRangeStart(CTMoveBookmark value) { 4765 return new JAXBElement<CTMoveBookmark>(_CTFtnEdnMoveFromRangeStart_QNAME, CTMoveBookmark.class, Body.class, value); 4766 } 4767 4768 /** 4769 * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 4770 * 4771 */ 4772 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = Body.class) 4773 public JAXBElement<RunTrackChange> createBodyMoveFrom(RunTrackChange value) { 4774 return new JAXBElement<RunTrackChange>(_CTFtnEdnMoveFrom_QNAME, RunTrackChange.class, Body.class, value); 4775 } 4776 4777 /** 4778 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 4779 * 4780 */ 4781 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeStart", scope = Body.class) 4782 public JAXBElement<CTMarkupRange> createBodyCommentRangeStart(CTMarkupRange value) { 4783 return new JAXBElement<CTMarkupRange>(_CTFtnEdnCommentRangeStart_QNAME, CTMarkupRange.class, Body.class, value); 4784 } 4785 4786 /** 4787 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 4788 * 4789 */ 4790 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = Body.class) 4791 public JAXBElement<CTMarkupRange> createBodyMoveFromRangeEnd(CTMarkupRange value) { 4792 return new JAXBElement<CTMarkupRange>(_CTFtnEdnMoveFromRangeEnd_QNAME, CTMarkupRange.class, Body.class, value); 4793 } 4794 4795 /** 4796 * Create an instance of {@link JAXBElement }{@code <}{@link Tbl }{@code >}} 4797 * 4798 */ 4799 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tbl", scope = Body.class) 4800 public JAXBElement<Tbl> createBodyTbl(Tbl value) { 4801 return new JAXBElement<Tbl>(_CTFtnEdnTbl_QNAME, Tbl.class, Body.class, value); 4802 } 4803 4804 /** 4805 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 4806 * 4807 */ 4808 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = Body.class) 4809 public JAXBElement<CTTrackChange> createBodyCustomXmlMoveFromRangeStart(CTTrackChange value) { 4810 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, Body.class, value); 4811 } 4812 4813 /** 4814 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 4815 * 4816 */ 4817 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = Body.class) 4818 public JAXBElement<CTMarkupRange> createBodyMoveToRangeEnd(CTMarkupRange value) { 4819 return new JAXBElement<CTMarkupRange>(_CTFtnEdnMoveToRangeEnd_QNAME, CTMarkupRange.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 = "customXmlDelRangeStart", scope = Body.class) 4827 public JAXBElement<CTTrackChange> createBodyCustomXmlDelRangeStart(CTTrackChange value) { 4828 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlDelRangeStart_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 = "customXmlDelRangeEnd", scope = Body.class) 4836 public JAXBElement<CTMarkup> createBodyCustomXmlDelRangeEnd(CTMarkup value) { 4837 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlDelRangeEnd_QNAME, CTMarkup.class, Body.class, value); 4838 } 4839 4840 /** 4841 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 4842 * 4843 */ 4844 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = Body.class) 4845 public JAXBElement<CTMarkup> createBodyCustomXmlMoveToRangeEnd(CTMarkup value) { 4846 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, Body.class, value); 4847 } 4848 4849 /** 4850 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 4851 * 4852 */ 4853 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = Body.class) 4854 public JAXBElement<CTTrackChange> createBodyCustomXmlInsRangeStart(CTTrackChange value) { 4855 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlInsRangeStart_QNAME, CTTrackChange.class, Body.class, value); 4856 } 4857 4858 /** 4859 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 4860 * 4861 */ 4862 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = Body.class) 4863 public JAXBElement<CTTrackChange> createBodyCustomXmlMoveToRangeStart(CTTrackChange value) { 4864 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, Body.class, value); 4865 } 4866 4867 /** 4868 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 4869 * 4870 */ 4871 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = Body.class) 4872 public JAXBElement<CTMarkup> createBodyCustomXmlInsRangeEnd(CTMarkup value) { 4873 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlInsRangeEnd_QNAME, CTMarkup.class, Body.class, value); 4874 } 4875 4876 /** 4877 * Create an instance of {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >}} 4878 * 4879 */ 4880 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "altChunk", scope = Body.class) 4881 public JAXBElement<CTAltChunk> createBodyAltChunk(CTAltChunk value) { 4882 return new JAXBElement<CTAltChunk>(_CTFtnEdnAltChunk_QNAME, CTAltChunk.class, Body.class, value); 4883 } 4884 4885 /** 4886 * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 4887 * 4888 */ 4889 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = Body.class) 4890 public JAXBElement<CTPerm> createBodyPermEnd(CTPerm value) { 4891 return new JAXBElement<CTPerm>(_CTFtnEdnPermEnd_QNAME, CTPerm.class, Body.class, value); 4892 } 4893 4894 /** 4895 * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 4896 * 4897 */ 4898 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = Body.class) 4899 public JAXBElement<RangePermissionStart> createBodyPermStart(RangePermissionStart value) { 4900 return new JAXBElement<RangePermissionStart>(_CTFtnEdnPermStart_QNAME, RangePermissionStart.class, Body.class, value); 4901 } 4902 4903 /** 4904 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 4905 * 4906 */ 4907 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeEnd", scope = Body.class) 4908 public JAXBElement<CTMarkupRange> createBodyCommentRangeEnd(CTMarkupRange value) { 4909 return new JAXBElement<CTMarkupRange>(_CTFtnEdnCommentRangeEnd_QNAME, CTMarkupRange.class, Body.class, value); 4910 } 4911 4912 /** 4913 * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 4914 * 4915 */ 4916 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = Body.class) 4917 public JAXBElement<CTMoveBookmark> createBodyMoveToRangeStart(CTMoveBookmark value) { 4918 return new JAXBElement<CTMoveBookmark>(_CTFtnEdnMoveToRangeStart_QNAME, CTMoveBookmark.class, Body.class, value); 4919 } 4920 4921 /** 4922 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 4923 * 4924 */ 4925 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = Body.class) 4926 public JAXBElement<CTMarkupRange> createBodyBookmarkEnd(CTMarkupRange value) { 4927 return new JAXBElement<CTMarkupRange>(_CTFtnEdnBookmarkEnd_QNAME, CTMarkupRange.class, Body.class, value); 4928 } 4929 4930 /** 4931 * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >}} 4932 * 4933 */ 4934 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = Body.class) 4935 public JAXBElement<CTCustomXmlBlock> createBodyCustomXml(CTCustomXmlBlock value) { 4936 return new JAXBElement<CTCustomXmlBlock>(_CTFtnEdnCustomXml_QNAME, CTCustomXmlBlock.class, Body.class, value); 4937 } 4938 4939 /** 4940 * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 4941 * 4942 */ 4943 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = Body.class) 4944 public JAXBElement<CTBookmark> createBodyBookmarkStart(CTBookmark value) { 4945 return new JAXBElement<CTBookmark>(_CTFtnEdnBookmarkStart_QNAME, CTBookmark.class, Body.class, value); 4946 } 4947 4948 /** 4949 * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 4950 * 4951 */ 4952 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = Body.class) 4953 public JAXBElement<RunTrackChange> createBodyMoveTo(RunTrackChange value) { 4954 return new JAXBElement<RunTrackChange>(_CTFtnEdnMoveTo_QNAME, RunTrackChange.class, Body.class, value); 4955 } 4956 4957 /** 4958 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 4959 * 4960 */ 4961 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = Body.class) 4962 public JAXBElement<CTMarkup> createBodyCustomXmlMoveFromRangeEnd(CTMarkup value) { 4963 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, Body.class, value); 4964 } 4965 4966 /** 4967 * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 4968 * 4969 */ 4970 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTSmartTagRun.class) 4971 public JAXBElement<CTMoveBookmark> createCTSmartTagRunMoveFromRangeStart(CTMoveBookmark value) { 4972 return new JAXBElement<CTMoveBookmark>(_CTFtnEdnMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTSmartTagRun.class, value); 4973 } 4974 4975 /** 4976 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 4977 * 4978 */ 4979 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTSmartTagRun.class) 4980 public JAXBElement<CTMarkupRange> createCTSmartTagRunMoveFromRangeEnd(CTMarkupRange value) { 4981 return new JAXBElement<CTMarkupRange>(_CTFtnEdnMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTSmartTagRun.class, value); 4982 } 4983 4984 /** 4985 * Create an instance of {@link JAXBElement }{@code <}{@link SdtRun }{@code >}} 4986 * 4987 */ 4988 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sdt", scope = CTSmartTagRun.class) 4989 public JAXBElement<SdtRun> createCTSmartTagRunSdt(SdtRun value) { 4990 return new JAXBElement<SdtRun>(_CTHyperlinkSdt_QNAME, SdtRun.class, CTSmartTagRun.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 = "customXmlDelRangeEnd", scope = CTSmartTagRun.class) 4998 public JAXBElement<CTMarkup> createCTSmartTagRunCustomXmlDelRangeEnd(CTMarkup value) { 4999 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTSmartTagRun.class, value); 5000 } 5001 5002 /** 5003 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 5004 * 5005 */ 5006 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTSmartTagRun.class) 5007 public JAXBElement<CTMarkupRange> createCTSmartTagRunMoveToRangeEnd(CTMarkupRange value) { 5008 return new JAXBElement<CTMarkupRange>(_CTFtnEdnMoveToRangeEnd_QNAME, CTMarkupRange.class, CTSmartTagRun.class, value); 5009 } 5010 5011 /** 5012 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 5013 * 5014 */ 5015 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTSmartTagRun.class) 5016 public JAXBElement<CTMarkup> createCTSmartTagRunCustomXmlMoveToRangeEnd(CTMarkup value) { 5017 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTSmartTagRun.class, value); 5018 } 5019 5020 /** 5021 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 5022 * 5023 */ 5024 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTSmartTagRun.class) 5025 public JAXBElement<CTTrackChange> createCTSmartTagRunCustomXmlInsRangeStart(CTTrackChange value) { 5026 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTSmartTagRun.class, value); 5027 } 5028 5029 /** 5030 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 5031 * 5032 */ 5033 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTSmartTagRun.class) 5034 public JAXBElement<CTTrackChange> createCTSmartTagRunCustomXmlMoveToRangeStart(CTTrackChange value) { 5035 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTSmartTagRun.class, value); 5036 } 5037 5038 /** 5039 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 5040 * 5041 */ 5042 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTSmartTagRun.class) 5043 public JAXBElement<CTMarkup> createCTSmartTagRunCustomXmlInsRangeEnd(CTMarkup value) { 5044 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTSmartTagRun.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 = CTSmartTagRun.class) 5052 public JAXBElement<RangePermissionStart> createCTSmartTagRunPermStart(RangePermissionStart value) { 5053 return new JAXBElement<RangePermissionStart>(_CTFtnEdnPermStart_QNAME, RangePermissionStart.class, CTSmartTagRun.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 = CTSmartTagRun.class) 5061 public JAXBElement<CTMoveBookmark> createCTSmartTagRunMoveToRangeStart(CTMoveBookmark value) { 5062 return new JAXBElement<CTMoveBookmark>(_CTFtnEdnMoveToRangeStart_QNAME, CTMoveBookmark.class, CTSmartTagRun.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 = "commentRangeEnd", scope = CTSmartTagRun.class) 5070 public JAXBElement<CTMarkupRange> createCTSmartTagRunCommentRangeEnd(CTMarkupRange value) { 5071 return new JAXBElement<CTMarkupRange>(_CTFtnEdnCommentRangeEnd_QNAME, CTMarkupRange.class, CTSmartTagRun.class, value); 5072 } 5073 5074 /** 5075 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 5076 * 5077 */ 5078 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTSmartTagRun.class) 5079 public JAXBElement<CTMarkupRange> createCTSmartTagRunBookmarkEnd(CTMarkupRange value) { 5080 return new JAXBElement<CTMarkupRange>(_CTFtnEdnBookmarkEnd_QNAME, CTMarkupRange.class, CTSmartTagRun.class, value); 5081 } 5082 5083 /** 5084 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 5085 * 5086 */ 5087 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTSmartTagRun.class) 5088 public JAXBElement<CTMarkup> createCTSmartTagRunCustomXmlMoveFromRangeEnd(CTMarkup value) { 5089 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTSmartTagRun.class, value); 5090 } 5091 5092 /** 5093 * Create an instance of {@link JAXBElement }{@code <}{@link CTRel }{@code >}} 5094 * 5095 */ 5096 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "subDoc", scope = CTSmartTagRun.class) 5097 public JAXBElement<CTRel> createCTSmartTagRunSubDoc(CTRel value) { 5098 return new JAXBElement<CTRel>(_CTHyperlinkSubDoc_QNAME, CTRel.class, CTSmartTagRun.class, value); 5099 } 5100 5101 /** 5102 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 5103 * 5104 */ 5105 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeStart", scope = CTSmartTagRun.class) 5106 public JAXBElement<CTMarkupRange> createCTSmartTagRunCommentRangeStart(CTMarkupRange value) { 5107 return new JAXBElement<CTMarkupRange>(_CTFtnEdnCommentRangeStart_QNAME, CTMarkupRange.class, CTSmartTagRun.class, value); 5108 } 5109 5110 /** 5111 * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 5112 * 5113 */ 5114 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTSmartTagRun.class) 5115 public JAXBElement<RunTrackChange> createCTSmartTagRunMoveFrom(RunTrackChange value) { 5116 return new JAXBElement<RunTrackChange>(_CTFtnEdnMoveFrom_QNAME, RunTrackChange.class, CTSmartTagRun.class, value); 5117 } 5118 5119 /** 5120 * Create an instance of {@link JAXBElement }{@code <}{@link CTSimpleField }{@code >}} 5121 * 5122 */ 5123 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "fldSimple", scope = CTSmartTagRun.class) 5124 public JAXBElement<CTSimpleField> createCTSmartTagRunFldSimple(CTSimpleField value) { 5125 return new JAXBElement<CTSimpleField>(_CTHyperlinkFldSimple_QNAME, CTSimpleField.class, CTSmartTagRun.class, value); 5126 } 5127 5128 /** 5129 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 5130 * 5131 */ 5132 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTSmartTagRun.class) 5133 public JAXBElement<CTTrackChange> createCTSmartTagRunCustomXmlMoveFromRangeStart(CTTrackChange value) { 5134 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTSmartTagRun.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 = "customXmlDelRangeStart", scope = CTSmartTagRun.class) 5142 public JAXBElement<CTTrackChange> createCTSmartTagRunCustomXmlDelRangeStart(CTTrackChange value) { 5143 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTSmartTagRun.class, value); 5144 } 5145 5146 /** 5147 * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 5148 * 5149 */ 5150 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTSmartTagRun.class) 5151 public JAXBElement<CTPerm> createCTSmartTagRunPermEnd(CTPerm value) { 5152 return new JAXBElement<CTPerm>(_CTFtnEdnPermEnd_QNAME, CTPerm.class, CTSmartTagRun.class, value); 5153 } 5154 5155 /** 5156 * Create an instance of {@link JAXBElement }{@code <}{@link CTHyperlink }{@code >}} 5157 * 5158 */ 5159 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "hyperlink", scope = CTSmartTagRun.class) 5160 public JAXBElement<CTHyperlink> createCTSmartTagRunHyperlink(CTHyperlink value) { 5161 return new JAXBElement<CTHyperlink>(_CTHyperlinkHyperlink_QNAME, CTHyperlink.class, CTSmartTagRun.class, value); 5162 } 5163 5164 /** 5165 * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlRun }{@code >}} 5166 * 5167 */ 5168 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = CTSmartTagRun.class) 5169 public JAXBElement<CTCustomXmlRun> createCTSmartTagRunCustomXml(CTCustomXmlRun value) { 5170 return new JAXBElement<CTCustomXmlRun>(_CTFtnEdnCustomXml_QNAME, CTCustomXmlRun.class, CTSmartTagRun.class, value); 5171 } 5172 5173 /** 5174 * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 5175 * 5176 */ 5177 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTSmartTagRun.class) 5178 public JAXBElement<CTBookmark> createCTSmartTagRunBookmarkStart(CTBookmark value) { 5179 return new JAXBElement<CTBookmark>(_CTFtnEdnBookmarkStart_QNAME, CTBookmark.class, CTSmartTagRun.class, value); 5180 } 5181 5182 /** 5183 * Create an instance of {@link JAXBElement }{@code <}{@link CTSmartTagRun }{@code >}} 5184 * 5185 */ 5186 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "smartTag", scope = CTSmartTagRun.class) 5187 public JAXBElement<CTSmartTagRun> createCTSmartTagRunSmartTag(CTSmartTagRun value) { 5188 return new JAXBElement<CTSmartTagRun>(_CTHyperlinkSmartTag_QNAME, CTSmartTagRun.class, CTSmartTagRun.class, value); 5189 } 5190 5191 /** 5192 * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 5193 * 5194 */ 5195 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTSmartTagRun.class) 5196 public JAXBElement<RunTrackChange> createCTSmartTagRunMoveTo(RunTrackChange value) { 5197 return new JAXBElement<RunTrackChange>(_CTFtnEdnMoveTo_QNAME, RunTrackChange.class, CTSmartTagRun.class, value); 3152 5198 } 3153 5199 … … 3216 5262 3217 5263 /** 5264 * Create an instance of {@link JAXBElement }{@code <}{@link CTLock }{@code >}} 5265 * 5266 */ 5267 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "lock", scope = SdtPr.class) 5268 public JAXBElement<CTLock> createSdtPrLock(CTLock value) { 5269 return new JAXBElement<CTLock>(_SdtPrLock_QNAME, CTLock.class, SdtPr.class, value); 5270 } 5271 5272 /** 3218 5273 * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 3219 5274 * … … 3225 5280 3226 5281 /** 3227 * Create an instance of {@link JAXBElement }{@code <}{@link CTLock}{@code >}}3228 * 3229 */ 3230 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = " lock", scope = SdtPr.class)3231 public JAXBElement< CTLock> createSdtPrLock(CTLockvalue) {3232 return new JAXBElement< CTLock>(_SdtPrLock_QNAME, CTLock.class, SdtPr.class, value);5282 * Create an instance of {@link JAXBElement }{@code <}{@link SdtPr.Bibliography }{@code >}} 5283 * 5284 */ 5285 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bibliography", scope = SdtPr.class) 5286 public JAXBElement<SdtPr.Bibliography> createSdtPrBibliography(SdtPr.Bibliography value) { 5287 return new JAXBElement<SdtPr.Bibliography>(_SdtPrBibliography_QNAME, SdtPr.Bibliography.class, SdtPr.class, value); 3233 5288 } 3234 5289 … … 3243 5298 3244 5299 /** 3245 * Create an instance of {@link JAXBElement }{@code <}{@link SdtPr. Bibliography}{@code >}}3246 * 3247 */ 3248 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = " bibliography", scope = SdtPr.class)3249 public JAXBElement<SdtPr. Bibliography> createSdtPrBibliography(SdtPr.Bibliographyvalue) {3250 return new JAXBElement<SdtPr. Bibliography>(_SdtPrBibliography_QNAME, SdtPr.Bibliography.class, SdtPr.class, value);5300 * Create an instance of {@link JAXBElement }{@code <}{@link SdtPr.RichText }{@code >}} 5301 * 5302 */ 5303 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "richText", scope = SdtPr.class) 5304 public JAXBElement<SdtPr.RichText> createSdtPrRichText(SdtPr.RichText value) { 5305 return new JAXBElement<SdtPr.RichText>(_SdtPrRichText_QNAME, SdtPr.RichText.class, SdtPr.class, value); 3251 5306 } 3252 5307 … … 3261 5316 3262 5317 /** 3263 * Create an instance of {@link JAXBElement }{@code <}{@link SdtPr.RichText }{@code >}}3264 *3265 */3266 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "richText", scope = SdtPr.class)3267 public JAXBElement<SdtPr.RichText> createSdtPrRichText(SdtPr.RichText value) {3268 return new JAXBElement<SdtPr.RichText>(_SdtPrRichText_QNAME, SdtPr.RichText.class, SdtPr.class, value);3269 }3270 3271 /**3272 5318 * Create an instance of {@link JAXBElement }{@code <}{@link CTSdtDropDownList }{@code >}} 3273 5319 * … … 3324 5370 3325 5371 /** 3326 * Create an instance of {@link JAXBElement }{@code <}{@link CTTxbxContent }{@code >}} 3327 * 3328 */ 3329 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "txbxContent") 3330 public JAXBElement<CTTxbxContent> createTxbxContent(CTTxbxContent value) { 3331 return new JAXBElement<CTTxbxContent>(_TxbxContent_QNAME, CTTxbxContent.class, null, value); 3332 } 3333 3334 /** 3335 * Create an instance of {@link JAXBElement }{@code <}{@link CTHdrFtr }{@code >}} 3336 * 3337 */ 3338 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "ftr") 3339 public JAXBElement<CTHdrFtr> createFtr(CTHdrFtr value) { 3340 return new JAXBElement<CTHdrFtr>(_Ftr_QNAME, CTHdrFtr.class, null, value); 3341 } 3342 3343 /** 3344 * Create an instance of {@link JAXBElement }{@code <}{@link CTSettings }{@code >}} 3345 * 3346 */ 3347 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "settings") 3348 public JAXBElement<CTSettings> createSettings(CTSettings value) { 3349 return new JAXBElement<CTSettings>(_Settings_QNAME, CTSettings.class, null, value); 3350 } 3351 3352 /** 3353 * Create an instance of {@link JAXBElement }{@code <}{@link CTRecipients }{@code >}} 3354 * 3355 */ 3356 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "recipients") 3357 public JAXBElement<CTRecipients> createRecipients(CTRecipients value) { 3358 return new JAXBElement<CTRecipients>(_Recipients_QNAME, CTRecipients.class, null, value); 3359 } 3360 3361 /** 3362 * Create an instance of {@link JAXBElement }{@code <}{@link CTHdrFtr }{@code >}} 3363 * 3364 */ 3365 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "hdr") 3366 public JAXBElement<CTHdrFtr> createHdr(CTHdrFtr value) { 3367 return new JAXBElement<CTHdrFtr>(_Hdr_QNAME, CTHdrFtr.class, null, value); 3368 } 3369 3370 /** 3371 * Create an instance of {@link JAXBElement }{@code <}{@link CTEndnotes }{@code >}} 3372 * 3373 */ 3374 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "endnotes") 3375 public JAXBElement<CTEndnotes> createEndnotes(CTEndnotes value) { 3376 return new JAXBElement<CTEndnotes>(_Endnotes_QNAME, CTEndnotes.class, null, value); 3377 } 3378 3379 /** 3380 * Create an instance of {@link JAXBElement }{@code <}{@link CTComments }{@code >}} 3381 * 3382 */ 3383 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "comments") 3384 public JAXBElement<CTComments> createComments(CTComments value) { 3385 return new JAXBElement<CTComments>(_Comments_QNAME, CTComments.class, null, value); 3386 } 3387 3388 /** 3389 * Create an instance of {@link JAXBElement }{@code <}{@link CTFootnotes }{@code >}} 3390 * 3391 */ 3392 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "footnotes") 3393 public JAXBElement<CTFootnotes> createFootnotes(CTFootnotes value) { 3394 return new JAXBElement<CTFootnotes>(_Footnotes_QNAME, CTFootnotes.class, null, value); 3395 } 3396 3397 /** 3398 * Create an instance of {@link JAXBElement }{@code <}{@link CTWebSettings }{@code >}} 3399 * 3400 */ 3401 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "webSettings") 3402 public JAXBElement<CTWebSettings> createWebSettings(CTWebSettings value) { 3403 return new JAXBElement<CTWebSettings>(_WebSettings_QNAME, CTWebSettings.class, null, value); 5372 * Create an instance of {@link JAXBElement }{@code <}{@link CTHdrFtrRef }{@code >}} 5373 * 5374 */ 5375 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "headerReference", scope = SectPr.class) 5376 public JAXBElement<CTHdrFtrRef> createSectPrHeaderReference(CTHdrFtrRef value) { 5377 return new JAXBElement<CTHdrFtrRef>(_SectPrHeaderReference_QNAME, CTHdrFtrRef.class, SectPr.class, value); 5378 } 5379 5380 /** 5381 * Create an instance of {@link JAXBElement }{@code <}{@link CTHdrFtrRef }{@code >}} 5382 * 5383 */ 5384 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "footerReference", scope = SectPr.class) 5385 public JAXBElement<CTHdrFtrRef> createSectPrFooterReference(CTHdrFtrRef value) { 5386 return new JAXBElement<CTHdrFtrRef>(_SectPrFooterReference_QNAME, CTHdrFtrRef.class, SectPr.class, value); 5387 } 5388 5389 /** 5390 * Create an instance of {@link JAXBElement }{@code <}{@link CTFFDDList }{@code >}} 5391 * 5392 */ 5393 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "ddList", scope = CTFFData.class) 5394 public JAXBElement<CTFFDDList> createCTFFDataDdList(CTFFDDList value) { 5395 return new JAXBElement<CTFFDDList>(_CTFFDataDdList_QNAME, CTFFDDList.class, CTFFData.class, value); 3404 5396 } 3405 5397 … … 3414 5406 3415 5407 /** 3416 * Create an instance of {@link JAXBElement }{@code <}{@link CTFFDDList }{@code >}}3417 *3418 */3419 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "ddList", scope = CTFFData.class)3420 public JAXBElement<CTFFDDList> createCTFFDataDdList(CTFFDDList value) {3421 return new JAXBElement<CTFFDDList>(_CTFFDataDdList_QNAME, CTFFDDList.class, CTFFData.class, value);3422 }3423 3424 /**3425 5408 * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 3426 5409 * … … 3432 5415 3433 5416 /** 5417 * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}} 5418 * 5419 */ 5420 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "calcOnExit", scope = CTFFData.class) 5421 public JAXBElement<BooleanDefaultTrue> createCTFFDataCalcOnExit(BooleanDefaultTrue value) { 5422 return new JAXBElement<BooleanDefaultTrue>(_CTFFDataCalcOnExit_QNAME, BooleanDefaultTrue.class, CTFFData.class, value); 5423 } 5424 5425 /** 3434 5426 * Create an instance of {@link JAXBElement }{@code <}{@link CTFFName }{@code >}} 3435 5427 * … … 3441 5433 3442 5434 /** 3443 * Create an instance of {@link JAXBElement }{@code <}{@link BooleanDefaultTrue }{@code >}}3444 *3445 */3446 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "calcOnExit", scope = CTFFData.class)3447 public JAXBElement<BooleanDefaultTrue> createCTFFDataCalcOnExit(BooleanDefaultTrue value) {3448 return new JAXBElement<BooleanDefaultTrue>(_CTFFDataCalcOnExit_QNAME, BooleanDefaultTrue.class, CTFFData.class, value);3449 }3450 3451 /**3452 5435 * Create an instance of {@link JAXBElement }{@code <}{@link CTFFCheckBox }{@code >}} 3453 5436 * … … 3495 5478 3496 5479 /** 5480 * Create an instance of {@link JAXBElement }{@code <}{@link R.MonthShort }{@code >}} 5481 * 5482 */ 5483 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "monthShort", scope = R.class) 5484 public JAXBElement<R.MonthShort> createRMonthShort(R.MonthShort value) { 5485 return new JAXBElement<R.MonthShort>(_RMonthShort_QNAME, R.MonthShort.class, R.class, value); 5486 } 5487 5488 /** 5489 * Create an instance of {@link JAXBElement }{@code <}{@link R.YearLong }{@code >}} 5490 * 5491 */ 5492 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "yearLong", scope = R.class) 5493 public JAXBElement<R.YearLong> createRYearLong(R.YearLong value) { 5494 return new JAXBElement<R.YearLong>(_RYearLong_QNAME, R.YearLong.class, R.class, value); 5495 } 5496 5497 /** 5498 * Create an instance of {@link JAXBElement }{@code <}{@link CTFtnEdnRef }{@code >}} 5499 * 5500 */ 5501 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "footnoteReference", scope = R.class) 5502 public JAXBElement<CTFtnEdnRef> createRFootnoteReference(CTFtnEdnRef value) { 5503 return new JAXBElement<CTFtnEdnRef>(_RFootnoteReference_QNAME, CTFtnEdnRef.class, R.class, value); 5504 } 5505 5506 /** 5507 * Create an instance of {@link JAXBElement }{@code <}{@link R.PgNum }{@code >}} 5508 * 5509 */ 5510 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "pgNum", scope = R.class) 5511 public JAXBElement<R.PgNum> createRPgNum(R.PgNum value) { 5512 return new JAXBElement<R.PgNum>(_RPgNum_QNAME, R.PgNum.class, R.class, value); 5513 } 5514 5515 /** 5516 * Create an instance of {@link JAXBElement }{@code <}{@link R.EndnoteRef }{@code >}} 5517 * 5518 */ 5519 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "endnoteRef", scope = R.class) 5520 public JAXBElement<R.EndnoteRef> createREndnoteRef(R.EndnoteRef value) { 5521 return new JAXBElement<R.EndnoteRef>(_REndnoteRef_QNAME, R.EndnoteRef.class, R.class, value); 5522 } 5523 5524 /** 5525 * Create an instance of {@link JAXBElement }{@code <}{@link R.SoftHyphen }{@code >}} 5526 * 5527 */ 5528 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "softHyphen", scope = R.class) 5529 public JAXBElement<R.SoftHyphen> createRSoftHyphen(R.SoftHyphen value) { 5530 return new JAXBElement<R.SoftHyphen>(_RSoftHyphen_QNAME, R.SoftHyphen.class, R.class, value); 5531 } 5532 5533 /** 5534 * Create an instance of {@link JAXBElement }{@code <}{@link CTFtnEdnRef }{@code >}} 5535 * 5536 */ 5537 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "endnoteReference", scope = R.class) 5538 public JAXBElement<CTFtnEdnRef> createREndnoteReference(CTFtnEdnRef value) { 5539 return new JAXBElement<CTFtnEdnRef>(_REndnoteReference_QNAME, CTFtnEdnRef.class, R.class, value); 5540 } 5541 5542 /** 5543 * Create an instance of {@link JAXBElement }{@code <}{@link Text }{@code >}} 5544 * 5545 */ 5546 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "t", scope = R.class) 5547 public JAXBElement<Text> createRT(Text value) { 5548 return new JAXBElement<Text>(_RT_QNAME, Text.class, R.class, value); 5549 } 5550 5551 /** 5552 * Create an instance of {@link JAXBElement }{@code <}{@link R.Cr }{@code >}} 5553 * 5554 */ 5555 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "cr", scope = R.class) 5556 public JAXBElement<R.Cr> createRCr(R.Cr value) { 5557 return new JAXBElement<R.Cr>(_RCr_QNAME, R.Cr.class, R.class, value); 5558 } 5559 5560 /** 5561 * Create an instance of {@link JAXBElement }{@code <}{@link FldChar }{@code >}} 5562 * 5563 */ 5564 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "fldChar", scope = R.class) 5565 public JAXBElement<FldChar> createRFldChar(FldChar value) { 5566 return new JAXBElement<FldChar>(_RFldChar_QNAME, FldChar.class, R.class, value); 5567 } 5568 5569 /** 5570 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 5571 * 5572 */ 5573 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentReference", scope = R.class) 5574 public JAXBElement<CTMarkup> createRCommentReference(CTMarkup value) { 5575 return new JAXBElement<CTMarkup>(_RCommentReference_QNAME, CTMarkup.class, R.class, value); 5576 } 5577 5578 /** 5579 * Create an instance of {@link JAXBElement }{@code <}{@link R.Separator }{@code >}} 5580 * 5581 */ 5582 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "separator", scope = R.class) 5583 public JAXBElement<R.Separator> createRSeparator(R.Separator value) { 5584 return new JAXBElement<R.Separator>(_RSeparator_QNAME, R.Separator.class, R.class, value); 5585 } 5586 5587 /** 5588 * Create an instance of {@link JAXBElement }{@code <}{@link R.DayLong }{@code >}} 5589 * 5590 */ 5591 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "dayLong", scope = R.class) 5592 public JAXBElement<R.DayLong> createRDayLong(R.DayLong value) { 5593 return new JAXBElement<R.DayLong>(_RDayLong_QNAME, R.DayLong.class, R.class, value); 5594 } 5595 5596 /** 5597 * Create an instance of {@link JAXBElement }{@code <}{@link R.AnnotationRef }{@code >}} 5598 * 5599 */ 5600 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "annotationRef", scope = R.class) 5601 public JAXBElement<R.AnnotationRef> createRAnnotationRef(R.AnnotationRef value) { 5602 return new JAXBElement<R.AnnotationRef>(_RAnnotationRef_QNAME, R.AnnotationRef.class, R.class, value); 5603 } 5604 5605 /** 5606 * Create an instance of {@link JAXBElement }{@code <}{@link CTRuby }{@code >}} 5607 * 5608 */ 5609 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "ruby", scope = R.class) 5610 public JAXBElement<CTRuby> createRRuby(CTRuby value) { 5611 return new JAXBElement<CTRuby>(_RRuby_QNAME, CTRuby.class, R.class, value); 5612 } 5613 5614 /** 5615 * Create an instance of {@link JAXBElement }{@code <}{@link CTObject }{@code >}} 5616 * 5617 */ 5618 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "object", scope = R.class) 5619 public JAXBElement<CTObject> createRObject(CTObject value) { 5620 return new JAXBElement<CTObject>(_RObject_QNAME, CTObject.class, R.class, value); 5621 } 5622 5623 /** 5624 * Create an instance of {@link JAXBElement }{@code <}{@link R.Tab }{@code >}} 5625 * 5626 */ 5627 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tab", scope = R.class) 5628 public JAXBElement<R.Tab> createRTab(R.Tab value) { 5629 return new JAXBElement<R.Tab>(_RTab_QNAME, R.Tab.class, R.class, value); 5630 } 5631 5632 /** 5633 * Create an instance of {@link JAXBElement }{@code <}{@link R.LastRenderedPageBreak }{@code >}} 5634 * 5635 */ 5636 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "lastRenderedPageBreak", scope = R.class) 5637 public JAXBElement<R.LastRenderedPageBreak> createRLastRenderedPageBreak(R.LastRenderedPageBreak value) { 5638 return new JAXBElement<R.LastRenderedPageBreak>(_RLastRenderedPageBreak_QNAME, R.LastRenderedPageBreak.class, R.class, value); 5639 } 5640 5641 /** 5642 * Create an instance of {@link JAXBElement }{@code <}{@link Text }{@code >}} 5643 * 5644 */ 5645 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "instrText", scope = R.class) 5646 public JAXBElement<Text> createRInstrText(Text value) { 5647 return new JAXBElement<Text>(_RInstrText_QNAME, Text.class, R.class, value); 5648 } 5649 5650 /** 5651 * Create an instance of {@link JAXBElement }{@code <}{@link Text }{@code >}} 5652 * 5653 */ 5654 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "delInstrText", scope = R.class) 5655 public JAXBElement<Text> createRDelInstrText(Text value) { 5656 return new JAXBElement<Text>(_RDelInstrText_QNAME, Text.class, R.class, value); 5657 } 5658 5659 /** 5660 * Create an instance of {@link JAXBElement }{@code <}{@link R.Sym }{@code >}} 5661 * 5662 */ 5663 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sym", scope = R.class) 5664 public JAXBElement<R.Sym> createRSym(R.Sym value) { 5665 return new JAXBElement<R.Sym>(_RSym_QNAME, R.Sym.class, R.class, value); 5666 } 5667 5668 /** 5669 * Create an instance of {@link JAXBElement }{@code <}{@link CTPicture }{@code >}} 5670 * 5671 */ 5672 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "pict", scope = R.class) 5673 public JAXBElement<CTPicture> createRPict(CTPicture value) { 5674 return new JAXBElement<CTPicture>(_RPict_QNAME, CTPicture.class, R.class, value); 5675 } 5676 5677 /** 5678 * Create an instance of {@link JAXBElement }{@code <}{@link R.ContinuationSeparator }{@code >}} 5679 * 5680 */ 5681 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "continuationSeparator", scope = R.class) 5682 public JAXBElement<R.ContinuationSeparator> createRContinuationSeparator(R.ContinuationSeparator value) { 5683 return new JAXBElement<R.ContinuationSeparator>(_RContinuationSeparator_QNAME, R.ContinuationSeparator.class, R.class, value); 5684 } 5685 5686 /** 5687 * Create an instance of {@link JAXBElement }{@code <}{@link R.YearShort }{@code >}} 5688 * 5689 */ 5690 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "yearShort", scope = R.class) 5691 public JAXBElement<R.YearShort> createRYearShort(R.YearShort value) { 5692 return new JAXBElement<R.YearShort>(_RYearShort_QNAME, R.YearShort.class, R.class, value); 5693 } 5694 5695 /** 5696 * Create an instance of {@link JAXBElement }{@code <}{@link R.FootnoteRef }{@code >}} 5697 * 5698 */ 5699 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "footnoteRef", scope = R.class) 5700 public JAXBElement<R.FootnoteRef> createRFootnoteRef(R.FootnoteRef value) { 5701 return new JAXBElement<R.FootnoteRef>(_RFootnoteRef_QNAME, R.FootnoteRef.class, R.class, value); 5702 } 5703 5704 /** 5705 * Create an instance of {@link JAXBElement }{@code <}{@link R.DayShort }{@code >}} 5706 * 5707 */ 5708 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "dayShort", scope = R.class) 5709 public JAXBElement<R.DayShort> createRDayShort(R.DayShort value) { 5710 return new JAXBElement<R.DayShort>(_RDayShort_QNAME, R.DayShort.class, R.class, value); 5711 } 5712 5713 /** 5714 * Create an instance of {@link JAXBElement }{@code <}{@link R.MonthLong }{@code >}} 5715 * 5716 */ 5717 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "monthLong", scope = R.class) 5718 public JAXBElement<R.MonthLong> createRMonthLong(R.MonthLong value) { 5719 return new JAXBElement<R.MonthLong>(_RMonthLong_QNAME, R.MonthLong.class, R.class, value); 5720 } 5721 5722 /** 5723 * Create an instance of {@link JAXBElement }{@code <}{@link R.Ptab }{@code >}} 5724 * 5725 */ 5726 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "ptab", scope = R.class) 5727 public JAXBElement<R.Ptab> createRPtab(R.Ptab value) { 5728 return new JAXBElement<R.Ptab>(_RPtab_QNAME, R.Ptab.class, R.class, value); 5729 } 5730 5731 /** 5732 * Create an instance of {@link JAXBElement }{@code <}{@link R.NoBreakHyphen }{@code >}} 5733 * 5734 */ 5735 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "noBreakHyphen", scope = R.class) 5736 public JAXBElement<R.NoBreakHyphen> createRNoBreakHyphen(R.NoBreakHyphen value) { 5737 return new JAXBElement<R.NoBreakHyphen>(_RNoBreakHyphen_QNAME, R.NoBreakHyphen.class, R.class, value); 5738 } 5739 5740 /** 3497 5741 * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 3498 5742 * 3499 5743 */ 3500 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTHdrFtr.class) 3501 public JAXBElement<CTMoveBookmark> createCTHdrFtrMoveFromRangeStart(CTMoveBookmark value) { 3502 return new JAXBElement<CTMoveBookmark>(_CTHdrFtrMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTHdrFtr.class, value); 5744 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTTxbxContent.class) 5745 public JAXBElement<CTMoveBookmark> createCTTxbxContentMoveFromRangeStart(CTMoveBookmark value) { 5746 return new JAXBElement<CTMoveBookmark>(_CTFtnEdnMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTTxbxContent.class, value); 5747 } 5748 5749 /** 5750 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 5751 * 5752 */ 5753 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeStart", scope = CTTxbxContent.class) 5754 public JAXBElement<CTMarkupRange> createCTTxbxContentCommentRangeStart(CTMarkupRange value) { 5755 return new JAXBElement<CTMarkupRange>(_CTFtnEdnCommentRangeStart_QNAME, CTMarkupRange.class, CTTxbxContent.class, value); 5756 } 5757 5758 /** 5759 * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 5760 * 5761 */ 5762 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTTxbxContent.class) 5763 public JAXBElement<RunTrackChange> createCTTxbxContentMoveFrom(RunTrackChange value) { 5764 return new JAXBElement<RunTrackChange>(_CTFtnEdnMoveFrom_QNAME, RunTrackChange.class, CTTxbxContent.class, value); 5765 } 5766 5767 /** 5768 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 5769 * 5770 */ 5771 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTTxbxContent.class) 5772 public JAXBElement<CTMarkupRange> createCTTxbxContentMoveFromRangeEnd(CTMarkupRange value) { 5773 return new JAXBElement<CTMarkupRange>(_CTFtnEdnMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTTxbxContent.class, value); 3503 5774 } 3504 5775 … … 3507 5778 * 3508 5779 */ 3509 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tbl", scope = CTHdrFtr.class) 3510 public JAXBElement<Tbl> createCTHdrFtrTbl(Tbl value) { 3511 return new JAXBElement<Tbl>(_CTHdrFtrTbl_QNAME, Tbl.class, CTHdrFtr.class, value); 3512 } 3513 3514 /** 3515 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 3516 * 3517 */ 3518 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTHdrFtr.class) 3519 public JAXBElement<CTMarkupRange> createCTHdrFtrMoveFromRangeEnd(CTMarkupRange value) { 3520 return new JAXBElement<CTMarkupRange>(_CTHdrFtrMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTHdrFtr.class, value); 5780 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tbl", scope = CTTxbxContent.class) 5781 public JAXBElement<Tbl> createCTTxbxContentTbl(Tbl value) { 5782 return new JAXBElement<Tbl>(_CTFtnEdnTbl_QNAME, Tbl.class, CTTxbxContent.class, value); 5783 } 5784 5785 /** 5786 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 5787 * 5788 */ 5789 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTTxbxContent.class) 5790 public JAXBElement<CTTrackChange> createCTTxbxContentCustomXmlMoveFromRangeStart(CTTrackChange value) { 5791 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTTxbxContent.class, value); 5792 } 5793 5794 /** 5795 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 5796 * 5797 */ 5798 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTTxbxContent.class) 5799 public JAXBElement<CTTrackChange> createCTTxbxContentCustomXmlDelRangeStart(CTTrackChange value) { 5800 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTTxbxContent.class, value); 5801 } 5802 5803 /** 5804 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 5805 * 5806 */ 5807 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTTxbxContent.class) 5808 public JAXBElement<CTMarkupRange> createCTTxbxContentMoveToRangeEnd(CTMarkupRange value) { 5809 return new JAXBElement<CTMarkupRange>(_CTFtnEdnMoveToRangeEnd_QNAME, CTMarkupRange.class, CTTxbxContent.class, value); 5810 } 5811 5812 /** 5813 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 5814 * 5815 */ 5816 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTTxbxContent.class) 5817 public JAXBElement<CTMarkup> createCTTxbxContentCustomXmlDelRangeEnd(CTMarkup value) { 5818 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTTxbxContent.class, value); 5819 } 5820 5821 /** 5822 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 5823 * 5824 */ 5825 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTTxbxContent.class) 5826 public JAXBElement<CTMarkup> createCTTxbxContentCustomXmlMoveToRangeEnd(CTMarkup value) { 5827 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTTxbxContent.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 = "customXmlInsRangeStart", scope = CTTxbxContent.class) 5835 public JAXBElement<CTTrackChange> createCTTxbxContentCustomXmlInsRangeStart(CTTrackChange value) { 5836 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTTxbxContent.class, value); 5837 } 5838 5839 /** 5840 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 5841 * 5842 */ 5843 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTTxbxContent.class) 5844 public JAXBElement<CTTrackChange> createCTTxbxContentCustomXmlMoveToRangeStart(CTTrackChange value) { 5845 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTTxbxContent.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 = "customXmlInsRangeEnd", scope = CTTxbxContent.class) 5853 public JAXBElement<CTMarkup> createCTTxbxContentCustomXmlInsRangeEnd(CTMarkup value) { 5854 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTTxbxContent.class, value); 5855 } 5856 5857 /** 5858 * Create an instance of {@link JAXBElement }{@code <}{@link CTAltChunk }{@code >}} 5859 * 5860 */ 5861 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "altChunk", scope = CTTxbxContent.class) 5862 public JAXBElement<CTAltChunk> createCTTxbxContentAltChunk(CTAltChunk value) { 5863 return new JAXBElement<CTAltChunk>(_CTFtnEdnAltChunk_QNAME, CTAltChunk.class, CTTxbxContent.class, value); 5864 } 5865 5866 /** 5867 * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 5868 * 5869 */ 5870 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTTxbxContent.class) 5871 public JAXBElement<CTPerm> createCTTxbxContentPermEnd(CTPerm value) { 5872 return new JAXBElement<CTPerm>(_CTFtnEdnPermEnd_QNAME, CTPerm.class, CTTxbxContent.class, value); 5873 } 5874 5875 /** 5876 * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 5877 * 5878 */ 5879 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTTxbxContent.class) 5880 public JAXBElement<RangePermissionStart> createCTTxbxContentPermStart(RangePermissionStart value) { 5881 return new JAXBElement<RangePermissionStart>(_CTFtnEdnPermStart_QNAME, RangePermissionStart.class, CTTxbxContent.class, value); 5882 } 5883 5884 /** 5885 * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 5886 * 5887 */ 5888 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTTxbxContent.class) 5889 public JAXBElement<CTMoveBookmark> createCTTxbxContentMoveToRangeStart(CTMoveBookmark value) { 5890 return new JAXBElement<CTMoveBookmark>(_CTFtnEdnMoveToRangeStart_QNAME, CTMoveBookmark.class, CTTxbxContent.class, value); 5891 } 5892 5893 /** 5894 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 5895 * 5896 */ 5897 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeEnd", scope = CTTxbxContent.class) 5898 public JAXBElement<CTMarkupRange> createCTTxbxContentCommentRangeEnd(CTMarkupRange value) { 5899 return new JAXBElement<CTMarkupRange>(_CTFtnEdnCommentRangeEnd_QNAME, CTMarkupRange.class, CTTxbxContent.class, value); 5900 } 5901 5902 /** 5903 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 5904 * 5905 */ 5906 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTTxbxContent.class) 5907 public JAXBElement<CTMarkupRange> createCTTxbxContentBookmarkEnd(CTMarkupRange value) { 5908 return new JAXBElement<CTMarkupRange>(_CTFtnEdnBookmarkEnd_QNAME, CTMarkupRange.class, CTTxbxContent.class, value); 5909 } 5910 5911 /** 5912 * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlBlock }{@code >}} 5913 * 5914 */ 5915 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = CTTxbxContent.class) 5916 public JAXBElement<CTCustomXmlBlock> createCTTxbxContentCustomXml(CTCustomXmlBlock value) { 5917 return new JAXBElement<CTCustomXmlBlock>(_CTFtnEdnCustomXml_QNAME, CTCustomXmlBlock.class, CTTxbxContent.class, value); 5918 } 5919 5920 /** 5921 * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 5922 * 5923 */ 5924 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTTxbxContent.class) 5925 public JAXBElement<CTBookmark> createCTTxbxContentBookmarkStart(CTBookmark value) { 5926 return new JAXBElement<CTBookmark>(_CTFtnEdnBookmarkStart_QNAME, CTBookmark.class, CTTxbxContent.class, value); 3521 5927 } 3522 5928 … … 3525 5931 * 3526 5932 */ 3527 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "ins", scope = CTHdrFtr.class) 3528 public JAXBElement<RunTrackChange> createCTHdrFtrIns(RunTrackChange value) { 3529 return new JAXBElement<RunTrackChange>(_CTHdrFtrIns_QNAME, RunTrackChange.class, CTHdrFtr.class, value); 3530 } 3531 3532 /** 3533 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 3534 * 3535 */ 3536 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTHdrFtr.class) 3537 public JAXBElement<CTMarkupRange> createCTHdrFtrMoveToRangeEnd(CTMarkupRange value) { 3538 return new JAXBElement<CTMarkupRange>(_CTHdrFtrMoveToRangeEnd_QNAME, CTMarkupRange.class, CTHdrFtr.class, value); 3539 } 3540 3541 /** 3542 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 3543 * 3544 */ 3545 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTHdrFtr.class) 3546 public JAXBElement<CTMarkup> createCTHdrFtrCustomXmlDelRangeEnd(CTMarkup value) { 3547 return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTHdrFtr.class, value); 3548 } 3549 3550 /** 3551 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 3552 * 3553 */ 3554 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTHdrFtr.class) 3555 public JAXBElement<CTMarkup> createCTHdrFtrCustomXmlMoveToRangeEnd(CTMarkup value) { 3556 return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTHdrFtr.class, value); 5933 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTTxbxContent.class) 5934 public JAXBElement<RunTrackChange> createCTTxbxContentMoveTo(RunTrackChange value) { 5935 return new JAXBElement<RunTrackChange>(_CTFtnEdnMoveTo_QNAME, RunTrackChange.class, CTTxbxContent.class, value); 5936 } 5937 5938 /** 5939 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 5940 * 5941 */ 5942 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTTxbxContent.class) 5943 public JAXBElement<CTMarkup> createCTTxbxContentCustomXmlMoveFromRangeEnd(CTMarkup value) { 5944 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTTxbxContent.class, value); 5945 } 5946 5947 /** 5948 * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 5949 * 5950 */ 5951 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = CTCustomXmlCell.class) 5952 public JAXBElement<CTMoveBookmark> createCTCustomXmlCellMoveFromRangeStart(CTMoveBookmark value) { 5953 return new JAXBElement<CTMoveBookmark>(_CTFtnEdnMoveFromRangeStart_QNAME, CTMoveBookmark.class, CTCustomXmlCell.class, value); 5954 } 5955 5956 /** 5957 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 5958 * 5959 */ 5960 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeStart", scope = CTCustomXmlCell.class) 5961 public JAXBElement<CTMarkupRange> createCTCustomXmlCellCommentRangeStart(CTMarkupRange value) { 5962 return new JAXBElement<CTMarkupRange>(_CTFtnEdnCommentRangeStart_QNAME, CTMarkupRange.class, CTCustomXmlCell.class, value); 5963 } 5964 5965 /** 5966 * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 5967 * 5968 */ 5969 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTCustomXmlCell.class) 5970 public JAXBElement<RunTrackChange> createCTCustomXmlCellMoveFrom(RunTrackChange value) { 5971 return new JAXBElement<RunTrackChange>(_CTFtnEdnMoveFrom_QNAME, RunTrackChange.class, CTCustomXmlCell.class, value); 5972 } 5973 5974 /** 5975 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 5976 * 5977 */ 5978 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = CTCustomXmlCell.class) 5979 public JAXBElement<CTMarkupRange> createCTCustomXmlCellMoveFromRangeEnd(CTMarkupRange value) { 5980 return new JAXBElement<CTMarkupRange>(_CTFtnEdnMoveFromRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlCell.class, value); 3557 5981 } 3558 5982 … … 3561 5985 * 3562 5986 */ 3563 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTHdrFtr.class) 3564 public JAXBElement<CTTrackChange> createCTHdrFtrCustomXmlInsRangeStart(CTTrackChange value) { 3565 return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTHdrFtr.class, value); 5987 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTCustomXmlCell.class) 5988 public JAXBElement<CTTrackChange> createCTCustomXmlCellCustomXmlMoveFromRangeStart(CTTrackChange value) { 5989 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTCustomXmlCell.class, value); 5990 } 5991 5992 /** 5993 * Create an instance of {@link JAXBElement }{@code <}{@link CTSdtCell }{@code >}} 5994 * 5995 */ 5996 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sdt", scope = CTCustomXmlCell.class) 5997 public JAXBElement<CTSdtCell> createCTCustomXmlCellSdt(CTSdtCell value) { 5998 return new JAXBElement<CTSdtCell>(_CTHyperlinkSdt_QNAME, CTSdtCell.class, CTCustomXmlCell.class, value); 5999 } 6000 6001 /** 6002 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 6003 * 6004 */ 6005 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = CTCustomXmlCell.class) 6006 public JAXBElement<CTMarkup> createCTCustomXmlCellCustomXmlDelRangeEnd(CTMarkup value) { 6007 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlDelRangeEnd_QNAME, CTMarkup.class, CTCustomXmlCell.class, value); 3566 6008 } 3567 6009 … … 3570 6012 * 3571 6013 */ 3572 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTHdrFtr.class) 3573 public JAXBElement<CTTrackChange> createCTHdrFtrCustomXmlMoveToRangeStart(CTTrackChange value) { 3574 return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTHdrFtr.class, value); 3575 } 3576 3577 /** 3578 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 3579 * 3580 */ 3581 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTHdrFtr.class) 3582 public JAXBElement<CTMarkup> createCTHdrFtrCustomXmlInsRangeEnd(CTMarkup value) { 3583 return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTHdrFtr.class, value); 6014 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTCustomXmlCell.class) 6015 public JAXBElement<CTTrackChange> createCTCustomXmlCellCustomXmlDelRangeStart(CTTrackChange value) { 6016 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTCustomXmlCell.class, value); 6017 } 6018 6019 /** 6020 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 6021 * 6022 */ 6023 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeEnd", scope = CTCustomXmlCell.class) 6024 public JAXBElement<CTMarkupRange> createCTCustomXmlCellMoveToRangeEnd(CTMarkupRange value) { 6025 return new JAXBElement<CTMarkupRange>(_CTFtnEdnMoveToRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlCell.class, value); 6026 } 6027 6028 /** 6029 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 6030 * 6031 */ 6032 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = CTCustomXmlCell.class) 6033 public JAXBElement<CTMarkup> createCTCustomXmlCellCustomXmlMoveToRangeEnd(CTMarkup value) { 6034 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, CTCustomXmlCell.class, value); 6035 } 6036 6037 /** 6038 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 6039 * 6040 */ 6041 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = CTCustomXmlCell.class) 6042 public JAXBElement<CTTrackChange> createCTCustomXmlCellCustomXmlInsRangeStart(CTTrackChange value) { 6043 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlInsRangeStart_QNAME, CTTrackChange.class, CTCustomXmlCell.class, value); 6044 } 6045 6046 /** 6047 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 6048 * 6049 */ 6050 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = CTCustomXmlCell.class) 6051 public JAXBElement<CTTrackChange> createCTCustomXmlCellCustomXmlMoveToRangeStart(CTTrackChange value) { 6052 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, CTCustomXmlCell.class, value); 6053 } 6054 6055 /** 6056 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 6057 * 6058 */ 6059 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeEnd", scope = CTCustomXmlCell.class) 6060 public JAXBElement<CTMarkup> createCTCustomXmlCellCustomXmlInsRangeEnd(CTMarkup value) { 6061 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlInsRangeEnd_QNAME, CTMarkup.class, CTCustomXmlCell.class, value); 3584 6062 } 3585 6063 … … 3588 6066 * 3589 6067 */ 3590 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CT HdrFtr.class)3591 public JAXBElement<RangePermissionStart> createCT HdrFtrPermStart(RangePermissionStart value) {3592 return new JAXBElement<RangePermissionStart>(_CT HdrFtrPermStart_QNAME, RangePermissionStart.class, CTHdrFtr.class, value);3593 } 3594 3595 /** 3596 * Create an instance of {@link JAXBElement }{@code <}{@link CT MarkupRange}{@code >}}3597 * 3598 */ 3599 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = " commentRangeEnd", scope = CTHdrFtr.class)3600 public JAXBElement<CT MarkupRange> createCTHdrFtrCommentRangeEnd(CTMarkupRangevalue) {3601 return new JAXBElement<CT MarkupRange>(_CTHdrFtrCommentRangeEnd_QNAME, CTMarkupRange.class, CTHdrFtr.class, value);6068 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = CTCustomXmlCell.class) 6069 public JAXBElement<RangePermissionStart> createCTCustomXmlCellPermStart(RangePermissionStart value) { 6070 return new JAXBElement<RangePermissionStart>(_CTFtnEdnPermStart_QNAME, RangePermissionStart.class, CTCustomXmlCell.class, value); 6071 } 6072 6073 /** 6074 * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 6075 * 6076 */ 6077 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = CTCustomXmlCell.class) 6078 public JAXBElement<CTPerm> createCTCustomXmlCellPermEnd(CTPerm value) { 6079 return new JAXBElement<CTPerm>(_CTFtnEdnPermEnd_QNAME, CTPerm.class, CTCustomXmlCell.class, value); 3602 6080 } 3603 6081 … … 3606 6084 * 3607 6085 */ 3608 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTHdrFtr.class) 3609 public JAXBElement<CTMoveBookmark> createCTHdrFtrMoveToRangeStart(CTMoveBookmark value) { 3610 return new JAXBElement<CTMoveBookmark>(_CTHdrFtrMoveToRangeStart_QNAME, CTMoveBookmark.class, CTHdrFtr.class, value); 3611 } 3612 3613 /** 3614 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 3615 * 3616 */ 3617 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTHdrFtr.class) 3618 public JAXBElement<CTMarkupRange> createCTHdrFtrBookmarkEnd(CTMarkupRange value) { 3619 return new JAXBElement<CTMarkupRange>(_CTHdrFtrBookmarkEnd_QNAME, CTMarkupRange.class, CTHdrFtr.class, value); 3620 } 3621 3622 /** 3623 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 3624 * 3625 */ 3626 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeEnd", scope = CTHdrFtr.class) 3627 public JAXBElement<CTMarkup> createCTHdrFtrCustomXmlMoveFromRangeEnd(CTMarkup value) { 3628 return new JAXBElement<CTMarkup>(_CTHdrFtrCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTHdrFtr.class, value); 3629 } 3630 3631 /** 3632 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 3633 * 3634 */ 3635 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeStart", scope = CTHdrFtr.class) 3636 public JAXBElement<CTMarkupRange> createCTHdrFtrCommentRangeStart(CTMarkupRange value) { 3637 return new JAXBElement<CTMarkupRange>(_CTHdrFtrCommentRangeStart_QNAME, CTMarkupRange.class, CTHdrFtr.class, value); 6086 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = CTCustomXmlCell.class) 6087 public JAXBElement<CTMoveBookmark> createCTCustomXmlCellMoveToRangeStart(CTMoveBookmark value) { 6088 return new JAXBElement<CTMoveBookmark>(_CTFtnEdnMoveToRangeStart_QNAME, CTMoveBookmark.class, CTCustomXmlCell.class, value); 6089 } 6090 6091 /** 6092 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 6093 * 6094 */ 6095 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeEnd", scope = CTCustomXmlCell.class) 6096 public JAXBElement<CTMarkupRange> createCTCustomXmlCellCommentRangeEnd(CTMarkupRange value) { 6097 return new JAXBElement<CTMarkupRange>(_CTFtnEdnCommentRangeEnd_QNAME, CTMarkupRange.class, CTCustomXmlCell.class, value); 6098 } 6099 6100 /** 6101 * Create an instance of {@link JAXBElement }{@code <}{@link Tc }{@code >}} 6102 * 6103 */ 6104 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tc", scope = CTCustomXmlCell.class) 6105 public JAXBElement<Tc> createCTCustomXmlCellTc(Tc value) { 6106 return new JAXBElement<Tc>(_CTCustomXmlCellTc_QNAME, Tc.class, CTCustomXmlCell.class, value); 6107 } 6108 6109 /** 6110 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 6111 * 6112 */ 6113 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = CTCustomXmlCell.class) 6114 public JAXBElement<CTMarkupRange> createCTCustomXmlCellBookmarkEnd(CTMarkupRange value) { 6115 return new JAXBElement<CTMarkupRange>(_CTFtnEdnBookmarkEnd_QNAME, CTMarkupRange.class, CTCustomXmlCell.class, value); 6116 } 6117 6118 /** 6119 * Create an instance of {@link JAXBElement }{@code <}{@link CTCustomXmlCell }{@code >}} 6120 * 6121 */ 6122 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = CTCustomXmlCell.class) 6123 public JAXBElement<CTCustomXmlCell> createCTCustomXmlCellCustomXml(CTCustomXmlCell value) { 6124 return new JAXBElement<CTCustomXmlCell>(_CTFtnEdnCustomXml_QNAME, CTCustomXmlCell.class, CTCustomXmlCell.class, value); 6125 } 6126 6127 /** 6128 * Create an instance of {@link JAXBElement }{@code <}{@link CTBookmark }{@code >}} 6129 * 6130 */ 6131 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkStart", scope = CTCustomXmlCell.class) 6132 public JAXBElement<CTBookmark> createCTCustomXmlCellBookmarkStart(CTBookmark value) { 6133 return new JAXBElement<CTBookmark>(_CTFtnEdnBookmarkStart_QNAME, CTBookmark.class, CTCustomXmlCell.class, value); 3638 6134 } 3639 6135 … … 3642 6138 * 3643 6139 */ 3644 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = CTHdrFtr.class) 3645 public JAXBElement<RunTrackChange> createCTHdrFtrMoveFrom(RunTrackChange value) { 3646 return new JAXBElement<RunTrackChange>(_CTHdrFtrMoveFrom_QNAME, RunTrackChange.class, CTHdrFtr.class, value); 6140 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveTo", scope = CTCustomXmlCell.class) 6141 public JAXBElement<RunTrackChange> createCTCustomXmlCellMoveTo(RunTrackChange value) { 6142 return new JAXBElement<RunTrackChange>(_CTFtnEdnMoveTo_QNAME, RunTrackChange.class, CTCustomXmlCell.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 = "customXmlMoveFromRangeEnd", scope = CTCustomXmlCell.class) 6150 public JAXBElement<CTMarkup> createCTCustomXmlCellCustomXmlMoveFromRangeEnd(CTMarkup value) { 6151 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlMoveFromRangeEnd_QNAME, CTMarkup.class, CTCustomXmlCell.class, value); 6152 } 6153 6154 /** 6155 * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 6156 * 6157 */ 6158 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeStart", scope = SdtContentBlock.class) 6159 public JAXBElement<CTMoveBookmark> createSdtContentBlockMoveFromRangeStart(CTMoveBookmark value) { 6160 return new JAXBElement<CTMoveBookmark>(_CTFtnEdnMoveFromRangeStart_QNAME, CTMoveBookmark.class, SdtContentBlock.class, value); 6161 } 6162 6163 /** 6164 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 6165 * 6166 */ 6167 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "commentRangeStart", scope = SdtContentBlock.class) 6168 public JAXBElement<CTMarkupRange> createSdtContentBlockCommentRangeStart(CTMarkupRange value) { 6169 return new JAXBElement<CTMarkupRange>(_CTFtnEdnCommentRangeStart_QNAME, CTMarkupRange.class, SdtContentBlock.class, value); 6170 } 6171 6172 /** 6173 * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}} 6174 * 6175 */ 6176 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFrom", scope = SdtContentBlock.class) 6177 public JAXBElement<RunTrackChange> createSdtContentBlockMoveFrom(RunTrackChange value) { 6178 return new JAXBElement<RunTrackChange>(_CTFtnEdnMoveFrom_QNAME, RunTrackChange.class, SdtContentBlock.class, value); 6179 } 6180 6181 /** 6182 * Create an instance of {@link JAXBElement }{@code <}{@link Tbl }{@code >}} 6183 * 6184 */ 6185 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tbl", scope = SdtContentBlock.class) 6186 public JAXBElement<Tbl> createSdtContentBlockTbl(Tbl value) { 6187 return new JAXBElement<Tbl>(_CTFtnEdnTbl_QNAME, Tbl.class, SdtContentBlock.class, value); 6188 } 6189 6190 /** 6191 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 6192 * 6193 */ 6194 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveFromRangeEnd", scope = SdtContentBlock.class) 6195 public JAXBElement<CTMarkupRange> createSdtContentBlockMoveFromRangeEnd(CTMarkupRange value) { 6196 return new JAXBElement<CTMarkupRange>(_CTFtnEdnMoveFromRangeEnd_QNAME, CTMarkupRange.class, SdtContentBlock.class, value); 3647 6197 } 3648 6198 … … 3651 6201 * 3652 6202 */ 3653 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = CTHdrFtr.class) 3654 public JAXBElement<CTTrackChange> createCTHdrFtrCustomXmlMoveFromRangeStart(CTTrackChange value) { 3655 return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, CTHdrFtr.class, value); 6203 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveFromRangeStart", scope = SdtContentBlock.class) 6204 public JAXBElement<CTTrackChange> createSdtContentBlockCustomXmlMoveFromRangeStart(CTTrackChange value) { 6205 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlMoveFromRangeStart_QNAME, CTTrackChange.class, SdtContentBlock.class, value); 6206 } 6207 6208 /** 6209 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 6210 * 6211 */ 6212 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeEnd", scope = SdtContentBlock.class) 6213 public JAXBElement<CTMarkup> createSdtContentBlockCustomXmlDelRangeEnd(CTMarkup value) { 6214 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlDelRangeEnd_QNAME, CTMarkup.class, SdtContentBlock.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 = "moveToRangeEnd", scope = SdtContentBlock.class) 6222 public JAXBElement<CTMarkupRange> createSdtContentBlockMoveToRangeEnd(CTMarkupRange value) { 6223 return new JAXBElement<CTMarkupRange>(_CTFtnEdnMoveToRangeEnd_QNAME, CTMarkupRange.class, SdtContentBlock.class, value); 3656 6224 } 3657 6225 … … 3660 6228 * 3661 6229 */ 3662 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = CTHdrFtr.class) 3663 public JAXBElement<CTTrackChange> createCTHdrFtrCustomXmlDelRangeStart(CTTrackChange value) { 3664 return new JAXBElement<CTTrackChange>(_CTHdrFtrCustomXmlDelRangeStart_QNAME, CTTrackChange.class, CTHdrFtr.class, value); 6230 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlDelRangeStart", scope = SdtContentBlock.class) 6231 public JAXBElement<CTTrackChange> createSdtContentBlockCustomXmlDelRangeStart(CTTrackChange value) { 6232 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlDelRangeStart_QNAME, CTTrackChange.class, SdtContentBlock.class, value); 6233 } 6234 6235 /** 6236 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkup }{@code >}} 6237 * 6238 */ 6239 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeEnd", scope = SdtContentBlock.class) 6240 public JAXBElement<CTMarkup> createSdtContentBlockCustomXmlMoveToRangeEnd(CTMarkup value) { 6241 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlMoveToRangeEnd_QNAME, CTMarkup.class, SdtContentBlock.class, value); 6242 } 6243 6244 /** 6245 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 6246 * 6247 */ 6248 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlInsRangeStart", scope = SdtContentBlock.class) 6249 public JAXBElement<CTTrackChange> createSdtContentBlockCustomXmlInsRangeStart(CTTrackChange value) { 6250 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlInsRangeStart_QNAME, CTTrackChange.class, SdtContentBlock.class, value); 6251 } 6252 6253 /** 6254 * Create an instance of {@link JAXBElement }{@code <}{@link CTTrackChange }{@code >}} 6255 * 6256 */ 6257 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXmlMoveToRangeStart", scope = SdtContentBlock.class) 6258 public JAXBElement<CTTrackChange> createSdtContentBlockCustomXmlMoveToRangeStart(CTTrackChange value) { 6259 return new JAXBElement<CTTrackChange>(_CTFtnEdnCustomXmlMoveToRangeStart_QNAME, CTTrackChange.class, SdtContentBlock.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 = "customXmlInsRangeEnd", scope = SdtContentBlock.class) 6267 public JAXBElement<CTMarkup> createSdtContentBlockCustomXmlInsRangeEnd(CTMarkup value) { 6268 return new JAXBElement<CTMarkup>(_CTFtnEdnCustomXmlInsRangeEnd_QNAME, CTMarkup.class, SdtContentBlock.class, value); 6269 } 6270 6271 /** 6272 * Create an instance of {@link JAXBElement }{@code <}{@link CTPerm }{@code >}} 6273 * 6274 */ 6275 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permEnd", scope = SdtContentBlock.class) 6276 public JAXBElement<CTPerm> createSdtContentBlockPermEnd(CTPerm value) { 6277 return new JAXBElement<CTPerm>(_CTFtnEdnPermEnd_QNAME, CTPerm.class, SdtContentBlock.class, value); 6278 } 6279 6280 /** 6281 * Create an instance of {@link JAXBElement }{@code <}{@link RangePermissionStart }{@code >}} 6282 * 6283 */ 6284 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "permStart", scope = SdtContentBlock.class) 6285 public JAXBElement<RangePermissionStart> createSdtContentBlockPermStart(RangePermissionStart value) { 6286 return new JAXBElement<RangePermissionStart>(_CTFtnEdnPermStart_QNAME, RangePermissionStart.class, SdtContentBlock.class, value); 6287 } 6288 6289 /** 6290 * Create an instance of {@link JAXBElement }{@code <}{@link CTMoveBookmark }{@code >}} 6291 * 6292 */ 6293 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "moveToRangeStart", scope = SdtContentBlock.class) 6294 public JAXBElement<CTMoveBookmark> createSdtContentBlockMoveToRangeStart(CTMoveBookmark value) { 6295 return new JAXBElement<CTMoveBookmark>(_CTFtnEdnMoveToRangeStart_QNAME, CTMoveBookmark.class, SdtContentBlock.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 = "commentRangeEnd", scope = SdtContentBlock.class) 6303 public JAXBElement<CTMarkupRange> createSdtContentBlockCommentRangeEnd(CTMarkupRange value) { 6304 return new JAXBElement<CTMarkupRange>(_CTFtnEdnCommentRangeEnd_QNAME, CTMarkupRange.class, SdtContentBlock.class, value); 6305 } 6306 6307 /** 6308 * Create an instance of {@link JAXBElement }{@code <}{@link CTMarkupRange }{@code >}} 6309 * 6310 */ 6311 @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "bookmarkEnd", scope = SdtContentBlock.class) 6312 public JAXBElement<CTMarkupRange> createSdtContentBlockBookmarkEnd(CTMarkupRange value) { 6313 return new JAXBElement<CTMarkupRange>(_CTFtnEdnBookmarkEnd_QNAME, CTMarkupRange.class, SdtContentBlock.class, value);
