DocxRun.Bold Property

Definition

True to make the text bold, false otherwise

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

Property Value

Attributes

Applies to