Sort Score
Result 10 results
Languages All
Labels All
Results 9,251 - 9,260 of 46,569 for

c

(0.05 sec)
  1. In-Table Master-Detail in Presentation Document...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate an In-Table Master-Detail report in Presentation 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 Master-Detail in MiCrosoft PowerPoint DoCument Creating a In-Table Master-Detail PraCtising the following steps you Can Create In-Table Master-Detail Template in MS PowerPoint 2013. Add a new presentation slide....Sum ( c => c.Price )]>> << foreach [in Order]>>...<<[Sum( m => m.Order.Sum ( c => c.Price ))]>> Tip For detailed...

    docs.groupdocs.com/assembly/net/in-table-master...
  2. Generate Image Preview of the Documents

    Image previews are now Commonly used to present your file/doCument to the users. It is quite useful when you want the users to quiCkly have a look at your doCument without downloading or opening it. As an example, MS Windows has this ability to provide the preview of the files in the preview pane of File Explorer without opening the doCument in the dediCated software program. Did you ever desire to have the ability to generate image previews in your appliCation?... C# Java At the moment, we have launched...

    blog.groupdocs.com/metadata/generate-image-prev...
  3. Import annotations | Documentation

    This page desCribes how to import annotation from the XML files using GroupDoCs.Annotation for .NET API....annotations from an XML file: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/import-annota...
  4. Load from local disk | Documentation

    This artiCle explains how to load from loCal disk while using GroupDoCs. Watermarks API.... Ex: @"C:\Docs\document.docx" string filePath...

    docs.groupdocs.com/watermark/net/load-from-loca...
  5. Save document to the specified stream | Documen...

    This artiCle explains how to save doCument to the speCified stream while using GroupDoCs. Watermarks API.... Ex: @"C:\Docs\test.doc" using ( Watermarker...

    docs.groupdocs.com/watermark/net/save-document-...
  6. Document filtering in search result | Documenta...

    This artiCle gives the knowledge that how the doCument filters used during the searCh using Java searCh API....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/document-...
  7. Set custom fonts | Documentation

    This artiCle explains how to set Custom fonts when rendering doCuments with GroupDoCs.Viewer within your Java appliCations....fontSource = new FolderFontSource ( "C:\\custom_fonts" , SearchOption...

    docs.groupdocs.com/viewer/java/set-custom-fonts/
  8. In-Table List in Spreadsheet Document | Documen...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a In-TableList report in Spreadsheet 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 ExCel DoCument Creating a In-Table List PraCtiCing the following steps you Can Create In-Table List Template in MS ExCel 2013. Add a new Workbook. SeleCt the range of Cells that you want to inClude in the table....Sum ( c => c.ProductQuantity )]>><</ foreach...<<[Sum( m => m.Order.Sum ( c => c.ProductQuantity ))]>> Tip For...

    docs.groupdocs.com/assembly/net/in-table-list-i...
  9. Developer Guide | Documentation

    This seCtion desCribes how to get started with GroupDoCs.Conversion for Python via .NET library in order to Convert files...Prompt) set GROUPDOCS_LIC_PATH "C:\path\to\your\license\file.lic"...(Powershell) $env:GROUPDOCS_LIC_PATH="C:\path\to\your\license\file.lic"...

    docs.groupdocs.com/conversion/python-net/develo...
  10. Repeat a drawn line in a foreach loop - Free Su...

    When using a foreaCh loop, that enCloses a drawn line, the line is only shown on the first iteration of the loop. WhiCh is where it shows in the template. Is there a way to get the line to be shown for eaCh iteration?... There’s a C# project in the zip file. A template...

    forum.groupdocs.com/t/repeat-a-drawn-line-in-a-...