Sort Score
Result 10 results
Languages All
Labels All
Results 3,741 - 3,750 of 48,784 for

shape

(0.34 sec)
  1. Aspose::Words::Drawing::Charts::ChartTitle::get...

    Aspose::Words::Drawing::Charts::ChartTitle::get_Overlay method. Determines whether other chart elements shall be allowed to overlap title. By default overlay is false in C++....( doc ); // Insert a chart shape with a document builder and...Aspose :: Words :: Drawing :: Shape > chartShape = builder -> InsertChart...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. ChartFormat.fill property | Aspose.Words for Py...

    ChartFormat.fill property. Gets fill formatting for the parent chart element....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...432 , height = 252 ) chart = shape . chart # Delete default generated...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 在 Android 上管理演示文稿的幻灯片切换|Aspose.Slides 文档

    了解如何在 Aspose.Slides for Android via Java 中自定义幻灯片切换,提供针对 PowerPoint 和 OpenDocument 演示文稿的逐步指南。... get_Item ( 0 )); IShape shape = presentation . getSlides ()...( 0 ); shape . setX ( shape . getX () + 100 ); shape . setY (...

    docs.aspose.com/slides/zh/androidjava/slide-tra...
  4. ShapeBase.glow property | Aspose.Words for Node.js

    ShapeBase.glow property. Gets glow formatting for the Shape....Gets glow formatting for the shape. get glow () : Aspose . Words...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. TextBox.verticalAnchor property | Aspose.Words ...

    TextBox.verticalAnchor property. Specifies the vertical alignment of the text within a Shape....alignment of the text within a shape. get verticalAnchor () : Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ShapeBase.leftRelative property | Aspose.Words ...

    ShapeBase.leftRelative property. Gets or sets the value that represents Shape's relative left position in percent....sets the value that represents shape’s relative left position in...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Create and Apply WordArt Effects in Python|Aspo...

    Learn how to create and customize WordArt effects in Aspose.Slides for Python via .NET. This step-by-step guide helps developers enhance presentations with stylish, professional text in Python....skew, bend, and stretch the shape of a text. WordArt allows you...gets applied to a text or its shape. WordArt in Aspose.Slides In...

    docs.aspose.com/slides/python-net/wordart/
  8. Edit PPT in Python | products.aspose.com

    Edit PPT in Python. Use Python library API to edit PowerPoint presentation...pres: shape = pres . slides[ 0 ] . shapes . add_auto_shape(slides...RECTANGLE, 10 , 10 , 100 , 50 ) shape . text_frame . text = "New text"...

    products.aspose.com/slides/python-net/editor/ppt/
  9. ChartLegendEntryCollection | Aspose.Words for Java

    Represents a collection of chart legend entries in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...432.0, 252.0); Chart chart = shape.getChart(); ChartSeriesCollectio...

    reference.aspose.com/words/java/com.aspose.word...
  10. Edit PPT in C++ | products.aspose.com

    Edit PPT in C++. Use C++ library API to edit PowerPoint presentation...idx_get( 0 ); auto shape = slide -> get_Shapes() -> AddAutoShape(ShapeType... 10.0f , 100.0f , 50.0f ); shape -> get_TextFrame() -> set_Text(...

    products.aspose.com/slides/cpp/editor/ppt/