Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 48,651 for

shapes

(0.06 sec)
  1. IChartDataPoint class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.IChartDataPoint class. Contains properties of a single data point on the chart....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 350 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ChartDataPointCollection class | Aspose.Words f...

    Aspose.Words.Drawing.Charts.ChartDataPointCollection class. Represents collection of a [ChartDataPoint](../chartdatapoint/)...DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 350 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. IChartDataPoint | Aspose.Words for Java

    Contains properties of a single data point on the chart in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...500.0, 350.0); Chart chart = shape.getChart(); Assert.assertEquals(3...

    reference.aspose.com/words/java/com.aspose.word...
  4. Convert PowerPoint Presentations to Video in .N...

    Learn how to convert PowerPoint presentations to video in .NET. Discover sample C# code and automation techniques to streamline your workflow....presentation (containing a shape and two animation effects) into...Slides [ 0 ]; // Add a smile shape and then animate it. IAutoShape...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  5. Issue converting VSD with embedded EMF picture ...

    Hi! I am facing a problem converting VSD file to SVG via Processing API. VSD file has embedded image in EMF format. As result of the conversion I get an empty SVG file. I have attached file with examples. Is it known …... Emf image is in Shapes collection of the Page object...there is an Ungroup method: Shape.Ungroup | Aspose.Diagram for...

    forum.aspose.com/t/issue-converting-vsd-with-em...
  6. Using XPS graphic utilities | .NET

    Discover how to easily create images and relatively complex Shapes on an XPS page using graphic utilities in Aspose.Page API for .NET...How to easily produce simple shapes in XPS The XPS specification...used to compose any complex shapes. Aspose.Page for .NET provides...

    docs.aspose.com/page/net/xps/graphic-utilities/
  7. Add Image in Worksheet|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....top level container for all shapes. IDrawing drawing = sheet1...CreateDrawingPatriar (); // Add a picture shape IClientAnchor anchor = helper...

    docs.aspose.com/cells/net/add-image-in-worksheet/
  8. Aspose.PSD for Java | Aspose API References

    Aspose.PSD for Java API References contain examples, code snippets, and API documentation. It provides packages, classes, interfaces, and other API details....shapes The package contains different shapes combined...combined from shape segments. com.aspose.psd.shapesegments The package...

    reference.aspose.com/psd/java/
  9. Path Builder – Create SVG Path – Aspose.SVG for...

    Learn how to use PathBuilder to create SVG paths using Aspose.SVG for .NET. PathBuilder makes it easier to create and manipulate SVG paths....process of creating intricate shapes and curves. Path Builder SVG...to creating a wide range of shapes, from simple rectangles to...

    docs.aspose.com/svg/net/path-builder/
  10. ShapeRenderer class | Aspose.Words for Python

    aspose.words.rendering.ShapeRenderer class. Provides methods to render an individual [Shape](../../aspose.words.drawing/shape/) or [GroupShape](../../aspose.words.drawing/groupshape/) to a raster or vector image or to a Graphics object...methods to render an individual Shape or GroupShape to a raster or...more, visit the Working with Shapes documentation article. Inheritance:...

    reference.aspose.com/words/python-net/aspose.wo...