Caption.ChapterNumber 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.
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