Sort Score
Result 10 results
Languages All
Labels All
Results 5,901 - 5,910 of 48,745 for

shape

(0.09 sec)
  1. Assign a Macro to a Form Control with JavaScrip...

    Learn how to assign a macro code to a Form Control such as a button using Aspose.Cells for JavaScript via C++.... Please use the Shape.macroName property to assign...button shape to the sheet const button = sheet . shapes . addButton...

    docs.aspose.com/cells/javascript-cpp/assign-mac...
  2. Render Presentation Slides as SVG Images in C++...

    Learn how to render PowerPoint slides as SVG images using Aspose.Slides for C++. High-quality visuals with simple code examples....also individual shapes to SVG? Yes. Any shape can be saved as...

    docs.aspose.com/slides/cpp/render-a-slide-as-an...
  3. Using ActiveX Controls in Excel using Node.js

    Follow this article for using ActiveX controls in Excel using Node.js. It has IDE settings, steps, and a sample code for inserting ActiveX command button using Node.js....properties to customize the control shape and behavior. Steps to Insert...empty workbook and access the shapes collection in the target sheet...

    kb.aspose.com/cells/nodejs/using-activex-contro...
  4. Render Presentation Slides as SVG Images in Pyt...

    Learn how to render PowerPoint and OpenDocument slides as SVG images using Aspose.Slides for Python via .NET. High-quality visuals with simple code examples....also individual shapes to SVG? Yes. Any shape can be saved as...

    docs.aspose.com/slides/python-net/render-a-slid...
  5. ImageFieldMergingArgs.ImageWidth | Aspose.Words...

    Adjust the ImageWidth in ImageFieldMergingArgs to seamlessly insert images into your documents, enhancing visual appeal and layout.... Shape , Is . Null ); } private readonly...ImageStream ImageFieldMergingArg.Shape English Русский 简体中文 عربي Français...

    reference.aspose.com/words/net/aspose.words.mai...
  6. Render Presentation Slides as SVG Images in Jav...

    Learn how to render PowerPoint slides as SVG images using Aspose.Slides for Node.js via Java. High-quality visuals with simple JavaScript code examples....also individual shapes to SVG? Yes. Any shape can be saved as...

    docs.aspose.com/slides/nodejs-java/render-a-sli...
  7. Word to PDF does not support ADVANCE Field - Fr...

    Hi, Words does not seem to support the { ADVANCE } field when saving as PDF. I have attached a sample document. Advance.docx (13.1 KB) The expectation is for the “2” to be moved down the page in the the converted docu…..., a text box, shape, or a paragraph with appropriate...

    forum.aspose.com/t/word-to-pdf-does-not-support...
  8. Convert Image To JPG Python

    Convert Image to JPG format in Python code. Save Image as JPG using Python....DocumentBuilder(doc) shape = builder.insert_image( "Input.png" ) shape.get_shape_renderer()...DocumentBuilder(doc) shape = builder.insert_image("Input.png") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  9. Convert Image To GIF Python

    Convert Image to GIF format in Python code. Save Image as GIF using Python....DocumentBuilder(doc) shape = builder.insert_image( "Input.png" ) shape.get_shape_renderer()...DocumentBuilder(doc) shape = builder.insert_image("Input.png") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  10. Convert JPG To JPG Python

    Convert JPG to JPG format in Python code. Save JPG as JPG using Python....DocumentBuilder(doc) shape = builder.insert_image( "Input.jpg" ) shape.get_shape_renderer()...DocumentBuilder(doc) shape = builder.insert_image("Input.jpg") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...