Sort Score
Result 10 results
Languages All
Labels All
Results 1,451 - 1,460 of 10,068 for

presentation

(0.05 sec)
  1. Manage Bullet|Aspose.Slides Documentation

    Create bullet and numbered lists in PowerPoint Presentation in Java...numbers in slides in your presentations. Why Use Bullet Lists? Bullet...lists help you to organize and present information quickly and efficiently...

    docs.aspose.com/slides/java/manage-bullet/
  2. 管理文本框|Aspose.Slides 文档

    使用 Java 在 PowerPoint 幻灯片上创建文本框。在 PowerPoint 幻灯片中使用 Java 在文本框或文本框架中添加列。使用 Java 在 PowerPoint 幻灯片中添加带超链接的文本框。...要在幻灯片上创建文本框,请按照以下步骤操作: 创建 Presentation 类的实例。 获取新创建的演示文稿中的第一张幻灯片的引用。...了这段文本: Aspose 文本框 最后,通过 Presentation 对象写入 PPTX 文件。 以下 Java 代...

    docs.aspose.com/slides/zh/androidjava/manage-te...
  3. Group|Aspose.Slides for PHP Documentation

    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....developers support richer presentations. Aspose.Slides for PHP via...Create an instance of the Presentation class. Obtain the reference...

    docs.aspose.com/slides/php-java/group/
  4. 3D 图表|Aspose.Slides 文档

    在 C# 或 .NET 中为 PowerPoint 演示文稿设置 3D 图表的 rotationX, rotationY 和 depthpercents... 创建一个 Presentation 类的实例。 访问第一张幻灯片。 添加带有默认数据的图表。...// 创建一个 Presentation 类的实例 Presentation presentation = new Presentation...

    docs.aspose.com/slides/zh/net/3d-chart/
  5. 图表绘图区域|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.... 创建一个 Presentation 类的实例。 访问第一张幻灯片。 添加带有默认数据的图表。...创建 Presentation 类的实例 Presentation pres = new Presentation ();...

    docs.aspose.com/slides/zh/java/chart-plot-area/
  6. Callout|Aspose.Slides Documentation

    PowerPoint chart callouts and data labels in C# or .NET...using ( Presentation presentation = new Presentation ()) { IChart...IChart chart = presentation . Slides [ 0 ]. Shapes . AddChart...

    docs.aspose.com/slides/net/callout/
  7. 管理缩放|Aspose.Slides 文档

    在 Java 中向 PowerPoint 演示文稿添加缩放或缩放框...您可以通过以下方式在幻灯片上添加缩放框: 创建 Presentation 类的实例。 创建您打算链接缩放框的新幻灯片。 为创建的幻灯片添加标识文本和背景。...代码演示如何在幻灯片上创建缩放框: Presentation pres = new Presentation (); try { //向演示文稿添加新幻灯片...

    docs.aspose.com/slides/zh/java/manage-zoom/
  8. Exporting Math Equations|Aspose.Slides Document...

    Export PowerPoint math equations in C# or .NET...export math equations from presentations. For example, you may need...slides (from a specific presentation) and use them in another...

    docs.aspose.com/slides/net/exporting-math-equat...
  9. 转换幻灯片|Aspose.Slides 文档

    在Java中将PowerPoint幻灯片转换为图像(位图、PNG或JPG)...图像: Presentation pres = new Presentation ( "Presentation.pptx"...方法将演示文稿的第一张幻灯片转换为位图对象: Presentation pres = new Presentation ( "Presentation.pptx"...

    docs.aspose.com/slides/zh/java/convert-slide/
  10. 3D 演示|Aspose.Slides 文档

    C++ 中的 3D PowerPoint 演示...auto presentation = System :: MakeObject < Presentation > ();...(); auto slide = presentation -> get_Slide ( 0 ); auto shape =...

    docs.aspose.com/slides/zh/cpp/3d-presentation/