Sort Score
Result 10 results
Languages All
Labels All
Results 7,201 - 7,210 of 113,579 for

presentations

(0.09 sec)
  1. Diagrammachse|Aspose.Slides Dokumentation

    So bearbeiten Sie die Diagrammachse in PowerPoint mit Java...Erstellen Sie eine Instanz der Presentation Klasse. Greifen Sie auf...Java abrufen: Presentation pres = new Presentation (); try { Chart...

    docs.aspose.com/slides/de/androidjava/chart-axis/
  2. Diagrammachse|Aspose.Slides Dokumentation

    Wie man die Diagrammachse von PowerPoint in Java bearbeitet...Erstellen Sie eine Instanz der Presentation Klasse. Greifen Sie auf...Java erhalten: Presentation pres = new Presentation (); try { Chart...

    docs.aspose.com/slides/de/java/chart-axis/
  3. Eigenschaften der Präsentationsansicht|Aspose.S...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Präsentationsdatei darstellt Presentation pres = new Presentation (); try { pres...( true ); pres . save ( "presentation_normal_view_state.pptx"...

    docs.aspose.com/slides/de/androidjava/presentat...
  4. Exporter vers HTML5|Documentation Aspose.Slides

    Exporter PowerPoint vers HTML5 en Java...dépendances : Presentation pres = new Presentation ( "pres.pptx"...cette manière : Presentation pres = new Presentation ( "pres.pptx"...

    docs.aspose.com/slides/fr/java/export-to-html5/
  5. مشاهده فرمت های فایل PPTX از طریق دات نت | prod...

    کد منبع سی شارپ برای بارگیری، رندر و نمایش اسناد PPTX بر روی پلتفرم‌های NET Framework، NET Core، Windows Azure، Mono یا Xamarin.... یک شی Presentation را نمونه سازی کنید و فایل...html" ; // instantiate a Presentation object & load the PPTX file...

    products.aspose.com/slides/fa/net/viewer/pptx/
  6. Slå samman PPTX-filer via C++ | products.aspose...

    C++ exempelkod för att kombinera PPTX-dokument på C++ Runtime Environment för Windows 32 bitar, Windows 64 bitar och Linux 64 bitar....Instantiate Presentation class SharedPtr<Presentation> presentation1...MakeObject<Presentation>(sourceFilePath1); SharedPtr<Presentation> presentation2...

    products.aspose.com/slides/sv/cpp/merger/pptx/
  7. Scal pliki PPTX przez Java | products.aspose.com

    Przykładowy kod Java do łączenia dokumentów PPTX w środowisku Java Runtime Environment dla aplikacji JSP/JSF i aplikacji komputerowych....plik PPTX z instancją klasy Presentation. Załaduj drugi dokument...dokument PPTX z instancją klasy Presentation. Przewiń każdy slajd drugiego...

    products.aspose.com/slides/pl/java/merger/pptx/
  8. Замена изображений в коллекции изображений през...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....изображением, используя класс Presentation . Загрузите изображение...презентации Presentation presentation = new Presentation ( "presentation...

    docs.aspose.com/slides/ru/net/replacing-images-...
  9. Chraňte soubory prezentací ODP pomocí .NET | pr...

    Zdrojový kód C# k ochraně prezentace ODP....C# using (Presentation presentation = new Presentation( "pres.odp"...odp" )) { presentation.ProtectionManager.Encrypt( "123123" );...

    products.aspose.com/slides/cs/net/protect/odp/
  10. Odemkněte PPT prezentační soubory pomocí .NET |...

    Zdrojový kód C# pro odstranění ochrany z prezentace PPT....}; using (Presentation presentation = new Presentation( "pres.ppt"...ppt" , loadOptions)) { presentation.ProtectionManager.RemoveEncryption();...

    products.aspose.com/slides/cs/net/unlock/ppt/