Click or drag to resize

APIdeleteDocXheadings Method

Remove the paragraphs contained in the specified titles
REST path: /op/docx/delheadings
REST verb: GET
REST body: headingsIDtoDelete

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool deleteDocXheadings(
	int[] headingsIDtoDelete
)

Parameters

headingsIDtoDelete  Int32
Array of paragraph IDs to be deleted

Return Value

Boolean
True if successful
See Also