hi~
I have the problem to get the style.
look, I have a content:
1. 一级标题............................1
1.1. 二级标题........................1
1.1.1. 三级标题...............1
1.2. 二级标题........................2
2. 一级标题............................2
3. 一级标题............................3
4. 一级标题............................4
5. 一级标题............................5
and what exactly I wan to do is check the first line space of each P.
I know there is a pStyle in the pPr.
<w:p w:rsidR="00706525" w:rsidRDefault="00706525">
<w:pPr>
<w:pStyle w:val="20" />
<w:tabs>
<w:tab w:val="left" w:pos="1050" />
<w:tab w:val="right" w:leader="dot"
w:pos="8296" />
</w:tabs>
<w:rPr>
<w:noProof ...