Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 2,259 for

ole image

(0.19 sec)
  1. Node.js via .NET PowerPoint API by Aspose.Slide...

    Aspose.Slides for Node.js via .NET is a Node.js PowerPoint API that lets you create, modify, and convert PowerPoint presentations in Node.js....shapes, text, charts, tables, images, and more. It also offers many...audio frames, video frames, OLE, VBA macros, animations, etc...

    products.aspose.com/slides/nodejs-net/
  2. Create Charts Using VSTO and Aspose.Slides for ...

    Learn how to automate PowerPoint chart creation in C#. This step-by-step guide shows why Aspose.Slides for .NET is a faster, more powerful alternative to Microsoft.Office.Interop....Can I export the chart as an image separately from the slide? Yes...shape—including charts—as a separate image (e.g., PNG, JPEG) using the...

    docs.aspose.com/slides/net/create-a-chart-in-a-...
  3. OdtSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.ODT or SaveFormat.OTT format in Java....determining whether OLE controls presentation image will be updated...determining whether OLE controls presentation image will be updated...

    reference.aspose.com/words/java/com.aspose.word...
  4. PdfSaveOptions class | Aspose.Words for Python

    aspose.words.saving.PdfSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.PDF](../../aspose.words/saveformat/#PDF) format... image_color_space_export_mode Specifies...selected for the images in PDF document. image_compression Specifies...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ShapeType | Aspose.Words for Java

    Specifies the type of shape in a Microsoft Word document in Java....how to insert a shape with an image from the local file system into...= new Shape(doc, ShapeType.IMAGE); shape.getImageData().setImage(getImageDir()...

    reference.aspose.com/words/java/com.aspose.word...
  6. com.aspose.words | Aspose.Words for Java

    The com.aspose.words package provides classes for generating converting modifying rendering and printing Microsoft Word documents without utilizing Microsoft Word in Java....Provides methods to insert text, images and other content, specify...fixed page formats (PDF, XPS, images etc). FlipOrientation Possible...

    reference.aspose.com/words/java/com.aspose.words/
  7. 管理超链接|Aspose.Slides for Node.js via .NET 文档

    如何在 JavaScript 中向 PowerPoint 演示文稿添加超链接...var image = aspose . slides . Images . fromFile ( "image.png"...); } finally { if ( image != null ) { image . dispose (); } } //...

    docs.aspose.com/slides/zh/nodejs-java/manage-hy...
  8. ShapeBase class | Aspose.Words for Node.js

    Aspose.Words.Drawing.ShapeBase class. Base class for objects in the drawing layer, such as an AutoShape, freeform, Ole object, ActiveX control, or picture...such as an AutoShape, freeform, OLE object, ActiveX control, or picture...allows the shape to have an image. coordOrigin2 The coordinates...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Tags

    C# .NET Core, Java, Python, C++, Android, PHP, Node.js APIs to create, process and convert PDF, Word, Excel, PowerPoint, email, Image, ZIP, and several other formats in Windows, Linux, MacOS & Android....Barcode Generator 2 2D image to 3D image converter 1 2d qr code...graphics SDK 1 3D image conversion 1 3D Image Converter 1 3d in...

    blog.aspose.com/tags/
  10. 管理演示文稿超链接(C++)|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 轻松管理 PowerPoint 和 OpenDocument 演示文稿中的超链接——在几分钟内提升互动性和工作流。...// 将图像添加到演示文稿 auto image = pres -> get_Images () -> AddImage (...( File :: ReadAllBytes ( u "image.png" )); // 在幻灯片 1 上创建图片框,基于之前添加的图像...

    docs.aspose.com/slides/zh/cpp/manage-hyperlinks/