DocxTopLevelComment.Done Property

Definition

True if this comment is marked as Done in Word, otherwise it is false

[System.Text.Json.Serialization.JsonPropertyName("Done")]
public bool? Done { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("Done")>]
member this.Done : Nullable<bool> with get, set
Public Property Done As Nullable(Of Boolean)

Property Value

Attributes

Applies to