Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 130,530 for

presentation

(1.55 sec)
  1. Convert PPTX to Word in Java | products.aspose.com

    Convert PPTX to Word in Java. Use Aspose.Slides for Java and Aspose.Words for Java to render PowerPoint slides into a Word document....applications read PowerPoint presentations and create Word documents...to Word Presentation presentation = new Presentation ( "presentation...

    products.aspose.com/slides/java/conversion/pptx...
  2. Configure Fallback Font Collections on Android|...

    Set up a fallback fonts collection in Aspose.Slides for Android via Java to keep text consistent and crisp in PowerPoint and OpenDocument Presentations....fonts across the presentation. Each Presentation has a getFontsManager...certain presentation: Presentation pres = new Presentation (); try...

    docs.aspose.com/slides/androidjava/create-fallb...
  3. Convert PPT to PPTX in Python|Aspose.Slides for...

    Convert legacy PPT Presentations to modern PPTX fast in Python with Aspose.Slides — clear tutorial, free code samples, no Microsoft Office dependency....to convert a PowerPoint presentation in PPT format into PPTX...convert thousands of PPT presentations to PPTX format, the best...

    docs.aspose.com/slides/python-net/convert-ppt-t...
  4. 使用 C++ 查看或編輯 PPTX 文件元數據 | products.aspose.com

    C++ 源代碼,用於編輯或查看 PPTX 格式元數據。...開發人員可以使用 Presentation 對象公開的 DocumentProperties...the Presentation class that represents the Presentation System...

    products.aspose.com/slides/zh-hant/cpp/metadata...
  5. 使用 Python 查看或編輯 ODP 文件元數據 | products.aspose.com

    Python 源代碼,用於編輯或查看 ODP 格式元數據。...開發人員可以使用 Presentation 對象公開的 DocumentProperties...the Presentation class that represents the Presentation with...

    products.aspose.com/slides/zh-hant/python-net/m...
  6. 使用 Python 查看或編輯 PPS 文件元數據 | products.aspose.com

    Python 源代碼,用於編輯或查看 PPS 格式元數據。...開發人員可以使用 Presentation 對象公開的 DocumentProperties...the Presentation class that represents the Presentation with...

    products.aspose.com/slides/zh-hant/python-net/m...
  7. Merge PPS Files using .NET | products.aspose.com

    C# source code to combine PPS documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....Files - C# var ps1 = new Presentation( "presen1.pps" ); var ps2...new Presentation( "presen2.pptx" ); //merged Presentation var...

    products.aspose.com/slides/net/merger/pps/
  8. Merge OTP Files using .NET | products.aspose.com

    C# source code to combine OTP documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....Files - C# var ps1 = new Presentation( "presen1.otp" ); var ps2...new Presentation( "presen2.pptx" ); //merged Presentation var...

    products.aspose.com/slides/net/merger/otp/
  9. Merge PPT Files using .NET | products.aspose.com

    C# source code to combine PPT documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....Files - C# var ps1 = new Presentation( "presen1.ppt" ); var ps2...new Presentation( "presen2.pptx" ); //merged Presentation var...

    products.aspose.com/slides/net/merger/ppt/
  10. Header Footer|Aspose.Slides Documentation

    Control slide headers and footers with Aspose.Slides for C++: add dates, slide numbers, and custom text in PPT, PPTX, and ODP with C++ examples....() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); slide -> get_HeaderFooterManager...

    docs.aspose.com/slides/cpp/examples/elements/he...