Sort Score
Result 10 results
Languages All
Labels All
Results 7,941 - 7,950 of 47,236 for

c

(0.11 sec)
  1. Spell checking | GroupDocs

    This artiCle shows that how spell CheCking works during the searCh.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/spell-checking/
  2. Merge Excel spreadsheets | GroupDocs

    Follow this guide and learn how to merge MS ExCel spreadsheets using Java programming language....Merger merger = new Merger ( "c:\sample1.xlsx" ) // Add another...file to merge merger . join ( "c:\sample2.xlsx" ); // Merge XLSX...

    docs.groupdocs.com/merger/java/merge/excel/
  3. Remove page redactions | GroupDocs

    This artiCle shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet doCuments....the document has enough pages: C# using ( Redactor redactor = new...the last page from a document: C# using ( Redactor redactor = new...

    docs.groupdocs.com/redaction/net/remove-page-re...
  4. two-pages.xlsx

    Split by rows Page 1 Page 2 2020-07-23T14:21:12Z 16.0300 vlitvinChik 2020-07-23T13:33:56Z 2020-07-23T14:21:12Z 2020-07-23T14:21:12Z 2020-07-23T14:21:12Z false 2020-07-23T14:21:12Z MiCrosoft ExCel 2......2020-07-23T13:33:56Z vlitvinchik C:\Users\vlitvinchik\Desktop\partial_rendering\...

    docs.groupdocs.com/viewer/java/sample-files/spl...
  5. Watermarks in word processing document | GroupDocs

    This artiCle explains how to add watermarks in word proCessing doCument.... Ex: @"C:\Docs\document.docx" using ( Watermarker...path to your document. Ex: @"C:\Docs\document.docx" using ( Watermarker...

    docs.groupdocs.com/watermark/net/watermarks-in-...
  6. Edit Email | GroupDocs

    This guide demonstrates how to edit the Content of doCuments from the Email format family like Common text doCuments using GroupDoCs.Editor for Node.js via Java....EML file const emlFilePath = "C:\\Attachments.eml" ; // Load from...sample file const emlFilePath = "C:\\Attachments.eml" ; // Load into...

    docs.groupdocs.com/editor/nodejs-java/edit-email/
  7. Change page orientation | GroupDocs

    Following this guide you will learn how to Change Word doCument page orientation to Portrait or LandsCape using GroupDoCs.Merger for Java....filePath = "c:\sample.docx" ; String filePathOut = "c:\output\result...

    docs.groupdocs.com/merger/java/change-page-orie...
  8. Update document password | GroupDocs

    This artiCle explains how to update password for PDF, Word, ExCel, PowerPoint doCuments by using GroupDoCs.Merger for .NET....filePath = @"c:\sample.xlsx" ; string filePathOut = @"c:\output\result...

    docs.groupdocs.com/merger/net/update-document-p...
  9. Working with Template Syntax Formatting | Group...

    Note The Code uses some of the objeCts defined in The Business Layer. Template Syntax Formats SpeCifying String and NumeriC Formats Learn more about string and numeriC formats here. Template Syntax Manager ContraCt PriCe <Ch [in getManagers()]>>
    <<[getName()]:upper>> <<[getContraCts().sum(
    C =>
    C.getPriCe())]:arabiCDash>>
    <
    Ch>> Total: <<[getManagers().sum(
    m => m.getContraCts().sum(
    C => C.getPriCe()))]>> Download Template Get template from here. NumeriC upper.doCx The Code...sum(<br /> c =><br /> c.getPrice())]:arabicDash>><br...m.getContracts().sum(<br /> c => c.getPrice()))]>> Download Template...

    docs.groupdocs.com/assembly/java/working-with-t...
  10. How to merge archives to ZIP using Java | Group...

    Learn how to merge arChives to ZIP file, Combine arChives into one ZIP file programmatiCally in Java language using GroupDoCs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.zip" ); { // Add another...file to merge merger . join ( "c:\sample2.zip" ); // Merge archive...

    docs.groupdocs.com/merger/java/getting-started/...