Sort Score
Result 10 results
Languages All
Labels All
Results 4,951 - 4,960 of 49,745 for

shape

(0.12 sec)
  1. Փոխարկել JPG BMP Java

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

    products.aspose.com/words/hy/java/conversion/jp...
  2. Გადაიყვანეთ JPG GIF Java

    გადაიყვანეთ JPG GIF Java ფორმატში კოდით. შეინახეთ JPG როგორც GIF Java....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.jpg" ); shape.getShapeRenderer().save( "Output.gif" , new...

    products.aspose.com/words/ka/java/conversion/jp...
  3. Փոխարկել JPG GIF Java

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

    products.aspose.com/words/hy/java/conversion/jp...
  4. Insert a Picture Based on Cell Reference with J...

    Learn how to insert a picture in a worksheet based on a cell reference using Aspose.Cells for JavaScript via C++. Show cell data in a picture....worksheet cell in an image shape. You can link the picture to...workbook . worksheets . get ( 0 ). shapes . addPicture ( 0 , 3 , stream...

    docs.aspose.com/cells/javascript-cpp/insert-a-p...
  5. Გადაიყვანეთ Გამოსახულება BMP Java

    გადაიყვანეთ Გამოსახულება BMP Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც BMP Java....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.png" ); shape.getShapeRenderer().save( "Output.bmp" , new...

    products.aspose.com/words/ka/java/conversion/im...
  6. Convert Image To GIF C++

    Convert Image to GIF format in C++ code. Save Image as GIF using C++....auto shape = builder-> InsertImage ( u"Input.png" ); shape-> GetShapeRenderer...auto shape = builder->InsertImage(u"Input.png"); shape->GetS...

    products.aspose.com/words/cpp/conversion/image-...
  7. Convert Image To SVG C++

    Convert Image to SVG format in C++ code. Save Image as SVG using C++....auto shape = builder-> InsertImage ( u"Input.png" ); shape-> GetShapeRenderer...auto shape = builder->InsertImage(u"Input.png"); shape->GetS...

    products.aspose.com/words/cpp/conversion/image-...
  8. Fill Symbolizer|Documentation

    GIS C# Library API supports Simple Fill symbolizer to fill style and stroke for 2-dimensional geometries polygons of any type like Point, Line, Surface....from a point location to the shape anchor point. VerticalOffset...from a point location to the shape anchor point. Geometry Types...

    docs.aspose.com/gis/net/fill-symbolizer/
  9. 使用C++通过JavaScript添加WordArt水印到图表|Documentation

    学习如何通过C++使用Aspose.Cells for JavaScript在Microsoft Excel中为图表添加WordArt水印。我们的指南将演示如何创建和定位WordArt水印,以增强图表的视觉吸引力和独特性。...// Add a WordArt watermark (shape) to the chart's plot area const...const wordart = chart . shapes . addTextEffectInChart ( AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/add-wor...
  10. Draw Pentagon using C#

    Follow this article to draw pentagon using C#. It has the details to set the IDE, a list of steps, and a sample code for drawing of a pentagon Shape using C#.... Steps to Draw a Pentagon Shape using C# Set the IDE to use...article has taught us pentagon shape drawing using C# . To scale...

    kb.aspose.com/drawing/net/draw-pentagon-using-c...