Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 50,298 for

shapes

(0.08 sec)
  1. 如何在 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-...
  2. Fill.ForeColor | Aspose.Words for .NET

    Set the ForeColor property to customize your fill's foreground color with a Color object, enhancing visual appeal and design flexibility....Shows to create a variety of shapes. Document doc = new Document...Below are four examples of shapes that we can insert into our...

    reference.aspose.com/words/net/aspose.words.dra...
  3. StoryType Enum | Aspose.Words for .NET

    Discover Aspose.Words.StoryType enum, efficiently manage Word document text stories with ease. Enhance your document processing experience today!...Contains shape or textbox text, represented by Shape . EvenPagesHeader...Examples Shows how to remove all shapes from a node. Document doc =...

    reference.aspose.com/words/net/aspose.words/sto...
  4. 在 Android 上管理演示文稿中的连接线|Aspose.Slides 文档

    在 Android 上的 PowerPoint 幻灯片中,使 Java 应用能够绘制、连接并自动路由线条——全面控制直线、肘部线和曲线连接线。... 使用 Shapes 对象公开的 addAutoShape 方法向幻灯片添加两个...方法向幻灯片添加两个 AutoShape 。 通过定义连接线类型,使用 Shapes 对象公开的 addConnector 方法添加连接线。...

    docs.aspose.com/slides/zh/androidjava/connector/
  5. Working with the Glow Effect of Shape or Chart ...

    Learn how to work with the glow effect of Shapes or charts in JavaScript using Aspose.Cells for JavaScript via C++....Working with the Glow Effect of Shape or Chart with JavaScript via...Scenarios Aspose.Cells provides the Shape.glow property along with the...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  6. Working with the Reflection Effect of Shape or ...

    Learn how to work with the reflection effect of Shapes or charts using Aspose.Cells for JavaScript via C++. Set various reflection properties to achieve desired results....with the Reflection Effect of Shape or Chart with JavaScript via...JavaScript via C++ provides the Shape.reflection property along with...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  7. Manage Chart Data Labels in Presentations with ...

    Learn to add and format chart data labels in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET for more engaging slides.... shapes . add_chart ( charts . ChartType...slides [ 0 ] chart = slide . shapes . add_chart ( charts . ChartType...

    docs.aspose.com/slides/python-net/chart-data-la...
  8. 使用文本框|Documentation

    本节介绍如何使用 Aspose.Diagram 格式化文本形状。...// Get shape by its ID Aspose . Diagram . Shape shape = page1...page1 . Shapes . GetShape ( 1 ); // Set orientation angle DoubleValue...

    docs.aspose.com/diagram/zh/net/working-with-tex...
  9. Aspose::Words::Drawing::ImageData class | Aspos...

    Aspose::Words::Drawing::ImageData class. Defines an image for a shape. To learn more, visit the documentation article in C++....class Defines an image for a shape. To learn more, visit the Working...FitImageToShape () Fits the image data to Shape frame so that the aspect ratio...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. 绘制文字|Documentation

    本节介绍如何用Aspose.Diagram在visio页面中绘制文字。支持使用C#绘制文字并保存为pdf、svg、html、image、xps等格式。...1 , 2 ) }; //Draw a diamond shape in page long shapeId = diagram...// get the added shape from page Shape shape = diagram . Pages...

    docs.aspose.com/diagram/zh/net/drawing/draw-text/