Paragraph._ListLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates the numbering style and/or indentation level.
public:
property int _ListLevel { int get(); };
[System.Xml.Serialization.XmlIgnore]
public int _ListLevel { get; }
[<System.Xml.Serialization.XmlIgnore>]
member this._ListLevel : int
Public ReadOnly Property _ListLevel As Integer
Property Value
An int
value.
- Attributes