Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 1,476 for

shp

(0.08 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 ...各プレースホルダーのテキストを取得します sldText += (( AutoShape ) shp ). TextFrame . Text ; } } return...

    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#에서 SHP를 Geojson으로 변환하는 방법

    이 자습서에서는 C#에서 Shp를 Geojson으로 변환하는 간단한 단계를 제공합니다. 여기에는 구성 세부 정보, 할 일 단계 및 C#에서 Shapefile을 Geojson으로 변환하기 위한 샘플 코드를 포함한 완전한 정보가 포함되어 있습니다....Geojson으로 변환하는 방법 이 깔끔한 튜토리얼에는 C#에서 SHP 를 Geojson 로 변환하는 방법 에 대한 정보가...형식으로 변환하는 옵션을 제공합니다. 이 튜토리얼에서는 SHP 파일을 GeoJson으로 변환하는 방법을 배웠습니다...

    kb.aspose.com/ko/gis/net/how-to-convert-shp-to-...
  5. Erstellen einer Tabelle auf einer PowerPoint-Fo...

    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-...
  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. 演示文稿属性 - 在 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...
  8. プレースホルダーの管理|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/
  9. スライド内のすべてのテキストを取得する|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-...
  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.... Shape shp = sld . Shapes . AddTable ( 15...); PowerPoint . Table tbl = shp . Table ; int i = - 1 ; int j...

    docs.aspose.com/slides/ar/net/creating-a-table-...