Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 5,329 for

autoshape

(0.47 sec)
  1. 档案

    档案...image); 向幻灯片添加形状: # // 添加椭圆类型的autoshape sld.Shapes.AddAutoShape(ShapeType...100, 100, image); // 添加椭圆类型的autoshape sld.Shapes.AddAutoShape(ShapeType...

    blog.aspose.com/zh/slides/create-edit-powerpoin...
  2. Presentation Locking|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....[ count ]; //if shape is autoshape if ( shape is AutoShapeEx...[ count ]; //if shape is autoshape if ( shape is AutoShapeEx...

    docs.aspose.com/slides/net/presentation-locking/
  3. FieldShape | Aspose.Words for Java

    Implements the SHAPE field in Java....the anchor/canvas for an AutoShape object with the "In line with...the inline canvas for the AutoShape. Shape shape = (Shape) shapes...

    reference.aspose.com/words/java/com.aspose.word...
  4. Remove Watermark in PowerPoint using C#

    Remove watermark in PowerPoint using C#. Follow this article for steps, IDE settings and a code demonstrating how to remove watermark from PowerPoint using C#....Save each shape into the AutoShape class object and check its...

    kb.aspose.com/slides/net/remove-watermark-in-po...
  5. 使用 Java 管理演示文稿中的连接线|Aspose.Slides 文档

    赋能 Java 应用在 PowerPoint 幻灯片中绘制、连接和自动路由线条——全面掌控直线、拐角线和曲线连接线。...对象的 addAutoShape 方法向幻灯片添加两个 AutoShape 。 通过 Shapes 对象的 addConnector...对象的 addAutoShape 方法向幻灯片添加两个 AutoShape 。 通过 Shapes 对象的 addConnector...

    docs.aspose.com/slides/zh/java/connector/
  6. Ինչպես հեռացնել տեքստը PPTX-ում Python-ի միջոցով

    Այս թեման կենտրոնանում է այն բանի վրա, թե ինչպես հեռացնել տեքստը PPTX-ում Python-ի միջոցով: Այն ներառում է շրջակա միջավայրը հաստատելու մանրամասները, քայլ առ քայլ գործընթաց և աշխատանքային օրինակ կոդ՝ Python-ի միջոցով PPTX տեքստը ջնջելու համար:...օգտագործվում է PPTX սլայդում autoshape ավելացնելու համար, իսկ TextStrikethroughTyp...

    kb.aspose.com/hy/slides/python/how-to-strike-ou...
  7. 在 Java 中格式化 PowerPoint 形状|Aspose.Slides 文档

    了解如何在 Java 中使用 Aspose.Slides 对 PowerPoint 形状进行格式化——精确且全面地为 PPT、PPTX 和 ODP 文件设置填充、线条和效果样式。... 以下代码演示了如何格式化矩形 AutoShape : // 实例化表示演示文稿文件的 Presentation...get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...

    docs.aspose.com/slides/zh/java/shape-formatting/
  8. Manage Presentation Slide Masters on Android|As...

    Manage Slide Masters in Aspose.Slides for Android: create, edit and apply layouts, themes and placeholders to PPT, PPTX and ODP with concise Java examples....IAutoShape autoShape = ( IAutoShape ) shape ; if ( autoShape != null...null ) { if ( autoShape . getPlaceholder (). getType () == type...

    docs.aspose.com/slides/androidjava/slide-master/
  9. 在 .NET 中格式化 PowerPoint 形状|Aspose.Slides 文档

    了解如何在 C# 中使用 Aspose.Slides 对 PowerPoint 形状进行格式化——精确且完全控制地为 PPT 和 PPTX 文件设置填充、线条和效果样式。...Slides [ 0 ]; IAutoShape autoShape = slide . Shapes . AddAutoShape...Rectangle , 50 , 50 , 150 , 75 ); autoShape . TextFrame . Text = "Hello...

    docs.aspose.com/slides/zh/net/shape-formatting/
  10. Նշեք տեքստը PowerPoint-ում Python-ի միջոցով

    Նշեք տեքստը PowerPoint-ում Python-ի միջոցով: Ստացեք IDE միջավայրի կարգավորումները, քայլերի ցանկը և կոդի օրինակ՝ սլայդում տեքստը որոնելու և Python-ի միջոցով PowerPoint-ում ընդգծելու համար:...Ավելացրեք ուղղանկյուն տիպի Autoshape և տեղադրեք տեքստային շրջանակ՝...

    kb.aspose.com/hy/slides/python/highlight-text-i...