DocxImage.InlineWithText Property

Definition

True if the image is inline with the text; false if it is floating

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

Property Value

Attributes

Applies to