Issue of table rounded border And bold effect to text

Hello,

We are making an Android application that generates the pdf using some data.
We have used the Aspose.Pdf for Android 1.6.0 in our application.


we want rounded border to table


Issue regarding table rounded corner border

BorderInfo m_borderForAllWhite = new BorderInfo(BorderSide.All, 0.2F, Color.getWhite());
m_borderForAllWhite.setRoundedBorderRadius(15);
m_table.setCornerStyle(BorderCornerStyle.Round);
m_table.setDefaultCellBorder(m_borderForAllWhite);

Issue regarding bold effect to text
TextState m_headerState = new TextState();
m_headerState.setFontSize(10.0f);
m_headerState.setForegroundColor(com.aspose.java.awt.Color.GRAY);
m_headerState.setFont(p_font);
m_headerState.setFontStyle(FontStyles.Bold);
p_row.getCells().add(p_label, m_headerState).setBackgroundColor(Color.fromArgb(231, 234, 233));

please suggest us what we have done wrong in above code 

Thanks






Hi,


We are testing the scenario in our environment and will keep you posted with our findings. We are sorry for this delay and inconvenience.
Hi,

Thanks for your patience and sorry for the delayed response.

During our testing, we have observed an issue while using the API in Google Android Studio and have observed an exception. Once the issue is resolved, we will further look into Table border issue. The problem is logged as PDFANDROID-402 in our issue tracking system. We will further look into the details of this problem and will keep you updated on the status of correction. We are really sorry for this inconvenience.