Caption.NoLabel Property

Do Not Include Name In Caption.Represents the attribte in schema: w:noLabel

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

Syntax

'Declaration
<SchemaAttrAttribute(, "noLabel")> _
Public Property NoLabel As OnOffValue
    Get
    Set
'Usage
Dim instance As Caption
Dim value As OnOffValue

value = instance.NoLabel

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

Property Value

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

See Also

Reference

Caption Class

Caption Members

DocumentFormat.OpenXml.Wordprocessing Namespace