version 1.5
Sub appendStyle (s)
Allows to define a style used for next paragraph generated by addNewLine or appendText methods. The argument may be either
rtStyle, rtTextStyle or
rtParagraphstyle objects.
rtContainerObject.appendStyle paragraphStyle
set rtp = rtContainerObject.addNewLine (2)
Creates two new paragraphs and sets their Style.Paragraph properties to paragraphStyle and returns the last paragraph created.
Format simple text
Doclink info in sections II
Quick table
Table, create a tabbed table
|