Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 2,278 for

ole image

(0.28 sec)
  1. Streamline Font Replacement in Presentations Us...

    Seamlessly replace fonts in Aspose.Slides for С++ to ensure consistent typography in PowerPoint and OpenDocument presentations....embedded OLE objects (for example, Excel)? No. OLE content is...internal OLE data; it may be displayed as an image or as externally...

    docs.aspose.com/slides/cpp/font-replacement/
  2. OleFormat.isLink property | Aspose.Words for No...

    OleFormat.isLink property. Returns ``true`` if the Ole object is linked (when [OleFormat.sourceFullName](../sourceFullName/) is specified)....property Returns true if the OLE object is linked (when OleFormat...to insert linked and unlinked OLE objects. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Rendering Shapes Separately from a Document|Asp...

    Extract various graphic objects, such as Images, text box containing paragraphs, or arrow shapes, when processing a document, and export them to an external location....common task is to extract all images found in the document and export...functionality for extracting and saving image data. However, sometimes you...

    docs.aspose.com/words/cpp/rendering-shapes-sepa...
  4. 创建Excel图表并将其嵌入演示文稿作为OLE对象|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....创建Excel图表并将其嵌入演示文稿作为OLE对象 Contents [ Hide ] 在PowerPoint幻灯片中,...C++将这些图表嵌入到PowerPoint幻灯片中作为OLE对象。本文涵盖了创建和嵌入MS Excel图表作为OLE对象到PowerPoint演示...

    docs.aspose.com/slides/zh/cpp/creating-excel-ch...
  5. Rendering Shapes Separately from a Document|Asp...

    Extract various graphic objects, such as Images, text box containing paragraphs, or arrow shapes, when processing a document, and export them to an external location using Java....common task is to extract all images found in the document and export...functionality for extracting and saving image data. However, sometimes you...

    docs.aspose.com/words/java/rendering-shapes-sep...
  6. Streamline Font Replacement in Presentations in...

    Seamlessly replace fonts in Aspose.Slides for .NET to ensure consistent typography in PowerPoint and OpenDocument presentations....embedded OLE objects (for example, Excel)? No. OLE content is...internal OLE data; it may be displayed as an image or as externally...

    docs.aspose.com/slides/net/font-replacement/
  7. Aspose::Words::Drawing::OleFormat::get_IconCapt...

    Aspose::Words::Drawing::OleFormat::get_IconCaption method. Gets icon caption of Ole object. In case if the Ole object does not have an icon or a caption cannot be retrieved, returns an empty string in C++....icon caption of OLE object. In case if the OLE object does not...to insert linked and unlinked OLE objects. auto doc = System ::...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Drawing::OleFormat::get_SourceFu...

    Aspose::Words::Drawing::OleFormat::get_SourceFullName method. Gets or sets the path and name of the source file for the linked Ole object in C++....the source file for the linked OLE object. System :: String Aspose...is not an empty string, the OLE object is linked. Examples Shows...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Manage ActiveX Controls in Presentations Using ...

    Learn how Aspose.Slides for PHP via Java leverages ActiveX to automate and enhance PowerPoint presentations, giving developers powerful control over slides....substitute image. PowerPoint will replace this image during activeX...sometime it's OK to leave image unchanged. $image = new BufferedImage...

    docs.aspose.com/slides/php-java/activex/
  10. 怎么在这里面获取图片信息 if node.node_type == aw.NodeType.S...

    def get_paragraph_str(paragraph): """获取段落信息""" para_content = paragraph.to_string(aw.SaveFormat.TEXT) para_content = para_content.replace("\r", "") para_content = para_content.strip() return para_cont…...IMAGE ),可以使用 node.as_shape().image_data 获取图片数据;如果是嵌入对象(如...OleObject ),则可使用 node.as_shape().ole_object 获取相关信息 。 你可以修改你的代码,在处理...

    forum.aspose.com/t/if-node-node-type-aw-nodetyp...