Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Under Consideration
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Mar 4, 2020

I want to change the border style of sections in rich text fields

Currently, LotusScript does not allow you to specify the border style for newly added sections of rich text fields or change the border style of existing sections.

The section border color can be referenced with the BarColor property of the NotesRichTextSection class or set with the SetBarColor method.

Similarly, add the BarStyle property and the SetBarStyle method to the NotesRichTextSection class so that you can view and change the border style.

  • Attach files
  • Guest
    Reply
    |
    Dec 18, 2020

    It is always good to push HCL to invest more in rich text, but they haven't made any substantial changes to the rich text classes in years. Thus, the two typical responses to any of these requests are 1) stream everything to DXL and make whatever changes however you like (with XML processing), or 2) buy a third party product such as our (Genii Software's) Midas LSX. We handle all sorts of rich text manipulation in place without having to go to DXL and back, but Midas does cost something.