Microsoft Word Suite
141
list template
Returns a
list template
object that represents the list formatting for the specified Word style or
list format object. Read-only.
A list template includes all the formatting that defines a particular list. Each of the seven
formats (excluding None) found on each of the tabs in the Bullets and Numbering dialog box
corresponds to a list template. Documents and templates can also contain list templates.
If the first paragraph in the range for the list format object is not formatted as a list, the list
template property returns nothing.
list type
Returns the type of lists that are contained in the range for the specified list format object.
Read-only.
Can be one of the following:
·
list bullet
·
list listnum only
·
list mixed numbering
·
list no numbering
·
list outline numbering
·
list simple numbering
The constant list listnum only refers to LISTNUM fields, which are fields that can be added
within the text of a paragraph.
list value
Returns the numeric value of the first paragraph in the range for the specified list format
object. For example, the list value property applied to the second paragraph in an alphabetical
list would return 2. Read-only.
To return a string that represents the appearance of the list value, use the list string property.
If the list format object is in a bulleted list, list value returns 1.
If the list format object is in an outline-numbered list, list value returns the numeric value of
the first paragraph as it occurs in the sequence of paragraphs at the same level. For example,
the list value property applied to a paragraph numbered "A.2" would return 2.
This property will not return the value for a LISTNUM field.
single list
True if the specified list format object contains only one list. Read-only.
single list template
True if the entire list format object uses the same list template. Read-only.