Greetings,
I just started to work with writing in rich text fields and I was surprised with the limitations. Is there any workarounds for these limitations:
-
I created a tabbed table with AppendTable method, but how can I change the color and font size of the Tab labels?
-
How can I change the table borders?
-
I created a NotesRichTextParagraphSytle to indent the text by using Leftmargin property, then I used Navigator to find the first Tabel cell, appended the paragraph style and types some text, the paragraph syle does not affect the text inside the table cell! The run-time error “Method not available” appears.
-
I created link hotspots by Appendocklink method, how can I remove the annoying border around the hotspot?