Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 1,038 for

query

(0.06 sec)
  1. Color Chart Series Dynamically using GroupDocs....

    GroupDocs team is proudly announcing the monthly release of GroupDocs.Assembly for .NET 18.5. Using the latest version, you can now change the color of chart series and individual point series dynamically for word processing, spreadsheet and presentation formats. We recommend you to install and use the latest version of the API. Features IntroducedFollowing new features are introduced in version 18.5 of the API. Chart Series Coloring in Word Processing Document Chart Series Coloring in Presentation Document Chart Series Coloring in Spreadsheet Document Individual Point Series Coloring in Word Processing Document Individual Point Series Coloring in Presentation Document Individual Point Series Coloring in Word Processing Document Dynamic Coloring of Chart SeriesFor a chart with dynamic data, you can set colors of chart series dynamically based upon expressions....if you have some questions, queries or suggestions about GroupDocs...

    blog.groupdocs.com/assembly/color-chart-series-...
  2. Read Thumbnails in Document Formats Using Group...

    Team GroupDocs is really pleased to announce the release of GroupDocs.Metadata for .NET version 17.3.0. There are four enhancements and one new feature introduced in this regular monthly release. GroupDocs.Metadata for .NET now allows its users to read thumbnails in supported document formats. The API has been enhanced to update and remove EXIF metadata faster. Not only this, the API has also been improved to load only the existing metadata keys in PDF class beside adding the ability to lazy load Document info property for Document formats....if you have some questions, queries or suggestions about GroupDocs...

    blog.groupdocs.com/metadata/read-thumbnails-doc...
  3. Word Document as HTML Responsive Pages using C#...

    Render Word documents to view as responsive HTML pages using C#. Convert DOC, DOCX files to HTML responsive pages using document viewer .NET API.... In case of further queries and ambiguities, contact the...

    blog.groupdocs.com/viewer/view-word-documents-a...
  4. Save Assembled Word Processing Document as a Ma...

    Markdown is a well known and one of the popular markup languages these days. The appearance of the text in Markdown is controlled using the syntax instead of using rich text editors or applications such as MS Word. The best thing is, it is a lightweight language and can be written in the plain text editors such as Notepad. As far as its usage is concerned, Markdown is popular in writing wikis, readme files, and others....would have any suggestions or queries....

    blog.groupdocs.com/assembly/save-assembled-word...
  5. Best Practices used in Argument Classes in Grou...

    It gives us great pleasure to announce the release of version 17.8.0 of GroupDocs.Search for .NET API. This regular monthly release adds a number of new features to the API along with an enhancement and a breaking change. Like our previous releases, we have tried our best to improve the working of the API and as a result we have come up with a breaking change where all the argument classes have been fixed according to best practices....suggestions, questions, or queries related to documents search...

    blog.groupdocs.com/search/groupdocs.search-for-...
  6. C# Regex – Suche in Dokumenten mit regulären Au...

    Nutzen Sie die Leistungsfähigkeit der programmatischen Suche in C#! Erfahren Sie, wie Sie mithilfe regulärer Ausdrücke präzise mehrere textbasierte Dokumente in Ordnern durchsuchen können.... string query = "^(.)\\1{1,}"; SearchResult...SearchResult result = index.Search(query); Hier habe ich die Regex-Suchergebnisse...

    blog.groupdocs.com/de/search/search-in-document...
  7. C# Regex — wyszukiwanie w dokumentach przy użyc...

    Odblokuj moc wyszukiwania programistycznego w C#! Dowiedz się, jak precyzyjnie przeszukiwać wiele dokumentów tekstowych w folderach za pomocą wyrażeń regularnych.... string query = "^(.)\\1{1,}"; SearchResult...SearchResult result = index.Search(query); Tutaj podkreśliłem wyniki wyszukiwania...

    blog.groupdocs.com/pl/search/search-in-document...
  8. Java ファイル検索 - フォルダー全体のファイル内の複数のテキストを検索

    Java を使用して、さまざまなフォルダーにまたがるさまざまなファイル内の複数のテキストまたはフレーズを検索します。それぞれの HTML ファイル内のスキャン結果を強調表示します。...add("path/parent-folder/"); String query = "water OR \"Lorem ipsum\"...SearchResult result = index.search(query); for (int i = 0 ; i < result...

    blog.groupdocs.com/ja/search/search-multiple-te...
  9. C#で全文検索ソリューションを構築する| .NETでファイルを検索

    インデックスを介して検索する.NETアプリケーション用のテキスト検索API。複数のWord、Excel、PDF、フォルダのテキストファイルでテキストを検索し、検索結果を強調表示します。...@"documentPath/GroupDocs/source/"; string query = "video"; // 指定したフォルダにインデッ...SearchResult result = index.Search(query); Console.WriteLine("Documents...

    blog.groupdocs.com/ja/search/build-your-full-te...
  10. Rearrange Pages in Word using C# | Organize DOC...

    Reorder the pages of Word files using C#. The running example shows how to change the order of pages in DOC/DOCX files using the .NET API.... For queries, contact us via the forum ...

    blog.groupdocs.com/merger/move-word-pages-using...