ViewProperties.ShowComments Property
Show Comments.Represents the attribte in schema: showComments
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<SchemaAttrAttribute(, "showComments")> _
Public Property ShowComments As BooleanValue
Get
Set
用法
Dim instance As ViewProperties
Dim value As BooleanValue
value = instance.ShowComments
instance.ShowComments = value
[SchemaAttrAttribute(, "showComments")]
public BooleanValue ShowComments { 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 comments should be shown.
The possible values for this attribute are defined by the XML Schema boolean datatype.