Sort Score
Result 10 results
Languages All
Labels All
Results 3,971 - 3,980 of 48,782 for

shape

(0.61 sec)
  1. ShapeTextOrientation | Aspose.Words for Java

    Specifies orientation of text in Shapes in Java....Specifies orientation of text in shapes. Examples: Shows how to change...new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...
  2. How to Create a Shapefile in C#

    This quick tutorial guides on how to create a ShapeFile in C#. You can generate Shapefile in C# by adding different attributes and features to it without using any other third party graphics tool....for the newly created vector shape, a feature is constructed, and...values are set. Code to Create a Shape File in C# This code uses Drivers...

    kb.aspose.com/gis/net/how-to-create-a-shapefile...
  3. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....Been Added to IShape and to Shape Property BlackWhiteMode has...IShape and to Shape. This property specifies how a shape will render...

    docs.aspose.com/slides/net/public-api-and-backw...
  4. ChartSeriesGroup Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartSeriesGroup class, which simplifies managing chart series properties for enhanced data visualization and analysis....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...450 , 250 ); Chart chart = shape . Chart ; ChartSeriesCollectio...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Create and Customize PowerPoint SmartArt in Jav...

    Learn how to create and edit PowerPoint SmartArt in Java via Aspose.Slides API: layouts, nodes, styles, with step-by-step examples to automate slides fast....Using Java Manage SmartArt Shape Nodes in Presentations Using...

    docs.aspose.com/slides/java/powerpoint-smartart/
  6. Create and Customize PowerPoint SmartArt in C++...

    Learn how to create and edit PowerPoint SmartArt in C++ via Aspose.Slides API: layouts, nodes, styles, with step-by-step examples to automate slides fast....Presentations Using C++ Manage SmartArt Shape Nodes in Presentations Using...

    docs.aspose.com/slides/cpp/powerpoint-smartart/
  7. Stroke.color property | Aspose.Words for Python

    Stroke.color property. Defines the color of a stroke....Remarks The default value for a Shape is aspose.pydrawing.Color.black...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 新 HTML 导出系统 - Aspose.Slides.WebExtensions|Aspos...

    使用模板、CSS 和 JS 将演示文稿导出为 HTML——无需 SVG。了解单页或多页输出、资源控制以及针对 PPT、PPTX 和 ODP 的自定义。...{ foreach (Shape shape in slide.Shapes) { if(shape is AutoShape)...ITextFrame textFrame = ((AutoShape)shape).TextFrame; < div class = "text"...

    docs.aspose.com/slides/zh/net/web-extensions/
  9. Manage Text Portions in Presentations in .NET|A...

    Learn how to manage text portions in PowerPoint presentations using Aspose.Slides for .NET, boosting performance and customization....Presentation ( "Shapes.pptx" )) { IAutoShape shape = ( IAutoShape...0 ]. Shapes [ 0 ]; var textFrame = ( ITextFrame ) shape . TextFrame...

    docs.aspose.com/slides/net/portion/
  10. Manage Text Portions in Presentations Using C++...

    Learn how to manage text portions in PowerPoint presentations using Aspose.Slides for C++, boosting performance and customization....Presentation > ( u "Shapes.pptx" ); auto shape = System :: ExplicitCast...get_Shapes () -> idx_get ( 0 )); auto textFrame = shape -> get_TextFrame...

    docs.aspose.com/slides/cpp/portion/