Spire.Presentation is a professional PowerPoint® compatible library that enables developers to create, read, write, modify, convert and Print PowerPoint documents. Get free and professional technical support for Spire.Presentation for .NET, Java, Android, C++, Python.

Fri Jul 31, 2015 10:07 am

How can i set the given bullet in Spire Presentation??

jayesh199044
 
Posts: 5
Joined: Thu Feb 12, 2015 10:00 am

Mon Aug 03, 2015 10:22 am

Hello,

Thanks for your inquiry.
Please refer to the below code.
Code: Select all
TextParagraph tp = textRange.Paragraph;
tp.BulletType = TextBulletType.Symbol;
tp.BulletChar = Convert.ToChar(8226);
tp.BulletColor.Color = Color.Black;


Best Regards,
Sweety

E-iceblue support team
User avatar

sweety1
 
Posts: 539
Joined: Wed Mar 11, 2015 1:14 am

Return to Spire.Presentation