Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 45,719 for

shapes

(0.09 sec)
  1. Presentation Theme|Aspose.Slides Documentation

    PowerPoint presentation theme in C++...MakeObject < Presentation > (); auto shape = pres -> get_Slides () -> idx_get...idx_get ( 0 ) -> get_Shapes () -> AddAutoShape ( ShapeType ::...

    docs.aspose.com/slides/cpp/presentation-theme/
  2. Product Overview|Aspose.Slides for Python Docum...

    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....features such as managing texts, shapes, tables & animations, adding...tables and different kinds of shapes, you get to use it to add different...

    docs.aspose.com/slides/python-java/product-over...
  3. Product Overview|Aspose.Slides for Node.js via ...

    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....features such as managing texts, shapes, tables & animations, adding...tables and different kinds of shapes, you get to use it to add different...

    docs.aspose.com/slides/nodejs-net/product-overv...
  4. FieldEmbed Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldEmbed class for seamless EMBED field implementation, enhancing document functionality and versatility....Microsoft Word fields such as SHAPE and EMBED are handled during...we will see a SHAPE and an EMBED field. // A SHAPE field is the...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Manage OLE|Aspose.Slides for Python Documentation

    Manage OLE objects in PowerPoint presentations in Python... shapes . add_ole_object_frame ( 0...linked Excel file. slide . shapes . add_ole_object_frame ( 20...

    docs.aspose.com/slides/python-net/manage-ole/
  6. Convert Vector Image to Vectorized PSD Image in...

    Aspose.Imaging offers seamless export capabilities for vector images to PSD format, preserving their integrity and enabling smooth transitions between graphic editing software. C# Image Processing Library can be used to convert vector images to vectorized PSD as shown in the C# code example....graphical objects such as lines, shapes, and fills, defined by mathematical...vector elements, including Shapes, Paths, and Vector Masks, to...

    docs.aspose.com/imaging/net/developer-guide/how...
  7. Animated Charts|Aspose.Slides 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....get_Item ( 0 ); IShapeCollection shapes = slide . getShapes (); IChart...IChart chart = ( IChart ) shapes . get_Item ( 0 ); // Animate the...

    docs.aspose.com/slides/androidjava/animated-cha...
  8. Easily Read Visio Shape Data in Python with Asp...

    Learn how to read visio shape data in Python using Aspose.Diagram. Explore code examples and enhance your Visio data handling skills....עִברִית čeština Svenska Visio shape data is crucial for visualizing...It provides metadata about shapes, enhancing clarity and understanding...

    blog.aspose.com/diagram/read-visio-shape-data-i...
  9. HtmlSaveOptions.exportShapesAsSvg property | As...

    HtmlSaveOptions.exportShapesAsSvg property. Controls whether [Shape](../../../aspose.words.drawing/shape/) nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3...exportShapesAsSvg property Controls whether Shape nodes are converted to SVG images...this option is set to true , Shape nodes are exported as <svg>...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 将弧形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将弧形对象创建到您的PDF中。... Shapes . Add ( arc1 ); var arc2 =...Color . DarkBlue } }; graph . Shapes . Add ( arc2 ); var arc3 =...

    docs.aspose.com/pdf/zh/net/add-arc/