Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 3,426 for

powerpoint viewer

(0.08 sec)
  1. Bulleted List in Presentation Document | Docume...

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Microsoft Powerpoint Document Creating a Bulleted List Practising the following steps you can insert Bulleted List in MS Powerpoint 2013. Add a new presentation slide. Add a bullet list at the place where you want it....Viewer Product Solution GroupDocs...Bulleted List in Microsoft PowerPoint Document Creating a Bulleted...

    docs.groupdocs.com/assembly/java/bulleted-list-...
  2. Numbered List in Presentation Document | Docume...

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Numbered List in Microsoft Powerpoint Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS Powerpoint 2013. Add a new presentation slide. Write a sentence like “We provide support for the following clients:”....Viewer Product Solution GroupDocs...Numbered List in Microsoft PowerPoint Document Creating a Numbered...

    docs.groupdocs.com/assembly/java/numbered-list-...
  3. In-Table List with Filtering Grouping and Order...

    Note In this article, we will use GroupDocs.Assembly to generate a In-TableList with Filtering, Grouping, and Ordering 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 List with Filtering, Grouping, and Ordering in Microsoft Powerpoint Document Creating a In-Table List with Filtering, Grouping, and Ordering Practicing the following steps you can create In-Table List with Filtering, Grouping, and Ordering Template in MS Powerpoint 2013....Viewer Product Solution GroupDocs...and Ordering in Microsoft PowerPoint Document Creating a In-Table...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  4. GroupDocs.Comparison for .NET

    查找有关使用 C# .NET 平台比较类似文档的答案。...Viewer Product Family GroupDocs.Comparison...for .NET 最新答案 如何使用 C# 比较 PowerPoint 文件 如何使用 C# 比较 CSV 文件 如何在...

    kb.groupdocs.com/zh/comparison/net/
  5. 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....Viewer Product Solution GroupDocs...and Ordering in Microsoft PowerPoint Document Creating a In-Table...

    docs.groupdocs.com/assembly/java/in-table-list-...
  6. How to Convert PDF to Presentation in C#

    This short article describes the step-by-step procedure to convert PDF to Presentation in C# and how to develop the application for PDF to PPTX converter using C#....Viewer Product Family GroupDocs.Comparison...example to convert PDF to PowerPoint presentation. Steps to Convert...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. How to add attachment to PDF document | Documen...

    This article explains how to add attachment to PDF document with GroupDocs.Merger within your Java applications....Viewer Product Solution GroupDocs...documents, Excel spreadsheets, PowerPoint presentations, images, audio...

    docs.groupdocs.com/merger/java/how-to-add-attac...
  8. GroupDocs.Editor for Java | Documentation

    GroupDocs.Editor for Java enables document editing in form of HTML.Edit Word, Excel and Powerpoint documents using GroupDocs.Editor for Java powerful document editing API....Viewer Product Solution GroupDocs...feedback Edit Word, Excel and PowerPoint documents using GroupDocs...

    docs.groupdocs.com/editor/java/
  9. GroupDocs.Comparison for Java

    查找有关使用 Java 语言和平台比较相似文档的答案。...Viewer Product Family GroupDocs.Comparison...如何在 Java 中比较图像 如何使用 Java 比较 Powerpoint 文件 如何使用 Java 比较 Word 文档 如何在...

    kb.groupdocs.com/zh/comparison/java/
  10. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a Powerpoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Viewer Product Solution GroupDocs...the slide backgrounds in a PowerPoint document as shown in the...

    docs.groupdocs.com/watermark/java/working-with-...