Hi
I wonder if the following is possible:
I want to create a piece of code (in an agent thats selectable through the action menu), that will strikethrough a piece of selected text.
I know that only Lotusscript (notesRichTextStyle.StrikeThrough
) has a method that can strikethrough a piece of text. But the example in the help does not work through the Notes UI. I need the code to recognize the selected text and then use the method of the notesRochTextStyle class.
Is this possible? If so can someone help me starting.