Sort Score
Result 10 results
Languages All
Labels All
Results 7,801 - 7,810 of 47,137 for

(c )

(0.27 sec)
  1. GroupDocs.Search for .NET 25.11 – 最新更新和修复(2025年...

    探索 GroupDocs.Search for .NET 25.11 的新功能。现已在 NuGet 和 GroupDocs 网站上提供。...TempFolder = @"C:\Temp\SearchExtractor" ; // Enable...= Document.CreateFromFile( @"C:\Docs\protected.docx" ); // Perform...

    blog.groupdocs.com/zh/search/groupdocs-search-f...
  2. Delete indexed documents | GroupDocs

    GroupDocs.Search has the ability to remove individual documents from the index that are indexed from a stream or structure.... C# // Implementing document loader...; } } ... string filePath = @"c:\MyDocuments\SomeDocument.pdf"...

    docs.groupdocs.com/search/net/delete-indexed-do...
  3. Working with worksheet headers and footers | Gr...

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

    docs.groupdocs.com/watermark/java/working-with-...
  4. Working with worksheet backgrounds | GroupDocs

    This article explains how to work with worksheet backgrounds while using GroupDocs watermarking Java API... Ex: "C:\\Docs\\spreadsheet.xlsx" Watermarker...relative path to your document. Ex: "C:\\Docs\\spreadsheet.xlsx" Watermarker...

    docs.groupdocs.com/watermark/java/working-with-...
  5. Bubble Chart in Spreadsheet Document | GroupDocs

    Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Microsoft Excel Document Creating a Bubble Chart Please follow below steps to create a Bubble Chart in MS Excel 2013: Add a new Workbook. Click on the workbook where you want to insert the chart, click the “Insert” tab, and then click “Insert Scatter Chart Icon” in the charts group. A drop-down with charts will appear, select the “Bubble” and press “OK” to insert the chart.... GroupBy ( c => c . OrderDate . Month )]>><<..."Orders Prices by Months<<y [Sum(c=> c.Price)]>><<size [Count()]>>"...

    docs.groupdocs.com/assembly/net/bubble-chart-in...
  6. DOCX Viewer

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Viewer API 在 C#、Java、Python 和 Node.js 中集成文档查看。...

    blog.groupdocs.com/zh/tag/docx-viewer/
  7. Merge PowerPoint Presentations | GroupDocs

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple java code lines and GroupDocs.Merger for Node.js via Java.... Merger ( 'c:/sample1.ppsx' ); merger . join ( 'c:/sample2.ppsx'...ppsx' ); merger . save ( 'c:/merged.ppsx' ); Code Examples Please...

    docs.groupdocs.com/merger/nodejs-java/merge/pow...
  8. Merge HTML | GroupDocs

    Learn how to merge HTML files, combine HTML files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Merger merger = new Merger ( @"c:\sample1.html" )) { // Add another...file to merge merger . Join ( @"c:\sample2.html" ); // Merge HTML...

    docs.groupdocs.com/merger/net/merge/html/
  9. Scatter Chart in Presentation Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Scatter Chart in Microsoft PowerPoint Document Creating a Scatter Chart Please following below steps to create Scatter Chart in MS PowerPoint 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 . getDate (). getMonth ())]>>...Contract Price«x [key + 1]»«y [sum(c => c.getPrice())]» 0.7 2.7 1.8 3...

    docs.groupdocs.com/assembly/java/scatter-chart-...
  10. Scatter Chart in Word Processing Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Word Processing Document format. 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 . getDate (). getMonth ())]>>...Contract Price«x [key + 1]»«y [sum(c => c.getPrice())]» 0.7 2.7 1.8 3...

    docs.groupdocs.com/assembly/java/scatter-chart-...