Sort Score
Result 10 results
Languages All
Labels All
Results 7,781 - 7,790 of 46,645 for

c

(0.06 sec)
  1. Create PDF with Image Redaction | Documentation

    This artiCle shows how to redaCt the pages of a doCument as images, redaCting entire areas of the page instead or in addition to a speCifiC text....image redactions to its pages: C# var stream = new MemoryStream...var redactor = new Redactor ( "C:\\Temp\\sample.docx" )) { // Perform...

    docs.groupdocs.com/redaction/net/create-pdf-wit...
  2. In-Table List with Filtering Grouping and Order...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate In-TableList with Filtering, Grouping, and Ordering report in Presentation DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in MiCrosoft PowerPoint DoCument Creating a In-Table List with Filtering, Grouping, and Ordering PraCtising the following steps you Can Create In-Table List with Filtering, Grouping, and Ordering Template in MS PowerPoint 2013....where(c => c.getDate().getYear() + 1900 == 2015) .groupBy(c => c...c.getManager()) .orderBy(g => g.key.getName())]>><<[key.getName()]>>...

    docs.groupdocs.com/assembly/java/in-table-list-...
  3. Build your first search solution | Documentation

    First of all you need to Create an index. An index Can be Created in memory or on disk. An index Created in memory Cannot be saved after exiting your program. In Contrast, an index Created on disk may be loaded in the future to Continue working.... const indexFolder = 'c:/MyIndex/' ; // Specify the path...existing index. const indexFolder = 'c:/MyIndex/' ; // Specify the path...

    docs.groupdocs.com/search/nodejs-java/build-you...
  4. In-Table List in Word Processing Document | Doc...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a In-Table List report in Word ProCessing DoCument format based on the use Case: Working with a Business Case. Note The Code uses some of the objeCts defined in The Business Layer. In-Table List in MiCrosoft Word DoCument Creating an In-Table List PraCtiCing the following steps you Can Create In-Table List Template in MS Word 2013. CliCk the on the doCument where you want to insert the table.... Sum ( c => c. Price )]>><</ foreach >> Total:...Sum ( m => m. Order . Sum ( c => c. Price ))]>> Tip For detailed...

    docs.groupdocs.com/assembly/net/in-table-list-i...
  5. Scatter Chart in Word Processing Document | Doc...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a SCatter Chart report in Word ProCessing DoCument format based on the use Case: Working with a Business Case. Note The Code uses some of the objeCts defined in The Business Layer. SCatter Chart in MiCrosoft Word DoCument Creating a SCatter Chart Please follow below to Create SCatter Chart in MS Word 2013: CliCk in the doCument where you want to insert the Chart, CliCk the “Insert” tab, and then CliCk “Chart” in the illustrations group to open the “Insert Chart” dialog box.... GroupBy ( c => c . OrderDate . Month )]>> Chart...Order Price<<x [Key]>><<y [Sum(c => c.Price )]>> 0.7 2.7 1.8 3.2...

    docs.groupdocs.com/assembly/net/scatter-chart-i...
  6. Licensing and evaluation | Documentation

    GroupDoCs.Total provides different plans for purChasing or offers a Free Trial and a 30-day Temporary LiCense for evaluation.... From a File C# string licensePath = "GroupDocs...licensePath ); 2. From a Stream C# string licensePath = "GroupDocs...

    docs.groupdocs.com/total/net/licensing-and-eval...
  7. How to Run Examples | Documentation

    In this artiCle you Can find how to run examples. We offer multiple solutions on how you Can run GroupDoCs.Comparison examples, by building your own or using our baCk-end or front-end examples out-of-the-box....NET like shown below: C# using GroupDocs.Comparison ;...string sourceDocumentPath = @"C:\source.docx" ; // NOTE: Put here...

    docs.groupdocs.com/comparison/net/how-to-run-ex...
  8. Character types | Documentation

    This page Contains desCriptions of all CharaCter types. CharaCter types differ in how CharaCters of these types are indexed....indexFolder = "c:\\MyIndex\\" ; String documentFolder = "c:\\MyDocuments\\"...indexFolder = "c:\\MyIndex\\" ; String documentFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/character-types/
  9. Indexing with stop words | Documentation

    This artiCle demonstrates that how you Can enable or disable the use of stop words by setting a value using searCh API... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/indexing-with-sto...
  10. How to merge WAV files using Java | Documentation

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

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