DocxPage.Paragraphs Property

Definition

All paragraphs anywhere in the document; these objects are not sequentially placed but are scatted across document

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

Property Value

Attributes

Applies to