Sort Score
Result 10 results
Languages All
Labels All
Results 9,251 - 9,260 of 113,592 for

presentations

(0.06 sec)
  1. 将 PowerPoint 转换为 PDF 注释|Aspose.Slides 文档

    在 Java 中将 PowerPoint 转换为 PDF 注释...实例化一个表示演示文稿文件的 Presentation 对象 Presentation presIn = new Presentation ( "SelectedSlides..."SelectedSlides.pptx" ); Presentation presOut = new Presentation (); try { ISlide...

    docs.aspose.com/slides/zh/java/convert-powerpoi...
  2. 在 Java 中將 HTML 轉換為 PPTX | products.aspose.com

    在 Java 中將 HTML 轉換為 PPTX。使用 Java 庫 API 將 HTML 轉換為 PowerPoint...HTML轉PPTX的Java代碼 Presentation presentation = new Presentation (); try...FileInputStream ( "page.html" ); try { presentation . getSlides (). addFromHtml...

    products.aspose.com/slides/zh-hant/java/convers...
  3. 使用 C++ 解鎖 ODP 演示文件 | products.aspose.com

    C++ 源代碼,用於移除 ODP 演示文稿的保護。...auto presentation = System :: MakeObject < Presentation > ( u..."pres.odp" , loadOptions); presentation -> get_ProtectionManager()...

    products.aspose.com/slides/zh-hant/cpp/unlock/odp/
  4. 导出为 HTML5|Aspose.Slides for Python 文档

    在 Python 中将 PowerPoint 导出为 HTML5... Presentation ( "pres.pptx" ) as presentation : presentation...slides . Presentation ( "pres.pptx" ) as presentation : options...

    docs.aspose.com/slides/zh/python-net/export-to-...
  5. 创建形状缩略图|Aspose.Slides for Python 文档

    Python中的PowerPoint演示文稿中的形状缩略图...NET从任何幻灯片生成形状缩略图: 创建一个 Presentation 类的实例。 使用其ID或索引获取任何幻灯片的引用。...实例化一个表示演示文稿文件的Presentation类 with slides . Presentation ( path + "HelloWorld...

    docs.aspose.com/slides/zh/python-net/create-sha...
  6. Convert DOT to PPSM via Java or with free Onlin...

    Java API to Export DOT to PPSM without using Microsoft Word or PowerPoint or online. Test free DOT to PPSM online converter quickly before integrating the code....for Java to create a new Presentation. This API allows you to...write HTML content into the Presentation and save it as PPSM. The...

    products.aspose.com/total/java/conversion/dot-t...
  7. Set Caption to OLE Icon|Aspose.Slides Documenta...

    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 = new Presentation (); ISlide...ISlide slide = presentation . getSlides (). get_Item ( 0 ); // Add...

    docs.aspose.com/slides/java/set-caption-to-ole-...
  8. 文本格式化|Aspose.Slides 文档

    在Java中管理和操作文本及文本框属性...以下代码片段显示如何使用此功能: Presentation pres = new Presentation ( "Presentation.pptx"...以下代码片段显示如何使用此功能: Presentation pres = new Presentation ( "Presentation.pptx"...

    docs.aspose.com/slides/zh/androidjava/text-form...
  9. Formatage du texte|Documentation Aspose.Slides

    Gérer et manipuler les propriétés du texte et du cadre de texte en Java...fonctionnalité : Presentation pres = new Presentation ( "Presentation.pptx"...fonctionnalité : Presentation pres = new Presentation ( "Presentation.pptx"...

    docs.aspose.com/slides/fr/java/text-formatting/
  10. PPTXをJavaでPPTに変換する|Aspose.Slides ドキュメント

    JavaでPowerPoint PPTXをPPTに変換する...PPTXをPPTに変換する PPTXをPPTに変換するには、 Presentation クラスの Save メソッドにファイル名と保存...PPTXファイルを表すPresentationオブジェクトをインスタンス化 Presentation presentation = new...

    docs.aspose.com/slides/ja/java/convert-pptx-to-...