Click or drag to resize

APIgetDocXheadings Method

Get a list of headings contained in the current DocX document.
REST path: /op/docx/headings
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public List<string[]> getDocXheadings()

Return Value

ListString
List of array of strings as (ID, level, title)
See Also