Sort Score
Result 10 results
Languages All
Labels All
Results 9,091 - 9,100 of 113,586 for

presentations

(0.1 sec)
  1. تقديم ثلاثي الأبعاد|وثائق Aspose.Slides

    تقديم PowerPoint ثلاثي الأبعاد بلغة C# أو .NET...using ( Presentation presentation = new Presentation ()) { ISlide...ISlide slide = presentation . Slides [ 0 ]; IAutoShape shape =...

    docs.aspose.com/slides/ar/net/3d-presentation/
  2. Chart Legend|Aspose.Slides for Python Documenta...

    Set positioning and font size for chart legend in PowerPoint Presentations in Python...below: Create an instance of Presentation class. Get reference of...properties of legend. Write the presentation as a PPTX file. In the example...

    docs.aspose.com/slides/python-net/chart-legend/
  3. Convertir PowerPoint en TIFF|Documentation Aspo...

    Convertir une présentation PowerPoint en TIFF en Java...Save exposée par la classe Presentation , vous pouvez rapidement...: // Instancie un objet Presentation qui représente un fichier...

    docs.aspose.com/slides/fr/java/convert-powerpoi...
  4. 在 Java 中将 PowerPoint 转换为 HTML|Aspose.Slides 文档

    在 Java 中将 PowerPoint 转换为 HTML:将 PPTX 或 PPT 保存为 HTML。在 Java 中将幻灯片保存为 HTML...PowerPoint 演示文稿转换为 HTML: 创建一个 Presentation 类的实例。 使用 Save 方法将对象保存为 HTML...实例化一个表示演示文稿文件的 Presentation 对象 Presentation pres = new Presentation ( "Convert_HTML...

    docs.aspose.com/slides/zh/java/convert-powerpoi...
  5. Sök text i PPT presentationsfiler med Java | pr...

    Java källkod för att söka text i PPT presentation....Sök och ersätt text PPT presentation via Java En grundläggande...text PPT Presentation med Java Presentation presentation = new Presentation...

    products.aspose.com/slides/sv/java/search/ppt/
  6. ปลดล็อกไฟล์การนำเสนอ PPTX โดยใช้ .NET | product...

    ซอร์สโค้ด C# เพื่อลบการป้องกันจากการนำเสนอ PPTX...}; using (Presentation presentation = new Presentation( "pres.pptx"...pptx" , loadOptions)) { presentation.ProtectionManager.RemoveEncryption();...

    products.aspose.com/slides/th/net/unlock/pptx/
  7. ปลดล็อกไฟล์การนำเสนอ ODP โดยใช้ .NET | products...

    ซอร์สโค้ด C# เพื่อลบการป้องกันจากการนำเสนอ ODP...}; using (Presentation presentation = new Presentation( "pres.odp"...odp" , loadOptions)) { presentation.ProtectionManager.RemoveEncryption();...

    products.aspose.com/slides/th/net/unlock/odp/
  8. ปลดล็อกไฟล์การนำเสนอ PPT โดยใช้ .NET | products...

    ซอร์สโค้ด C# เพื่อลบการป้องกันจากการนำเสนอ PPT...}; using (Presentation presentation = new Presentation( "pres.ppt"...ppt" , loadOptions)) { presentation.ProtectionManager.RemoveEncryption();...

    products.aspose.com/slides/th/net/unlock/ppt/
  9. حاشیه نویسی ODP را با استفاده از جاوا حذف کنید ...

    کد نمونه جاوا برای حذف حاشیه نویسی های فرمت ODP در Java Runtime Environment برای JSP/JSF Application و Desktop Applications....حذف کنید Presentation presentation = new Presentation ( "example...Deletes all comments from the presentation for ( ICommentAuthor author...

    products.aspose.com/slides/fa/java/annotation/odp/
  10. Bảo vệ tệp bản trình bày PPTX bằng .NET | produ...

    Mã nguồn C# để bảo vệ Bản trình bày PPTX....C# using (Presentation presentation = new Presentation( "pres.pptx"...pptx" )) { presentation.ProtectionManager.Encrypt( "123123" );...

    products.aspose.com/slides/vi/net/protect/pptx/