| | New | |
rTextRange Collection As rtCollection endObject ID startObject Text useSpecialCharacters | version 1.5
Sub New (ctx As rtContainer, o1 As Long, o2 As Long) Normally rTextRange is created as a result of Find/FindNext method of rtContainer. As an alternative methods it can be created using a new keyword and providing the rtContainer object and pointers in the text representation of particular container (ctx.getText - roughly equivalent getFormattedText method of NotesRichTextItem) | |