Style.ListLevel Property |
Gets or sets the list level of this style.
[VBScript] Public Property ListLevel As Integer
[JScript] public function get ListLevel() : int; public function set ListLevel(int);
An integer between 0 and 9 indicating the list level. A list level of 0 indicates that the HTML element is not part of a previous list. A list level of 1 though 9 indicates that the HTML is part of a previous list.