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 Jun 05, 2016 6:58 am

Hi Team,
We had recently purchased Spire.presentation.
Its working great. Have this question- is there a way , we can insert text, image into an existing pptx template instead of creating new rectangle ?

Also for the font colors in the template, is there a way I can use the font colors defined in the template rather than the ones from Spire ?

Regards
RAMYA M

ramyam
 
Posts: 1
Joined: Wed Mar 30, 2016 9:58 am

Mon Jun 06, 2016 7:21 am

Hello RAMYA M,

Thank you for your inquiry.
Sorry that I am not sure your requirement, is it to add text or image into existing rectangle in your pptx template? Thanks for your further clarification.
Please try the following method to use the font colors defined in the template.
Code: Select all
TextRange textRange = shape.TextFrame.TextRange;
textRange.Fill.SolidColor.Color = templateColor;

In addition, could you please provide your purchased order number to make us check your information and help you better. Thank you for the assistance.

Sincerely,
Caroline
E-iceblue support team
User avatar

caroline.zhang
 
Posts: 291
Joined: Mon Mar 07, 2016 9:22 am

Thu Jun 09, 2016 8:54 am

Hi RAMYA M,

How are your issues now? Could you please give us some feedback at your convenience?

Thanks in advance,
Caroline
E-iceblue support team
User avatar

caroline.zhang
 
Posts: 291
Joined: Mon Mar 07, 2016 9:22 am

Return to Spire.Presentation

cron