DocxHeader.SectionsWithHeader 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.
Sections that the header is applied to
[System.Text.Json.Serialization.JsonPropertyName("SectionsWithHeader")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.CloudmersiveConvert.Models.DocxSection> SectionsWithHeader { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("SectionsWithHeader")>]
member this.SectionsWithHeader : System.Collections.Generic.List<Azure.Connectors.Sdk.CloudmersiveConvert.Models.DocxSection> with get, set
Public Property SectionsWithHeader As List(Of DocxSection)
Property Value
- Attributes