Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 1,693 for

shp

(0.03 sec)
  1. Line|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 of type line IAutoShape shp = sld . getShapes (). addAutoShape...some formatting on the line shp . getLineFormat (). setStyle...

    docs.aspose.com/slides/androidjava/line/
  2. Line|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....Add an AutoShape of type line $shp = $sld -> getShapes () -> addAutoShape...some formatting on the line $shp -> getLineFormat () -> setStyle...

    docs.aspose.com/slides/php-java/line/
  3. 线|Aspose.Slides 文档

    在C#或.NET中向PowerPoint演示文稿添加线条...autoshape of type line IAutoShape shp = sld . Shapes . AddAutoShape...some formatting on the line shp . LineFormat . Style = LineStyle...

    docs.aspose.com/slides/zh/net/line/
  4. 格式化文本|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....GetSlideByPosition ( 1 ); //访问第三个形状 Shape shp = slide . Shapes [ 2 ]; //将其文本字体更改为...Verdana,高度更改为 32 TextFrame tf = shp . TextFrame ; Paragraph para...

    docs.aspose.com/slides/zh/net/format-text/
  5. Removing row or column in Table in VSTO and Asp...

    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....foreach ( Shape shp in sld . Shapes ) { if ( shp . HasTable ==.... MsoTriState . msoTrue ) { shp . Table . Rows [ 1 ]. Delete...

    docs.aspose.com/slides/net/removing-row-or-colu...
  6. Rectangle|Aspose.Slides Documentation

    Create rectangle in PowerPoint presentation in C# or .NET...autoshape of rectangle type IShape shp = sld . Shapes . AddAutoShape...shape shp . FillFormat . FillType = FillType . Solid ; shp . FillFormat...

    docs.aspose.com/slides/net/rectangle/
  7. Adding Text Dynamically|Aspose.Slides Documenta...

    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 shp = sld . Shapes . AddTextbox (...PowerPoint . TextRange txtRange = shp . TextFrame . TextRange ; txtRange...

    docs.aspose.com/slides/net/adding-text-dynamica...
  8. 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....AutoShape of ellipse type IShape shp = sld . getShapes (). addAutoShape...AutoShape of ellipse type IShape shp = sld . getShapes (). addAutoShape...

    docs.aspose.com/slides/androidjava/rectangle/
  9. 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....AutoShape of ellipse type IShape shp = sld . getShapes (). addAutoShape...AutoShape of ellipse type IShape shp = sld . getShapes (). addAutoShape...

    docs.aspose.com/slides/java/rectangle/
  10. 直线|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....get_Item ( 0 ); # 添加类型为线的自动形状 $shp = $sld -> getShapes () -> addAutoShape...150 , 300 , 0 ); # 在直线上应用一些格式 $shp -> getLineFormat () -> setStyle...

    docs.aspose.com/slides/zh/php-java/line/