appendln

Method of ITextDocument

Description

Appends text and new line to the end of document

Parameters

Syntax

JavaScript

TextDocument.appendln(strText);

Visual Basic Script

TextDocument.appendln strText

C++

HRESULT hr = TextDocument.appendln(strText);

See Also

ITextDocument