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

autoshape

(0.03 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. 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/
  3. 形状操作|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...
  4. 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/java/presentation-proper...
  5. 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/
  6. 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/androidjava/manage-hyper...
  7. Manage Hyperlinks|Aspose.Slides Documentation

    How to add hyperlink to a PowerPoint Presentation in C++...-> get_Shapes ()) { auto autoShape = System :: AsCast < IAutoShape...IAutoShape > ( shape ); if ( autoShape != nullptr ) { for ( const...

    docs.aspose.com/slides/cpp/manage-hyperlinks/
  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. 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/
  10. 管理缩放|Aspose.Slides 文档

    在 Java 中向 PowerPoint 演示文稿添加缩放或缩放框...// 为第二张幻灯片创建文本框 IAutoShape autoshape = slide2 . getShapes (). addAutoShape...100 , 200 , 500 , 200 ); autoshape . getTextFrame (). setText...

    docs.aspose.com/slides/zh/java/manage-zoom/