Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 10,065 for

presentation

(0.06 sec)
  1. 管理文本框|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/androidjava/manage-te...
  2. ActiveX|Aspose.Slides for Node.js via .NET Docu...

    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....ActiveX controls are used in presentations. Aspose.Slides for Node...when compared to normal presentation shapes. We implemented support...

    docs.aspose.com/slides/nodejs-java/activex/
  3. Aspose.Slides for Java 14.8.0 的公共 API 和向后不兼容的更改...

    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 pres = new Presentation (); IChart chart...图受幻灯片边界的限制。 Presentation pres = new Presentation (); BufferedImage...

    docs.aspose.com/slides/zh/java/public-api-and-b...
  4. 形状动画|Aspose.Slides 文档

    在 Java 中应用 PowerPoint 动画... 创建 Presentation 类的实例。 通过索引获取幻灯片的引用。 添加一个...实例化一个表示演示文稿文件的演示文稿类。 Presentation pres = new Presentation (); try { ISlide...

    docs.aspose.com/slides/zh/java/shape-animation/
  5. Chart Plot Area|Aspose.Slides 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....Create an instance of the Presentation class. Access first slide...an instance of Presentation class Presentation pres = new Presentation...

    docs.aspose.com/slides/androidjava/chart-plot-a...
  6. 现代 API|Aspose.Slides 文档

    现代 API...API 的典型场景如下: Presentation pres = new Presentation (); try { IPPImage...替换为新方法。 旧版: Presentation pres = new Presentation (); try { Bitmap...

    docs.aspose.com/slides/zh/androidjava/modern-api/
  7. 管理单元格|Aspose.Slides 文档

    Java 中 PowerPoint 演示文稿中的表格单元格...Contents [ Hide ] 识别合并的表格单元格 创建 Presentation 类的实例。 从第一个幻灯片中获取表格。 迭代表格的行和列以查找合并单元格。...代码演示了如何识别演示文稿中的合并表格单元格: Presentation pres = new Presentation ( "SomePresentationWith...

    docs.aspose.com/slides/zh/java/manage-cells/
  8. 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/
  9. 3D 图表|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/net/3d-chart/
  10. 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/