Sort Score
Result 10 results
Languages All
Labels All
Results 6,211 - 6,220 of 113,576 for

presentations

(0.08 sec)
  1. Reemplazando Imágenes dentro de la Colección de...

    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....de él utilizando la clase Presentation . Cargue una imagen desde...#Instantiate the presentation with slides . Presentation ( "pres.pptx"...

    docs.aspose.com/slides/es/python-net/replacing-...
  2. 限制和 API 差异|Aspose.Slides for Python 文档

    Aspose.Slides for Python via Java 的限制和 API 差异。...api import Presentation , SaveFormat jpype . shutdownJVM...Slides for Java Presentation pres = new Presentation (); Aspose.Slides...

    docs.aspose.com/slides/zh/python-java/limitatio...
  3. .NET을(를) 사용하여 PPT 프레젠테이션 파일 보호 | products.aspos...

    PPT 프레젠테이션을 보호하기 위한 C# 소스 코드....암호화 using (Presentation presentation = new Presentation( "pres.ppt"...ppt" )) { presentation.ProtectionManager.Encrypt( "123123" );...

    products.aspose.com/slides/ko/net/protect/ppt/
  4. .NET을(를) 사용하여 ODP 프레젠테이션 파일 보호 | products.aspos...

    ODP 프레젠테이션을 보호하기 위한 C# 소스 코드....암호화 using (Presentation presentation = new Presentation( "pres.odp"...odp" )) { presentation.ProtectionManager.Encrypt( "123123" );...

    products.aspose.com/slides/ko/net/protect/odp/
  5. スライド上の図形のサイズ変更|Aspose.Slides ドキュメント

    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....プレゼンテーションをロードする SharedPtr < Presentation > presentation = System :: MakeObject...MakeObject < Presentation > ( u "D: \\ TestResize.ppt" ); // 古いスライドのサイズ...

    docs.aspose.com/slides/ja/cpp/re-sizing-shapes-...
  6. Convert PowerPoint to Video|Aspose.Slides for P...

    Convert PowerPoint to Video...converting your PowerPoint presentation to video, you get Increase...players by default compared to presentation-opening applications, so...

    docs.aspose.com/slides/php-java/convert-powerpo...
  7. إنشاء مصغرات الأشكال|وثائق Aspose.Slides لـ Python

    مصغرات الأشكال في عرض PowerPoint باستخدام بايثون...NET: إنشاء مثيل من فئة Presentation . الحصول على مرجع لأي شريحة...slides as slides # إنشاء فئة Presentation تمثل ملف العرض التقديمي...

    docs.aspose.com/slides/ar/python-net/create-sha...
  8. Lägg till vattenstämpel i PPT presentationsfile...

    Källkod för C++ för att lägga till vattenstämpel i presentationen PPT....auto presentation = System :: MakeObject < Presentation > ();...(); auto slide = presentation -> get_Slides() -> idx_get( 0 );...

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

    C# codice sorgente per l'aggiunta di filigrana alla presentazione PPTX....C# using ( var presentation = new Presentation()) { ISlide slide...slide = presentation.Slides[ 0 ]; IAutoShape watermarkShape = slide...

    products.aspose.com/slides/it/net/watermark/pptx/
  10. How to Export PowerPoint to Word using Java

    This tutorial guides on how to export PowerPoint to Word using Java. It provides configuration details, stepwise procedure and a runnable sample code to convert PPTX to DOCX using Java....Java by loading an existing presentation say PPTX or PPT and then...Load an existing PowerPoint presentation that is to be converted...

    kb.aspose.com/slides/java/how-to-export-powerpo...