Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 4,907 for

autoshape

(0.08 sec)
  1. 管理超链接|Aspose.Slides 文档

    如何在 C++ 中向 PowerPoint 演示文稿添加超链接...-> get_Shapes ()) { auto autoShape = System :: AsCast < IAutoShape...IAutoShape > ( shape ); if ( autoShape != nullptr ) { for ( const...

    docs.aspose.com/slides/zh/cpp/manage-hyperlinks/
  2. Convert PPTX to Word in Python | products.aspos...

    Convert PPTX to Word in Python. Use Python library API to convert PowerPoint to Word... AutoShape): builder . writeln(shape...

    products.aspose.com/slides/python-net/conversio...
  3. Slide Master|Aspose.Slides Documentation

    Add or edit slide master in PowerPoint presentation in Java...IAutoShape autoShape = ( IAutoShape ) shape ; if ( autoShape != null...null ) { if ( autoShape . getPlaceholder (). getType () == type...

    docs.aspose.com/slides/java/slide-master/
  4. Create PPT Presentations in Node.js | products....

    Generate Microsoft Powerpoint PPT presentation using Node applications without using Microsoft Office....by Shapes object to add an AutoShape of Line type. Write the modified...

    products.aspose.com/total/nodejs-java/create/ppt/
  5. Create PPTX Presentations in Node.js | products...

    Generate Microsoft Powerpoint PPTX presentation using Node applications without using Microsoft Office....by Shapes object to add an AutoShape of Line type. Write the modified...

    products.aspose.com/total/nodejs-java/create/pptx/
  6. Shape Animation|Aspose.Slides Documentation

    Apply PowerPoint animation in C# or .NET...apply the Fade effect to AutoShape and set the text animation...// Adds new AutoShape with text IAutoShape autoShape = sld . Shapes...

    docs.aspose.com/slides/net/shape-animation/
  7. Shape Animation|Aspose.Slides for PHP Documenta...

    Apply PowerPoint animation in PHP...apply the Fade effect to AutoShape and set the text animation...0 ); # Adds new AutoShape with text $autoShape = $sld -> getShapes...

    docs.aspose.com/slides/php-java/shape-animation/
  8. Create PPS Presentations in Node.js | products....

    Generate Microsoft Powerpoint PPS presentation using Node applications without using Microsoft Office....by Shapes object to add an AutoShape of Line type. Write the modified...

    products.aspose.com/total/nodejs-java/create/pps/
  9. Create POTX Presentations in Node.js | products...

    Generate Microsoft Powerpoint POTX presentation using Node applications without using Microsoft Office....by Shapes object to add an AutoShape of Line type. Write the modified...

    products.aspose.com/total/nodejs-java/create/potx/
  10. Unable to Get Anchoring Type for Vertical Align...

    Hi, auto textFrameFormat = shape->get_TextFrame()->get_TextFrameFormat(); auto anchor = textFrameFormat->get_AnchoringType(); get_Anchoring returns undefined for the attached presentation. The set text vertical alignm…...below: auto anchorType = autoShape->get_TextFrame()->get_Tex...potapov auto anchorType = autoShape->get_TextFrame()->get_Tex...

    forum.aspose.com/t/unable-to-get-anchoring-type...