LocBulletFont Cell (Paragraph Section) [Visio 2003 SDK Documentation]

Indicates whether to translate the bullet font.

Value Display Mode Automation constant

0

Translate only if the font is Arial or Symbol (the default).

visLocFontIfArialOrSym

1

Always translate the font.

visLocFontAlways

2

Never translate the font.

visLocFontNever

Remarks

You can use the LocalizeFont cell to explicitly manage translation of a shape's text when writing shape localization utilities.

To reference the LocBulletFont cell by name from another formula, or from a program using the CellsU property, use:

Cell name:

Para.LocalizeBulletFont[i]
where i = <1>, 2, 3...

To reference the LocBulletFont cell by index from a program, use the CellsSRC property with the following arguments:

Section index:

visSectionParagraph

Row index:

visRowParagraph + i
where i = 0, 1, 2...

Cell index:

visLocalizeBulletFont