Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 141,243 for

pptx

(0.09 sec)
  1. Manage Presentation Tables in C++|Aspose.Slides...

    Create & edit tables in PowerPoint slides with Aspose.Slides for C++. Discover simple code examples to streamline your table workflows....Presentation class that represents a PPTX file auto pres = System :: MakeObject...-> Save ( u "table.pptx" , SaveFormat :: Pptx ); Numbering in a...

    docs.aspose.com/slides/cpp/manage-table/
  2. Assemble Slides|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....the PPTX file to the Disk pres . Write ( "EmptySlide.pptx" );...( "Slides Test Presentation.pptx" ); //Accessing a slide using...

    docs.aspose.com/slides/net/assemble-slides/
  3. C++ API to Convert PS to PPSX | products.aspose...

    Convert PS to PPSX via C++ without using Microsoft Word or Adobe Acrobat Reader...PDF for C++ to export PS to PPTX. Then, you can use Aspose.Slides...Slides for C++ to convert PPTX to PPSX. Both APIs are available...

    products.aspose.com/total/cpp/conversion/ps-to-...
  4. Export CGM to PPSX via C# API | products.aspose...

    .NET API to Convert CGM to PPSX without using Microsoft Word...transform the CGM file format into PPTX. This API provides a wide range...CGM file has been converted to PPTX, the second step is to use the...

    products.aspose.com/total/net/conversion/cgm-to...
  5. Export MD to XAML via C# API | products.aspose.com

    .NET API to Convert MD to XAML without using Microsoft Word...transform the MD file format into PPTX. The second step is to use the...Slides for .NET, to convert the PPTX to XAML. The PDF Processing...

    products.aspose.com/total/net/conversion/md-to-...
  6. 在演示文稿中使用 C++ 应用形状动画|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中创建和自定义形状动画。脱颖而出!... 将演示文稿写入磁盘,保存为 PPTX 文件。 以下 C++ 代码演示如何将 Fade 效果应用于...ByLevelParagraphs1 ); // Save the PPTX file to disk pres -> Save (...

    docs.aspose.com/slides/zh/cpp/shape-animation/
  7. .NET 中的演示文稿文本框管理|Aspose.Slides 文档

    Aspose.Slides for .NET 可轻松在 PowerPoint 和 OpenDocument 文件中创建、编辑和克隆文本框,提升您的演示文稿自动化。...TextBox 最后,通过 Presentation 对象写入 PPTX 文件。 以下 C# 代码实现了上述步骤,演示了如何向幻灯片添加文本:..."TextBox_out.pptx" , Aspose . Slides . Export . SaveFormat . Pptx ); }...

    docs.aspose.com/slides/zh/net/manage-textbox/
  8. Add Digital Signatures to Presentations in PHP|...

    Learn how to digitally sign PowerPoint & OpenDocument files with Aspose.Slides for PHP via Java. Secure your slides in seconds with clear code examples....signatures are supported for PPTX format only. Add a Digital Signature..."SomePresentationSign.pptx" , SaveFormat :: Pptx ); } finally { $pres...

    docs.aspose.com/slides/php-java/digital-signatu...
  9. Aspose.PUB Product Family

    Find answers about reading and converting PUB file format into different other file formats without Microsoft Publisher....Latest Answers Convert PUB to PPTX in Java Convert PUB to Word...Word in Java Convert PUB to PPTX in C# Convert PUB to Word in C#...

    kb.aspose.com/pub/
  10. 使用 C++ 在演示文稿中管理文本框|Aspose.Slides 文档

    Aspose.Slides for C++ 让您能够轻松在 PowerPoint 和 OpenDocument 文件中创建、编辑和克隆文本框,提升演示文稿自动化水平。...TextBox 最后,通过 Presentation 对象写入 PPTX 文件。 以下 C++ 代码——上述步骤的实现——演示了如何向幻灯片添加文本:...( u "TextBox_out.pptx" , SaveFormat :: Pptx ); 检查文本框形状 Aspose...

    docs.aspose.com/slides/zh/cpp/manage-textbox/