Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 1,093 for

autoshape

(0.08 sec)
  1. Paragraph|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.... AutoShape shape = ( AutoShape ) pres . getSlides...

    docs.aspose.com/slides/androidjava/paragraph/
  2. Slide Transition|Aspose.Slides Documentation

    Add PowerPoint slide transition and transition effects in C# or .NET...Presentation ()) { AutoShape autoshape = ( AutoShape ) presentation...100 , 100 , 400 , 100 ); autoshape . TextFrame . Text = "Morph...

    docs.aspose.com/slides/net/slide-transition/
  3. Slide Transition|Aspose.Slides Documentation

    PowerPoint slide transition, PowerPoint morph transition in Java...Presentation (); try { AutoShape autoshape = ( AutoShape ) presentation...100 , 100 , 400 , 100 ); autoshape . getTextFrame (). setText...

    docs.aspose.com/slides/androidjava/slide-transi...
  4. Rectangle|Aspose.Slides for PHP 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....-> get_Item ( 0 ); # Add AutoShape of ellipse type $shp = $sld...-> get_Item ( 0 ); # Add AutoShape of ellipse type $shp = $sld...

    docs.aspose.com/slides/php-java/rectangle/
  5. 形状格式化|Aspose.Slides 文档

    在 C# 或 .NET 中格式化 PowerPoint 演示文稿中的形状... 以下 C# 代码演示了格式化矩形 AutoShape 的操作: // 实例化表示演示文稿文件的 Presentation...Presentation ()) { IShape autoShape = pres . Slides [ 0 ]. Shapes...

    docs.aspose.com/slides/zh/net/shape-formatting/
  6. 从演示文稿形状中提取图像|Aspose.Slides 文档

    在 C# 或 .NET 中从 PowerPoint 演示文稿中提取图像...if ( sh is AutoShape ) { AutoShape ashp = ( AutoShape ) sh ; if...

    docs.aspose.com/slides/zh/net/extracting-images...
  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....< Presentation > (); auto autoShape = pres -> get_Slides () ->...ExplicitCast < IMathPortion > ( autoShape -> get_TextFrame () -> get_Paragraphs...

    docs.aspose.com/slides/zh/cpp/exporting-math-eq...
  8. Manage Zoom|Aspose.Slides Documentation

    Add zoom or zoom frames to PowerPoint presentations in C++...for the second slide auto autoshape = slide2 -> get_Shapes ()...200.0f , 500.0f , 200.0f ); autoshape -> get_TextFrame () -> set_Text...

    docs.aspose.com/slides/cpp/manage-zoom/
  9. Connector|Aspose.Slides for PHP Documentation

    Connect PowerPoint shapes... Add two AutoShape to the slide using the addAutoShape...getShapes (); # Adds an Ellipse autoshape $ellipse = $shapes -> addAutoShape...

    docs.aspose.com/slides/php-java/connector/
  10. Rectangle|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.... get_Item ( 0 ); // Add AutoShape of ellipse type IShape shp...(). get_Item ( 0 ); // Add AutoShape of ellipse type IShape shp...

    docs.aspose.com/slides/androidjava/rectangle/