DocxPage.Paragraphs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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