Sort Score
Result 10 results
Languages All
Labels All
Results 7,451 - 7,460 of 129,695 for

presentations

(1 sec)
  1. How to Add Hyperlink to an Image in PowerPoint ...

    This article contains information on how to add hyperlink to an image in PowerPoint using C#. It covers the configuration details using step wise approach to accomplish the task and a sample code to add hyperlink to an image in PPT in C#....application Create a new empty Presentation object Access the first...first slide in presentation slides collection Read the source PNG...

    kb.aspose.com/slides/net/how-to-add-hyperlink-t...
  2. Dodaj znak wodny do PPTX plików prezentacji za ...

    Kod źródłowy C# do dodawania znaku wodnego do prezentacji PPTX....C# using ( var presentation = new Presentation()) { ISlide slide...slide = presentation.Slides[ 0 ]; IAutoShape watermarkShape = slide...

    products.aspose.com/slides/pl/net/watermark/pptx/
  3. PPTX to PDF in Java: Grey Lines Appear at the B...

    Hi Team, we are facing issue while converting ppt file into pdf using aspose. Issue : table on page 10 of the PDF preview has grey lines that are not visible in the original PowerPoint file and the PDF generated by Acro…...PdfOptions when saving the presentation to PDF. Setting the SaveMetafilesAsPng...snippet: using (Presentation presentation = new Presentation("input.pptx"))...

    forum.aspose.com/t/pptx-to-pdf-in-java-grey-lin...
  4. Archiv

    Archiv...Präsentation mit der Klasse Presentation . Erstellen Sie eine Instanz...Sie PPTX mit der methode Presentation.Save(String, HtmlOptions)...

    blog.aspose.com/de/slides/convert-ppt-pptx-to-h...
  5. PowerPoint-Text in Java animieren|Aspose.Slides...

    Erstellen Sie dynamischen, animierten Text in PowerPoint- und OpenDocument-Präsentationen mithilfe von Aspose.Slides für Java, mit leicht nachvollziehbaren, optimierten Java-Codebeispielen....hinzufügt: Presentation presentation = new Presentation ( "Presentation...autoShape = ( IAutoShape ) presentation . getSlides (). get_Item...

    docs.aspose.com/slides/de/java/animated-text/
  6. Dodaj znak wodny do ODP plików prezentacji za p...

    Kod źródłowy C++ do dodawania znaku wodnego do prezentacji ODP....auto presentation = System :: MakeObject < Presentation > ();...(); auto slide = presentation -> get_Slides() -> idx_get( 0 );...

    products.aspose.com/slides/pl/cpp/watermark/odp/
  7. Watermerk toevoegen aan PPT presentatiebestande...

    C++ broncode voor het toevoegen van watermerk aan PPT presentatie....auto presentation = System :: MakeObject < Presentation > ();...(); auto slide = presentation -> get_Slides() -> idx_get( 0 );...

    products.aspose.com/slides/nl/cpp/watermark/ppt/
  8. Watermerk toevoegen aan ODP presentatiebestande...

    C++ broncode voor het toevoegen van watermerk aan ODP presentatie....auto presentation = System :: MakeObject < Presentation > ();...(); auto slide = presentation -> get_Slides() -> idx_get( 0 );...

    products.aspose.com/slides/nl/cpp/watermark/odp/
  9. Aggiungi filigrana ai file di presentazione PPT...

    C++ codice sorgente per l'aggiunta di filigrana alla presentazione PPTX....auto presentation = System :: MakeObject < Presentation > ();...(); auto slide = presentation -> get_Slides() -> idx_get( 0 );...

    products.aspose.com/slides/it/cpp/watermark/pptx/
  10. Aggiungi filigrana ai file di presentazione ODP...

    C++ codice sorgente per l'aggiunta di filigrana alla presentazione ODP....auto presentation = System :: MakeObject < Presentation > ();...(); auto slide = presentation -> get_Slides() -> idx_get( 0 );...

    products.aspose.com/slides/it/cpp/watermark/odp/