Variable LineNumberRestartFormatConst
LineNumberRestartFormat: {
CONTINUOUS: "continuous";
NEW_PAGE: "newPage";
NEW_SECTION: "newSection";
} = ...
Type declaration
Readonly
CONTINUOUS: "continuous"
Readonly
NEW_PAGE: "newPage"
Readonly
NEW_SECTION: "newSection"
This simple type specifies when the line numbering in the parent section shall be reset to its restart value. The line numbering increments for each line (even if the line number itself is not displayed) until it reaches the restart point specified by this element.
Reference: https://c-rex.net/samples/ooxml/e1/Part4/OOXML_P4_DOCX_ST_LineNumberRestart_topic_ID0EUS42.html
XSD Schema