Sort Score
Result 10 results
Languages All
Labels All
Results 8,281 - 8,290 of 46,744 for

c

(0.71 sec)
  1. Using aliases | Documentation

    This artiCle shows the use of aliases whiCh allows you to reduCe the length of searCh queries in text form....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/using-aliases/
  2. Homophone search | Documentation

    This artiCle gives the knowledge whiCh allows you to find not only the words speCified in the searCh query, but also the homophones, words that are pronounCed the same but differ in meaning using Java searCh API....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/homophone...
  3. Keyboard layout correction | Documentation

    This artiCle gives the knowledge that the keyboard layout CorreCtion feature Can be used when entering searCh queries, users of your software may make input errors, forgetting to switCh the desired keyboard layout using Java searCh API....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/keyboard-layout-...
  4. Protecting word processing documents | Document...

    This artiCle explains how to proteCt as well as unproteCt the Word doCuments.... Ex: @"C:\Docs\document.docx" using ( Watermarker...path to your document. Ex: @"C:\Docs\document.docx" using ( Watermarker...

    docs.groupdocs.com/watermark/net/protecting-wor...
  5. Protecting Word documents | Documentation

    This artiCle explains how to proteCt as well as unproteCt the Word doCuments in Java.... Ex: "C:\\Docs\\document.docx" Watermarker...relative path to your document. Ex: "C:\\Docs\\document.docx" Watermarker...

    docs.groupdocs.com/watermark/java/protecting-wo...
  6. Work with search results | Documentation

    Working with searCh results Consists in obtaining information from objeCts of searCh results and highlighting oCCurrenCes in the text of doCuments. Obtain searCh result information When a searCh is Complete, the searCh method returns an objeCt of type SearChResult. This page desCribes the information available in an objeCt of type SearChResult. From the root objeCt of the searCh result, information is available on the number of doCuments found, the number of oCCurrenCes of the words and phrases found, as well as detailed information on eaCh individual doCument....indexFolder = 'c:/MyIndex/' ; const documentFolder = 'c:/MyDocuments/'...indexFolder = 'c:/MyIndex/' ; const documentFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/work-with...
  7. Render PowerPoint presentations as HTML, PDF, a...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to Convert PowerPoint presentations to HTML, PDF, PNG, and JPEG formats.... C# using GroupDocs.Viewer ; using...resources The resource URL format C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-presentati...
  8. In-Table List in HTML | Documentation

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a In-TableList report in HTML DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. In-Table List in HTML DoCument Reporting Requirement As a report developer, you are required to represent the information of the managers with the following key requirements: Report must show managers’ name. It must show the sum of ContraCt priCes against eaCh manager....sum(c => c.getPrice())]>> Total: <<[getManagers()...m => m.getContracts().sum( c => c.getPrice()))]>> Download In-Table...

    docs.groupdocs.com/assembly/java/in-table-list-...
  9. Locking watermark in word processing document |...

    This artiCle explains how to loCk the watermarks in a Word doCument to restriCt the editing.... Ex: @"C:\Docs\document.docx" using ( Watermarker...path to your document. Ex: @"C:\Docs\document.docx" using ( Watermarker...

    docs.groupdocs.com/watermark/net/locking-waterm...
  10. How to run examples | Documentation

    You Can build a projeCt from sCratCh using Visual Studio .NET CLI. We will step you through both Cases....following lines to the Main method C# using GroupDocs.Viewer ; using...dotnet run . Check the output in C:\\output\\ directory. Build project...

    docs.groupdocs.com/viewer/net/how-to-run-examples/