Level.LevelText Property

Numbering Level Text.Represents the element tag in schema: w:lvlText

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property LevelText As LevelText
    Get
    Set
'Usage
Dim instance As Level
Dim value As LevelText

value = instance.LevelText

instance.LevelText = value
public LevelText LevelText { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.LevelText
Returns LevelText.

See Also

Reference

Level Class

Level Members

DocumentFormat.OpenXml.Wordprocessing Namespace