Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Tue May 10, 2011 9:28 am

hi,
if i want to make my list in word document with bullet format using spire.doc,it happens but not according to required behaviour.When i want to apply bullet using the following code . There is space between bullet and text.
Paragraph p11 = section.AddParagraph();
p11.AppendText("Test");
p11.ListFormat.ApplyBulletStyle();
The output of the above code is :
. Text

I want :
.Text

Thnx in advance.

ali.butt2008
 
Posts: 2
Joined: Tue May 03, 2011 7:19 am

Thu May 12, 2011 7:57 am

Dear ali.butt2008,
Thanks for your inqury.
We are reserching this.It will be fixed soon.Sorry for your waiting.
Justin
Technical Support / Developer,
e-iceblue Support Team
User avatar

Justin Weng
 
Posts: 110
Joined: Mon Mar 28, 2011 5:54 am

Return to Spire.Doc