Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 241,393 for

slide

(0.2 sec)
  1. Manage Presentation Placeholders in C++|Aspose....

    Effortlessly manage placeholders in Aspose.Slides for C++: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument....Slides for C++ , you can find and...placeholders on slides in presentations. Aspose.Slides allows you...

    docs.aspose.com/slides/cpp/manage-placeholder/
  2. 格式化文本|Aspose.Slides 文档

    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....Slides 方法遵循以下步骤: 打开源演示文稿。 访问第一张幻灯片。...); //Access the first slide Slide slide = pres . GetSlideByPosition...

    docs.aspose.com/slides/zh/net/format-text/
  3. Creating Tables Using VSTO and Aspose.Slides fo...

    Migrate from Microsoft Office automation to Aspose.Slides for Java and create tables in PowerPoint (PPT, PPTX) Slides in Java with flexible formatting....Slides for Java Contents [ Hide ]...display data on presentation slides. This article shows how to...

    docs.aspose.com/slides/java/creating-a-table-on...
  4. Thread Safety and Performance Optimization in A...

    Hi, We are using Aspose.Slides for c++ (version 24.5) to read presentation object. To improve performance, we want to be able to process each Slide on separate thread. So we wanted to ask can we access each Slide parall…...Slides for C++ Aspose.Slides Product Family slides-performance...slides-performance , slides-cpp , slides-multithread , slides-cloning pankajku...

    forum.aspose.com/t/thread-safety-and-performanc...
  5. 数学文本|Aspose.Slides 文档

    探索 Aspose.Slides for Java 的 MathematicalText 示例:使用 Java 在 PPT、PPTX 和 ODP 演示文稿中创建和格式化方程式、分数、矩阵和符号。...Slides for Java 处理数学文本形状并格式化公式。 添加数学文本...Presentation (); try { ISlide slide = presentation . getSlides ()...

    docs.aspose.com/slides/zh/java/examples/element...
  6. 文本框|Aspose.Slides 文档

    在 Aspose.Slides for Java 中使用文本框:使用 Java 为 PPT、PPTX 和 ODP 演示文稿添加、格式化、对齐、换行、自动适应并设置文本样式。...Slides 中, 文本框 由 AutoShape 表示。几乎任何...Presentation (); try { ISlide slide = presentation . getSlides ()...

    docs.aspose.com/slides/zh/java/examples/element...
  7. Manage SmartArt in PowerPoint Presentations Usi...

    Learn to build and edit PowerPoint SmartArt with Aspose.Slides for C++ using clear code samples that speed up Slide design and automation.... Obtain the reference of a slide by using its Index. Add SmartArt...Please note Method com.aspose.slides.ISmartArtNode.isHidden() returns...

    docs.aspose.com/slides/cpp/manage-smartart/
  8. 文本框|Aspose.Slides 文档

    在 Aspose.Slides for C++ 中使用文本框:使用 C++ 为 PPT、PPTX 和 ODP 演示文稿添加、格式化、对齐、换行、自动适应并设置文本样式。...Slides 中, 文本框 由 AutoShape 表示。几乎任何...Presentation > (); auto slide = presentation -> get_Slide ( 0 ); // 创建一...

    docs.aspose.com/slides/zh/cpp/examples/elements...
  9. 向幻灯片添加注释|Aspose.Slides 文档

    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....FilePath + "Add a comment to a slide.pptx" ; AddCommentToPresenta...Adds a comment to the first slide of the presentation document...

    docs.aspose.com/slides/zh/net/add-a-comment-to-...
  10. Manage Text Boxes in Presentations Using Java|A...

    Aspose.Slides for Java makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....Contents [ Hide ] Texts on slides typically exist in text boxes...Therefore, to add a text to a slide, you have to add a text box...

    docs.aspose.com/slides/java/manage-textbox/