Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 48,788 for

shapes

(0.07 sec)
  1. Several JPG Into GIF Python

    Merge multiple JPG into GIF in Python code. Save JPG as GIF 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-...
  2. 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-...
  3. Aspose.Cells.GridJs features|Documentation

    This article introduces features for GridJs....Rotate/Resize/Move pictures/shapes. Keyboard navigation. Advanced...

    docs.aspose.com/cells/net/aspose-cells-gridjs/f...
  4. Convert JPG to SVG – Python code and Online Vec...

    Convert JPG to SVG online or in Python with Aspose.SVG. Vectorize JPG images to enjoy the benefits of vector graphics. Try Online Image Vectorizer....mathematical curves and geometric shapes, which are then saved as SVG...vector graphics using geometric shapes, Bezier curves, splines, paths...

    products.aspose.com/svg/python-net/vectorize-im...
  5. Edit HTML5 Canvas – Aspose.HTML for .NET

    Learn about HTML Canvas and how to work with a document that contains HTML5 Canvas element using Aspose.HTML for .NET API....elements such as lines, paths, shapes, images, and text. The <canvas>...scriptable dynamic rendering of 2D shapes and bitmaps. This is a low-level...

    docs.aspose.com/html/net/edit-html5-canvas/
  6. Aspose::Words::Tables::Row::EnsureMinimum metho...

    Aspose::Words::Tables::Row::EnsureMinimum method. If the Row has no cells, creates and appends one Cell in C++....typical elements such as runs, shapes, and even other tables. //...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. Edit PPT in C# | products.aspose.com

    Edit PPT in C#. Use .NET library API to edit PowerPoint presentation...AutoShape shape = (AutoShape)presentation.Slides[ 0 ].Shapes[ 0 ];...]; shape.TextFrame.Text = "New text" ; presentation.Save( "pres...

    products.aspose.com/slides/net/editor/ppt/
  8. Format Presentation Charts in .NET|Aspose.Slide...

    Learn chart formatting in Aspose.Slides for .NET and elevate your PowerPoint presentation with professional, eye-catching styling.... Shapes . AddChart ( ChartType . LineWithMarkers...chart = pres . Slides [ 0 ]. Shapes . AddChart ( ChartType . ClusteredColumn...

    docs.aspose.com/slides/net/chart-formatting/
  9. Image and Text Vectorization – Aspose.SVG for P...

    The articles in this section explain how to convert SVG text to vector and how to convert raster image to vector graphic using the Aspose.SVG Python library....mathematic curves, geometric shapes made up from path elements...involves tracing the outlines of shapes and colors in a raster image...

    docs.aspose.com/svg/python-net/vectorization/
  10. Story | Aspose.Words for Java

    Base class for elements that contain block-level nodes Paragraph and Table in Java....Examples: Shows how to remove all shapes from a node. Document doc =...DocumentBuilder to insert a shape. This is an inline shape, // which has a...

    reference.aspose.com/words/java/com.aspose.word...