- This is a custom bullet
With the following code it gives me another different symbol:
- Code: Select all
ListStyle bulletedListStyle = new ListStyle(strDocument, ListType.Bulleted);
bulletedListStyle.Name = "bulltedStyle";
bulletedListStyle.Levels[1].BulletCharacter = "-";
strDocument.ListStyles.Add(bulletedListStyle);
I thank you for your response