TermEdit.putLiteral

Syntax

putLiteral(text, position);

Parameters

text. Literal term to be placed to the collection.

position. The optional parameter that specifies the position where the literal term should be placed.

Description

The putLiteral method adds a literal term to term editor.

Comments

The literal term is a term, in which the Term.IsLiteral property is set to True.

Example

The example of method use is given in description of the putCustom method.

See also:

TermEdit