version 1.5
Sub New
Creates a new freestanding rich text context - top level container. However container created in this way may be as well defined a content of some rich text element:
set ctx = new rtContainer
ctx.addNewLine 1
ctx.add someImage
Set section.Content = ctx
In this sample we create and fill the rich text container, then associate with the section Content property.
|