Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.ListFormatData interface
- Package:
- word
An interface describing the data returned by calling listFormat.toJSON().
Properties
| isSingleList | Indicates whether the |
| isSingleListTemplate | Indicates whether the |
| list | Returns a |
| listLevelNumber | Specifies the list level number for the first paragraph for the |
| listString | Gets the string representation of the list value of the first paragraph in the range for the |
| listTemplate | Gets the list template associated with the |
| listType | Gets the type of the list for the |
| listValue | Gets the numeric value of the the first paragraph in the range for the |
Property Details
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.ListData;
Property Value
Remarks
listLevelNumber
Specifies the list level number for the first paragraph for the ListFormat object.
listLevelNumber?: number;
Property Value
number
Remarks
listString
Gets the string representation of the list value of the first paragraph in the range for the ListFormat object.
listString?: string;
Property Value
string
Remarks
listTemplate
Gets the list template associated with the ListFormat object.
listTemplate?: Word.Interfaces.ListTemplateData;
Property Value
Remarks
listType
Gets the type of the list for the ListFormat object.
listType?: Word.ListType | "ListNoNumbering" | "ListListNumOnly" | "ListBullet" | "ListSimpleNumbering" | "ListOutlineNumbering" | "ListMixedNumbering" | "ListPictureBullet";
Property Value
Word.ListType | "ListNoNumbering" | "ListListNumOnly" | "ListBullet" | "ListSimpleNumbering" | "ListOutlineNumbering" | "ListMixedNumbering" | "ListPictureBullet"
Remarks
listValue
Gets the numeric value of the the first paragraph in the range for the ListFormat object.
listValue?: number;
Property Value
number
Remarks
Office Add-ins
Feedback
Was this page helpful?
