<pict>
(Picture Numbering Symbol Properties)
This element specifies the properties for a picture which shall be used as a picture numbering symbol in a given document, using the VML syntax.
example:
<w:numPicBullet w:numPicBulletId="0"> <w:pict> <v:shapetype id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"> <v:stroke joinstyle="miter" /> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0" /> <v:f eqn="sum @0 1 0" /> <v:f eqn="sum 0 0 @1" /> <v:f eqn="prod @2 1 2" /> <v:f eqn="prod @3 21600 pixelWidth" /> <v:f eqn="prod @3 21600 pixelHeight" /> <v:f eqn="sum @0 0 1" /> <v:f eqn="prod @6 1 2" /> <v:f eqn="prod @7 21600 pixelWidth" /> <v:f eqn="sum @8 21600 0" /> <v:f eqn="prod @7 21600 pixelHeight" /> <v:f eqn="sum @10 21600 0" /> </v:formulas> <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect" /> <o:lock v:ext="edit" aspectratio="t" /> </v:shapetype> <v:shape id="_x0000_i1029" type="#_x0000_t75" style="width:11.25pt;height:11.25pt" o:bullet="t"> <v:imagedata r:id="rId1" o:title="sample picture" /> </v:shape> </w:pict>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
Any element from the urn:schemas-microsoft-com:vml namespace |
§6.1 |
Any element from the urn:schemas-microsoft-com:office:office namespace |
§6.2 |
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Picture">
<complexContent>
<extension base="CT_PictureBase">
<sequence maxOccurs="1">
<element name="movie" type="CT_Rel" minOccurs="0"/>
<element name="control" type="CT_Control" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>