Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 4,909 for

autoshape

(0.06 sec)
  1. 将PowerPoint转换为Word|Aspose.Slides 文档

    在Java中将PowerPoint演示文稿转换为Word...instanceof AutoShape ) { builder . writeln ((( AutoShape ) shape...

    docs.aspose.com/slides/zh/androidjava/convert-p...
  2. 管理占位符|Aspose.Slides 文档

    使用 Java 更改 PowerPoint 幻灯片中的占位符文本。在 PowerPoint 幻灯片中使用 Java 设置占位符的提示文本。... 将占位符形状强制转换为 AutoShape ,并使用与 AutoShape 关联的 TextFrame 更改文本。...null && shape instanceof AutoShape ) { String text = "" ; if...

    docs.aspose.com/slides/zh/androidjava/manage-pl...
  3. Slide Transition|Aspose.Slides Documentation

    PowerPoint slide transition, PowerPoint morph transition in Java...Presentation (); try { AutoShape autoshape = ( AutoShape ) presentation...100 , 100 , 400 , 100 ); autoshape . getTextFrame (). setText...

    docs.aspose.com/slides/java/slide-transition/
  4. Create a Presentation in Python|Aspose.Slides f...

    Create PowerPoint presentations in Python with Aspose.Slides—produce PPT, PPTX, and ODP files, benefit from OpenDocument support, and save them programmatically for reliable results.... Add an AutoShape of LINE type using add_auto_shape...

    docs.aspose.com/slides/python-net/create-presen...
  5. Presentation Localization|Aspose.Slides for Nod...

    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.... Add an AutoShape of Rectangle type to the slide...

    docs.aspose.com/slides/nodejs-java/presentation...
  6. 在C#中將PPT轉換為Word | products.aspose.com

    在 C# 中將 PPT 轉換為 Word。使用 .NET 庫 API 將 PowerPoint 轉換為 Word...(shape is AutoShape autoShape) { builder.Writeln(autoShape.TextFrame...

    products.aspose.com/slides/zh-hant/net/conversi...
  7. ShapeBase.name property | Aspose.Words for Python

    ShapeBase.name property. Gets or sets the optional shape name....it, and then via "Format AutoShape" -> "Alt Text". doc . save...

    reference.aspose.com/words/python-net/aspose.wo...
  8. How to Create PowerPoint Presentation using C#

    We'll walk you through the steps in C# for how to create PowerPoint presentation using C#. By using a few lines of easy code in C# PPT presentation can be generated....collection Add a Rectangle AutoShape inside the newly created slide...adding a blank slide and an autoshape inside the slide. Subsequently...

    kb.aspose.com/slides/net/how-to-create-powerpoi...
  9. Highlight Text in PowerPoint using Python

    Highlight text in PowerPoint using Python. Get the IDE environment settings, a list of steps, and example code to search text in the slide and highlight in PowerPoint using Python....first default slide Add an Autoshape of the Rectangle type and...default slide. We create an autoshape in the slide by adding some...

    kb.aspose.com/slides/python/highlight-text-in-p...
  10. 段落|Aspose.Slides 文档

    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.... AutoShape shape = ( AutoShape ) pres . getSlides...

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