Sort Score
Result 10 results
Languages All
Labels All
Results 7,631 - 7,640 of 46,562 for

(c )

(0.05 sec)
  1. Faceted search | Documentation

    This article gives the knowledge of the creation of faceted search queries using Java search API....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/faceted-search/
  2. Adding text watermarks | Documentation

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark.... Ex: "C:\\Docs\\image.png" Watermarker...relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker...

    docs.groupdocs.com/watermark/java/adding-text-w...
  3. Extract cells from Microsoft Office Excel sprea...

    This article explains that how to extract cells from Microsoft Office Excel (.xls, .xlsx) spreadsheets....cells foreach ( WorksheetCell c in cells ) { // Print the cell...$"Row: {c.RowIndex} Column: {c.ColumnIndex} RowSpan: {c.RowSpan}...

    docs.groupdocs.com/parser/net/extract-cells-fro...
  4. How to merge JPG images using Java | Documentation

    Learn how to merge JPG image files, combine JPG image files into one file programmatically in java language using GroupDocs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.jpg" ) // Define image...file to merge merger . join ( "c:\sample2.jpg" , joinOptions );...

    docs.groupdocs.com/merger/java/getting-started/...
  5. Working with worksheet headers and footers | Do...

    This article explains how to work with worksheet headers and footers while using GroupDocs watermarking API... Ex: @"C:\Docs\spreadsheet.xlsx" using...path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" using...

    docs.groupdocs.com/watermark/net/working-with-w...
  6. Perform Synonym Search in Documents Online

    Unlock the power of synonym search! Learn how to search alternate words in text-based documents online & programmatically....Just use a few lines of code in C# or Java to swiftly scan through...folders: Find Synonym of Words using C# Find Synonym of Words using Java...

    blog.groupdocs.com/search/online-synonym-search/
  7. Update index | Documentation

    This article explains that how to update indexed documents, as well as updating an index version in Java....indexFolder = "c:\\MyIndex\\" ; String documentFolder = "c:\\MyDocuments\\"...sourceIndexFolder = "c:\\MyOldIndex\\" ; String targetIndexFolder = "c:\\MyNewIndex\\"...

    docs.groupdocs.com/search/java/update-index/
  8. Indexing reports | Documentation

    This article demonstrates that how indexing reports can be retrieved from the index using search API... C# string indexFolder = @"c:\MyIndex\" ; string...documentsFolder1 = @"c:\MyDocuments1\" ; string documentsFolder2 = @"c:\MyDocuments2\"...

    docs.groupdocs.com/search/net/indexing-reports/
  9. Output adapters | Documentation

    This article gives the knowledge about output adapters which are used to output generated HTML or plain text to various output objects.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/output-adapters/
  10. Wildcard search | Documentation

    This article shows the operations of wildcard search which allows you to search for words with unknown letters or ranges of letters....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/wildcard-search/