Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 4,907 for

autoshape

(0.04 sec)
  1. 将 PowerPoint 转换为视频|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/net/convert-powerpoin...
  2. 管理缩放|Aspose.Slides for PHP 文档

    向PowerPoint演示文稿中添加缩放或缩放框...-> cyan ); # 为第二张幻灯片创建文本框 $autoshape = $slide2 -> getShapes ()...100 , 200 , 500 , 200 ); $autoshape -> getTextFrame () -> setText...

    docs.aspose.com/slides/zh/php-java/manage-zoom/
  3. 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/
  4. 形状操作|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....iCount ; i ++) { AutoShape ashp = ( AutoShape ) sld . getShapes...iCount ; i ++) { AutoShape ashp = ( AutoShape ) sld . getShapes...

    docs.aspose.com/slides/zh/androidjava/shape-man...
  5. Format PowerPoint Shapes in C#|Aspose.Slides Do...

    Learn how to format PowerPoint shapes in C# using Aspose.Slides—set fill, line, and effect styles for PPT, PPTX, and ODP files with precision and full control....how to format a rectangle AutoShape : // Instantiate the Presentation...Slides [ 0 ]; IAutoShape autoShape = slide . Shapes . AddAutoShape...

    docs.aspose.com/slides/net/shape-formatting/
  6. 管理占位符|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...
  7. Create, Edit and Convert PowerPoint Presentatio...

    Aspose.Slides for C++ is a powerful library for creating, editing and converting PowerPoint presentations in C++....idx_get( 0 ); // Adds new AutoShape with text System :: SharedPtr...SharedPtr < IAutoShape > autoShape = sld -> get_Shapes() -> AddAutoShape(Aspose...

    products.aspose.com/slides/cpp/
  8. 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...
  9. Manage Hyperlinks|Aspose.Slides for PHP Documen...

    How to add hyperlink to a PowerPoint Presentation...{ $autoShape = $shape ; if ( ! java_is_null ( $autoShape )) {...{ foreach ( $autoShape -> getTextFrame () -> getParagraphs ()...

    docs.aspose.com/slides/php-java/manage-hyperlinks/
  10. 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/