Question regarding Notes format in presentation

Hi,

This question is regarding Aspose.Slides C# components, I'd like to use this component to import PPT file - presentations and notes. Does your comopnent preserve Notes format(e.g.font,color etc.) in the PPT file? i.e. The Notes object that I access, which property I can use to get HTML output of the note?

Thanks,

Jenny

Notes object has the same functionality like TextFrame or TextHolder.
It has Paragraphs and Portions so all formatting is preserved and you can read and write it.