Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 48,603 for

shapes

(0.12 sec)
  1. 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...
  2. aspose.words.rendering module | Aspose.Words fo...

    The aspose.words.rendering module provides classes that allow to customize printing or rendering of documents....more, visit the Working with Shapes documentation article. OfficeMathRenderer...methods to render an individual Shape or GroupShape to a raster or...

    reference.aspose.com/words/python-net/aspose.wo...
  3. How to Add Group Shape into Word File|Aspose.Wo...

    Add group shape into a document using Python....Ask AI Working with Group Shape in Word Documents Contents [...a group shape into a Word document. Such a group shape consists...

    docs.aspose.com/words/python-net/how-to-add-gro...
  4. Using ActiveX Controls in Excel with Java

    This article guides for using ActiveX controls in Excel with Java. It has the IDE settings, steps, and a sample code to add combo box ActiveX control with Java....workbook and add a button to the shapes collection of the target sheet...ComboBox ActiveX control in the shapes collection Link both the controls...

    kb.aspose.com/cells/java/using-activex-controls...
  5. Animate PowerPoint Charts on Android|Aspose.Sli...

    Create stunning animated charts in Java with Aspose.Slides for Android. Boost presentations with dynamic visuals in PPT and PPTX files—get started now....get_Item ( 0 ); IShapeCollection shapes = slide . getShapes (); IChart...IChart chart = ( IChart ) shapes . get_Item ( 0 ); // Animate the...

    docs.aspose.com/slides/androidjava/animated-cha...
  6. HtmlSaveOptions.ExportShapesAsSvg | Aspose.Word...

    Discover how to use HtmlSaveOptions ExportShapesAsSvg to convert Shape nodes to SVG images when saving to HTML, MHTML, EPUB, or AZW3 formats....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/net/aspose.words.sav...
  7. Picture|Aspose.Slides Documentation

    Work with pictures in C# using Aspose.Slides: insert, replace, crop, compress, adjust transparency and effects, fill Shapes, and export for PPT, PPTX and ODP.... Shapes . AddPictureFrame ( ShapeType...imageStream ); pres . Slides [ 0 ]. Shapes . AddPictureFrame ( ShapeType...

    docs.aspose.com/slides/net/examples/elements/pi...
  8. Retrieve Visio Connectors and Font Information|...

    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....connectors, the elements that link shapes. The Connect object represents...a connector that joins two shapes on a Visio drawing page. The...

    docs.aspose.com/diagram/java/retrieve-visio-con...
  9. Update OLE Objects Automatically Using a PowerP...

    Discover how to auto-update OLE charts and objects in PowerPoint with an add-in and Aspose.Slides for .NET, featuring practical code and optimization tips....) { // Loop through all the shapes on the current slide. foreach...in oSlide . Shapes ) { // Check whether the shape is an OLE object...

    docs.aspose.com/slides/net/updating-ole-objects...
  10. 使用 C++ 管理演示文稿中的图表数据系列|Aspose.Slides 文档

    学习如何在 C++ 中使用实用代码示例和最佳实践来管理 PowerPoint(PPT/PPTX)图表系列,以提升数据演示效果。...MakeObject < Presentation > (); auto shapes = presentation -> get_Slides...0 ) -> get_Shapes (); // 添加图表 auto chart = shapes -> AddChart...

    docs.aspose.com/slides/zh/cpp/chart-series/