Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 4,909 for

autoshape

(0.11 sec)
  1. WordArt|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....() -> idx_get ( 0 ); auto autoShape = slide -> get_Shapes () ->...200.0f ); auto textFrame = autoShape -> get_TextFrame (); auto...

    docs.aspose.com/slides/cpp/wordart/
  2. 文本格式化|Aspose.Slides for PHP 文档

    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....new Presentation (); try { $autoShape = $pres -> getSlides () ->... 50 , 50 , 200 , 100 ); $autoShape -> getTextFrame () -> getParagraphs...

    docs.aspose.com/slides/zh/php-java/text-formatt...
  3. 线|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....使用 addAutoShape 方法添加一个线型的 AutoShape,通过 IShapeCollection 对象提供。...get_Item ( 0 ); // 添加一个类型为线的 AutoShape sld . getShapes (). addAutoShape...

    docs.aspose.com/slides/zh/java/line/
  4. Manage Bullet|Aspose.Slides for Node.js via .NE...

    Create bullet and numbered lists in PowerPoint presentation in JavaScript... Add an AutoShape in selected slide. Access...); // Adding and accessing Autoshape var aShp = slide . getShapes...

    docs.aspose.com/slides/nodejs-java/manage-bullet/
  5. 使用 Python 将图片框架添加到演示文稿|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 将图片框架添加到 PowerPoint 和 OpenDocument 演示文稿中。精简工作流程并增强幻灯片设计。...: shapesToRemove = [] for autoShape in presentation . slides [...[ 0 ] . shapes : if autoShape . placeholder is None : continue...

    docs.aspose.com/slides/zh/python-net/picture-fr...
  6. Export Math Equations from Presentations in Pyt...

    Unlock seamless export of math equations from PowerPoint to MathML using Aspose.Slides for Python via .NET—preserve formatting and boost compatibility....Presentation () as pres : autoShape = pres . slides [ 0 ] . shapes...500 , 50 ) mathParagraph = autoShape . text_frame . paragraphs...

    docs.aspose.com/slides/python-net/exporting-mat...
  7. 图片框|Aspose.Slides 文档

    在 C# 或 .NET 中向 PowerPoint 演示文稿添加图片框...shapesCount ; i ++) { var autoShape = presentation . Slides [...[ 0 ]. Shapes [ i ]; if ( autoShape . Placeholder == null ) {...

    docs.aspose.com/slides/zh/net/picture-frame/
  8. 图片框|Aspose.Slides 文档

    在 C++ 中为 PowerPoint 演示文稿添加图片框...for ( auto & autoShape : shapes ) { if ( autoShape -> get_Placeholder...nullptr ) continue ; switch ( autoShape -> get_Placeholder () -> get_Type...

    docs.aspose.com/slides/zh/cpp/picture-frame/
  9. 线|Aspose.Slides 文档

    在C#或.NET中向PowerPoint演示文稿添加线条...使用Shapes对象提供的 AddAutoShape 方法添加一个线条类型的AutoShape。 将修改后的演示文稿写入PPTX文件。 在下面的示... Slides [ 0 ]; // Add an autoshape of type line sld . Shapes...

    docs.aspose.com/slides/zh/net/line/
  10. Edit PPT in C# | products.aspose.com

    Edit PPT in C#. Use .NET library API to edit PowerPoint presentation...ppt" )) { AutoShape shape = (AutoShape)presentation.Slides[...

    products.aspose.com/slides/net/editor/ppt/