Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 1,693 for

shp

(0.07 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....foreach ( Shape shp in sld . Shapes ) if ( shp . Placeholder ...texts . Add ((( AutoShape ) shp ). TextFrame . Text ); } } //...

    docs.aspose.com/slides/ja/net/get-all-the-text-...
  2. プレースホルダーの管理|Aspose.Slides for Python ドキュメント

    Pythonを使用してPowerPointプレゼンテーションのプレースホルダーテキストとプロンプトテキストを変更する...プレースホルダーを見つけるためにシェイプを繰り返す for shp in sld . shapes : if shp . placeholder !=...None : # 各プレースホルダー内のテキストを変更 shp . text_frame . text = "これはプレースホルダーです"...

    docs.aspose.com/slides/ja/python-net/manage-pla...
  3. Création d'un tableau sur une diapositive Power...

    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 . AddTable ( 15...); PowerPoint . Table tbl = shp . Table ; int i = - 1 ; int j...

    docs.aspose.com/slides/fr/net/creating-a-table-...
  4. 演示文稿属性 - 在 C# 中访问或修改 PowerPoint 演示文稿属性|Aspose.S...

    C# 或 .NET 中的 PowerPoint 演示文稿属性...{ // 添加新的带文本的矩形形状 IAutoShape shp = pres . Slides [ 0 ]. Shapes...Rectangle , 50 , 50 , 150 , 50 ); shp . TextFrame . Text = "新文本" ;...

    docs.aspose.com/slides/zh/net/presentation-prop...
  5. プレースホルダーの管理|Aspose.Slides ドキュメント

    C#または.NETでPowerPointプレゼンテーションのプレースホルダーテキストとプロンプトテキストを変更します...foreach ( IShape shp in sld . Shapes ) if ( shp . Placeholder ...各プレースホルダーのテキストを変更 (( IAutoShape ) shp ). TextFrame . Text = "これはプレースホルダーです"...

    docs.aspose.com/slides/ja/net/manage-placeholder/
  6. Creando una tabla en una diapositiva de PowerPo...

    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 . AddTable ( 15...); PowerPoint . Table tbl = shp . Table ; int i = - 1 ; int j...

    docs.aspose.com/slides/es/net/creating-a-table-...
  7. Erstellung einer Tabelle auf einer PowerPoint-F...

    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 . AddTable ( 15...); PowerPoint . Table tbl = shp . Table ; int i = - 1 ; int j...

    docs.aspose.com/slides/de/net/creating-a-table-...
  8. Creando una Tabla en una Diapositiva de PowerPo...

    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 . AddTable ( 15...); PowerPoint . Table tbl = shp . Table ; int i = - 1 ; int j...

    docs.aspose.com/slides/es/net/creating-a-table-...
  9. プレースホルダーの管理|Aspose.Slides ドキュメント

    Javaを使用してPowerPointスライドのプレースホルダー内のテキストを変更します。Javaを使用してPowerPointスライドのプレースホルダー内にプロンプトテキストを設定します。...for ( IShape shp : sld . getShapes ()) { if ( shp . getPlaceholder...各プレースホルダーのテキストを変更 (( IAutoShape ) shp ). getTextFrame (). setText (...

    docs.aspose.com/slides/ja/java/manage-placeholder/
  10. プレースホルダの管理|Aspose.Slides ドキュメント

    Javaを使用してPowerPointスライドのプレースホルダ内のテキストを変更します。Javaを使用してPowerPointスライドのプレースホルダ内にプロンプトテキストを設定します。...for ( IShape shp : sld . getShapes ()) { if ( shp . getPlaceholder...各プレースホルダ内のテキストを変更 (( IAutoShape ) shp ). getTextFrame (). setText (...

    docs.aspose.com/slides/ja/androidjava/manage-pl...