Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 5,382 for

group shape

(0.43 sec)
  1. How to get Comment and Author from Visio FIle -...

    Hello, Team, we are trying to get comment added by author in visio, see sample snap shot for visio file. Here I can get the comment using below code, AnnotationCollection annotations = page.PageSheet.Annotations; // …...created the comment; you can then group the comments by that author...Annotation { // // Summary: // The shape ID of the comment. public int...

    forum.aspose.com/t/how-to-get-comment-and-autho...
  2. Convert STL to 3DS via Python | products.aspose...

    Sample code for STL to 3DS Python conversion. Use API example code for batch STL files to 3DS conversion within VB.NET, Asp.NET or any .NET based application....the cross section of the 3D shape to be built by the fabber. There...viewport configurations, smoothing group data, bitmap references and...

    products.aspose.com/3d/python-net/conversion/st...
  3. ChartSeriesGroup.DoughnutHoleSize | Aspose.Word...

    Discover the ChartSeriesGroup DoughnutHoleSize property to easily customize your doughnut chart's hole size percentage for enhanced data visualization....Remarks Applies only to series groups of the Doughnut type. The range...DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Replace text in SmartArt with JavaScript via C+...

    Learn how to replace text in SmartArt using Aspose.Cells for JavaScript via C++....this feature by setting the Shape.text property. The sample source...get ( i ); const shapes = worksheet . shapes ; for ( let j = 0...

    docs.aspose.com/cells/javascript-cpp/replace-te...
  5. Several JPG Into SVG Java

    Merge multiple JPG into SVG in Java code. Save JPG as SVG using Java.... compile ( group : 'com.aspose' , name : 'aspose-words'...DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...

    products.aspose.com/words/java/merge/jpg-to-svg/
  6. Extract All Images From a Visio Page in Ruby|Do...

    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....vsd" ) shapes = diagram . getPages () . getPage...0 while i < shapes . getCount () shape = shapes . get ( i ) #...

    docs.aspose.com/diagram/java/extract-all-images...
  7. ChartAxis | Aspose.Words for Java

    Represents the axis options of the chart in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...500.0, 300.0); Chart chart = shape.getChart(); // Clear the chart's...

    reference.aspose.com/words/java/com.aspose.word...
  8. Several JPG Into BMP Java

    Merge multiple JPG into BMP in Java code. Save JPG as BMP using Java.... compile ( group : 'com.aspose' , name : 'aspose-words'...DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...

    products.aspose.com/words/java/merge/jpg-to-bmp/
  9. Several Image Into SVG Java

    Merge multiple Image into SVG in Java code. Save Image as SVG using Java.... compile ( group : 'com.aspose' , name : 'aspose-words'...DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...

    products.aspose.com/words/java/merge/image-to-svg/
  10. Several Image Into GIF Java

    Merge multiple Image into GIF in Java code. Save Image as GIF using Java.... compile ( group : 'com.aspose' , name : 'aspose-words'...DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...

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