Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 141,112 for

pptx

(0.1 sec)
  1. Manage Text Boxes in Presentations in .NET|Aspo...

    Aspose.Slides for .NET makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....Aspose TextBox Finally, write the PPTX file through the Presentation..."TextBox_out.pptx" , Aspose . Slides . Export . SaveFormat . Pptx ); }...

    docs.aspose.com/slides/net/manage-textbox/
  2. Manage Text Boxes in Presentations Using PHP|As...

    Aspose.Slides for PHP makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....Aspose TextBox Finally, write the PPTX file through the Presentation...save ( "TextBox_out.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/php-java/manage-textbox/
  3. View & Edit PowerPoint Metadata using Python | ...

    Python source code to view and edit presentation propertires...NET Metadata PPT PPTX ODP View and Edit Metadata of...Presentation Metadata PPTX How to edit PPTX properties using Aspose...

    products.aspose.com/slides/python-net/metadata/
  4. Aspose.Slides Product Family

    Find answers about creating, converting, and editing presentations in code without utilizing Microsoft PowerPoint....Convert PPTX to Markdown using Java How to Convert PPTX to Markdown...Markdown using C# How to Convert PPTX to Markdown using Python How...

    kb.aspose.com/slides/
  5. 如何使用 C++ 保护 PPTX 演示文稿

    本主题展示如何通过设置加密密码来使用 C++ 保护 Pptx 演示文稿。您最终将获得一个受密码保护的演示文稿,您只能通过在 PowerPoint 中提供设置密码才能打开该演示文稿。...如何使用 C++ 保护 PPTX 演示文稿 本主题展示如何通过设置加密密码来使用 C++ 保护 PPTX 演示文稿。有多种方法可以保护...方法通过密码保护演示文稿 使用 Save 方法保存受密码保护的演示文稿并另存为 PPTX Aspose.Slides for C++ API 可以帮助您使用...

    kb.aspose.com/zh/slides/cpp/how-to-protect-pptx...
  6. Manage Slide Show on Android|Aspose.Slides Docu...

    Learn how to manage slide shows in Aspose.Slides for Android via Java. Control slide transitions, timings and more across PPT, Pptx and ODP formats with ease....pptx" , SaveFormat . Pptx ); presentation ..... save ( "output.pptx" , SaveFormat . Pptx ); presentation ....

    docs.aspose.com/slides/androidjava/manage-slide...
  7. Convert XLTX to POWERPOINT with C++ or with fre...

    Convert XLTX to POWERPOINT within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....document to PPTX format using Save member function and set Pptx as SaveFormat...document in PPTX format doc -> Save ( u "convertedFile.pptx" , SaveFormat...

    products.aspose.com/total/cpp/conversion/xltx-t...
  8. Convert XLSB to POWERPOINT with C++ or with fre...

    Convert XLSB to POWERPOINT within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....document to PPTX format using Save member function and set Pptx as SaveFormat...document in PPTX format doc -> Save ( u "convertedFile.pptx" , SaveFormat...

    products.aspose.com/total/cpp/conversion/xlsb-t...
  9. Convert TSV to POWERPOINT with C++ or with free...

    Convert TSV to POWERPOINT within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....document to PPTX format using Save member function and set Pptx as SaveFormat...document in PPTX format doc -> Save ( u "convertedFile.pptx" , SaveFormat...

    products.aspose.com/total/cpp/conversion/tsv-to...
  10. 在 Java 中格式化 PowerPoint 形状|Aspose.Slides 文档

    了解如何在 Java 中使用 Aspose.Slides 对 PowerPoint 形状进行格式化——精确且全面地为 PPT、Pptx 和 ODP 文件设置填充、线条和效果样式。... 将修改后的演示文稿保存为 PPTX 文件。 以下代码演示了如何格式化矩形 AutoShape...setColor ( Color . BLUE ); // 将 PPTX 文件保存到磁盘。 presentation . save...

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