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

autoshape

(0.03 sec)
  1. Slide Master|Aspose.Slides Documentation

    Add or edit slide master in PowerPoint presentation in C++...SharedPtr < IAutoShape > autoShape = System :: AsCast < Aspose...shape ); if ( autoShape != nullptr ) { if ( autoShape -> get_Placeholder...

    docs.aspose.com/slides/cpp/slide-master/
  2. Create PPSM Presentations in Node.js | products...

    Generate Microsoft Powerpoint PPSM 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/ppsm/
  3. Create PPTM Presentations in Node.js | products...

    Generate Microsoft Powerpoint PPTM 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/pptm/
  4. Create POT Presentations in Node.js | products....

    Generate Microsoft Powerpoint POT 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/pot/
  5. 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...
  6. 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/
  7. 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/
  8. 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/
  9. 管理超链接|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/
  10. 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/