Sort Score
Result 10 results
Languages All
Labels All
Results 1,691 - 1,700 of 48,595 for

shapes

(0.15 sec)
  1. Shape.RefreshData() breaks shape from master wi...

    I’m evaluating Aspose.Diagram for Dotnet (Nuget version 25.1.0) and have trouble with a master shape which has a geometry with a NURBS coordinate. Let’s assume I have a .vsdx file with one master, which has a shape with…...Shape.RefreshData() breaks shape from master with NURBS geometry...Aspose.Diagram Product Family shapes codingmicha January 25, 2025...

    forum.aspose.com/t/shape-refreshdata-breaks-sha...
  2. Creating Tables Using VSTO and Aspose.Slides fo...

    Migrate from Microsoft Office automation to Aspose.Slides for .NET and create tables in PowerPoint (PPT, PPTX) slides in C# with flexible formatting.... Shape shp = sld . Shapes . AddTable ( 15 ,...PowerPoint . TextFrame tf = cell . Shape . TextFrame ; //Add some text...

    docs.aspose.com/slides/net/creating-a-table-on-...
  3. Manage Presentation Headers and Footers in Java...

    Use JavaScript and Aspose.Slides for Node.js to add and customize headers and footers in PowerPoint and OpenDocument presentations for a professional look....updateHeaderFooterTe ( master ) { let shapes = master . getShapes (); for...0 ; i < shapes . size (); i ++ ) { let shape = shapes . get_Item...

    docs.aspose.com/slides/nodejs-java/presentation...
  4. 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...Usage Scenarios When multiple shapes are present in the same location...

    docs.aspose.com/cells/java/send-shape-front-or-...
  5. Draw Lines on PDF using Python

    This article explains how to draw lines on PDF using Python. It has the details to set the IDE for the development, a list of steps, and sample code to add lines to PDF using Python....parameters Add this line to the shapes collection in the graph object...line object, and add it to the shapes collection in the graph before...

    kb.aspose.com/pdf/python/draw-lines-on-pdf-usin...
  6. 在 Python 中创建 3D 演示文稿|Aspose.Slides for Python 文档

    使用 Aspose.Slides 在 Python 中轻松生成交互式 3D 演示文稿。快速导出为 PowerPoint 和 OpenDocument 格式,实现多用途使用。...中,要将形状设为 PowerPoint 3D 形状,请使用 Shape.three_d_format 属性,该属性公开了 ThreeDFormat...slides [ 0 ] shape = slide . shapes . add_auto_shape ( slides ....

    docs.aspose.com/slides/zh/python-net/3d-present...
  7. How to Add Text to a PNG File using C#

    This article guides on how to add text to a PNG file using C#. It has details to set the development environment, a list of steps, and a runnable sample code to add text to PNG using C#....different shapes, refer to the article on how to draw shapes in C#...

    kb.aspose.com/drawing/net/how-to-add-text-to-a-...
  8. Edit VSSM files via Python | products.aspose.com

    Python sample code to edit VSSM documents within any Python based application....formatting and placement of shapes in a diagram. In general, Microsoft...defined information in different shapes. The most common of these include...

    products.aspose.com/diagram/python-net/editor/v...
  9. Convert VDW to VSSM via C# | products.aspose.com

    Sample code for VDW to VSSM C# conversion. Use API example code for batch VDW files to VSSM conversion within VB.NET, Asp.NET or any .NET based application....collection of drawing pages, shapes, fonts, images, data connections...formatting and placement of shapes in a diagram. In general, Microsoft...

    products.aspose.com/diagram/net/conversion/vdw-...
  10. Layout Slide|Aspose.Slides Documentation

    Use C# to manage layout slides with Aspose.Slides: create, apply, clone, rename, and customize placeholders and themes in presentations for PPT, PPTX and ODP.... Shapes . AddAutoShape ( ShapeType...slides. 💡 Tip 2: When you add shapes or text to a layout slide,...

    docs.aspose.com/slides/net/examples/elements/la...