Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 1,072 for

highlight

(0.04 sec)
  1. Voeg hoogtepuntannotatie toe aan JPG met behulp...

    Laten we leren hoe u Highlight-annotatie aan JPG kunt toevoegen met behulp van Java. Bovendien zullen we u een codevoorbeeld geven om Highlight-annotaties in Java voor JPG in te voegen....codevoorbeeld laten zien hoe u highlight-annotatie in Java voor JPG...proces van het toevoegen van highlight-annotaties aan JPG-afbeeldingen...

    kb.groupdocs.com/nl/annotation/java/add-highlig...
  2. Evidenzia PDF con annotazioni usando C# | Annot...

    Evidenzia il testo in PDF con le annotazioni di evidenziazione usando C#. Annotazione di documenti e immagini .NET API consente di annotare i file PDF evidenziando qualsiasi area....pdf")) { HighlightAnnotation highlight = new HighlightAnnotation...Add(highlight); annotator.Save(@"path/annotation-highlight.pdf");...

    blog.groupdocs.com/it/annotation/highlight-pdf-...
  3. جستجوی فازی C# - در فایل ها در پوشه ها پیدا کنید

    قدرت جستجوی فازی برنامه ای در C# را باز کنید! چندین سند مبتنی بر متن را در پوشه‌ها برای مطابقت تقریبی با تحمل خطا جستجو کنید....indexFolder + "/Highlight" + i + ".html"); Highlighter highlighter = new...apter); index.Highlight(document, highlighter); Console.WriteLine("\tDocument:...

    blog.groupdocs.com/fa/search/fuzzy-search-csharp/
  4. Java Regex - Tìm kiếm trong tài liệu bằng biểu ...

    Khai phá sức mạnh của tìm kiếm có lập trình trong Java! Tìm hiểu cách tìm kiếm chính xác nhiều tài liệu dựa trên văn bản trên các thư mục bằng cách sử dụng biểu thức thông thường...."path/Highlight" + i + ".html"); Highlighter highlighter = new...apter); index.highlight(document, highlighter); System.out.println("\tDocument:...

    blog.groupdocs.com/vi/search/search-in-document...
  5. C# Búsqueda difusa: buscar en archivos en carpetas

    ¡Desbloquee el poder de la búsqueda difusa programática en C#! Busque múltiples documentos basados en texto en carpetas para obtener coincidencias aproximadas con tolerancia a errores....indexFolder + "/Highlight" + i + ".html"); Highlighter highlighter = new...apter); index.Highlight(document, highlighter); Console.WriteLine("\tDocument:...

    blog.groupdocs.com/es/search/fuzzy-search-csharp/
  6. C# Regex - 정규식을 사용하여 문서에서 검색

    C#에서 프로그래밍 방식 검색의 강력한 기능을 활용해 보세요! 정규식을 사용하여 폴더 전체에서 여러 텍스트 기반 문서를 정확하게 검색하는 방법을 알아보세요....indexFolder + "/Highlight" + i + ".html"); Highlighter highlighter = new...apter); index.Highlight(document, highlighter); Console.WriteLine("\tDocument:...

    blog.groupdocs.com/ko/search/search-in-document...
  7. Get List of Indexed Documents using GroupDocs.S...

    We are pleased to announce the monthly release of GroupDocs.Search for .NET 18.9. Using the latest version, you can now get the list of indexed documents and document’s text from the index archive. Moreover, you can now save encodings automatically which were used to extract text from TXT files. We would recommend you to install and use the latest version of the API. Enhancements Following are the enhancements introduced in the latest version:...generating document text with highlighted found words. This example...HTML formatted text with highlighted found words: string indexFolder...

    blog.groupdocs.com/search/get-list-of-indexed-d...
  8. 使用 C# 突出显示带有注释的 PDF |使用高亮注释 PDF

    使用 C# 突出显示 PDF 中的文本并使用高亮注释。文档和图像注释 .NET API 允许通过突出显示任何区域来注释 PDF 文件。...pdf")) { HighlightAnnotation highlight = new HighlightAnnotation...Add(highlight); annotator.Save(@"path/annotation-highlight.pdf");...

    blog.groupdocs.com/zh/annotation/highlight-pdf-...
  9. 用 Java 構建全文搜索解決方案 |在文件和文件夾中查找

    用於通過索引進行搜索的 Java 應用程序的全文搜索 API。在一個文件夾的多個 Word、Excel、PDF、TXT 文件中查找文本並突出顯示搜索結果。...getFoundDocument(i); String path = "path/Highlighted-"+ i +".html"; OutputAdapter...FileOutputAdapter(path); HtmlHighlighter highlighter = new HtmlHighlighter(outputAdapter);...

    blog.groupdocs.com/zh-hant/search/build-full-te...
  10. C# 模糊搜索 - 在跨文件夹的文件中查找

    释放 C# 中程序化模糊搜索的强大功能!跨文件夹搜索多个基于文本的文档,以获取具有容错能力的近似匹配。...indexFolder + "/Highlight" + i + ".html"); Highlighter highlighter = new...apter); index.Highlight(document, highlighter); Console.WriteLine("\tDocument:...

    blog.groupdocs.com/zh/search/fuzzy-search-csharp/