InsertDocxInsertParagraphRequest.InsertPath 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.
Optional; location within the document to insert the object; fill in the InsertPath field using the Path value from an existing object. Used with InsertPlacement of BeforeExistingObject or AfterExistingObject
[System.Text.Json.Serialization.JsonPropertyName("InsertPath")]
public string InsertPath { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("InsertPath")>]
member this.InsertPath : string with get, set
Public Property InsertPath As String
Property Value
- Attributes