Sort Score
Result 10 results
Languages All
Labels All
Results 9,171 - 9,180 of 129,963 for

presentations

(0.38 sec)
  1. Převést HTML na PPTX v Javě | products.aspose.com

    Převést HTML na PPTX v Javě. K převodu HTML do PowerPointu použijte API knihovny Java...do PPTX Presentation presentation = new Presentation (); try...FileInputStream ( "page.html" ); try { presentation . getSlides (). addFromHtml...

    products.aspose.com/slides/cs/java/conversion/h...
  2. تحويل PowerPoint إلى PDF مع الملاحظات|وثائق Asp...

    تحويل PowerPoint إلى PDF مع الملاحظات في Java...كائن Presentation يمثل ملف العرض التقديمي Presentation presIn...new Presentation ( "SelectedSlides.pptx" ); Presentation presOut...

    docs.aspose.com/slides/ar/androidjava/convert-p...
  3. Count the number of Slides|Aspose.Slides Docume...

    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.... ReadKey (); // Get the presentation object and pass it to the...presentationFile ) { // Open the presentation as read-only. using ( PresentationDocument...

    docs.aspose.com/slides/net/count-the-number-of-...
  4. Ink|Aspose.Slides for PHP Documentation

    Handle digital ink on slides in PHP with Aspose.Slides: add pen strokes, edit paths, set color and width, and export results for PowerPoint and OpenDocument....accessInk () { $presentation = new Presentation ( "ink.pptx" );...); try { $slide = $presentation -> getSlides () -> get_Item (...

    docs.aspose.com/slides/php-java/examples/elemen...
  5. Tinte|Aspose.Slides für Node.js über .NET Dokum...

    Arbeiten Sie mit Tinte in Aspose.Slides für Node.js: Striche zeichnen, importieren und bearbeiten, Farbe und Breite anpassen und mit Beispielen nach PPT, PPTX und ODP exportieren....{ let presentation = new aspose . slides . Presentation ( "ink...pptx" ); try { let slide = presentation . getSlides (). get_Item...

    docs.aspose.com/slides/de/nodejs-java/examples/...
  6. .NET のプレゼンテーションで画像フレームを管理する|Aspose.Slides ドキュメント

    Aspose.Slides for .NET を使用して、PowerPoint および OpenDocument のプレゼンテーションに画像フレームを追加します。ワークフローを効率化し、スライドデザインを向上させましょう。... Picture Frame の作成 Presentation class のインスタンスを作成します。 イン...ファイルを表す Presentation クラスのインスタンスを作成します using ( Presentation pres...

    docs.aspose.com/slides/ja/net/picture-frame/
  7. آرشیوها

    آرشیوها...پاورپوینت را با استفاده از کلاس Presentation بارگیری کنید. اسلایدی را...شکل را با استفاده از روش Presentation->getSlides()->idxget (int32t...

    blog.aspose.com/fa/slides/working-with-shapes-i...
  8. Tabelle|Aspose.Slides Dokumentation

    Arbeiten mit Tabellen in Aspose.Slides für .NET: Erstellen, formatieren, Zellen zusammenführen, Stile anwenden, Daten importieren und exportieren mit C#‑Beispielen für PPT, PPTX und ODP....() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; double [] widths = { 80 , 80 };...

    docs.aspose.com/slides/de/net/examples/elements...
  9. SmartArt|Aspose.Slides ドキュメント

    Aspose.Slides for .NET で SmartArt を操作します。PowerPoint および OpenDocument プレゼンテーション用に C# でダイアグラムの作成、編集、変換、スタイル設定を行います。...() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; var smartArt = slide . Shapes...

    docs.aspose.com/slides/ja/net/examples/elements...
  10. 图表|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 精通图表:创建、格式化、绑定数据,并使用 C# 示例将图表导出为 PPT、PPTX 和 ODP。...() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; // 在第一张幻灯片上添加一个简单的面积图表。 var chart...

    docs.aspose.com/slides/zh/net/examples/elements...