ListFormat in Word

R

Roby E Martins

Hi,

I´m Roby E Martins, vb Developer.

I was trying to remove the "a)" from the document, a
fixed text in the start of the paragraph (I call
it "Title"). Then I saw this ListFormat control.
Can I add any type of text in this ListFormat? Like a
Format text?
Something like change the paragraph´s Title from "1)"
to "Capter 1)".

Thank You,
Roby E Martins
 
J

Jezebel

You can use any kind of text as part of the list -- like "Capter 1)" --
although some of the ListFormat object properties are read-only: you can
define pretty well any kind of list you like, but you can't just shove the
text into the ListFormat.ListString.

Suggest you start by experimenting with the more obscure features of the
Bullet and Numbering dialog, and watch what's going on with the paragraphs'
ListFormat object.


Hi,

I´m Roby E Martins, vb Developer.

I was trying to remove the "a)" from the document, a
fixed text in the start of the paragraph (I call
it "Title"). Then I saw this ListFormat control.
Can I add any type of text in this ListFormat? Like a
Format text?
Something like change the paragraph´s Title from "1)"
to "Capter 1)".

Thank You,
Roby E Martins
 
Top