Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 1,476 for

shp

(0.23 sec)
  1. プレゼンテーションプロパティ|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....:: SharedPtr < IAutoShape > shp = pres -> get_Slide ( 0 ) ->...SharedPtr < ITextFrame > textFrame = shp -> get_TextFrame (); textFrame...

    docs.aspose.com/slides/ja/cpp/presentation-prop...
  2. テーブルの管理|Aspose.Slides ドキュメント

    JavaでPowerPointプレゼンテーションのテーブルを作成および管理する...for ( IShape shp : sld . getShapes ()) { if ( shp instanceof ITable...ITable ) { tbl = ( ITable ) shp ; // 2行目の最初の列のテキストを設定 tbl . get_Item...

    docs.aspose.com/slides/ja/java/manage-table/
  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....テキストを持つ新しい長方形形状を追加します IAutoShape shp = pres . getSlides (). get_Item...Rectangle , 50 , 50 , 150 , 50 ); shp . getTextFrame (). setText (...

    docs.aspose.com/slides/ja/androidjava/presentat...
  4. テーブルの管理|Aspose.Slides ドキュメント

    JavaでPowerPoint プレゼンテーション内のテーブルを作成および管理する...for ( IShape shp : sld . getShapes ()) { if ( shp instanceof ITable...ITable ) { tbl = ( ITable ) shp ; // 2行目の最初の列のテキストを設定 tbl . get_Item...

    docs.aspose.com/slides/ja/androidjava/manage-ta...
  5. テーブルの管理|Aspose.Slides ドキュメント

    C++でPowerPointプレゼンテーションのテーブルを作成および管理します...図形を繰り返し、見つかったテーブルへの参照を設定 for ( const auto & shp : System :: IterateOver ( sld...> ( shp )) { tbl = System :: ExplicitCast < ITable > ( shp );...

    docs.aspose.com/slides/ja/cpp/manage-table/
  6. プレゼンテーションプロパティ|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 = pres . getSlides (). get_Item...Rectangle , 50 , 50 , 150 , 50 ); shp . getTextFrame (). setText (...

    docs.aspose.com/slides/ja/java/presentation-pro...
  7. Tags

    C# .NET Core, Java, Python, C++, Android, PHP, Node.js APIs to create, process and convert PDF, Word, Excel, PowerPoint, email, image, ZIP, and several other formats in Windows, Linux, MacOS & Android....KML to SHP 2 Convert KML to SHP Online 1 Convert KML to SHP Online...convert shp file to kml 1 convert SHP to JPG 1 convert shp to kml...

    blog.aspose.com/pl/tags/
  8. Tags

    C# .NET Core, Java, Python, C++, Android, PHP, Node.js APIs to create, process and convert PDF, Word, Excel, PowerPoint, email, image, ZIP, and several other formats in Windows, Linux, MacOS & Android....KML to SHP 2 Convert KML to SHP Online 1 Convert KML to SHP Online...convert shp file to kml 1 convert SHP to JPG 1 convert shp to kml...

    blog.aspose.com/vi/tags/
  9. プレゼンテーションプロパティ|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....); try { # テキストを含む新しい矩形形状を追加 $shp = $pres -> getSlides () -> get_Item...Rectangle , 50 , 50 , 150 , 50 ); $shp -> getTextFrame () -> setText...

    docs.aspose.com/slides/ja/php-java/presentation...
  10. テーブルの管理|Aspose.Slides for PHP ドキュメント

    PowerPointプレゼンテーションにおけるテーブルの作成と管理...getShapes () as $shp ) { if ( java_instanceof ( $shp , new JavaClass...slides.Table" ))) { $tbl = $shp ; # 2行目の最初の列のテキストを設定します $tbl...

    docs.aspose.com/slides/ja/php-java/manage-table/