Sort Score
Result 10 results
Languages All
Labels All
Results 6,301 - 6,310 of 130,433 for

presentation

(0.17 sec)
  1. Convert PPTX to SVG using C++ application | pro...

    Sample C++ conversion code for PPTX document to SVG format. Use example code for batch PPTX to SVG conversion within any C++ Application....Slides for C++ Presentation Object. Call the Save()...SharedPtr<Presentation> prs = MakeObject<Presentation>(u "sourceFile...

    products.aspose.com/slides/cpp/conversion/pptx-...
  2. Aspose.Slides for .NET 15.10.0 中的公共 API 和向后不兼容的...

    审查 Aspose.Slides for .NET 中的公共 API 更新和破坏性更改,以顺利迁移您的 PowerPoint PPT、PPTX 和 ODP 演示文稿解决方案。...使用示例: using ( Presentation pres = new Presentation ( "example.pptx"...为图表添加系列动画的示例代码: using ( Presentation pres = new Presentation ( inFileName...

    docs.aspose.com/slides/zh/net/public-api-and-ba...
  3. 搜索

    搜索...首先,使用 Presentation 類創建一個新的演示文稿或加載現有的演示文稿。 然後,使用 Presentation.HeaderFooterManager...SetAllFootersText(string) 方法設置頁腳。 使用 Presentation.MasterNotesSlideMana.MasterNotesSlide...

    blog.aspose.com/zh-hant/slides/add-header-foote...
  4. Online SVG to Powerpoint Conversion or Build .N...

    Free online app to convert SVG to Powerpoint files. .NET C# conversion library code for SVG documents....Load PPTX file by using Presentation class Save the document...via .NET. Presentation presentation = new Presentation ( "PptxOutput...

    products.aspose.com/total/net/conversion/svg-to...
  5. Convert JSON Format to PPS via Java | products....

    Parse JSON to PPS in Java without using Microsoft PowerPoint...create, modify, and convert presentations. It also offers a wide range...Load PPTX document by using Presentation class Save the document...

    products.aspose.com/total/java/conversion/json-...
  6. Image Not Visible in Slide Preview but Appears ...

    In preview, image is not visible but when we download the pptx file we can see the image . if slide.logo_base64: try: svg_image, mime_type = decode_data_uri(slide.lo…...SvgImage(svg_image) image = presentation.images.add_image(svg_image)...RECTANGLE, presentation.slide_size.size.width - 100, presentation.slide_size...

    forum.aspose.com/t/image-not-visible-in-slide-p...
  7. Online SVG to OTP Conversion or Build .NET base...

    Free online app to convert SVG to OTP files. .NET C# conversion library code for SVG documents....Load PPTX file by using Presentation class Save the document...via .NET. Presentation presentation = new Presentation ( "PptxOutput...

    products.aspose.com/total/net/conversion/svg-to...
  8. Digitally Sign Powerpoint File Online or using ...

    Free online app for digital signature in Powerpoint Presentation. Develop C++ application to electronically sign Powerpoint Presentations....via C++ Load Powerpoint presentation Load PFX file using DigitalSignature...Document) Sign ODP (OpenDocument Presentation Format) Sign ODT (OpenDocument...

    products.aspose.com/total/cpp/signature/powerpo...
  9. Convert JSON Format to POTM in Android Apps | p...

    Parse JSON to POTM in Android Applications without using Microsoft PowerPoint...On the other hand, POTM (Presentation Open XML Macro-Enabled)...Microsoft PowerPoint to store presentations that contain macros. It...

    products.aspose.com/total/android-java/conversi...
  10. 通過 C++ 合併 OTP 文件 | products.aspose.com

    C++ 示例代碼,用於在 Windows 32 位、Windows 64 位和 Linux 64 位的 C++ 運行時環境上組合 OTP 文檔。...Instantiate Presentation class SharedPtr<Presentation> presentation1...MakeObject<Presentation>(sourceFilePath1); SharedPtr<Presentation> presentation2...

    products.aspose.com/slides/zh-hant/cpp/merger/otp/