Gets all document targets at the current text input position. The method returns null, if there is no target at the current input position.

Introduced: X18.

GetItems()

public DocumentTarget[] GetItems();
Public Function GetItems() As DocumentTarget()

Return Value

The return value is null, if there is no target at the current input position. Otherwise, it is an array of objects of the type DocumentTarget.