Compartir a través de


HtmlPublishProperties.ShowSpeakerNotes Propiedad

Definición

Mostrar notas del hablante

Representa el atributo siguiente en el esquema: showSpeakerNotes

[DocumentFormat.OpenXml.SchemaAttr(0, "showSpeakerNotes")]
public DocumentFormat.OpenXml.BooleanValue ShowSpeakerNotes { get; set; }
public DocumentFormat.OpenXml.BooleanValue ShowSpeakerNotes { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "showSpeakerNotes")]
public DocumentFormat.OpenXml.BooleanValue? ShowSpeakerNotes { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("showSpeakerNotes")]
public DocumentFormat.OpenXml.BooleanValue? ShowSpeakerNotes { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ShowSpeakerNotes { get; set; }
member this.ShowSpeakerNotes : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "showSpeakerNotes")>]
member this.ShowSpeakerNotes : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("showSpeakerNotes")>]
member this.ShowSpeakerNotes : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ShowSpeakerNotes 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 se deben mostrar las notas del hablante al publicar.

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

Se aplica a