WHAT'S NEW IN DOMINO DESIGNER 6?
NotesRichTextItem class
New methods:
AppendTable
appends a table to the end of a rich text item.
BeginInsert
changes the insertion position for the append methods from the end of the rich text item to the beginning or end of a specified element.
BeginSection
begins a section in a rich text item.
Compact
compacts a rich text item to take up minimum space.
CreateNavigator
creates a
NotesRichTextNavigator
object.
CreateRange
creates a
NotesRichTextRange
object.
EndInsert
resets the insertion position for the append methods to the end of the rich text item. Must be paired with
BeginInsert
.
EndSection
ends the current section. Must be paired with
BeginSection
.
GetNotesFont
returns an identifier for a font face in a document.
GetUnformattedText
returns the stripped text content of a rich text item as a String.
Update
processes all pending operations on a rich text item.
Glossary
Help on Help
Open Full Help Window
Glossary
Help on Help
Open Full Help Window