LocBulletFont Cell (Paragraph Section)
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 tools.
To get a reference to the LocBulletFont cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
Para.LocalizeBulletFont[i] |
To get a reference to the LocBulletFont cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionParagraph |
Row index: |
visRowParagraph + i |
Cell index: |
visLocalizeBulletFont |