Changeset 345
- Timestamp:
- 05/01/08 08:38:43 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/wml/RPr.java
r282 r345 24 24 import javax.xml.bind.annotation.XmlAccessType; 25 25 import javax.xml.bind.annotation.XmlAccessorType; 26 import javax.xml.bind.annotation.XmlRootElement; 26 27 import javax.xml.bind.annotation.XmlTransient; 27 28 import javax.xml.bind.annotation.XmlType; … … 91 92 "rPrChange" 92 93 }) 94 @XmlRootElement(name = "rPr") 93 95 public class RPr 94 96 implements Child
Note: See TracChangeset
for help on using the changeset viewer.
