Hi experts,
Can node as xmlns:wx operated by POI API?
I am now try to get the value of <wx:t wx:val="3."/>, is it possible to get it
with POI API?
<w:pPr>
<w:pStyle w:val="ListParagraph"/>
<w:listPr>
<w:ilvl w:val="0"/>
<w:ilfo w:val="3"/>
<wx:t wx:val="3."/>
<wx:font wx:val="Times New Roman"/>
</w:listPr>
<w:ind w:left="0" w:first-line="567"/>
<w:jc w:val="left"/>
<w:rPr>
<w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312"/>
<wx:font wx:val="仿宋_GB2312"/><w:color w:val="FF0000"/>
</w:rPr>
</w:pPr>
Many thanks in advance!