Caption.ChapterNumber Property

Definition

Include Chapter Number in Field for Caption

Represents the following attribute in the schema: w:chapNum

[DocumentFormat.OpenXml.SchemaAttr(23, "chapNum")]
public DocumentFormat.OpenXml.OnOffValue ChapterNumber { get; set; }
public DocumentFormat.OpenXml.OnOffValue ChapterNumber { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "chapNum")]
public DocumentFormat.OpenXml.OnOffValue? ChapterNumber { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:chapNum")]
public DocumentFormat.OpenXml.OnOffValue? ChapterNumber { get; set; }
public DocumentFormat.OpenXml.OnOffValue? ChapterNumber { get; set; }
member this.ChapterNumber : DocumentFormat.OpenXml.OnOffValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "chapNum")>]
member this.ChapterNumber : DocumentFormat.OpenXml.OnOffValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:chapNum")>]
member this.ChapterNumber : DocumentFormat.OpenXml.OnOffValue with get, set
Public Property ChapterNumber As OnOffValue

Property Value

Returns EnumValue<T>.

Attributes

Applies to