How to check if there is a button in a RTF

Hi,

How can you know if a RTF inside a document contains a button?

I cannot find anything in the Lotus Script NotesRichText… Class that can help me.

Any idea appreciated?

Best regards,

Christophe

Subject: How to check if there is a button in a RTF

Hi,

You can try to export document do dxl (CreateDXLExporter, SetInput, Process) and then parse xml and check if there in tag (You can check item name first) is tag (GetElementsByTagName).

Regards,

Konrad

Subject: RE: How to check if there is a button in a RTF

Thanks to confirm what I thought. Not possible with Lotus Script class but potentially possible by using export to dxl.