HeaderFooter.SlideNumber Property
Slide Number Placeholder.Represents the attribte in schema: sldNum
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "sldNum")> _
Public Property SlideNumber As BooleanValue
Get
Set
'Usage
Dim instance As HeaderFooter
Dim value As BooleanValue
value = instance.SlideNumber
instance.SlideNumber = value
[SchemaAttrAttribute(, "sldNum")]
public BooleanValue SlideNumber { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
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.