Recherche textuelle

Fonctions de recherche

  • Objet : getARenderJS().getSearchJSAPI()
    Fonction Description Argument
    askAdvancedSearchText(searchText,isCaseSensitive,isAccentSensitive,isRegex,SearchAction,searchAnnotation,postSearchAction) Recherche avancée

    searchText: (String) le mot que l’on cherche

    isCaseSensitive: (boolean)

    isAccentSensitive: (boolean)

    isRegex: (boolean)

    SearchAction: (String) [null, CurrentPage, AllPages, AllDocuments]

    searchAnnotation: (String) [WithAnnotations, WithoutAnnotations, OnlyAnnotations]

    postSearchAction: (String) [null, Redact, Highlight]

    askSearchTextNext(searchText) Recherche pour le prochain mot searchText: (String) le mot que l’on cherche
    askSearchTextPrevious(searchText) Recherche pour le précédent mot searchText: (String) le mot que l’on cherche
    clearSearchResults() Efface les résultats de la recherche