Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 238,695 for

slides

(0.06 sec)
  1. Manage Table Cells in Presentations in .NET|Asp...

    Effortlessly manage table cells in PowerPoint with Aspose.Slides for .NET. Master accessing, modifying, and styling cells quickly for seamless slide automation....Get the table from the first slide. Iterate through the table’s...)) { ITable table = pres . Slides [ 0 ]. Shapes [ 0 ] as ITable...

    docs.aspose.com/slides/net/manage-cells/
  2. Aspose.Slides for C++: FontsLoader::LoadExterna...

    LoadExternalFonts call is very slow. Is there any way to improve performance? Sample code I am using: std::vector<String> candidatePaths; #ifdef MACINTOSH candidatePaths = { u"/Applications/Microsoft PowerPoint…...Slides for C++: FontsLoader::LoadExternalFonts Method...Slow Aspose.Slides Product Family slides-fonts , slides-performance...

    forum.aspose.com/t/aspose-slides-for-c-fontsloa...
  3. Get all the external hyperlinks in a presentati...

    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....external hyperlinks in the slides of a presentation. public static...// Iterate through all the slide parts in the presentation part...

    docs.aspose.com/slides/net/get-all-the-external...
  4. 在 C++ 中创建 3D 演示文稿|Aspose.Slides 文档

    使用 Aspose.Slides 在 C++ 中轻松生成交互式 3D 演示文稿。快速导出为 PowerPoint 和 OpenDocument 格式,以实现多种用途。...Slides 20.9 起,可以创建和修改 PowerPoint 3D...Aspose :: Slides ; using namespace Aspose :: Slides :: Export...

    docs.aspose.com/slides/zh/cpp/3d-presentation/
  5. Manage Picture Frames in Presentations Using C+...

    Add picture frames to PowerPoint and OpenDocument presentations with Aspose.Slides for C++. Streamline your workflow and enhance slide designs.... You can add an image to a slide through a picture frame. This...Presentation class . Get a slide’s reference through its index...

    docs.aspose.com/slides/cpp/picture-frame/
  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…...in Slide Preview but Appears After Download Aspose.Slides Product...Family slides-svg , slides-image , slides-svgexport , slides-python...

    forum.aspose.com/t/image-not-visible-in-slide-p...
  7. Convert XLTX to POWERPOINT using Java or with f...

    Java API to Export XLTX to POWERPOINT or online with using Excel or Word or online. Test free CSV to DOC online converter quickly before integrating the code....visually engaging presentation slides. This is perfect for presenting...forecasting templates into executive slides. Converting project schedules...

    products.aspose.com/total/java/conversion/xltx-...
  8. Extract Images from Presentation Shapes|Aspose....

    Extract images from shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for PHP via Java — quick, code-friendly solution....and also frequently used as slides' backgrounds. The image objects...first by going through every slide and then going through every...

    docs.aspose.com/slides/php-java/extracting-imag...
  9. Split PPT Files Online or via Java | products.a...

    Free online app to split different PPT files. Java Splitter library code for PPT documents....Iterate through each slide by counting all slides. Create clone of...of each slide addClone() method. Save each cloned slide into new...

    products.aspose.com/total/java/split/ppt/
  10. Pptx转md怎么支持图片上传到远端服务器 or 怎么保证pptx的文本不被转义 - Free...

    我希望将pptx转换为md时,将pptx的所有图片上传到远端服务器,但是我不希望图片直接落盘,因此我才用了如下的方式: 1、遍历所有的shape,找到所有的图片,下载并上传到我的服务器 2、删除图片shape,并在原位置插入图片的url(markdown格式) 但是这样转换,会导致我插入的文本被转义,导致md无法正确识别图片,有什么解决办法么? 或者有没有现场的更好的实践方案? var pres = new Presentat…...怎么保证pptx的文本不被转义 中文技术支持 slides-java , slides-image , slides-mdexport Endergarten...(var slide : pres.getSlides()) { for (var shape : slide.getShapes())...

    forum.aspose.com/t/pptx-md-or-pptx/318649