How to embed HTML table to TAB created in Lotus Notes?

Asked By 0 points N/A Posted on -
qa-featured

Hi! I want to embed a HTML table directly in a tabbed table created in Lotus Notes using the java class RichTextItem. Although I managed to embed a HTML file as an attachment, I can’t embed a HTML table into the tab. If anyone managed to do this, please let me know how you did it. Thank you!

SHARE
Answered By 20 points N/A #105171

How to embed HTML table to TAB created in Lotus Notes?

qa-featured

Hallo Racquel,

Hoping that the lotus version that you are using is lotus domino, then to use the RichTextItem class you will have to know that it inherits from the item you have already created, and thus the properties and methods that are used are the same. The methods that it uses allows for working with text in the Rich Text kind of format and also embedded objects.

In case to use the rich text method for items whose rich text item is the return value of a method, then you will need to cast that particular value to the RichTextItem.

I will refer you to the following site for you to see the syntax for working with the rich text method, and I hope it will be of great help to you.

__
Regards
Mahesh Babu

 

Related Questions