DR 08-0008: DML, Main: Format of buSzPct percentage values in strict mode example

Shawn Villaron shawnv at microsoft.com
Thu Apr 30 17:11:46 CEST 2009


This response was discussed in today's teleconference where we concluded to change its status to LAST CALL.
DR 08-0008 - DML, Main: Format of buSzPct percentage values in strict mode example

Part 1, §21.1.2.4.9 will be updated as follows:
This element specifies the size in percentage of the surrounding text to be used on bullet characters within a given paragraph. The size is specified using a percentage where 1000 is equal to 1 percent of the font size and 100000 is equal to 100 percent font of the font size.
[Example: Consider the DrawingML shown below.

<p:txBody>
  ...
  <a:p>
    <a:pPr ...>
      <a:buSzPct val="111000111.000%111%"/>
    </a:pPr>
    ...
    <a:t>Bullet 1</a:t>
    ...
  </a:p>
  ...
</p:txBody>
The size of the above bullet follows the text size in that it is always rendered at 111% the size of the text within the given text run. This is specified by val="111000111.000%111%", with a restriction on the values not being less than 25% or more than 400%. A value of 100000 is equal to 100%, similarly a value of 1000 is equal to 1%. This percentage size should only apply to the actual bullet character and not to the text within the bullet. end example]
....
Attributes

Description

val (Value)

Specifies the percentage of the text size that this bullet should be. It is specified here in terms of 100% being equal to 100000 and 1% being specified in increments of 1000. This attribute should not be lower than 25%, or 25000 and not be higher than 400%, or 400000.

The possible values for this attribute are defined by the ST_TextBulletSize (§NEW).



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.vse.cz/pipermail/sc34wg4/attachments/20090430/a69b29ba/attachment.htm>


More information about the sc34wg4 mailing list