Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 5,679 for

ole

(0.07 sec)
  1. Manage Presentation Content in Python|Aspose.Sl...

    Create, edit, and extract presentation content with Aspose.Slides for Python via .NET—get code examples for text, images, shapes, charts; PPT, PPTX and ODP....Accessibility in Python Manage OLE in Presentations Using Python...

    docs.aspose.com/slides/python-net/presentation-...
  2. Code Comparison for common features with VSTO|A...

    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....and Embed an Excel Chart as an OLE Object Create a New Presentation...

    docs.aspose.com/slides/net/code-comparison-for-...
  3. 页眉页脚|Aspose.Slides 文档

    使用 Aspose.Slides 在 C# 中控制页眉和页脚:添加或编辑日期/时间、页码和页脚文本,显示或隐藏 PPT、PPTX 和 ODP 中的占位符。...SetDateTimeVisibilit ( isVisible : true ); } OLE对象 评论...

    docs.aspose.com/slides/zh/net/examples/elements...
  4. Known Issues in Aspose.Slides for Java 14.4.0|A...

    Review known issues in Aspose.Slides for Java 14.4.0 to ensure accurate work with PowerPoint and OpenDocument files and avoid surprises in your presentations.... There are known issues in OLE/ActiveX PPT serialization to...

    docs.aspose.com/slides/java/known-issues-in-asp...
  5. Insert Pictures and Shapes of Excel files with ...

    Manage pictures, Ole objects, and shapes in Excel files using Aspose.Cells for JavaScript via C++....script > </ html > Inserting OLE Objects into Excel Worksheet...extracting, and manipulating OLE objects in worksheets. For this...

    docs.aspose.com/cells/javascript-cpp/insert-sha...
  6. Forms2OleControl.value property | Aspose.Words ...

    Forms2OleControl.value property. Gets underlying Value property which often represents control state...as_shape () ole_control = shape . ole_format . ole_control self...'CheckBox1' , ole_control . name ) if ole_control . is_forms2_ole_control...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Technical Articles|Aspose.Slides Documentation

    Technical articles for Aspose.Slides for C++: Ole, chart, HTML export, threading, and more—best practices for the PPT, PPTX and ODP formats....Embed Them in Presentations as OLE Objects Export Presentations...

    docs.aspose.com/slides/cpp/technical-articles/
  8. Forms2OleControl.groupName property | Aspose.Wo...

    Forms2OleControl.groupName property. Gets or sets a string that specifies a group of mutually exclusive controls... Ole . Forms2OleControlType . CheckBox...module Aspose.Words.Drawing.Ole class Forms2OleControl Forms2OleControl...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 从演示文稿形状中提取图像|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 从 PowerPoint 和 OpenDocument 演示文稿的形状中提取图像 —— 快速、代码友好的解决方案。...我可以提取嵌入在 OLE 对象(如附件文档)中的图像吗? 不能直接提取,因为 OLE 对象是一个容器。需要先提取 OLE 包本身,...包本身,然后使用其他工具分析其内容。演示文稿的图片形状通过 PPImage 工作;OLE 则是另一种对象类型。 使用 Aspose.Slides for...

    docs.aspose.com/slides/zh/cpp/extracting-images...
  10. [word转pdf]误识别图片中的公式符号 - Free Support Forum - as...

    word转pdf,图片里的公式被提取成文本,但符号变成了方块。 有什么办法可以禁止将图片里的内容提取成文本吗? word: pdf:...7:51am 5 识别错误的不是OFFICE_MATH,而是Ole类型的node。 我尝试了以下代码,发现转出来的图片就已经符号是方块了。...contains("Equation")) { // 将 OLE 公式渲染为图片 BufferedImage image =...

    forum.aspose.com/t/word-pdf/313834