Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 143,433 for

pptx

(0.48 sec)
  1. Manage Slide Transitions in Presentations on An...

    Discover how to customize slide transitions in Aspose.Slides for Android via Java, with step-by-step guidance for PowerPoint and OpenDocument presentations....pptx" ); try { // Apply circle type..."SampleTransition_out.pptx" , SaveFormat . Pptx ); } finally { presentation...

    docs.aspose.com/slides/androidjava/slide-transi...
  2. Manage Slide Transitions in Presentations Using...

    Discover how to customize slide transitions in Aspose.Slides for PHP via Java, with step-by-step guidance for PowerPoint and OpenDocument presentations....pptx" ); try { # Apply circle type..."SampleTransition_out.pptx" , SaveFormat :: Pptx ); } finally { $presentation...

    docs.aspose.com/slides/php-java/slide-transition/
  3. 在 .NET 中管理演示文稿的图表数据系列|Aspose.Slides 文档

    学习如何在 C# 中为 PowerPoint (PPT/Pptx) 管理图表系列,提供实用代码示例和最佳实践,以提升您的数据演示。...图、访问第一个图表系列、配置重叠设置,然后将结果保存为 PPTX 文件: sbyte overlap = 30 ; using...( "series_overlap.pptx" , SaveFormat . Pptx ); } 结果: 更改系列填充颜色...

    docs.aspose.com/slides/zh/net/chart-series/
  4. 使用 Java 管理演示文稿中的文本框|Aspose.Slides 文档

    Aspose.Slides for Java 可轻松在 PowerPoint 和 OpenDocument 文件中创建、编辑和克隆文本框,提升演示文稿自动化水平。...TextBox 最后,通过 Presentation 对象写入 PPTX 文件。 以下 Java 代码——上述步骤的实现——展示了如何向幻灯片添加文本:...save ( "TextBox_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/java/manage-textbox/
  5. .NET 中的演示文稿文本框管理|Aspose.Slides 文档

    Aspose.Slides for .NET 可轻松在 PowerPoint 和 OpenDocument 文件中创建、编辑和克隆文本框,提升您的演示文稿自动化。...TextBox 最后,通过 Presentation 对象写入 PPTX 文件。 以下 C# 代码实现了上述步骤,演示了如何向幻灯片添加文本:..."TextBox_out.pptx" , Aspose . Slides . Export . SaveFormat . Pptx ); }...

    docs.aspose.com/slides/zh/net/manage-textbox/
  6. Categories

    Pronađite odgovore pomoću API-ja Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family As......պատկերի ջրի մակարդակի նշագիծ PPTX ներկայացման մեջ՝ օգտագործելով...Ինչպես ավելացնել պատկերի ջրանիշը PPTX-ում՝ օգտագործելով C++ Ինչպես...

    kb.aspose.com/hy/categories/page/77/
  7. Add Picture Frame to Presentation|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....the modified presentation as a PPTX file. The above steps are implemented...Prseetation class that represents the PPTX Presentation pres = new Presentation...

    docs.aspose.com/slides/net/add-picture-frame-to...
  8. Slides on Cloud Platforms|Aspose.Slides Documen...

    See how Aspose.Slides runs on major cloud platforms, with deployment tips, scaling guidance, and best practices for processing PowerPoint and OpenDocument....Easily Extracting Text from PPT, PPTX, ODP Integrating Aspose.Slides...

    docs.aspose.com/slides/net/slides-on-cloud-plat...
  9. File Formats and Conversions - C++ PowerPoint A...

    C++ PowerPoint API supports conversions of PowerPoint file formats including PPT, Pptx, XML, PDF, XPS and others....PowerPoint (PPT) PresentationML (PPTX, XML) Portable Document Format...

    docs.aspose.com/slides/cpp/file-formats-and-con...
  10. 使用 Java 在演示文稿中管理图表工作簿|Aspose.Slides 文档

    了解适用于 Java 的 Aspose.Slides:轻松在 PowerPoint 和 OpenDocument 格式中管理图表工作簿,以简化演示文稿数据。...pptx" ); try { Chart chart = ( Chart...= new Presentation ( "chart2.pptx" ); try { ISlide slide = pres...

    docs.aspose.com/slides/zh/java/chart-workbook/