Can Rectangular Bullets be used in aspose slides java

Hi,

I want to show rectangular bullets in my table .However I get the default circle shaped bullet only.

IRow ob=tbl.getRows().get_Item(y);
ICell c=ob.get_Item(v);
ITextFrame t=c.getTextFrame();
t.getParagraphs().get_Item(0).getParagraphFormat().getBullet().setType(BulletType.Symbol);

Could you please provide code to insert rectagular bullets?

Hi RK,


I have shared a piece of code in a text file with you. This will help you to understand and developing concept for adding rectangular bullets in table. Please share feedback with us if there is still an issue.

Best Regards,

Thank you for your help… This works fine for me

Hi RK,


You are very welcome.

Best Regards,