Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 3,139 for

indexing

(0.85 sec)
  1. Führen Sie eine Facettensuche mit C# durch

    Führen Sie eine Facettensuche mit C# durch, um die Dokumentsuche zu verbessern. Lernen Sie die Volltextsuche mit Booleschen Operatoren in C# für präzise und effiziente Ergebnisse in Anwendungen....implementieren Initialisieren Sie ein Index -Objekt, um einen Speicherort...Sie dem Index Dokumente hinzu, indem Sie die Methode Index.Add verwenden...

    kb.groupdocs.com/de/search/net/perform-faceted-...
  2. Add Watermark to Presentations in C# | Text and...

    C# ways to add text to presentation slides as watermark, or apply image watermarks to PPT, PPTX, PPS & more formats using .NET Watermarking API by GroupDocs.... Provide the index of the slide to apply the watermark...you do not provide a slide index, the watermark will be added...

    blog.groupdocs.com/watermark/add-watermark-to-p...
  3. تصدير المستندات المفهرسة إلى HTML باستخدام C#

    تعرف على كيفية تصدير المستندات المفهرسة إلى HTML باستخدام C# من خلال خطوات سهلة المتابعة. قم بتنفيذ تصدير المستندات المفهرسة إلى HTML باستخدام C# لإدارة المستندات بشكل أفضل....إعدادات تخزين النص قم بتهيئة Index من خلال تحديد المجلد الذي سيتم...المجلد المحدد باستخدام طريقة Index.Add لإعدادها للبحث والتصدير...

    kb.groupdocs.com/ar/search/net/export-indexed-d...
  4. Encontre sinônimos de qualquer palavra em Java ...

    Encontre todos os sinônimos possíveis de qualquer palavra em Java. Obtenha diferentes coleções de sinônimos organizados por diferentes significados da mesma palavra usando a API de pesquisa....Crie um índice usando a classe Index . Dos vários dicionários, obtenha..."show"; String[] synonyms = new Index().getDictionaries().getSynonymDictionary()...

    blog.groupdocs.com/pt/search/find-synonyms-of-w...
  5. 使用 C# 在多個文件中查找 Word 及其同音字

    使用 C# 在文件夾的不同文件中查找特定單詞及其同音字。使用 GroupDocs 的文檔搜索 API 為同音異義詞構建 .NET 應用程序...在指定文件夾中創建索引 Index index = new Index(indexFolder); index.Add(documentsFolder);...”這些詞也會被搜索 SearchResult result = index.Search(query, options); Console...

    blog.groupdocs.com/zh-hant/search/find-homophon...
  6. Tạo Trình xem tài liệu trong ASP.NET Core MVC c...

    Trình xem tài liệu trực tuyến đã trở nên phổ biến sau khi việc sử dụng tài liệu kỹ thuật số ngày càng tăng, đặc biệt là trong các hệ thống quản lý nội dung. Lý do đằng sau sự phổ biến này là bạn có thể xem nhiều định dạng tài liệu mà không cần mua hoặc cài đặt các chương trình phần mềm chuyên dụng. Xem xét tầm quan trọng của trình xem tài liệu, tôi nghĩ sẽ viết một bài viết về cách tạo trình xem tài liệu chung trong ASP.... Mở tệp Views/Home/Index.cshtml và thay thế nội dung...List<string>(); } public IActionResult Index() { var files = Directory.G...

    blog.groupdocs.com/vi/viewer/document-viewer-in...
  7. Search for embedded and encrypted objects in Me...

     This section explains how to search for embedded electronic signatures into the document metadata with GroupDocs.Signature API. Also this topic shows the way to customize data serialization, encryption and class definition with ability to embed it into the metadata electronic signature....for ( int index = 0 ; index < src . Length ; ++ index ) { chTmp...chTmp = src [ index ]; chTmp = ( char )( chTmp ^ this . Key ); dst...

    docs.groupdocs.com/signature/net/search-embed-n...
  8. Search for embedded object with custom encrypti...

     This article explains how to search for embedded electronic signatures with custom encryption in document metadata. This topic contains example of custom encryption, class definition and search for encrypted objects in the document metadata with GroupDocs.Signature....for ( int index = 0 ; index < src . length (); ++ index ) { chTmp...chTmp = src . charAt ( index ); chTmp = ( char )( chTmp ^ this ...

    docs.groupdocs.com/signature/java/search-for-em...
  9. Java를 사용하여 키보드 레이아웃 수정으로 문서 검색

    Java를 사용하여 키보드 레이아웃 수정으로 문서에서 검색하는 방법을 알아보세요. 이 가이드는 Java에서 문서 검색을 위한 키보드 레이아웃을 수정하는 방법에 대한 코드를 제공합니다....색인을 위한 저장 위치 역할을 하는 Index 객체를 만듭니다. Index.add 메서드를 사용하여 인덱스에 문서를...활성화합니다. 검색 쿼리와 구성된 검색 옵션과 함께 Index.search 방법을 사용하여 검색을 수행합니다. SearchResult...

    kb.groupdocs.com/ko/search/java/search-in-docum...
  10. C#을 사용하여 문서에서 특수 문자 검색

    C#을 사용하여 문서에서 특수 문자를 쉽게 검색합니다. 여러 플랫폼에서 C#의 특수 문자로 텍스트 검색의 정확성과 관련성을 향상합니다.... 지정된 폴더의 문서를 색인화하기 위해 Index 객체를 만듭니다. Dictionaries.Alphabet...SetRange 메서드를 활용하여 문자 유형을 설정합니다. Index.Add 메서드를 사용하여 지정된 폴더의 문서를 인덱스에...

    kb.groupdocs.com/ko/search/net/search-special-c...