Share via


Ink.AnnotationFlag Property

Definition

Annotation Flag

Represents the following attribute in the schema: annotation

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

Property Value

Returns EnumValue<T>.

Attributes

Applies to