Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 5,190 for

autoshape

(0.67 sec)
  1. Add Rectangles to Presentations in .NET|Aspose....

    Boost your PowerPoint presentations by adding rectangles with Aspose.Slides for .NET—easily design and modify shapes programmatically.... Slides [ 0 ]; // Add autoshape of rectangle type sld . Shapes...pres . Slides [ 0 ]; // Add autoshape of rectangle type IShape shp...

    docs.aspose.com/slides/net/rectangle/
  2. 使用 Python 在演示文稿中管理缩放|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 创建和自定义缩放 — 在 PPT、PPTX 和 ODP 演示文稿中在章节之间跳转,添加缩略图和过渡效果。... cyan # 为第二张幻灯片创建文本框 autoshape = slide2 . shapes . add_auto_shape... 100 , 200 , 500 , 200 ) autoshape . text_frame . text = "Second...

    docs.aspose.com/slides/zh/python-net/manage-zoom/
  3. Aspose::Words::Fields::FieldShape class | Aspos...

    Aspose::Words::Fields::FieldShape class. Implements the SHAPE field. To learn more, visit the documentation article in C++....the anchor/canvas for an AutoShape object with the "In line with...the inline canvas for the AutoShape. auto shape = System :: ExplicitCast...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. 在 Python 中管理演示文稿的连接线|Aspose.Slides for Python 文档

    让 Python 应用程序在 PowerPoint 和 OpenDocument 幻灯片中绘制、连接并自动路由线条——全面控制直线、折线和曲线连接线。...add_auto_shape 方法,向幻灯片添加两个 AutoShape 对象。 使用 ShapeCollection 对象公开的...slides [ 0 ] . shapes # 添加一个椭圆 AutoShape。 ellipse = shapes . add_auto_shape...

    docs.aspose.com/slides/zh/python-net/connector/
  5. 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.... IAutoShape autoShape = slide . Shapes . AddAutoShape..."paragraph by paragraph" )); autoShape . TextFrame . Paragraphs ...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  6. aspose.words.drawing module | Aspose.Words for ...

    The aspose.words.drawing module provides classes that allow to create and modify drawing objects....represent a picture, textbox, AutoShape or an OLE object. The classes...drawing layer, such as an AutoShape, textbox, freeform, OLE object...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 使用 Python 在演示文稿中创建线形状|Aspose.Slides for Python 文档

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中操作线条格式。发现属性、方法和示例。...add_auto_shape 方法,添加类型为 LINE 的 AutoShape 。 将演示文稿保存为 PPTX 文件。 下面的示例在演示文稿的第一页上添加了一条线。...add_auto_shape 方法,添加类型为 LINE 的 AutoShape 。 设置 line style 。 设置线宽。 设置线条的...

    docs.aspose.com/slides/zh/python-net/line/
  8. Extract Images from Presentation Shapes|Aspose....

    Extract images from shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for C++ — quick, code-friendly solution....Is < AutoShape > ( sh )) { System :: SharedPtr < AutoShape > ashp...ExplicitCast < Aspose :: Slides :: AutoShape > ( sh ); if ( ashp -> get_FillFormat...

    docs.aspose.com/slides/cpp/extracting-images-fr...
  9. Get Paragraph Bounds from Presentations in Java...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for Java to optimize text positioning in PowerPoint presentations.... AutoShape shape = ( AutoShape ) pres . getSlides...

    docs.aspose.com/slides/java/paragraph/
  10. 使用形状锁防止演示文稿编辑|Aspose.Slides 文档

    了解 Aspose.Slides for Java 如何在 PPT、PPTX 和 ODP 文件中锁定或解锁形状,保护演示文稿的安全,同时允许受控编辑并加快交付速度。... IAutoShape autoShape = ( IAutoShape ) shape ; IAutoShapeLock...autoShapeLock = ( IAutoShapeLock ) autoShape . getShapeLock (); autoShapeLock...

    docs.aspose.com/slides/zh/java/applying-protect...