ViewProperties.ShowComments Property

Definition

Show Comments

Represents the following attribute in the schema: 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

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 comments should be shown.

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

Applies to