Specifies when to reset the line number to the start value.
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
<xsd:simpleType name="lineNumberRestartValue" >
<xsd:restriction base="xsd:string">
<xsd:enumeration value="new-page">
</xsd:enumeration>
<xsd:enumeration value="new-section">
</xsd:enumeration>
<xsd:enumeration value="continuous">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>