ViewProperties.ShowComments Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Mostrar comentarios
Representa el atributo siguiente en el esquema: showComments
[DocumentFormat.OpenXml.SchemaAttr(0, "showComments")]
public DocumentFormat.OpenXml.BooleanValue ShowComments { get; set; }
public DocumentFormat.OpenXml.BooleanValue ShowComments { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "showComments")]
public DocumentFormat.OpenXml.BooleanValue? ShowComments { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("showComments")]
public DocumentFormat.OpenXml.BooleanValue? ShowComments { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ShowComments { get; set; }
member this.ShowComments : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "showComments")>]
member this.ShowComments : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("showComments")>]
member this.ShowComments : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ShowComments 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 los comentarios de la diapositiva.
Los valores posibles para este atributo se definen mediante el tipo de datos Esquema boolean
XML.