Skip to main content

markupTextWithOrange

Takes an item from Text search results array returned using RxCore.GUI_DocumentSearchand highlight this text item in the document with an organge color to indicate current text search match.

Text search results are returned with RxCore.GUI_DocumentSearch when using RxCore.documentTextSearch.

Syntax

RxCore.markupTextWithOrange(textsearchitem);

Parameters

  • textsearchitem: object — A text search item from a Text search array returned by RxCore.GUI_DocumentSearch.

Returns

  • NA — This method does not return a value.