Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 4,907 for

autoshape

(0.04 sec)
  1. 在 Python 中格式化 PowerPoint 形状|Aspose.Slides for P...

    学习如何在 Python 中使用 Aspose.Slides 格式化 PowerPoint 形状——以精确且完全可控的方式为 PPT、PPTX 和 ODP 文件设置填充、线条和效果样式。... 以下 Python 代码演示了格式化一个矩形 AutoShape 的操作: import aspose.slides...Presentation () as pres : autoShape = pres . slides [ 0 ] . shapes...

    docs.aspose.com/slides/zh/python-net/shape-form...
  2. 在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...
  3. FieldShape class | Aspose.Words for Python

    aspose.words.fields.FieldShape class. Implements the SHAPE field...the anchor/canvas for an AutoShape object with the "In line with...the inline canvas for the AutoShape. shape = shapes [ 0 ] . as_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 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...
  5. ShapeBase.Name | Aspose.Words for .NET

    Discover the ShapeBase Name property to easily manage optional shape names, enhancing your design flexibility and project organization....it, and then via "Format AutoShape" -> "Alt Text". doc . Save...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Create a Presentation in Java|Aspose.Slides Doc...

    Create PowerPoint presentations in Java with Aspose.Slides—produce PPT, PPTX, and ODP files, benefit from OpenDocument support, and save them programmatically for reliable results.... IAutoShape autoShape = slide . getShapes (). addAutoShape...Cloud , 20 , 20 , 200 , 80 ); autoShape . getTextFrame (). setText...

    docs.aspose.com/slides/java/create-presentation/
  7. ShapeBase.AlternativeText | Aspose.Words for .NET

    Discover the ShapeBase AlternativeText property, which enhances accessibility by providing descriptive text for graphics, improving user experience and SEO....it, and then via "Format AutoShape" -> "Alt Text". doc . Save...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Connector|Aspose.Slides for Node.js via .NET Do...

    Connect PowerPoint shapes in JavaScript... Add two AutoShape to the slide using the addAutoShape...getShapes (); // Adds an Ellipse autoshape var ellipse = shapes . addAutoShape...

    docs.aspose.com/slides/nodejs-java/connector/
  9. Manage Zoom|Aspose.Slides Documentation

    Add zoom or zoom frames to PowerPoint presentations in Java...the second slide IAutoShape autoshape = slide2 . getShapes (). addAutoShape...100 , 200 , 500 , 200 ); autoshape . getTextFrame (). setText...

    docs.aspose.com/slides/androidjava/manage-zoom/
  10. Manage Zoom|Aspose.Slides Documentation

    Add zoom or zoom frames to PowerPoint presentations in C# or .NET...the second slide IAutoShape autoshape = slide2 . Shapes . AddAutoShape...100 , 200 , 500 , 200 ); autoshape . TextFrame . Text = "Second...

    docs.aspose.com/slides/net/manage-zoom/