Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 1,093 for

autoshape

(0.02 sec)
  1. What is Slide Master in PowerPoint? Definition ...

    Learn what a Slide Master is in PowerPoint and how it helps you control slide layouts, fonts, colors, and branding. Easy step-by-step guide with examples in C# or .NET....IAutoShape autoShape = shape as IAutoShape ; if ( autoShape != null...null ) { if ( autoShape . Placeholder . Type == type ) { return...

    docs.aspose.com/slides/net/slide-master/
  2. 从演示文稿形状中提取图像|Aspose.Slides for Python 文档

    在 Python 中从 PowerPoint 演示文稿中提取图像... AutoShape and shape . fill_format ....

    docs.aspose.com/slides/zh/python-net/extracting...
  3. 管理超链接|Aspose.Slides 文档

    在 C# 或 .NET 中向 PowerPoint 演示文稿添加超链接...IAutoShape autoShape = shape as IAutoShape ; if ( autoShape != null...( IParagraph paragraph in autoShape . TextFrame . Paragraphs )...

    docs.aspose.com/slides/zh/net/manage-hyperlinks/
  4. Shape Manipulations|Aspose.Slides for Node.js v...

    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.... get_Item ( 0 ); // Add autoshape of rectangle type sld . getShapes...(). get_Item ( 0 ); // Add autoshape of rectangle type sld . getShapes...

    docs.aspose.com/slides/nodejs-java/shape-manipu...
  5. How to Extract Multi-Column Text from a Text Fr...

    Hi Team, I am using aspose slides for cpp. There is a text frame where text is divided into 3 multi columns. I want to be able to extract text according to different columns. Entire text: Hello, this is the first colum…...pptx"); auto autoshape = AsCast<IAutoShape>(pres...(0)); auto textColumns = autoshape->get_TextFrame()->SplitTextByColumns();...

    forum.aspose.com/t/how-to-extract-multi-column-...
  6. Shape Manipulations|Aspose.Slides for Python Do...

    Manipulate PowerPoint shapes in Python... slides [ 0 ] # Add autoshape of rectangle type shp1 = sld...pres . slides [ 0 ] # Add autoshape of rectangle type shp1 = sld...

    docs.aspose.com/slides/python-net/shape-manipul...
  7. Presentation Locking|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....[ count ]; //if shape is autoshape if ( shape is AutoShapeEx...[ count ]; //if shape is autoshape if ( shape is AutoShapeEx...

    docs.aspose.com/slides/net/presentation-locking/
  8. FieldShape | Aspose.Words for Java

    Implements the SHAPE field in Java....the anchor/canvas for an AutoShape object with the "In line with...the inline canvas for the AutoShape. Shape shape = (Shape) shapes...

    reference.aspose.com/words/java/com.aspose.word...
  9. Watermark|Aspose.Slides for Python Documentation

    Add text and image watermarks to PowerPoint presentations in Python...TextFrame object is wrapped in an AutoShape object. To add watermark text...single slide — create an AutoShape object and then add the watermark...

    docs.aspose.com/slides/python-net/watermark/
  10. Remove Watermark in PowerPoint using C#

    Remove watermark in PowerPoint using C#. Follow this article for steps, IDE settings and a code demonstrating how to remove watermark from PowerPoint using C#....Save each shape into the AutoShape class object and check its...

    kb.aspose.com/slides/net/remove-watermark-in-po...