Nick, first of all wanted to thank you for the time you're taking to answer my questions.
I'm having some trouble getting the XML data, for example: get the background color of a paragraph: CTP CTP = paragraph.getCTP (); pPr.getShd () / / and here I can not continue. obtain the border of a cell: XWPFTableCell cell: row.getTableCells () cell.getCTTc (). getTcPr (). getTcBorders () / / and here I can not continue obtain numbering formats XWPFNumbering document.getNumbering numbering = (); XWPFAbstractNum numbering.getAbstractNum abstractNum = (val); CTAbstractNum abstractNum.getCTAbstractNum cTAbstractNum = (); CTLvl lvlArray = cTAbstractNum.getLvlArray (cTNum.getNumId (). intValue ()) / / and here I can not continue. Really Thanks. Francisco. -- View this message in context: http://apache-poi.1045710.n5.nabble.com/XWPF-styles-tp4300855p4303626.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]
