G
Guest
I am writing a code in C# to get formatted speaker notes from a ppt to html.
I am able to access the speaker notes text by using
"TextFrame.TextRange.Text" . But this is a plain text all the formattings are
lost. I want keep the formatting intact when displaying the speaker notes in
a html. How do I do this ?
-PM
I am able to access the speaker notes text by using
"TextFrame.TextRange.Text" . But this is a plain text all the formattings are
lost. I want keep the formatting intact when displaying the speaker notes in
a html. How do I do this ?
-PM