DocxRun.TextItems Property

Definition

Text items inside the run; this is where the actual text content is stored

[System.Text.Json.Serialization.JsonPropertyName("TextItems")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.CloudmersiveConvert.Models.DocxText> TextItems { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("TextItems")>]
member this.TextItems : System.Collections.Generic.List<Azure.Connectors.Sdk.CloudmersiveConvert.Models.DocxText> with get, set
Public Property TextItems As List(Of DocxText)

Property Value

Attributes

Applies to