GetDocxTablesResponse.Tables Property

Definition

Tables in the DOCX file

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

Property Value

Attributes

Applies to