Sort Score
Result 10 results
Languages All
Labels All
Results 3,881 - 3,890 of 48,648 for

shape

(0.13 sec)
  1. 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/
  2. 使用 Java 管理演示文稿中的幻灯片切换|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/java/slide-transition/
  3. DocumentVisitor.visit_group_shape_start method ...

    DocumentVisitor.visit_group_Shape_start method. Called when enumeration of a group Shape has started....visit_group_shape_start method visit_group_shape_start(group_shape) Called...of a group shape has started. def visit_group_shape_start ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ChartMarker.size property | Aspose.Words for Py...

    ChartMarker.size property. Gets or sets chart marker size... DocumentBuilder ( doc ) shape = builder . insert_chart ( aw...LINE , 500 , 350 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartMarker.symbol property | Aspose.Words for ...

    ChartMarker.symbol property. Gets or sets chart marker symbol.... DocumentBuilder ( doc ) shape = builder . insert_chart ( aw...LINE , 500 , 350 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  6. IChartDataPoint.invert_if_negative property | A...

    IChartDataPoint.invert_if_negative property. Specifies whether the parent element shall inverts its colors if the value is negative.... DocumentBuilder ( doc ) shape = builder . insert_chart ( aw...LINE , 500 , 350 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Stroke.baseForeColor property | Aspose.Words fo...

    Stroke.baseForeColor property. Gets the base foreground color of the stroke without any modifiers....Remarks The default value for a Shape is black. See Also module Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Convert PowerPoint Presentations to Video in .N...

    Learn how to convert PowerPoint presentations to video in .NET. Discover sample C# code and automation techniques to streamline your workflow....presentation (containing a shape and two animation effects) into...Slides [ 0 ]; // Add a smile shape and then animate it. IAutoShape...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  9. 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/
  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/