> I found the problem > > org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcBorders; > org.openxmlformats.schemas.wordprocessingml.x2006.main.CTShd; > org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl; > > cannot find simbol > simbol : class CTTcBorders/CTShd/CTLvl > location: org.openxmlformats.schemas.wordprocessingml.x2006.main > > I´m using poi-ooxml-schemas-3.8beta2.jar > Maybe this classes aren´t implemented yet. > This is posible?
The poi-ooxml-schemas jar is built from the unit tests to provide a compact version of the ooxml schemas jar. When "cannot find symbol" errors occur then the full ooxml-schemas-1.1.jar is needed Contribute a unit test around your example then CTTcBorders/CTShd/CTLvl is included in the build for poi-ooxml-schemas. Download a source distribution and find these details in the build.xml Regards, Dave > > -- > View this message in context: > http://apache-poi.1045710.n5.nabble.com/XWPF-styles-tp4300855p4303681.html > Sent from the POI - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
