Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 4,478 for

autoshape

(0.03 sec)
  1. 将 PowerPoint 转换为 Word|Aspose.Slides for Python 文档

    在 Python 中将 PowerPoint 演示文稿转换为 Word... AutoShape : builder . writeln ( shape...

    docs.aspose.com/slides/zh/python-net/convert-po...
  2. Ինչպես հեռացնել տեքստը PPTX-ում Python-ի միջոցով

    Այս թեման կենտրոնանում է այն բանի վրա, թե ինչպես հեռացնել տեքստը PPTX-ում Python-ի միջոցով: Այն ներառում է շրջակա միջավայրը հաստատելու մանրամասները, քայլ առ քայլ գործընթաց և աշխատանքային օրինակ կոդ՝ Python-ի միջոցով PPTX տեքստը ջնջելու համար:...օգտագործվում է PPTX սլայդում autoshape ավելացնելու համար, իսկ TextStrikethroughTyp...

    kb.aspose.com/hy/slides/python/how-to-strike-ou...
  3. How to create Hello World Presentation document...

    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.... Slides [ 0 ]; // Add an AutoShape of Rectangle type IAutoShape...

    docs.aspose.com/slides/net/how-to-create-hello-...
  4. 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...
  5. 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/
  6. 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...
  7. 管理超链接|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/
  8. 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...
  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. 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-...