NonVisualInkContentPartProperties.IsComment Property
isComment.Represents the attribte in schema: isComment
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<SchemaAttrAttribute(, "isComment")> _
Public Property IsComment As BooleanValue
Get
Set
用法
Dim instance As NonVisualInkContentPartProperties
Dim value As BooleanValue
value = instance.IsComment
instance.IsComment = value
[SchemaAttrAttribute(, "isComment")]
public BooleanValue IsComment { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
See Also
Reference
NonVisualInkContentPartProperties Class