Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 48,106 for

shapes

(0.1 sec)
  1. Convert PPT to PPTX in .NET|Aspose.Slides Docum...

    Convert legacy PPT presentations to modern PPTX fast in .NET with Aspose.Slides — clear tutorial, free C# code samples, no Microsoft Office dependency....presentation with group shapes, auto-shapes (like rectangles and...and ellipses), shapes with custom geometry. Convert presentation...

    docs.aspose.com/slides/net/convert-ppt-to-pptx/
  2. 如何将Excel中的公式导出为其他类型的表达式,使用C++|Documentation

    使用Aspose.Cells for C++将Excel公式导出为LaTeX和MathML。...GetWorksheets (); ShapeCollection shapes = worksheets . Get ( 0 ). GetShapes...if ( shapes . GetCount () > 0 ) { TextBox textBox ( shapes . Get...

    docs.aspose.com/cells/zh/cpp/export-equation/
  3. Compress HTML In Python

    Compress HTML in Python without losing quality. Optimize HTML content, reduce file size easily....cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/python-net/compress/h...
  4. 使用 Python 管理演示文稿中的形状|Aspose.Slides for Python 文档

    学习在 Aspose.Slides for Python via .NET 中创建、编辑和优化形状,并交付高性能的 PowerPoint 和 OpenDocument 演示文稿。...和基于布局的格式化,以及使用 Presentation 和 Shape API 将单个形状导出为 SVG 的实用模式。 在幻灯片上查找形状...打开演示文稿,遍历幻灯片上的形状,选择 Alt Text 匹配的形状。 find_shape 方法实现了此思路并返回匹配的形状。 import aspose...

    docs.aspose.com/slides/zh/python-net/shape-mani...
  5. OoxmlSaveOptions.compliance property | Aspose.W...

    OoxmlSaveOptions.compliance property. Specifies the OOXML version for the output document...inserting an image will define its shape using VML. doc . compatibility_options...aw . NodeType . SHAPE , 0 , True ) . as_shape () . markup_language...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Node.js via Java PowerPoint API by Aspose.Slide...

    Aspose.Slides for Node.js via Java is a Node.js PowerPoint API that lets you create, modify, and convert PowerPoint presentations in Node.js....elements including slides, text, shapes, charts, tables, images, SmartArt...entities, such as master slides, shapes, charts, picture frames, audio...

    products.aspose.com/slides/nodejs-java/
  7. Shape.OleFormat | Aspose.Words for .NET

    Access and manage the OleFormat property of Shapes effortlessly. Retrieve OLE data for enhanced functionality, with null return for non-OLE objects....OleFormat Contents [ Hide ] Shape.OleFormat property Provides...to the OLE data of a shape. For a shape that is not an OLE object...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Shape.AcceptEnd | Aspose.Words for .NET

    Discover the Shape AcceptEnd method to seamlessly guide visitors to the shape's end, enhancing user experience and interaction....AcceptEnd Contents [ Hide ] Shape.AcceptEnd method Accepts a visitor...for visiting the end of the shape. public override VisitorAction...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Send Shape Front or Back inside the Worksheet|D...

    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....Ask AI Send Shape Front or Back inside the Worksheet Contents...Scenarios When there are multiple shapes present in the same location...

    docs.aspose.com/cells/net/send-shape-front-or-b...
  10. Animate PowerPoint Charts in Java|Aspose.Slides...

    Create stunning animated charts in Java with Aspose.Slides. 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/java/animated-charts/