Unfortunately DRichTextItem and DRichTextStyle are only rudimentary implemented. Either you try to use the Lotus Java-API di rerectly, or you might try to extend the domingo implementations as you need.
Best regards,
Kurt
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to use Domingo to get mail content from domino 7.5 and represent them in web page.
So I have to know the style of the document and attachment position of the document.
I think maybe DRichTextItem and DRichTextStyle will help, but I don't know how to do it.
Any help will be appreciate!
Unfortunately DRichTextItem and DRichTextStyle are only rudimentary implemented. Either you try to use the Lotus Java-API di rerectly, or you might try to extend the domingo implementations as you need.
Best regards,
Kurt
Thank you for your reply, Kurt.
I implement some little functions to translate the basic presentation of DXL to HTML(font, color, bold, underline, table, gif, accessories etc).