AbstractNum.MultiLevelType Property
Abstract Numbering Definition Type.Represents the element tag in schema: w:multiLevelType
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property MultiLevelType As MultiLevelType
Get
Set
'Usage
Dim instance As AbstractNum
Dim value As MultiLevelType
value = instance.MultiLevelType
instance.MultiLevelType = value
public MultiLevelType MultiLevelType { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.MultiLevelType