NonVisualInkContentPartPropertiesType.IsComment-Eigenschaft
isComment.Represents the attribte in schema: isComment
Namespace: DocumentFormat.OpenXml.Office2010.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "isComment")> _
Public Property IsComment As BooleanValue
Get
Set
'Usage
Dim instance As NonVisualInkContentPartPropertiesType
Dim value As BooleanValue
value = instance.IsComment
instance.IsComment = value
[SchemaAttrAttribute(, "isComment")]
public BooleanValue IsComment { get; set; }
Eigenschaftswert
Typ: DocumentFormat.OpenXml.BooleanValue
Siehe auch
Referenz
NonVisualInkContentPartPropertiesType Klasse