- Timestamp:
- 09/06/10 10:52:18 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/dml/CTTextParagraph.java
r1041 r1201 62 62 protected CTTextParagraphProperties pPr; 63 63 @XmlElements({ 64 @XmlElement(name = "r", type = CTRegularTextRun.class), 64 65 @XmlElement(name = "fld", type = CTTextField.class), 65 @XmlElement(name = "br", type = CTTextLineBreak.class), 66 @XmlElement(name = "r", type = CTRegularTextRun.class) 66 @XmlElement(name = "br", type = CTTextLineBreak.class) 67 67 }) 68 68 protected List<Object> egTextRun; … … 111 111 * <p> 112 112 * Objects of the following type(s) are allowed in the list 113 * {@link CTRegularTextRun } 113 114 * {@link CTTextField } 114 115 * {@link CTTextLineBreak } 115 * {@link CTRegularTextRun }116 116 * 117 117 *
Note: See TracChangeset
for help on using the changeset viewer.
