Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 1,093 for

autoshape

(0.05 sec)
  1. Manage Zoom|Aspose.Slides for PHP Documentation

    Add zoom or zoom frames to PowerPoint presentations...box for the second slide $autoshape = $slide2 -> getShapes ()...100 , 200 , 500 , 200 ); $autoshape -> getTextFrame () -> setText...

    docs.aspose.com/slides/php-java/manage-zoom/
  2. Aspose::Words::Fields::FieldShape class | Aspos...

    Aspose::Words::Fields::FieldShape class. Implements the SHAPE field. To learn more, visit the documentation article in C++....the anchor/canvas for an AutoShape object with the "In line with...the inline canvas for the AutoShape. auto shape = System :: ExplicitCast...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. aspose.words.drawing module | Aspose.Words for ...

    The aspose.words.drawing module provides classes that allow to create and modify drawing objects....represent a picture, textbox, AutoShape or an OLE object. The classes...drawing layer, such as an AutoShape, textbox, freeform, OLE object...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Convert PowerPoint Presentations to Video in C#...

    Learn how to convert PowerPoint and OpenDocument presentations to video using C#. Discover sample code and automation techniques to streamline your workflow.... IAutoShape autoShape = slide . Shapes . AddAutoShape..."paragraph by paragraph" )); autoShape . TextFrame . Paragraphs ...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  5. 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....shape is autoshape if type ( shape ) is slides . AutoShape : auto_shape_lock...type ( shape ) is slides . AutoShape : auto_shape_lock = shape...

    docs.aspose.com/slides/python-net/applying-prot...
  6. 形状操作|Aspose.Slides 文档

    在 C# 或 .NET 中操作 PowerPoint 形状...iCount ; i ++) { AutoShape ashp = ( AutoShape ) sld . Shapes [...iCount ; i ++) { AutoShape ashp = ( AutoShape ) sld . Shapes [...

    docs.aspose.com/slides/zh/net/shape-manipulations/
  7. 形状操作|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/java/shape-manipulati...
  8. 管理缩放|Aspose.Slides 文档

    在Java中为PowerPoint演示文稿添加缩放或缩放框...the second slide IAutoShape autoshape = slide2 . getShapes (). addAutoShape...100 , 200 , 500 , 200 ); autoshape . getTextFrame (). setText...

    docs.aspose.com/slides/zh/androidjava/manage-zoom/
  9. 幻灯片过渡|Aspose.Slides 文档

    PowerPoint 幻灯片过渡, Java 中的 PowerPoint 变形过渡...Presentation (); try { AutoShape autoshape = ( AutoShape ) presentation...100 , 100 , 400 , 100 ); autoshape . getTextFrame (). setText...

    docs.aspose.com/slides/zh/androidjava/slide-tra...
  10. 管理缩放|Aspose.Slides for Python 文档

    在 Python 中向 PowerPoint 演示文稿添加缩放或缩放框... cyan # 为第二张幻灯片创建文本框 autoshape = slide2 . shapes . add_auto_shape... 100 , 200 , 500 , 200 ) autoshape . text_frame . text = "第二张幻灯片"...

    docs.aspose.com/slides/zh/python-net/manage-zoom/