Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 143,937 for

pptx

(0.85 sec)
  1. C++ API to Convert MD to SWF | products.aspose.com

    Convert MD to SWF via C++ without using Microsoft Word or Adobe Acrobat Reader...which can help you export MD to PPTX. The second API is Aspose.Slides... which can help you convert PPTX to SWF. Both of these APIs are...

    products.aspose.com/total/cpp/conversion/md-to-...
  2. C++ API to Convert SVG to POTX | products.aspos...

    Convert SVG to POTX via C++ without using Microsoft Word or Adobe Acrobat Reader...for C++, you can export SVG to PPTX, which is a presentation format...Slides for C++, you can convert PPTX to POTX. Both APIs are included...

    products.aspose.com/total/cpp/conversion/svg-to...
  3. 使用 Java 在 PowerPoint 演示稿中管理 SmartArt|Aspose.Sli...

    了解如何使用 Aspose.Slides for Java 通过清晰的代码示例构建和编辑 PowerPoint SmartArt,从而加快幻灯片设计和自动化。...pptx" ); try { ISlide slide = pres...LayoutType 更改为 BasicProcess。 将演示文稿保存为 PPTX 文件。 在下面的示例中,我们在两个形状之间添加了连接线。...

    docs.aspose.com/slides/zh/java/manage-smartart/
  4. Can We Remove Email Id and Phone Number While G...

    Hi Team, Can we remove email id and phone number while generating pdf from ppt. Means the output pdf will not have email and phone number. Secondly, can we replace email & phone number with some string e.g “ABC” while…...Pptx); } catch (Exception e) { logger...error("Error while modifying PPTX file: {}", pptxInputFile.getName()...

    forum.aspose.com/t/can-we-remove-email-id-and-p...
  5. 章节|Aspose.Slides for PHP 文档

    使用 Aspose.Slides 在 PHP 中管理幻灯片章节:轻松创建、重命名、重新排序,移动幻灯片到不同章节,并控制 PPT、Pptx 和 ODP 的可见性。...pptx" , SaveFormat :: Pptx ); } finally { $presentation...new Presentation ( "section.pptx" ); try { // 通过索引访问章节。 $section...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  6. Apply Shape Animations in Presentations on Andr...

    Discover how to create and customize shape animations in PowerPoint presentations with Aspose.Slides for Android via Java. Stand out!...the presentation to disk as a PPTX file. This Java code shows you...ByLevelParagraphs1 ); // Save the PPTX file to disk pres . save ( path...

    docs.aspose.com/slides/androidjava/shape-animat...
  7. Replacing Images inside Presentation Image Coll...

    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. //Instantiate the presentation...Presentation ( "presentation.pptx" ); //the first way byte []...

    docs.aspose.com/slides/java/replacing-images-in...
  8. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, Pptx and ODP presentation solutions....pptx" , SaveFormat . Pptx ); } Method IPresentation.... Save ( "output.pptx" , SaveFormat . Pptx ); } Property ISmartArt...

    docs.aspose.com/slides/net/public-api-and-backw...
  9. Turn off wordwrap in chart legends - Free Suppo...

    Hi, I am using Pptx to PDF conversion using Aspose and I am able to stop wrapping in legends in Pptx, however in the generated PDF the legend is wrapping. And this is what am using com.aspose.slides.ILegend legend = …...2025, 3:49pm 1 Hi, I am using PPTx to PDF conversion using Aspose...stop wrapping in legends in PPTx, however in the generated PDF...

    forum.aspose.com/t/turn-off-wordwrap-in-chart-l...
  10. 在 C++ 中格式化 PowerPoint 形状|Aspose.Slides 文档

    了解如何使用 Aspose.Slides 在 C++ 中格式化 PowerPoint 形状——为 PPT、Pptx 和 ODP 文件精准且完全控制地设置填充、线条和效果样式。... 将修改后的演示文稿保存为 PPTX 文件。 下面的代码演示如何格式化矩形 AutoShape...Color :: get_Blue ()); // 将 PPTX 文件保存到磁盘。 presentation -> Save...

    docs.aspose.com/slides/zh/cpp/shape-formatting/