Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 2,912 for

presentations

(0.04 sec)
  1. Phrase search | Documentation

    This article gives the knowledge about phrase search definition as well as a phrase search description....search queries in text form is presented on the page. A table of the...queries in object form is presented on the page. The following...

    docs.groupdocs.com/search/net/phrase-search/
  2. Date range search | Documentation

    This article gives the knowledge that how to search by date with date range search using Java search API....format for the search is presented below. String indexFolder...not be found, because it is presented in a format that is not specified...

    docs.groupdocs.com/search/java/date-range-search/
  3. OLE-objecten invoegen in Word, Excel, PowerPoin...

    Sluit documenten als OLE-objecten in andere Word-documenten, Excel-spreadsheets, Powerpoint-presentaties programmatisch in Java in met behulp van GroupDocs.Merger API....Merger merger = new Merger("presentation.pptx"); merger.importDo...s); merger.save("output-presentation.pptx"); Conclusie # We hebben...

    blog.groupdocs.com/nl/merger/insert-ole-objects...
  4. Search index events | Documentation

    This page contains information about the purpose and use of all index events....notifications in the index is presented below. C# string indexFolder...processing this event is presented below. C# string indexFolder...

    docs.groupdocs.com/search/net/search-index-events/
  5. JpgViewOptions | GroupDocs.Viewer for .NET API ...

    Provides options for rendering documents into JPG format. For details see this pagehttps//docs.groupdocs.com/viewer/net/renderingtopngorjpeg/ and its children....PresentationOptions { get; set; } The presentation files view options. ProjectManagementOpt...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  6. Как преобразовать PDF в презентацию на C#

    В этой короткой статье описывается пошаговая процедура преобразования PDF в презентацию на C# и разработка приложения для конвертера PDF в PPTX с использованием C#....разработать конвертер PDF в Presentation на C# , следуя пошаговым...

    kb.groupdocs.com/ru/conversion/net/how-to-conve...
  7. Remove Text Watermark from DOCX Using C#

    Explore how to remove text watermark from DOCX using C#. We'll furnish you with code to delete watermark text from DOCX in C# without extra software installation....distribution or preparing them for presentation, this technique empowers...

    kb.groupdocs.com/watermark/net/remove-text-wate...
  8. Jak przekonwertować plik PDF na prezentację w J...

    W tym artykule przedstawiono procedurę krok po kroku konwersji pliku PDF na prezentację w języku Java oraz przykładową aplikację do konwersji pliku PDF na prezentację programu PowerPoint przy użyciu języka Java.... aby konwertować PDF na Presentation w Javie . Ten przepływ pracy...

    kb.groupdocs.com/pl/conversion/java/how-to-conv...
  9. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....of supported file types is presented below. Iterable < FileType...

    docs.groupdocs.com/metadata/java/get-supported-...
  10. The Business Layer | Documentation

    Common Utilities Class Document Directories Applying Product License Metered Licensing Data Layer Class Custom Objects Populate Data (Getting Customers Details) Getting Order Details Getting Product Details Getting Single Customer Details Database Entities Getting Customer Details From Database Getting Order Details From Database Getting Product Details From Database Getting Single Customer Details From Database DataSet Source Getting Customer, Order Details From DataSet Getting Product Details From DataSet Getting Single Customer Details From DataSet XML DataSource Getting Complete Details From XML Files Getting Single Customer Details From XML DataSource JOSN DataSource Getting Customer Data From JSON File Getting Customer And Order Data From JSON File Getting Product Data From JSON File Getting Single Customer Data From JSON File Use Spreadsheets as Data Sources Use Tables of Word Processing Documents as Data Sources Use Tables of Presentation Documents as Data Sources Complete DataLayer Class Code Complete DynamicEntity Class Code Complete CommonUtilities Class Code...Data Sources Use Tables of Presentation Documents as Data Sources...

    docs.groupdocs.com/assembly/net/the-business-la...