Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 8,956 for

index

(0.06 sec)
  1. main.min.aea1d7c20da472f6f3f5239491ed1267039ff1...

    @import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i";@fa-font-path:"../webfonts";/*!* Bootstrap v4.1.3 (https://getbootstrap.com/) * Copyright 2011-2018 The Bootst......valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:...invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:...

    reference.groupdocs.com/merger/scss/main.min.ae...
  2. package-summary - GroupDocs.Search for Java - A...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......characters that is used during indexing to detect character type....dictionary that is used during the indexing process. CharacterReplacement...

    apireference.groupdocs.com/search/java/com.grou...
  3. Search text in Microsoft Office PowerPoint pres...

    This article explains that how to search text from Microsoft Office PowerPoint(.ppt, .pptx) presentations...SearchResult s in sr ) { // Print an index and found text: Console . WriteLine...SearchResult s in sr ) { // Print an index and found text: Console . WriteLine...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  4. Search text in Microsoft Office PowerPoint pres...

    To search a keyword in Microsoft Office PowerPoint presentations search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office PowerPoint presentation: Instantiate Parser object for the initial presentation; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the presentation....SearchResult s : sr ) { // Print an index and found text: System . out...SearchResult s : sr ) { // Print an index and found text: System . out...

    docs.groupdocs.com/parser/java/search-text-in-m...
  5. Search text in Microsoft Office Excel spreadshe...

    To search a keyword in Microsoft Office Excel spreadsheets search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Excel spreadsheet: Instantiate Parser object for the initial spreadsheet; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the spreadsheet....SearchResult s : sr ) { // Print an index and found text: System . out...SearchResult s : sr ) { // Print an index and found text: System . out...

    docs.groupdocs.com/parser/java/search-text-in-m...
  6. Search text in Emails | Documentation

    Search a keyword in emails using Search method...SearchResult s in sr ) { // Print an index and found text: Console . WriteLine...SearchResult s in sr ) { // Print an index and found text: Console . WriteLine...

    docs.groupdocs.com/parser/net/search-text-in-em...
  7. indexing

    Filtering and Indexing GIS Vector Layers in C#|Aspose.GIS for .NET,Need help in generating Indexing - Aspose.Words Product Family - Free Support Forum -...487,623 for indexing (0.09 sec) Filtering and Indexing GIS Vector...spatial queries....Filtering and Indexing GIS Vector Layers in C# Contents...

    search.aspose.com/q/Indexing.html
  8. Parser.GetImages Method (Int32, PageAreaOptions...

    Extracts images from the document page using customization options (to set the rectangular area that contains images)....System Int32 The zero-based page index. options Type: GroupDocs.Parser...

    apireference.groupdocs.com/parser/net/groupdocs...
  9. PdfXObjectWatermarkOptions Class - GroupDocs.Wa...

    Represents watermark adding options when adding XObject watermark to a pdf document....PageIndex Gets or sets the page index to add watermark to. Methods...

    apireference.groupdocs.com/watermark/net/groupd...
  10. Search does not find any results on DOCX landsc...

    Using the attached document with the following code shows 7 search results all on page 0. There should be 14 search results however, 7 on page 0 and again 7 on page 1. I was using GroupDocs.Parser 20.12 in .NET and was…...(SearchResult s in sr) { // Print an index, page number and found text:...

    forum.groupdocs.com/t/search-does-not-find-any-...