NonVisualInkContentPartProperties.IsComment Property

Definition

isComment, this property is only available in Office 2010 and later.

Represents the following attribute in the schema: isComment

[DocumentFormat.OpenXml.SchemaAttr(0, "isComment")]
public DocumentFormat.OpenXml.BooleanValue IsComment { get; set; }
public DocumentFormat.OpenXml.BooleanValue IsComment { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "isComment")]
public DocumentFormat.OpenXml.BooleanValue? IsComment { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("isComment")]
public DocumentFormat.OpenXml.BooleanValue? IsComment { get; set; }
public DocumentFormat.OpenXml.BooleanValue? IsComment { get; set; }
member this.IsComment : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "isComment")>]
member this.IsComment : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("isComment")>]
member this.IsComment : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property IsComment As BooleanValue

Property Value

Attributes

Applies to