<lvlPicBulletId>
(Picture Numbering Symbol Definition Reference)
This element specifies a picture which shall be used as a numbering symbol for a given numbering level by referring to a picture numbering symbol definition's <numPictBullet>
element (§2.9.21). This reference is made through this element's @val
attribute.
The picture shall be added to the numbering level by replacing each character in the <lvlText>
with on instance of this image
<w:numPicBullet w:numPicBulletId="1"> <w:pict> <v:shape id="_x0000_i1031" type="#_x0000_t75" style="width:3in;height:276.75pt" o:bullet="t"> <v:imagedata r:id="rId2" o:title="testpic" /> </v:shape> </w:pict> </w:numPicBullet> … <w:abstractNum w:abstractNumId="7"> <w:nsid w:val="71A06359" /> <w:multiLevelType w:val="hybridMultilevel" /> <w:tmpl w:val="10643FE6" /> <w:lvl w:ilvl="0" w:tplc="B7663E56"> <w:start w:val="1" /> <w:nfc w:val="23" /> <w:lvlText w:val="AA" /> <w:lvlPicBulletId w:val="1" /> </w:lvl> </w:abstractNum>
The resulting numbering shall consist of two instances of the image specified using the <numPicBullet>
element. ]
Attributes |
Description |
---|---|
|
Specifies that the contents of this attribute will contain a decimal number. The contents of this decimal number are interpreted based on the context of the parent XML element. <w:… w:val="1512645511" /> The value of the The possible values for this attribute are defined by the ST_DecimalNumber simple type (§2.18.16). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_DecimalNumber">
<attribute name="val" type="ST_DecimalNumber" use="required"/>
</complexType>