Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 2,272 for

ole image

(0.09 sec)
  1. DocSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.DOC or SaveFormat.DOT 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...
  2. XlsxSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XLSX 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...
  3. FixedPageSaveOptions | Aspose.Words for Java

    Contains common options that can be specified when saving a document into fixed page formats PDF XPS Images etc in Java....fixed page formats (PDF, XPS, images etc). To learn more, visit...page from a document to a JPEG image. Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...
  4. 在 PHP 中管理演示文稿的超链接|Aspose.Slides for PHP 文档

    轻松地使用 Aspose.Slides for PHP via Java 管理 PowerPoint 和 OpenDocument 演示文稿中的超链接——在几分钟内提升交互性和工作流程。...$picture ; $image = Images -> fromFile ( "image.png" ); try {...if ( ! java_is_null ( $image )) { $image -> dispose (); } } # 在幻灯片...

    docs.aspose.com/slides/zh/php-java/manage-hyper...
  5. Aspose.Slides for Xamarin|Aspose.Slides Documen...

    Build Xamarin mobile apps in C# to view, edit, and convert presentations with Aspose.Slides, supporting rich features for PPT, PPTX and ODP on Android....layout that will contain an image view, Prev, and Next buttons:...slides Exporting slides to images Creating/editing/removing slide...

    docs.aspose.com/slides/net/aspose-slides-for-xa...
  6. Aspose::Words::Drawing::ShapeType enum | Aspose...

    Aspose::Words::Drawing::ShapeType enum. Specifies the type of shape in a Microsoft Word document in C++....Value Description Image 75 The shape is an image. TextBox 202 The...OleObject -2 The shape is an OLE object. You cannot create shapes...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. XamlFixedSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XAML_FIXED format in Java....document's linked resources, such as images and fonts. options.setReso...folder // when constructing image URIs instead of the resources...

    reference.aspose.com/words/java/com.aspose.word...
  8. VbaProject.Modules Is Empty Even Though There I...

    To reproduce: var presentation = new Presentation("PP_Acx_CheckBox_Status.pptm"); Assert.NotEmpty(presentation.VbaProject.Modules); The expected result is for the assertion to pass. However, the VbaProject.Modules col…...bin - OLE stream: 'VBA/Slide1' - - - -...reproduction: Step 1: create new macro image.png (14.9 KB) Step 2: Powerpoint...

    forum.aspose.com/t/vbaproject-modules-is-empty-...
  9. 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...
  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/