Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 10,117 for

presentation

(0.09 sec)
  1. Compatibility with PyInstaller and cx_Freeze|As...

    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 () as presentation : slide = presentation . slides..., 150.0 , 300.0 , 0.0 ) presentation . save ( "NewPresentation_out...

    docs.aspose.com/slides/python-net/compatibility...
  2. 管理缩放|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/java/manage-zoom/
  3. 演示文稿页眉和页脚|Aspose.Slides for Python 文档

    Python 中的 PowerPoint 页眉和页脚... Presentation ( "combined_with_master...as slides with slides . Presentation ( "combined_with_master...

    docs.aspose.com/slides/zh/python-net/presentati...
  4. 饼图|Aspose.Slides for PHP 文档

    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类的实例 $pres = new Presentation (); try {...

    docs.aspose.com/slides/zh/php-java/pie-chart/
  5. Migration from Earlier Versions of Aspose.Slide...

    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....How to create Hello World Presentation document How to Add Header...in a Presentation How to Create Charts in a Presentation Public...

    docs.aspose.com/slides/java/migration-from-earl...
  6. How Is an Image Overlaid on the Slide in PPT? C...

    Hi, I have a PPT slide which has a solid blue fill background. On top it has two pictures. One of the picture is blended in with the background, such that it does not replace the background color underneath. While the o…...Presentation; public class GetBackgroundEffecti...the Presentation class that represents the presentation file...

    forum.aspose.com/t/how-is-an-image-overlaid-on-...
  7. Exporting Presentations to HTML with Externally...

    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....Exporting Presentations to HTML with Externally Linked Images...Images Contents [ Hide ] The Presentation to HTML export procedure...

    docs.aspose.com/slides/net/exporting-presentati...
  8. Bubble Chart|Aspose.Slides for Python Documenta...

    Bubble chart size in PowerPoint Presentations in Python... Presentation () as pres : chart = pres...as slides with slides . Presentation () as pres : chart = pres...

    docs.aspose.com/slides/python-net/bubble-chart/
  9. 管理表格|Aspose.Slides for PHP 文档

    在PowerPoint演示文稿中创建和管理表格... 从头创建表格 创建一个 Presentation 类的实例。 通过索引获取幻灯片的引用。 定义一个...实例化代表PPTX文件的Presentation类 $pres = new Presentation (); try { #...

    docs.aspose.com/slides/zh/php-java/manage-table/
  10. 趋势线|Aspose.Slides 文档

    在 C# 或 .NET 中向 PowerPoint 演示文稿添加趋势线和自定义线...提供了一个简单的 API 来管理不同的图表趋势线: 创建 Presentation 类的实例。 通过索引获取幻灯片的引用。 添加一...// 创建空的演示文稿 Presentation pres = new Presentation (); // 创建一个簇状柱形图...

    docs.aspose.com/slides/zh/net/trend-line/