Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 129,217 for

presentation

(0.18 sec)
  1. 将幻灯片移动到新位置|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....Counting the slides in the presentation. public static int CountSlides...presentationFile ) { // Open the presentation as read-only. using ( PresentationDocument...

    docs.aspose.com/slides/zh/net/move-a-slide-to-a...
  2. Save Presentations in PHP|Aspose.Slides for PHP...

    Discover how to save Presentations using Aspose.Slides for PHP via Java — export to PowerPoint or OpenDocument while retaining layouts, fonts and effects....Save Presentations in PHP Contents [ Hide ] Overview Open Presentations...to use the Presentation class to open a presentation. This article...

    docs.aspose.com/slides/php-java/save-presentation/
  3. 在 .NET 中格式化演示文稿文本|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 和 OpenDocument 演示文稿中格式化和样式化文本。自定义字体、颜色、对齐方式等。... 使用此方法,请按以下步骤操作: 实例化 Presentation 类并提供输入文件(PPT、PPTX、ODP 等)。...。 using ( var presentation = new Presentation ( "sample.pptx"...

    docs.aspose.com/slides/zh/net/text-formatting/
  4. Convert PPTX to PPT in PHP|Aspose.Slides for PH...

    Easily convert PPTX to PPT with Aspose.Slides — ensure seamless compatibility with PowerPoint formats while preserving your Presentation’s layout and quality....how to convert PowerPoint Presentation in PPTX format into PPT...format to the Save method of Presentation class. The PHP code sample...

    docs.aspose.com/slides/php-java/convert-pptx-to...
  5. 图片|Aspose.Slides 文档

    在 Aspose.Slides for C++ 中处理图片:插入、裁剪、压缩、重新着色,并使用 C++ 示例导出适用于 PPT、PPTX 和 ODP 演示文稿的图像。...() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); // 创建一个简单的内存图像。 auto...

    docs.aspose.com/slides/zh/cpp/examples/elements...
  6. Convert PowerPoint Presentations to XPS in Java...

    Convert PowerPoint PPT/PPTX to high-quality, platform-independent XPS in JavaScript using Aspose.Slides for Node.js. Get step-by-step guide and sample code....Convert PowerPoint Presentations to XPS in JavaScript Contents...Slides converts PPT or PPTX presentation to the XPS format, you can...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  7. Streamline Font Replacement in Presentations Us...

    Seamlessly replace fonts in Aspose.Slides for С++ to ensure consistent typography in PowerPoint and OpenDocument Presentations....Streamline Font Replacement in Presentations Using С++ Contents [ Hide...this way: Load the relevant presentation. Load the font that will...

    docs.aspose.com/slides/cpp/font-replacement/
  8. Embed Fonts in Presentations Using JavaScript|A...

    Embed TrueType fonts in PowerPoint and OpenDocument Presentations with Aspose.Slides for Node.js via Java, ensuring accurate rendering across all platforms....Embed Fonts in Presentations Using JavaScript Contents [ Hide...useful when you want your presentation to appear correctly when...

    docs.aspose.com/slides/nodejs-java/embedded-font/
  9. Convert PowerPoint Presentations to Markdown on...

    Convert PowerPoint slides—PPT, PPTX—to clean Markdown with Aspose.Slides for Android via Java, automate documentation and keep formatting....Convert PowerPoint Presentations to Markdown on Android Contents...] Aspose.Slides supports presentation-to-markdown conversion....

    docs.aspose.com/slides/androidjava/convert-powe...
  10. 在 C++ 中格式化 PowerPoint 形状|Aspose.Slides 文档

    了解如何使用 Aspose.Slides 在 C++ 中格式化 PowerPoint 形状——为 PPT、PPTX 和 ODP 文件精准且完全控制地设置填充、线条和效果样式。...以下步骤概述了该过程: 创建一个 Presentation 类的实例。 按索引获取幻灯片的引用。 向幻灯片添加一个...实例化表示演示文稿文件的 Presentation 类。 auto presentation = MakeObject <...

    docs.aspose.com/slides/zh/cpp/shape-formatting/