Sort Score
Result 10 results
Languages All
Labels All
Results 5,161 - 5,170 of 42,872 for

shape

(0.31 sec)
  1. Several JPG Into BMP C#

    Merge multiple JPG into BMP in C# code. Save JPG as BMP using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/jpg-to-bmp/
  2. Convert Image To SVG Javascript

    Convert Image to SVG format in JavaScript code. Save Image as SVG using JavaScript....DocumentBuilder(doc) shape = builder.insertImage( "Input.png" ) shape.getShapeRenderer()...DocumentBuilder(doc) shape = builder.insertImage("Input.png") shape.getShapeRenderer()...

    products.aspose.com/words/nodejs-net/conversion...
  3. Convert Image To GIF Javascript

    Convert Image to GIF format in JavaScript code. Save Image as GIF using JavaScript....DocumentBuilder(doc) shape = builder.insertImage( "Input.png" ) shape.getShapeRenderer()...DocumentBuilder(doc) shape = builder.insertImage("Input.png") shape.getShapeRenderer()...

    products.aspose.com/words/nodejs-net/conversion...
  4. Convert Image To BMP Javascript

    Convert Image to BMP format in JavaScript code. Save Image as BMP using JavaScript....DocumentBuilder(doc) shape = builder.insertImage( "Input.png" ) shape.getShapeRenderer()...DocumentBuilder(doc) shape = builder.insertImage("Input.png") shape.getShapeRenderer()...

    products.aspose.com/words/nodejs-net/conversion...
  5. Convert JPG To Image Javascript

    Convert JPG to Image format in JavaScript code. Save JPG as Image using JavaScript....DocumentBuilder(doc) shape = builder.insertImage( "Input.jpg" ) shape.getShapeRenderer()...DocumentBuilder(doc) shape = builder.insertImage("Input.jpg") shape.getShapeRenderer()...

    products.aspose.com/words/nodejs-net/conversion...
  6. Convert JPG To SVG Javascript

    Convert JPG to SVG format in JavaScript code. Save JPG as SVG using JavaScript....DocumentBuilder(doc) shape = builder.insertImage( "Input.jpg" ) shape.getShapeRenderer()...DocumentBuilder(doc) shape = builder.insertImage("Input.jpg") shape.getShapeRenderer()...

    products.aspose.com/words/nodejs-net/conversion...
  7. Create Flowchart in Python

    This tutorial guides how to create flowchart in Python. It explains the step-by-step algorithm and a working sample code to create a flowchart maker in Python....flowchart creation by changing the shape types, connections, schema,...class and insert different shapes from the master stencil Specify...

    kb.aspose.com/diagram/python/create-flowchart-i...
  8. 用C++刷新关联形状的值|Documentation

    学习如何使用 Aspose.Cells for C++ 在Excel文件中刷新关联形状的值。...Shapes.UpdateSelectedValue() 方法刷新链接形状的值。...Cells 改变B4单元格的值,然后调用 Worksheet.Shapes.UpdateSelectedValue() 方法刷新图片的值,并将其保存为PDF格式。...

    docs.aspose.com/cells/zh/cpp/refresh-values-of-...
  9. 管理 OLE|Aspose.Slides for PHP 文档

    在 PHP 中将 OLE 对象添加到 PowerPoint 演示文稿...getShapes () as $shape ) { if ( java_instanceof ( $shape , new JavaClass...OleObjectFrame" ))) { $ole = $shape ; } } if ( ! java_is_null (...

    docs.aspose.com/slides/zh/php-java/manage-ole/
  10. Add Watermark to ODP Presentation Files using C...

    C++ source code for adding Watermark to ODP Presentation....watermarkShape = slide -> get_Shapes() -> AddAutoShape(ShapeType...watermarkShape = slide -> get_Shapes() -> AddAutoShape(ShapeType...

    products.aspose.com/slides/cpp/watermark/odp/