Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 1,743 for

shp

(0.02 sec)
  1. 在 VSTO 和 Aspose.Slides 中删除表格的行或列|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....foreach ( Shape shp in sld . Shapes ) { if ( shp . HasTable ==.... MsoTriState . msoTrue ) { shp . Table . Rows [ 1 ]. Delete...

    docs.aspose.com/slides/zh/net/removing-row-or-c...
  2. 线|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....); // 添加类型为线的自动形状 IAutoShape shp = sld . getShapes (). addAutoShape...150 , 300 , 0 ); // 对线条应用一些格式 shp . getLineFormat (). setStyle...

    docs.aspose.com/slides/zh/androidjava/line/
  3. 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/
  4. 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...
  5. Ellipse|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 AutoShape of ellipse type $shp = $sld -> getShapes () -> addAutoShape...formatting to ellipse shape $shp -> getFillFormat () -> setFillType...

    docs.aspose.com/slides/php-java/ellipse/
  6. Ellipse|Aspose.Slides for Python Documentation

    Create ellipse in PowerPoint presentation in Python...Add autoshape of ellipse type shp = sld . shapes . add_auto_shape...formatting to ellipse shape shp . fill_format . fill_type = slides...

    docs.aspose.com/slides/python-net/ellipse/
  7. Ellipse|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...formatting to ellipse shape shp . getFillFormat (). setFillType...

    docs.aspose.com/slides/androidjava/ellipse/
  8. Shape Formatting|Aspose.Slides Documentation

    Format shape in PowerPoint presentation in Java...autoshape of rectangle type IShape shp = sld . getShapes (). addAutoShape...color for the rectangle shape shp . getFillFormat (). setFillType...

    docs.aspose.com/slides/java/shape-formatting/
  9. Ellipse|Aspose.Slides Documentation

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

    docs.aspose.com/slides/net/ellipse/
  10. Shape Formatting|Aspose.Slides Documentation

    Format shape in PowerPoint presentation in Java...autoshape of rectangle type IShape shp = sld . getShapes (). addAutoShape...color for the rectangle shape shp . getFillFormat (). setFillType...

    docs.aspose.com/slides/androidjava/shape-format...