Sort Score
Result 10 results
Languages All
Labels All
Results 1,511 - 1,520 of 3,077 for

presentations

(0.04 sec)
  1. ویرایش ارائه ها در C# | ویرایش NET PPT/PPTX

    ویرایش ارائه‌های پاورپوینت با مثال‌های C# برای ویرایش فایل‌های PPT، PPTX، ODP در برنامه دات‌نت با استفاده از API ویرایش ارائه توضیح داده شده است.... // Load Presentation using (FileStream fs = File...OpenRead("path/presentation.pptx")) { // Load Presentation Options....

    blog.groupdocs.com/fa/editor/edit-ppt-pptx-pres...
  2. 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-...
  3. מיזוג מצגות PowerPoint & Slides ב-Java | מיזוג ...

    מיזוג מצגות PowerPoint PPT/PPTX ב-Java. למד כיצד לשלב שקופיות ספציפיות של קבצים שונים באמצעות Java merger API של GroupDocs....merger = new Merger("/path/presentation-1.pptx")) { merger.Join...Join("/path/presentation-2.pptx"); merger.Join("/path/presentation-3.pptx");...

    blog.groupdocs.com/he/merger/merge-powerpoint-p...
  4. Combina presentaciones y diapositivas de PowerP...

    Combina presentaciones de PowerPoint usando C#. Además, combine diapositivas específicas de archivos PPT/PPTX utilizando la API de fusión .NET de GroupDocs....merger = new Merger("/path/presentation-1.pptx")) { merger.Join...Join("/path/presentation-2.pptx"); merger.Join("/path/presentation-3.pptx");...

    blog.groupdocs.com/es/merger/merge-powerpoint-p...
  5. Объединение презентаций и слайдов PowerPoint в ...

    Объединяйте презентации PowerPoint PPT/PPTX в Java. Узнайте, как объединять определенные слайды из разных файлов с помощью API слияния Java от GroupDocs....merger = new Merger("/path/presentation-1.pptx")) { merger.Join...Join("/path/presentation-2.pptx"); merger.Join("/path/presentation-3.pptx");...

    blog.groupdocs.com/ru/merger/merge-powerpoint-p...
  6. Mesclar apresentações e slides do PowerPoint us...

    Mesclar apresentações do PowerPoint usando C#. Além disso, combine slides específicos de arquivos PPT/PPTX usando a API de fusão .NET do GroupDocs....merger = new Merger("/path/presentation-1.pptx")) { merger.Join...Join("/path/presentation-2.pptx"); merger.Join("/path/presentation-3.pptx");...

    blog.groupdocs.com/pt/merger/merge-powerpoint-p...
  7. Scal prezentacje i slajdy programu PowerPoint p...

    Scal prezentacje programu PowerPoint przy użyciu języka C#. Ponadto łącz określone slajdy plików PPT/PPTX za pomocą interfejsu API łączenia .NET firmy GroupDocs....merger = new Merger("/path/presentation-1.pptx")) { merger.Join...Join("/path/presentation-2.pptx"); merger.Join("/path/presentation-3.pptx");...

    blog.groupdocs.com/pl/merger/merge-powerpoint-p...
  8. Unisci presentazioni e diapositive PowerPoint i...

    Unisci presentazioni PowerPoint PPT/PPTX in Java. Scopri come combinare diapositive specifiche di file diversi utilizzando l'API di fusione Java di GroupDocs....merger = new Merger("/path/presentation-1.pptx")) { merger.Join...Join("/path/presentation-2.pptx"); merger.Join("/path/presentation-3.pptx");...

    blog.groupdocs.com/it/merger/merge-powerpoint-p...
  9. Editar presentaciones en Java | Edición de PPT/...

    La edición de presentaciones de PowerPoint se explica con un ejemplo de Java para editar archivos PPT, PPTX y ODP dentro de su aplicación utilizando la API de edición de presentaciones.... // Load Presentation PresentationLoadOpti loadOptions...Editor(new FileInputStream("path/presentation.pptx"), loadOptions); Paso...

    blog.groupdocs.com/es/editor/edit-ppt-pptx-pres...
  10. Modifica presentazioni in Java | Modifica PPT/PPTX

    La modifica delle presentazioni PowerPoint viene spiegata con un esempio Java per modificare file PPT, PPTX, ODP all'interno dell'applicazione utilizzando l'API di modifica delle presentazioni.... // Load Presentation PresentationLoadOpti loadOptions...Editor(new FileInputStream("path/presentation.pptx"), loadOptions); Passaggio...

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