InsertTextBlock

Method of ITextDocument

Description

Inserts text in specific position in Block Mode

Parameters

Return Value

Syntax

JavaScript

var ptEnd = TextDocument.InsertTextBlock(ptStart, strChars, nAction);

Visual Basic Script

ptEnd = TextDocument.InsertTextBlock ptStart, strChars, nAction

C++

CComPtr<IPosition> ptEnd;
HRESULT hr = TextDocument.InsertTextBlock(ptStart, strChars, nAction, &tEnd);

See Also

ITextDocument