Sort Score
Result 10 results
Languages All
Labels All
Results 3,961 - 3,970 of 45,860 for

shape

(0.12 sec)
  1. Extracting Images from Presentation shapes|Aspo...

    Extract images from PowerPoint presentation in Java...Extracting Images from Presentation shapes Contents [ Hide ] Images are...are often added to shapes and also frequently used as slides'...

    docs.aspose.com/slides/androidjava/extracting-i...
  2. 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...
  3. DocumentVisitor.VisitFootnoteStart | Aspose.Wor...

    Discover the DocumentVisitor VisitFootnoteStart method, essential for managing footnotes and endnotes efficiently in your document processing....<summary> /// Called when a Shape is encountered in the document...VisitShapeStart ( Shape shape ) { if ( shape . Font . Hidden ) shape . Remove...

    reference.aspose.com/words/net/aspose.words/doc...
  4. LayoutFlow | Aspose.Words for Java

    Determines the flow of the text layout in a textbox in Java....DocumentBuilder(doc); Shape textbox = new Shape(doc, ShapeType.TEXT_BOX);...

    reference.aspose.com/words/java/com.aspose.word...
  5. ChartSeriesGroupCollection.add method | Aspose....

    ChartSeriesGroupCollection.add method. Adds a new series group of the specified series type to this collection....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...
  6. Aspose.Cells 8.0.2中的公共API变更|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.... 在Shape类中添加了TextDirection属性 Shape类已公开了TextDirect...ion属性,用于获取或设置Shape对象的文本流方向。TextDirection属性也可用于设置电子表格中注释的所需文本方向,如下所示。...

    docs.aspose.com/cells/zh/java/public-api-change...
  7. 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...
  8. 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/
  9. 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/
  10. ChartDataLabel.left property | Aspose.Words for...

    ChartDataLabel.left property. Gets or sets the distance of the data label in points from the left edge of the chart or from the position specified by its [ChartDataLabel.position](../position/) property, depending on the value of the [ChartDataLabel.left_mode](../left_mode/) property....proportionally if the chart shape is resized. The property cannot...chart_width = 432 chart_height = 252 shape = builder . insert_chart ( chart_type...

    reference.aspose.com/words/python-net/aspose.wo...