Click or drag to resize

APIdeleteDocXheadingByTitle Method

Remove the paragraphs contained in the specified titles
REST path: /op/docx/delheadingsbytitle/[useLast]
REST verb: POST
REST body: titles

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.7.3.2 (2.7.3.2)
Syntax
public bool deleteDocXheadingByTitle(
	string[] titles,
	bool useLast = false
)

Parameters

titles  String
Array of paragraph titles to be deleted
useLast  Boolean  (Optional)
If true, in case of multiple paragraphs with the same title, only the last one is deleted. Default is false, the first paragraph with the specified titles is deleted

Return Value

Boolean
True if successful
See Also