Hi All,
Please let me know if there is any tutorial to understand docx document.xml's all elements.
Ex: I understan that <w:p> is a paragraph, <w:t> is a text, but what is <w:pPr> element.
How do I understand all other xml elements.
<w:p w:rsidR="00B8629A" w:rsidRPr="00962004" w:rsidRDefault="00962004" w:rsidP="00B8629A">
<w:pPr>
<w:rPr>
<w:color w:val="FF0000"/>
</w:rPr>
</w:pPr>
<w:r w:rsidRPr="00962004">
<w:rPr>
<w:color w:val="FF0000"/>
</w:rPr>
<w:t>Geometrical</w:t>
</w:r>
</w:p>