Sort Score
Result 10 results
Languages All
Labels All
Results 3,831 - 3,840 of 42,923 for

shape

(0.06 sec)
  1. ChartSeriesGroup.axis_group property | Aspose.W...

    ChartSeriesGroup.axis_group property. Gets or sets the axis group to which this series group belongs....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...450 , height = 250 ) chart = shape . chart series = chart . series...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Convert PowerPoint Presentations to Video in Py...

    Learn how to convert PowerPoint and OpenDocument presentations to video using Python. Discover sample code and automation techniques to streamline your workflow....presentation (containing a shape and two animation effects) into...0 ] smile_shape = slide . shapes . add_auto_shape ( slides ....

    docs.aspose.com/slides/python-net/convert-power...
  3. ChartSeries.clear_values method | Aspose.Words ...

    ChartSeries.clear_values method. Removes all data values from the chart series with preserving the format of the data points and data labels....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...432 , height = 252 ) chart = shape . chart series1 = chart . series...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Create VSDX Files via C# | products.aspose.com

    C# Sample code for generating VSDX documents. Use this code for creating VSDX files within VB.NET, Asp.NET or any .NET based application....for writing data, generating shapes or graphs. How to Create VSDX...Pages[ 0 ]; // Add Text shape. Shape shape = page.AddText( 1 , 1...

    products.aspose.com/diagram/net/create/vsdx/
  5. Create VSTX Files via C# | products.aspose.com

    C# Sample code for generating VSTX documents. Use this code for creating VSTX files within VB.NET, Asp.NET or any .NET based application....for writing data, generating shapes or graphs. How to Create VSTX...Pages[ 0 ]; // Add Text shape. Shape shape = page.AddText( 1 , 1...

    products.aspose.com/diagram/net/create/vstx/
  6. ChartDataPoint Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartDataPoint class to easily format individual chart data points, enhancing your data visualization with precision....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 350 ); Chart chart = shape . Chart ; Assert . That ( chart...

    reference.aspose.com/words/net/aspose.words.dra...
  7. OleFormat class | Aspose.Words for Node.js

    Aspose.Words.Drawing.OleFormat class. Provides access to the data of an OLE object or ActiveX control... Remarks Use the Shape.oleFormat property to access..."OLE spreadsheet.docm" ); let shape = doc . getShape ( 0 , true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. How to Create PowerPoint Slides in HTML using P...

    This article entails how to create PowerPoint slides in HTML using Python. It also covers the details about configuring the environment and working examples of HTML presentation using Python....Rectangle type along with setting shape and textual properties Save...along with the setting of its shape and textual properties to show...

    kb.aspose.com/slides/python/how-to-create-power...
  9. 组|Aspose.Slides 文档

    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....IShape shape = sld . getShapes (). get_Item ( i ); if ( shape instanceof...grphShape = ( IGroupShape ) shape ; for ( int j = 0 ; j < grphShape...

    docs.aspose.com/slides/zh/androidjava/group/
  10. ChartStyle | Aspose.Words for Java

    Specifies predefined styles of a chart in Java.... Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...true); Chart chart = shape.getChart(); // Get the chart style...

    reference.aspose.com/words/java/com.aspose.word...