Sort Score
Result 10 results
Languages All
Labels All
Results 5,211 - 5,220 of 45,786 for

shape

(0.24 sec)
  1. Փոխարկել JPG Պատկեր Javascript

    Փոխարկեք JPG ը Պատկեր ձևաչափի JavaScript կոդով: Պահեք JPG որպես Պատկեր օգտագործելով JavaScript:...DocumentBuilder(doc) shape = builder.insertImage( "Input.jpg" ) shape.getShapeRenderer()...DocumentBuilder(doc) shape = builder.insertImage("Input.jpg") shape.getShapeRenderer()...

    products.aspose.com/words/hy/nodejs-net/convers...
  2. MergeFieldImageDimension.Value | Aspose.Words f...

    Discover the MergeFieldImageDimension Value property for optimized image handling. Enhance your project with precise dimensions and improved performance.... Shape , Is . Null ); } private readonly...

    reference.aspose.com/words/net/aspose.words.fie...
  3. 管理 OLE|Aspose.Slides 文档

    在 C++ 中将 OLE 对象添加到 PowerPoint 演示文稿中...oleObjectFrame = sld -> get_Shapes () -> AddOleObjectFrame ( 0...OleObjectFrame > ( sld -> get_Shapes () -> idx_get ( 0 )); // 读取...

    docs.aspose.com/slides/zh/cpp/manage-ole/
  4. SVG Color – How to work with Fill Color and Str...

    Learn with Aspose.SVG about SVG color rules, how to apply colors in SVG files, and how to work with fill color, stroke color, and opacity....using points, lines, paths, and shapes. It is best used to create...creating SVG. You can colorize SVG shapes, lines, paths, text. SVG graphics...

    docs.aspose.com/svg/net/drawing-basics/svg-color/
  5. Public API Changes in Aspose.Cells 9.0.0|Docume...

    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.... Added APIs Added Shape.TextOptions Property Aspose...TextOptions property for the Shape class in order to control the...

    docs.aspose.com/cells/net/public-api-changes-in...
  6. Adding Text Dynamically using VSTO and Aspose.S...

    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.... Shape shp = sld . Shapes . AddTextbox ( Microsoft...rectangle IShape shp = sld . Shapes . AddAutoShape ( ShapeType...

    docs.aspose.com/slides/net/adding-text-dynamica...
  7. Insert a Picture Based on Cell Reference with N...

    Learn how to insert a picture in a worksheet based on a cell reference using Aspose.Cells for Node.js via C++. Show cell data in a picture....worksheet cell in an image shape. You can link the picture to...( "A1:C10" ); // Update the shapes selected value in the worksheet...

    docs.aspose.com/cells/nodejs-cpp/insert-a-pictu...
  8. Several JPG Into SVG Javascript

    Merge multiple JPG into SVG in JavaScript code. Save JPG as SVG using JavaScript....DocumentBuilder(doc) shapes = fileNames.map(fileName =>...pageWidth = Math.max(...shapes.map(shape => shape.width)); pageSetup...

    products.aspose.com/words/nodejs-net/merge/jpg-...
  9. Several Image Into JPG Python

    Merge multiple Image into JPG in Python code. Save Image as JPG using Python....DocumentBuilder(doc) shapes = [builder.insert_image(fileName)...page_width = max (shape.width for shape in shapes) pageSetup.page_height...

    products.aspose.com/words/python-net/merge/imag...
  10. Several Image Into SVG Javascript

    Merge multiple Image into SVG in JavaScript code. Save Image as SVG using JavaScript....DocumentBuilder(doc) shapes = fileNames.map(fileName =>...pageWidth = Math.max(...shapes.map(shape => shape.width)); pageSetup...

    products.aspose.com/words/nodejs-net/merge/imag...