w:start (Numbering Start Value)

Specifies the starting numeric value for a numbering level.

Parent elements

Description

w:start sets the starting value for a numbered list level. It is defined in ECMA-376 Part 1 §17.9.22.

For w:numFmt values that are sequential (e.g. decimal, upperRoman), w:start controls the first number in the sequence. For bullet or none formats, this element has no visible effect. Typical usage is w:val="1" to start at 1.

Attributes

Attribute Type Possible Values Description
w:val ST_DecimalNumber Positive integer. The starting counter value for the list level sequence.

Examples

<w:lvl w:ilvl="0">
  <w:start w:val="1"/>
  <!-- ...other level properties -->
</w:lvl>