Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 5,329 for

autoshape

(0.14 sec)
  1. 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...
  2. Add new last slide with text using insertFromHt...

    For an existing presentation I want to add an extra slide with some additional free text. I am using *IMasterLayoutSlideCollection layoutSlides = emptyMaster.getLayoutSlides();* blankLayout = layoutSlides.getByType(Sl…...IAutoShape autoShape) { ITextFrame textFrame = autoShape.getTextFrame();...ame); clearDefaultTitles(autoShape, textFrame); } } } private...

    forum.aspose.com/t/add-new-last-slide-with-text...
  3. 使用 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/
  4. Manage Presentation Placeholders in PHP|Aspose....

    Effortlessly manage placeholders in Aspose.Slides for PHP via Java: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument....the placeholder shape to an AutoShape and change the text using...TextFrame associated with the AutoShape . Save the modified presentation...

    docs.aspose.com/slides/php-java/manage-placehol...
  5. 使用形状锁防止演示文稿编辑|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...
  6. Manage Presentation Zoom in JavaScript|Aspose.S...

    Create and customize Zoom with Aspose.Slides for Node.js — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP presentations....for the second slide var autoshape = slide2 . getShapes (). addAutoShape...100 , 200 , 500 , 200 ); autoshape . getTextFrame (). setText...

    docs.aspose.com/slides/nodejs-java/manage-zoom/
  7. Add Rectangles to Presentations in Python|Aspos...

    Boost your PowerPoint & OpenDocument presentations by adding rectangles with Aspose.Slides for Python via .NET—easily design and modify shapes programmatically.... slides [ 0 ] # Add autoshape of rectangle type sld . shapes...pres . slides [ 0 ] # Add autoshape of rectangle type shp = sld...

    docs.aspose.com/slides/python-net/rectangle/
  8. 管理演示文稿缩放(C++)|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 创建和自定义缩放 — 在章节之间跳转,添加缩略图和过渡效果,适用于 PPT、PPTX 和 ODP 演示文稿。...for the second slide auto autoshape = slide2 -> get_Shapes ()...200.0f , 500.0f , 200.0f ); autoshape -> get_TextFrame () -> set_Text...

    docs.aspose.com/slides/zh/cpp/manage-zoom/
  9. Aspose::Words::Drawing::ShapeBase::get_Alternat...

    Aspose::Words::Drawing::ShapeBase::get_AlternativeText method. Defines alternative text to be displayed instead of a graphic in C++....it, and then via "Format AutoShape" -> "Alt Text". doc -> Save...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. 在 Android 上从演示文稿获取段落边界|Aspose.Slides 文档

    了解如何在 Aspose.Slides for Android via Java 中检索段落和文本片段的边界,以优化 PowerPoint 演示文稿中的文本定位。... AutoShape shape = ( AutoShape ) pres . getSlides...

    docs.aspose.com/slides/zh/androidjava/paragraph/