HeaderFooter.SlideNumber Property

Definition

Slide Number Placeholder

Represents the following attribute in the schema: sldNum

[DocumentFormat.OpenXml.SchemaAttr(0, "sldNum")]
public DocumentFormat.OpenXml.BooleanValue SlideNumber { get; set; }
public DocumentFormat.OpenXml.BooleanValue SlideNumber { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "sldNum")]
public DocumentFormat.OpenXml.BooleanValue? SlideNumber { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("sldNum")]
public DocumentFormat.OpenXml.BooleanValue? SlideNumber { get; set; }
public DocumentFormat.OpenXml.BooleanValue? SlideNumber { get; set; }
member this.SlideNumber : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "sldNum")>]
member this.SlideNumber : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("sldNum")>]
member this.SlideNumber : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property SlideNumber As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies whether the slide number placeholder is enabled. If this attribute is not specified, a value of true should be assumed by the generating application.

The possible values for this attribute are defined by the XML Schema boolean datatype.

Applies to