Bullet characters

  • Thread starter Thread starter Peter Jackson
  • Start date Start date
P

Peter Jackson

Hi All,
Is there a way to determine what the bullet character is from a number like
8226.
Here is what I know:
bulletChar =
shapeObj.TextFrame.TextRange.ParagraphFormat.Bullet.Character
This returns 8226 and displays:
ANSI 149 on lines without indent
ANSI 150 on lines with 1 indent
ANSI 149 on lines 2 indents
ANSI 150 on lines with 3 indents
etc.

So is there a simple formula to get 149,150,loop from 8226

TIA

Regards, Peter
 
8226 represents the unicode value of character in use as a bullet.

Regards
Shyam
 
Hi Shyam,
Thank you.
It looks like I asked the wrong question - sorry about that.
How do I determine what the bullet characters are and their order from the
bullet object?

TIA

Regards, Peter
 
Back
Top