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.
Sun Jul 28, 2019 2:37 am
Is there any way to set the radius of round corner rectangle
-
fluxaymlovey
-
- Posts: 4
- Joined: Sun Jul 28, 2019 2:35 am
Mon Jul 29, 2019 7:13 am
Hello,
Thanks for your inquiry.
Sorry to tell you that Spire.Presentation for Java does not support setting the radius of round corner rectangle at present. We will consider adding it as a new feature to our upgrade list. If this is achieved in the future, we will let you know.
Sincerely,
Rachel
E-iceblue support team
-
rachel.lei
-
- Posts: 1571
- Joined: Tue Jul 09, 2019 2:22 am
Mon Aug 12, 2019 10:40 am
Hello,
Glad to inform that we have just released Spire.Presentation for Java Version:2.8.1 which supports setting radius of the rounded rectangle. Please click this link (
https://www.e-iceblue.com/Download/pres ... -java.html) to download it and refer to the following code.
- Code: Select all
Presentation ppt = new Presentation();
ppt.getSlides().get(0).getShapes().insertRoundRectangle(0,60,90,100,200,36);
ppt.getSlides().get(0).getShapes().appendRoundRectangle(60,290,100,200,50);
ppt.saveToFile("result.pptx", FileFormat.PPTX_2013);
Sincerely,
Rachel
E-iceblue support team
-
rachel.lei
-
- Posts: 1571
- Joined: Tue Jul 09, 2019 2:22 am
Tue Aug 13, 2019 2:18 am
rachel.lei wrote:Hello,
Glad to inform that we have just released Spire.Presentation for Java Version:2.8.1
Your team's quick updating is very impressive, thank you!
-
fluxaymlovey
-
- Posts: 4
- Joined: Sun Jul 28, 2019 2:35 am
Tue Aug 13, 2019 2:25 am
Hello,
You are welcom! If you encouter any issue ralated to our products in the future, just feel free to contact us.
Sincerely,
Rachel
E-iceblue support team
-
rachel.lei
-
- Posts: 1571
- Joined: Tue Jul 09, 2019 2:22 am