Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 1,693 for

shp

(0.06 sec)
  1. 线|Aspose.Slides for Python 文档

    在 Python 中的 PowerPoint 演示文稿中添加线...slides [ 0 ] # 添加一种类型为线的自动形状 shp = sld . shapes . add_auto_shape...150 , 300 , 0 ) # 对线条应用一些格式 shp . line_format . style = slides...

    docs.aspose.com/slides/zh/python-net/line/
  2. Rechteck|Aspose.Slides Dokumentation

    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....des Ellipsentyps hinzu IShape shp = sld . getShapes (). addAutoShape...des Ellipsentyps hinzu IShape shp = sld . getShapes (). addAutoShape...

    docs.aspose.com/slides/de/java/rectangle/
  3. Ligne|Documentation d'Aspose.Slides pour 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....une AutoShape de type ligne $shp = $sld -> getShapes () -> addAutoShape...certain formatage à la ligne $shp -> getLineFormat () -> setStyle...

    docs.aspose.com/slides/fr/php-java/ligne/
  4. Suppression de ligne ou de colonne dans un tabl...

    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/fr/net/removing-row-or-c...
  5. 線|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....線のタイプのAutoShapeを追加 IAutoShape shp = sld . getShapes (). addAutoShape...300 , 0 ); // 線にいくつかのフォーマットを適用 shp . getLineFormat (). setStyle...

    docs.aspose.com/slides/ja/java/line/
  6. ライン|Aspose.Slides for Python ドキュメント

    PythonでPowerPointプレゼンテーションにラインを追加する...slides [ 0 ] # ラインタイプのオートシェイプを追加 shp = sld . shapes . add_auto_shape...300 , 0 ) # ラインにいくつかのフォーマットを適用 shp . line_format . style = slides...

    docs.aspose.com/slides/ja/python-net/line/
  7. Linie|Aspose.Slides für PHP Dokumentation

    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 vom Typ Linie hinzu $shp = $sld -> getShapes () -> addAutoShape...Formatierungen auf die Linie an $shp -> getLineFormat () -> setStyle...

    docs.aspose.com/slides/de/php-java/linie/
  8. Formatear texto usando VSTO y Aspose.Slides y ....

    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 = slide . Shapes [ 3 ]; //Cambiar...PowerPoint . TextRange txtRange = shp . TextFrame . TextRange ; txtRange...

    docs.aspose.com/slides/es/net/format-text-using...
  9. Text formatieren mit VSTO und Aspose.Slides und...

    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 = slide . Shapes [ 3 ]; //Ändern...PowerPoint . TextRange txtRange = shp . TextFrame . TextRange ; txtRange...

    docs.aspose.com/slides/de/net/format-text-using...
  10. テキストのフォーマット|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....( 1 ); //三番目のシェイプにアクセス Shape shp = slide . Shapes [ 2 ]; //フォ...//フォントをVerdanaに変更し、高さを32にする TextFrame tf = shp . TextFrame ; Paragraph para...

    docs.aspose.com/slides/ja/net/format-text/