Reading Auto-Numbered Word Paragraph Styles in VB

G

gStorm

I am writing a vb app to create a requirements matrix
from my requirements document that is a MS Word
document.

I am able to find the "Heading 1" sytles in my word
document, which correspond to my top-level requirements
categories, but I can't find the attribute in the Heading
1 paragraph object that tells me the Word hierarchy of
numbering.

My hierarchy looks something like:
1. 1st Heading 1
1.1 1st heading 2
1.2 2nd Heading 2

2. 2nd Heading 1
2.1 3rd Heading 2
etc.

I need to find the "1." that Word associates with
the "1st Heading 1".
 
C

Cindy Meister -WordMVP-

Hi GStorm,
I need to find the "1." that Word associates with
the "1st Heading 1".
I'm not certain whether you're looking for the ListString,
ListLevel or ListValue property of the ListFormat object,
but most likely one of these.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update
Jan 24 2003)
http://www.mvps.org/word

This reply is posted in the Newsgroup; please post any
follow question or reply in the newsgroup and not by e-mail
:)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top