Sort Score
Result 10 results
Languages All
Labels All
Results 5,661 - 5,670 of 48,731 for

shape

(0.54 sec)
  1. Փոխարկել JPG PNG Python

    Փոխարկեք JPG ը PNG ձևաչափի Python կոդով: Պահեք JPG որպես PNG օգտագործելով 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/hy/python-net/convers...
  2. Փոխարկել JPG GIF Python

    Փոխարկեք JPG ը GIF ձևաչափի Python կոդով: Պահեք JPG որպես GIF օգտագործելով 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/hy/python-net/convers...
  3. 使用 Java 在演示文稿中管理图片框|Aspose.Slides 文档

    使用 Aspose.Slides for Java 向 PowerPoint 和 OpenDocument 演示文稿添加图片框。简化工作流并提升幻灯片设计。... save ( "slide_1_shape_1.png" , ImageFormat . Png );...(). get_Item ( 0 ); IShape shape = slide . getShapes (). get_Item...

    docs.aspose.com/slides/zh/java/picture-frame/
  4. Public API Changes in Aspose.PDF for Java 9.5.0...

    Learn about the public API changes in Aspose.PDF for Java version 9.5.0 for improved functionality and better compatibility....public Path(Shape[] shapes) Property: Shapes - shapes collection...legacyxmlmodel.Shapes Added: public void add(Shape shape) public void...

    docs.aspose.com/pdf/java/public-api-changes-in-...
  5. Public API Changes in Aspose.Cells 8.8.1|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.... Shape – loads only shapes. Style – loads cell...LoadDataFilterOption to load only shapes options . LoadDataFilterOption...

    docs.aspose.com/cells/net/public-api-changes-in...
  6. Փոխարկել Պատկեր JPG Javascript

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

    products.aspose.com/words/hy/nodejs-net/convers...
  7. Փոխարկել JPG GIF Javascript

    Փոխարկեք JPG ը GIF ձևաչափի JavaScript կոդով: Պահեք JPG որպես GIF օգտագործելով 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...
  8. Several JPG Into BMP Javascript

    Merge multiple JPG into BMP in JavaScript code. Save JPG as BMP 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 JPG Into Image Python

    Merge multiple JPG into Image in Python code. Save JPG as Image 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/jpg-...
  10. Several JPG Into SVG Python

    Merge multiple JPG into SVG in Python code. Save JPG as SVG 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/jpg-...