Sort Score
Result 10 results
Languages All
Labels All
Results 1,351 - 1,360 of 2,842 for

presentations

(0.11 sec)
  1. insert OLE objects in presentations using Java

    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....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.

    blog.groupdocs.com/ar/tag/insert-ole-objects-in...
  2. insert OLE objects in presentations using Java

    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....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.

    blog.groupdocs.com/pt/tag/insert-ole-objects-in...
  3. insert OLE objects in presentations using Java

    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....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.

    blog.groupdocs.com/ru/tag/insert-ole-objects-in...
  4. insert OLE objects in presentations using Java

    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....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.

    blog.groupdocs.com/ja/tag/insert-ole-objects-in...
  5. insert OLE objects in presentations using Java

    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....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.

    blog.groupdocs.com/th/tag/insert-ole-objects-in...
  6. 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....watermarks / Add watermarks to presentation documents / Working with...advanced_usage.add_watermarks_to_presentations.PresentationGetSlide PresentationLoadOpti...

    docs.groupdocs.com/watermark/java/working-with-...
  7. Convert images | Documentation

    In this article, you can learn how to convert JPG, PNG, TIFF and other images into various file formats with several lines of C# code...Language: , , , , , PDF: Presentation: FODP, , , , , , , , , ...Language: , , , , , PDF: Presentation: FODP, , , , , , , , , ...

    docs.groupdocs.com/conversion/net/convert/image/
  8. Supported Document Formats | Documentation

    Supported File Formats The following table indicates the input and output file formats supported by GroupDocs.Assembly for Java. Format Description Load Save Populate Remarks DOC Microsoft Word 97 - 2007 Document. DOT Microsoft Word 97 - 2007 Template. DOCX Office Open XML WordprocessingML Document (macro-free). DOCM Office Open XML WordprocessingML Macro-Enabled Document. DOTX Office Open XML WordprocessingML Template (macro-free). DOTM Office Open XML WordprocessingML Macro-Enabled Template. RTF RTF format. XLSX OOXML 2007-2010 XLSM OOXML Macro Enabled Workbook XLTX OOXML Workbook Template XLTM OOXML Macro Enabled Workbook Template XLSB OOXML Binary Workbook XLS Excel Workbook 97-2003 XLT Excel Workbook Template 97-2003 XML Spreadsheet Markup Language ODS Open Document Spreadsheet PPTX OOXML Presentation PPTM OOXML Macro Enabled Presentation PPTM OOXML Macro Enabled Presentation PPSX OOXML SlideShow PPSM OOXML Macros Enabled Presentation POTX OOXML Presentation Template POTM OOXML Macro Enabled Presentation Template PPT PowerPoint Presentation 97-2003 PPS PowerPoint SlideShow 97-2003 ODP OpenDocument Presentation EML Email Message Format MSG Outlook Email Message Format EMLX Apple’s Email Message Format TXT Plain Text XML Word Processing Markup Language HTML HTML format....Spreadsheet OOXML Presentation OOXML Macro Enabled Presentation OOXML Macro...Macro Enabled Presentation OOXML SlideShow OOXML Macros Enabled...

    docs.groupdocs.com/assembly/java/supported-docu...
  9. PowerPoint Viewer – Otwórz i przeczytaj pliki P...

    Dowiedz się, jak wyświetlać prezentacje PowerPoint online za pomocą darmowego przeglądarki PPTX lub programowo za pomocą API dla .NET, Java, Python i Node.js....Need to open a PowerPoint presentation but don`t have MS PowerPoint...viewer = new Viewer("path/presentation.pptx")) { PdfViewOptions...

    blog.groupdocs.com/pl/viewer/view-powerpoint-pr...
  10. Upravit prezentace v C# | .NET PPT/PPTX editace

    Úpravy prezentací v PowerPointu jsou vysvětleny na příkladech C# pro úpravu souborů PPT, PPTX, ODP v rámci vaší aplikace .NET pomocí rozhraní API pro úpravy prezentací.... // Load Presentation using (FileStream fs = File...OpenRead("path/presentation.pptx")) { // Load Presentation Options....

    blog.groupdocs.com/cs/editor/edit-ppt-pptx-pres...