Is It Possible to Apply Font Style from Layout to Content Slide?

Hi,

There is scenario :

  1. Theme layout slide is having heading placeholder with font family as “Arial” and font size is “40 PT” and content placeholder is having font family as “Calibri” and font size as “15 PT”.
  2. Content slide is having font style as “time new roman” and font size as “50 PT” for heading and and content placeholder is having font family as “Georgia” and font size as “10 PT”.

After cloning the content slide to theme the font size and font family should get applied as “Arial” and font size as “40 PT” to heading and rest of the content should get applied as “Calibri” and font size will be “15 PT”.

Is there any method which will inherit all the font property from layout automatically or any other method which can be implemented for this use case?

Thanks.

@saquibs,
You can reset the formatting of the cloned slide and revert to layout styles as below:

slideClone.reset();

API Reference: reset method