DocumentID: ECMA-376/Part4/2.9.23
Title: ECMA-376, Part4: 2.9.23 pict (Picture Numbering Symbol Properties)
Extracted-From: ECMA-376 Office Open XML File Formats, 1st Edition / December 2006
Warning: Coverted to HTML format by a script known to have bugs

Navigation:

2.9.23 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: Consider the WordprocessingML below illustrating the usage of the pict element in a document containing a single picture numbering symbol:

<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>

end example]

Parent Elements

numPicBullet (§2.9.21)

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

control (Floating Embedded Control)

§2.3.3.2

movie (Embedded Video)

§2.3.3.17

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>


Converted to HTML format by ooxmlspec2html 0.1, a Perl script provided by OpenISO.org.