Word.Interfaces.ListFormatLoadOptions interface
Represents the list formatting characteristics of a range.
Remarks
Properties
| $all | Specifying |
| is |
Indicates whether the |
| is |
Indicates whether the |
| list | Returns a |
| list |
Specifies the list level number for the first paragraph for the |
| list |
Gets the string representation of the list value of the first paragraph in the range for the |
| list |
Gets the list template associated with the |
| list |
Gets the type of the list for the |
| list |
Gets the numeric value of the the first paragraph in the range for the |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
isSingleList
Indicates whether the ListFormat object contains a single list.
isSingleList?: boolean;
Property Value
boolean
Remarks
isSingleListTemplate
Indicates whether the ListFormat object contains a single list template.
isSingleListTemplate?: boolean;
Property Value
boolean
Remarks
list
Returns a List object that represents the first formatted list contained in the ListFormat object.
list?: Word.Interfaces.ListLoadOptions;
Property Value
Remarks
listLevelNumber
Specifies the list level number for the first paragraph for the ListFormat object.
listLevelNumber?: boolean;
Property Value
boolean
Remarks
listString
Gets the string representation of the list value of the first paragraph in the range for the ListFormat object.
listString?: boolean;
Property Value
boolean
Remarks
listTemplate
Gets the list template associated with the ListFormat object.
listTemplate?: Word.Interfaces.ListTemplateLoadOptions;
Property Value
Remarks
listType
Gets the type of the list for the ListFormat object.
listType?: boolean;
Property Value
boolean
Remarks
listValue
Gets the numeric value of the the first paragraph in the range for the ListFormat object.
listValue?: boolean;
Property Value
boolean