docx

    Variable LineNumberRestartFormatConst

    LineNumberRestartFormat: {
        CONTINUOUS: "continuous";
        NEW_PAGE: "newPage";
        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

    
      
        
        
        
      
    
    

    Type declaration

    • ReadonlyCONTINUOUS: "continuous"

      Specifies that line numbering for the parent section shall continue from the line numbering from the end of the previous section, if any.

    • ReadonlyNEW_PAGE: "newPage"

      Specifies that line numbering for the parent section shall restart to the starting value whenever a new page is displayed.

    • ReadonlyNEW_SECTION: "newSection"

      Specifies that line numbering for the parent section shall restart to the starting value whenever the parent begins.

    MMNEPVFCICPMFPCPTTAAATR