CloudmersiveConvertClient.EditDocumentDocxInsertParagraphAsync Method
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.
Insert a new paragraph into a Word DOCX document
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.InsertDocxInsertParagraphResponse> EditDocumentDocxInsertParagraphAsync(Azure.Connectors.Sdk.CloudmersiveConvert.Models.InsertDocxInsertParagraphRequest input, System.Threading.CancellationToken cancellationToken = default);
abstract member EditDocumentDocxInsertParagraphAsync : Azure.Connectors.Sdk.CloudmersiveConvert.Models.InsertDocxInsertParagraphRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.InsertDocxInsertParagraphResponse>
override this.EditDocumentDocxInsertParagraphAsync : Azure.Connectors.Sdk.CloudmersiveConvert.Models.InsertDocxInsertParagraphRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.InsertDocxInsertParagraphResponse>
Public Overridable Function EditDocumentDocxInsertParagraphAsync (input As InsertDocxInsertParagraphRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of InsertDocxInsertParagraphResponse)
Parameters
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Insert a new paragraph into a Word DOCX document response.
Remarks
Adds a new paragraph into a DOCX and returns the result. You can insert at the beginning/end of a document, or before/after an existing object using its Path (location within the document). Call Finish Editing on the output URL to complete the operation.