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

autoshape

(0.02 sec)
  1. 管理占位符|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...
  2. 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-...
  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. 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/
  5. 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...
  6. 形状操作|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...
  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. 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/
  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/androidjava/manage-hyper...
  10. 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/