MergeDocxRequest.ApplyHeaderAndFooter 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.
Applies the header and footer from the first document to all the others. Ignored when "Add page break" is No (forces Yes).
[System.Text.Json.Serialization.JsonPropertyName("applyHeaderAndFooter")]
public bool? ApplyHeaderAndFooter { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("applyHeaderAndFooter")>]
member this.ApplyHeaderAndFooter : Nullable<bool> with get, set
Public Property ApplyHeaderAndFooter As Nullable(Of Boolean)
Property Value
- Attributes