LevelText.Null Property

Level Text Is Null Character.Represents the attribte in schema: w:null

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

Syntax

'Declaration
<SchemaAttrAttribute(, "null")> _
Public Property Null As OnOffValue
    Get
    Set
'Usage
Dim instance As LevelText
Dim value As OnOffValue

value = instance.Null

instance.Null = value
[SchemaAttrAttribute(, "null")]
public OnOffValue Null { get; set; }

Property Value

Type: DocumentFormat.OpenXml.OnOffValue
Returns EnumValue<T>.

See Also

Reference

LevelText Class

LevelText Members

DocumentFormat.OpenXml.Wordprocessing Namespace