Navigation: Templates > Guide to all Templates > Additional Libraries and Templates > Rich Text Template Support - Overview >====== ParagraphLeftIndentRTF code template ====== | |
This template (and its associated code templates) has been deprecated, and is now replaced by the RTF Text Control template.
The ParagraphLeftIndentRTF code template is used to indent the current or selected paragraph. This template calls the LeftIndent method. The number of inches to indent is passed to this method.
Prototype:
LeftIndent( IndentSize )
Example method calls:
oRTF_RTFTextBox.LeftIndent( 2 ) !Indent 2 inches from left
Template Prompts:
Associated RTF control
Select the RTF control from the drop-down list. All controls on the Window are included in the list. This field in required.
Paragraph Indent from left
Specify the number of inches to indent. This may be any number from 1 to 9999. A negative value will reverse the indent.