Caption.NoLabel 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.
Do Not Include Name In Caption
Represents the following attribute in the schema: w:noLabel
[DocumentFormat.OpenXml.SchemaAttr(23, "noLabel")]
public DocumentFormat.OpenXml.OnOffValue NoLabel { get; set; }
public DocumentFormat.OpenXml.OnOffValue NoLabel { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "noLabel")]
public DocumentFormat.OpenXml.OnOffValue? NoLabel { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:noLabel")]
public DocumentFormat.OpenXml.OnOffValue? NoLabel { get; set; }
public DocumentFormat.OpenXml.OnOffValue? NoLabel { get; set; }
member this.NoLabel : DocumentFormat.OpenXml.OnOffValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "noLabel")>]
member this.NoLabel : DocumentFormat.OpenXml.OnOffValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:noLabel")>]
member this.NoLabel : DocumentFormat.OpenXml.OnOffValue with get, set
Public Property NoLabel As OnOffValue
Property Value
Returns EnumValue<T>.
- Attributes