Sort Score
Result 10 results
Languages All
Labels All
Results 3,871 - 3,880 of 45,845 for

shape

(0.07 sec)
  1. Format PowerPoint Text on Android|Aspose.Slides...

    Learn how to format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for Android via Java. Customize fonts, colors, alignment, and more with powerful Java code examples.... Access the Placeholder shapes present in the slide and typecast...transparency property to any text shape using Aspose.Slides for Android...

    docs.aspose.com/slides/androidjava/text-formatt...
  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. Code Comparison for common features|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....Update shape properties in VSTO and Aspose.Diagram Add Shapes Add...

    docs.aspose.com/diagram/net/code-comparison-for...
  4. 使用 Python 管理演示文稿的页眉和页脚|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中添加并自定义页眉和页脚,打造专业外观。...master ): for shape in master . shapes : if shape . placeholder...placeholder is not None : if shape . placeholder . type == slides . PlaceholderType...

    docs.aspose.com/slides/zh/python-net/presentati...
  5. Aspose.PSD for .NET 21.11 - Release Notes|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....UpdateText Bug PSDNET-989 Exported shapes have wrong coordinates in the...Incorrect export of vector shape on folder export Bug Public...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-1...
  6. Create VDX Files via C# | products.aspose.com

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

    products.aspose.com/diagram/net/create/vdx/
  7. Create VSSX Files via Java | products.aspose.com

    Java Sample code for generating VSSX documents. Use this code for creating VSSX files within Java based desktop or web application....get ( 0 ); // Add Text shape. Shape shape = page.addText( 1 , 1...elements such as collection of shapes, connectors, flowcharts, network...

    products.aspose.com/diagram/java/create/vssx/
  8. 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...
  9. 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...
  10. 形状操作|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 = findShape ( slide , "Shape1" ); if ( shape != null...out . println ( "形状名称: " + shape . getName ()); } } finally {...

    docs.aspose.com/slides/zh/androidjava/shape-man...