Compartir a través de


HeaderFooter.SlideNumber Propiedad

Definición

Marcador de posición de número de diapositiva

Representa el atributo siguiente en el esquema: 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

Valor de propiedad

Devuelve BooleanValue.

Atributos

Comentarios

La siguiente información de ECMA International Standard ECMA-376 puede ser útil al trabajar con esta clase.

Especifica si el marcador de posición de número de diapositiva está habilitado. Si no se especifica este atributo, la aplicación generadora debe asumir un valor de true.

Los valores posibles para este atributo se definen mediante el tipo de datos Esquema boolean XML.

Se aplica a