Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 1,093 for

autoshape

(0.03 sec)
  1. Manage Zoom|Aspose.Slides for Node.js via .NET ...

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

    docs.aspose.com/slides/nodejs-java/manage-zoom/
  2. 幻灯片过渡|Aspose.Slides 文档

    PowerPoint 幻灯片过渡, Java中的PowerPoint变形过渡...Presentation (); try { AutoShape autoshape = ( AutoShape ) presentation...100 , 100 , 400 , 100 ); autoshape . getTextFrame (). setText...

    docs.aspose.com/slides/zh/java/slide-transition/
  3. 将 PowerPoint 转换为视频|Aspose.Slides 文档

    在 C# 或 .NET 中将 PowerPoint 转换为视频...()) { // 添加文本和动画 IAutoShape autoShape = presentation . Slides [...new Portion ( "逐段出现" )); autoShape . TextFrame . Paragraphs ...

    docs.aspose.com/slides/zh/net/convert-powerpoin...
  4. Aspose.Words.Drawing | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing namespace to effortlessly create and modify stunning drawing objects, enhancing your document's visual appeal....drawing layer, such as an AutoShape, textbox, freeform, OLE object...drawing layer, such as an AutoShape, freeform, OLE object, ActiveX...

    reference.aspose.com/words/net/aspose.words.dra...
  5. 椭圆|Aspose.Slides for Python 文档

    在Python中创建PowerPoint演示文稿中的椭圆...使用IShapes对象公开的AddAutoShape方法添加椭圆类型的AutoShape 将修改后的演示文稿写入PPTX文件 在下面的示例中,我们已将椭圆添加到第一张幻灯片。...使用IShapes对象公开的AddAutoShape方法添加椭圆类型的AutoShape。 将椭圆的填充类型设置为实心。 使用与IShape...

    docs.aspose.com/slides/zh/python-net/ellipse/
  6. Applying Protection to Presentation|Aspose.Slid...

    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 IAutoShape )...[ count ]; //if shape is autoshape if ( shape is IAutoShape )...

    docs.aspose.com/slides/net/applying-protection-...
  7. Presentation Properties|Aspose.Slides Documenta...

    Manage PowerPoint presentation properties in Java...pptxFileName ); try { AutoShape autoShape = ( AutoShape ) pres . getSlides...); IParagraph paragraph = autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/androidjava/presentation...
  8. Trend Line|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....exposed by Shapes object Add an AutoShape of Line type using AddAutoShape...

    docs.aspose.com/slides/cpp/trend-line/
  9. Manage Hyperlinks|Aspose.Slides Documentation

    How to add hyperlink to a PowerPoint Presentation in Java...IAutoShape autoShape = ( IAutoShape ) shape ; if ( autoShape != null...( IParagraph paragraph : autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/java/manage-hyperlinks/
  10. 管理占位符|Aspose.Slides for PHP 文档

    使用PHP更改PowerPoint幻灯片中占位符的文本。使用PHP在PowerPoint幻灯片中设置占位符的提示文本。... 将占位符形状强制转换为 AutoShape ,并使用与 AutoShape 关联的 TextFrame 更改文本。...JavaClass ( "com.aspose.slides.AutoShape" )) { $text = "" ; # PowerPoint显示"单击添加标题"...

    docs.aspose.com/slides/zh/php-java/manage-place...