Borderless shape

Hi,
I have a requirement to remove borders for the shape(Textbox).Does Aspose have any API to do the same?.Or please let me know if there is any other approaches to do it.

Also want to have partial borders like top, bottom, right or left.

We are using Aspose word java 15.3 licensed version.

Hi Manoj,

Thanks for your inquiry. Please set the value of Shape.Stroked property as false to achieve your requirements. Note that Aspose.Words mimics the same behaviour as MS Word does. There is no API to change the partial borders like top, bottom, right or left. I suggest you please read the members of Shape class from here:
https://reference.aspose.com/words/java/com.aspose.words/Shape

Hope this answers your query. Please let us know if you have any more queries.