Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 10,233 for

powerpoint

(0.06 sec)
  1. Watermark Protected Files using CSharp on Group...

    Watermark Protected Files using CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Watermark Protected Files using CSharp on GroupDocs Blog | Docu......wachtwoord beveiligde Word-, PDF-, PowerPoint- en Excel-bestanden met behulp...

    blog.groupdocs.com/nl/tag/watermark-protected-f...
  2. diff view library on GroupDocs Blog | Document ...

    diff view library on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in diff view library on GroupDocs Blog | Document Automation Solutions for .NET & Java ......liệu Microsoft Word, Excel, PowerPoint, OpenDocument ODT, PDF, Text...

    blog.groupdocs.com/vi/tag/diff-view-library/ind...
  3. insert OLE objects in excel in csharp on GroupD...

    insert OLE objects in excel in csharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in insert OLE objects in excel in csharp on GroupDocs Blog | Docume......Word 문서, Excel 스프레드시트 또는 Powerpoint 프레젠테이션에 문서 OLE 개체를 포함하거나...

    blog.groupdocs.com/ko/tag/insert-ole-objects-in...
  4. insert OLE objects in Excel using Java on Group...

    insert OLE objects in Excel using Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in insert OLE objects in Excel using Java on GroupDocs Blog | Docu......다른 Word 문서, Excel 스프레드시트, PowerPoint 프레젠테이션에 OLE 개체로 포함합니다. Recent...

    blog.groupdocs.com/ko/tag/insert-ole-objects-in...
  5. Search Electronic Signature in CSharp on GroupD...

    Search Electronic Signature in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Search Electronic Signature in CSharp on GroupDocs Blog | Docume......w programach Word, Excel, PowerPoint, dokumentach PDF w języku...

    blog.groupdocs.com/pl/tag/search-electronic-sig...
  6. Watermark Protected Files using CSharp on Group...

    Watermark Protected Files using CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Watermark Protected Files using CSharp on GroupDocs Blog | Docu......immagini a file Word, PDF, PowerPoint ed Excel protetti da password...

    blog.groupdocs.com/it/tag/watermark-protected-f...
  7. Edit PPT CSharp on GroupDocs Blog | Document Au...

    Edit PPT CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Edit PPT CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve......でプレゼンテーション PPT/PPTX を編集する PowerPoint プレゼンテーションの編集について、プレゼンテーション編集...

    blog.groupdocs.com/ja/tag/edit-ppt-csharp/index...
  8. Add Watermark to Presentations on GroupDocs Blo...

    Add Watermark to Presentations on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Add Watermark to Presentations on GroupDocs Blog | Document Automation ......Java Developers ウォーターマーク PowerPoint プレゼンテーション PPT/PPTX プレゼンテ...

    blog.groupdocs.com/ja/tag/add-watermark-to-pres...
  9. GroupDocs.Watermark Product Family

    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....watermarks to the Microsoft PowerPoint presentations within .NET...watermarks from PDF, Word, Excel, PowerPoint, and Visio documents. In...

    blog.groupdocs.com/categories/groupdocs.waterma...
  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....the slide backgrounds in a PowerPoint document as shown in the...background images that belong to a PowerPoint document as shown in the...

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