Sort Score
Result 10 results
Languages All
Labels All
Results 4,581 - 4,590 of 48,782 for

shape

(0.18 sec)
  1. Aspose::Words::Drawing::Charts::ChartDataLabel:...

    Aspose::Words::Drawing::Charts::ChartDataLabel::get_LeftMode method. Gets or sets the interpretation mode of the Left property value: whether it sets the location of the data label from the left edge of the chart of from the position specified by its Position property in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Draw Rectangle in Java

    This article demonstrates how to draw rectangle in Java. It covers the IDE setup, the method, and a practical code example to create a rectangle in Java....illustrates how to draw rectangle shape in Java . However, you can expand...tutorial has outlined rectangle shape drawing in Java . In addition...

    kb.aspose.com/drawing/java/draw-rectangle-in-java/
  3. 如何在 Blazor 中运行 Aspose.Cells|Documentation

    了解如何在 Blazor WebAssembly 和 Blazor Server 应用中运行 Aspose.Cells。...ShapeCollection shapes = sheet . Shapes ; //Add rectangle shape shapes . AddRectangle...100 , 150 ); //Add line shape shapes . AddLine ( 8 , 0 , 1 ,...

    docs.aspose.com/cells/zh/net/how-to-run-aspose-...
  4. DocumentVisitor.VisitRowEnd | Aspose.Words for ...

    Discover the DocumentVisitor VisitRowEnd method, essential for managing table row enumeration in your applications. Enhance your coding efficiency today!...<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...
  5. 通过 C++ 使用 JavaScript 改变评论的文本方向|Documentation

    学习如何使用 C++ 通过脚本改变评论的文本方向。有效自定义评论对齐设置。...使用脚本提供的 Shape.textDirection 属性设置评论的文本方向。以下示例代码演示如何使用 Shape.textDirection...Cells Example - Add Comment Shape </ title > </ head > < body...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  6. MarkerSymbol enumeration | Aspose.Words for Python

    aspose.words.drawing.charts.MarkerSymbol enumeration. Specifies marker symbol style.... DocumentBuilder ( doc ) shape = builder . insert_chart ( aw...LINE , 500 , 350 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ChartDataLabelCollection | Aspose.Words for Java

    Represents a collection of ChartDataLabel in Java....= new DocumentBuilder(doc); Shape chartShape = builder.insertChart(ChartType...= new DocumentBuilder(doc); Shape chartShape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...
  8. Draw 3D Sphere in C#

    This quick guide explains how to convert USDZ to STL in C#. It covers the ordered steps, setup prerequisites, and a working code snippet to build a USDZ to STL converter in C#.... Code to Create Sphere 3D Shape Drawing in C# This code example...demonstrates how to render sphere 3D shape drawing in C# . It initializes...

    kb.aspose.com/3d/net/draw-3d-sphere-in-csharp/
  9. Aspose::Words::Saving::XlsxSaveOptions::get_Com...

    Aspose::Words::Saving::XlsxSaveOptions::get_CompressionLevel method. Specifies the compression level used to save document. The default value is Normal in C++....Document > ( get_MyDir () + u "Shape with linked chart.docx" ); auto...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Edit FODP in PHP | products.aspose.com

    Edit FODP in PHP. Use PHP library API to edit FODP files...getSlides () -> get_Item ( 0 ); $shape = $slide -> getShapes () ->...Rectangle , 10 , 10 , 100 , 50 ); $shape -> getTextFrame () -> setText...

    products.aspose.com/slides/php-java/editor/fodp/