| appendItemValue | |
![]() rtContainer ![]() All As rtCollection BeginInsert containsStyle defineLabel defineLabelAsText docLinks As rtEnumeration hasContent hotspots As rtEnumeration ID ParentObject sections As rtEnumeration Style As rtStyle tables As rtEnumeration textRuns As rtEnumeration
| version 1.5
Function appendItemValue (doc As NotesDocument, iName As String) Writes current container content to the rich text item. Up to this moment and after manipulation with rtContainer does not influence neither item or items the content is retrieved, nor items it is written to. Use ReplaceItemValue to overwrite all item and AppendItemValue to add to existing item. Current limitation: in case you use AppendItem value to add to existing item, property Segment of rtRawCD and rtGraphic object will contain incorrect value (will ignore any segments already contained by the item). This matters only in case you want to generate HTML. |