Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 48,135 for

shapes

(0.1 sec)
  1. How to Extract Images from Word Document in C#

    This tutorial explains how to extract images from Word document in C#. It contains information about the configuration, step-wise process and a runnable sample code that can be used to extract all images from Word document in C#....object Get the collection of shapes from the Word document using...elements in the shapes collection Save each shape that has an image...

    kb.aspose.com/words/net/how-to-extract-images-f...
  2. Slicers|Documentation

    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....Rendering Slicer Updating Slicer Shapes Pivot Tables Analyzing your...

    docs.aspose.com/cells/python-java/slicers/
  3. Create Transparent Image using Java

    This article guides on how to create transparent image using Java. It has all the details to set up the environment, a list of steps, and a sample code to develop a transparent picture maker using Java....source image Draw some sample shapes and text on the PNG image Save...Graphics object to draw a few shapes and text on the image and save...

    kb.aspose.com/imaging/java/create-transparent-i...
  4. WarningSource Enum | Aspose.Words for .NET

    Discover the Aspose.Words.WarningSource enum, identifying warning sources during document loading and saving for enhanced document management....Module that renders DrawingML shapes. OfficeMath 3 Module that renders...OfficeMath. Shapes 4 Module that renders ordinary shapes. Metafile...

    reference.aspose.com/words/net/aspose.words/war...
  5. Compress JPG In Python

    Compress JPG in Python without losing quality. Optimize JPG content, reduce file size easily....DocumentBuilder(doc) shape = builder.InsertImage( "Input...save_options.jpeg_quality = 50 shape.get_shape_renderer().save( "Output...

    products.aspose.com/words/python-net/compress/jpg/
  6. Compress TIFF In Python

    Compress TIFF in Python without losing quality. Optimize TIFF content, reduce file size easily....DocumentBuilder(doc) shape = builder.InsertImage( "Input...saving.TiffCompression.LZW shape.get_shape_renderer().save( "Output...

    products.aspose.com/words/python-net/compress/t...
  7. 在 Python 中为演示文稿图表添加趋势线|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 快速在 PowerPoint 和 OpenDocument 图表中添加和自定义趋势线——提供实用指南和代码示例,以提高预测准确性并吸引观众。... shapes . add_chart ( charts . ChartType...使用索引获取幻灯片的引用 使用 Shapes 对象提供的 AddChart 方法创建新图表 使用 Shapes 对象提供的 AddAutoShape...

    docs.aspose.com/slides/zh/python-net/trend-line/
  8. Draw an Ellipse in a PostScript File using Java

    Learn how to draw an Ellipse in a PostScript file using Java with [Aspose.Page for Java](https//products.aspose.com/page/java/). Discover code example and benefits....Explore Overview # Drawing shapes in graphics programming is...simplifies the process of adding shapes and enhances your productivity...

    blog.aspose.com/page/draw-an-ellipse-in-a-posts...
  9. Several JPG Into TIFF C++

    Merge multiple JPG into TIFF in C++ code. Save JPG as TIFF using C++.... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/cpp/merge/jpg-to-tiff/
  10. Several Image Into GIF C++

    Merge multiple Image into GIF in C++ code. Save Image as GIF using C++.... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/cpp/merge/image-to-gif/