Paragraph.BulletCharacter not quite working

It returns the normal bullet character (the little dot), even if the user selects numbers or letters for the bullet character. Is there any way to get the BulletStyle (or something to this extent) so I can tell if users are using 1,2,3 or A,B,C?

Dear Michael,

PowerPoint has 2 styles of bullets (you can check it in VBA for PowerPoint API):

  1. Unnumbered. This style can be chaged with BulletCharacter property.
  2. Numbered (1,2,3 or A,B,C or something else) style which can’t be recognized yet.
    Aspose.PowerPoint simply write it to the target ppt “as is”.
    And BulletCharacter is not destined for changing numbered bullet styles.
In any case, thank you for reminding. Numbered style will be implemented.

thank you…this is not a huge deal for me right now, but I would like to see it implemented in the future.