InsertDocxTablesRequest.InsertPlacement 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; default is DocumentEnd. Placement Type of the insert; possible values are: DocumentStart (very beginning of the document), DocumentEnd (very end of the document), BeforeExistingObject (right before an existing object - fill in the InsertPath field using the Path value from an existing object), AfterExistingObject (right after an existing object - fill in the InsertPath field using the Path value from an existing object)
[System.Text.Json.Serialization.JsonPropertyName("InsertPlacement")]
public string InsertPlacement { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("InsertPlacement")>]
member this.InsertPlacement : string with get, set
Public Property InsertPlacement As String
Property Value
- Attributes