Page 1 of 1

docx4j 2.7.1 release candidate - smartTag

PostPosted: Wed Oct 05, 2011 6:08 am
by frankf
Jason, could you include in 2.7.1, the XMLRootElement ("smartTag") for CTSmartTagRun?


Code: Select all
import javax.xml.bind.annotation.XmlRootElement;
...

@XmlRootElement(name = "smartTag")
public class CTSmartTagRun

Re: docx4j 2.7.1 release candidate - smartTag

PostPosted: Fri Oct 07, 2011 10:34 am
by jason

Re: docx4j 2.7.1 release candidate - smartTag

PostPosted: Wed Oct 12, 2011 2:19 am
by frankf
Excellent! Thanks.