Sort Score
Result 10 results
Languages All
Labels All
Results 3,661 - 3,670 of 143,112 for

pptx

(0.3 sec)
  1. 形状操作|Aspose.Slides for Node.js via .NET 文档

    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....pptx" ); try { var slide = pres ...将形状从源幻灯片的形状集合克隆到新幻灯片。 将修改后的演示文稿保存为 PPTX 文件。 下面的示例向幻灯片添加了一个组形状。 // 实例化...

    docs.aspose.com/slides/zh/nodejs-java/shape-man...
  2. 获取幻灯片中的所有文本|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....pptx" ; foreach ( string s in GetAllTextInSlide...FileName = FilePath + "获取幻灯片中的所有文本.pptx" ; foreach ( string s in GetAllTextInSlide...

    docs.aspose.com/slides/zh/net/get-all-the-text-...
  3. How to Read the Presentation Properties in Java

    This article entails how to read the presentation properties in Java. It guides by exposing the configuration details, step-wise program flow and a runnable example to read and print the document properties in Java....Windows, Linux or macOS to read PPTX document properties in Java...API interface. Steps to Read PPTX Document Properties in Java...

    kb.aspose.com/slides/java/how-to-read-the-prese...
  4. How to Make a Pie Chart in PowerPoint using Python

    This short topic guides how to make a pie chart in PowerPoint using Python along with the detailed steps to configure the environment and use the example code. The example provides sample code to add pie chart to PowerPoint using Python....requirements and save it on the disk in PPTX or PPT format. Steps to Make...presentation is saved on the disk in PPTX format using the save method...

    kb.aspose.com/slides/python/how-to-make-a-pie-c...
  5. How to Make a Pie Chart in PowerPoint using C#

    This quick tutorial guides how to make a pie chart in PowerPoint using C#. It provides detailed steps to configure the environment and sample code to add pie chart to PowerPoint using C#....disk in the desired format like PPTX , PPT , etc. Steps to Make a...how to add image watermark in PPTX presentation using C# . Updated...

    kb.aspose.com/slides/net/how-to-make-a-pie-char...
  6. Embed Fonts in Presentations in .NET|Aspose.Sli...

    Embed TrueType fonts in PowerPoint and OpenDocument presentations with Aspose.Slides for .NET, ensuring accurate rendering across all platforms....pptx" )) { ISlide slide = presentation...= new Presentation ( "Fonts.pptx" ); IFontData [] allFonts =...

    docs.aspose.com/slides/net/embedded-font/
  7. Text Box|Aspose.Slides for Node.js via .NET Doc...

    Work with text boxes in Aspose.Slides for Node.js: add, format, align, wrap, autofit, and style text using JavaScript for PPT, Pptx, and ODP presentations....pptx" , aspose . slides . SaveFormat . Pptx ); } finally...slides . Presentation ( "text_box.pptx" ); try { let slide = presentation...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  8. Manage Tags and Custom Data in Presentations in...

    Learn how to add, read, update, and remove tags & custom data in Aspose.Slides for .NET, with examples for PowerPoint and OpenDocument presentations....Presentation Files PPTX files—items with the .pptx extension—are stored...pres = new Presentation ( "pres.pptx" )) { string keywords = pres...

    docs.aspose.com/slides/net/managing-tags-and-cu...
  9. Manage Tags and Custom Data in Presentations Us...

    Learn how to add, read, update, and remove tags & custom data in Aspose.Slides for PHP via Java, with examples for PowerPoint and OpenDocument presentations....Presentation Files PPTX files—items with the .pptx extension—are stored...$pres = new Presentation ( "pres.pptx" ); try { $keywords = $pres...

    docs.aspose.com/slides/php-java/managing-tags-a...
  10. 管理 Android 上的演示文稿形状|Aspose.Slides 文档

    学习在 Aspose.Slides for Android via Java 中创建、编辑和优化形状,并交付高性能的 PowerPoint 演示文稿。...pptx" ); try { ISlide slide = pres...将源幻灯片形状集合中的形状克隆到新幻灯片。 将修改后的演示文稿保存为 PPTX 文件。 下面的示例向幻灯片添加了一个组形状。 // 实例化...

    docs.aspose.com/slides/zh/androidjava/shape-man...