Sort Score
Result 10 results
Languages All
Labels All
Results 2,381 - 2,390 of 4,027 for

shp

(0.19 sec)
  1. 流和远程存储|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....shp、 .shx 和 *.dbf。这些格式要求所有文件存储在特...

    docs.aspose.com/gis/zh/net/streams-and-remote-s...
  2. Gérer les lignes et les colonnes des tableaux P...

    Gérez les lignes et colonnes des tableaux PowerPoint avec Aspose.Slides pour Java et accélérez la modification des présentations ainsi que les mises à jour des données....for ( IShape shp : sld . getShapes ()) { if ( shp instanceof ITable...ITable ) { tbl = ( ITable ) shp ; //Sets la première ligne d'un...

    docs.aspose.com/slides/fr/java/manage-rows-and-...
  3. 档案

    档案...遍历形状并设置对找到的表的引用 foreach (IShape shp in sld.Shapes) if (shp is ITable) tbl =...= (ITable)shp; // 设置第二行第一列的文本 tbl[0, 1].TextFrame.Text = "New";...

    blog.aspose.com/zh/slides/create-tables-in-powe...
  4. Archivo

    Archivo...encontrada for (IShape shp : sld.getShapes()) { if (shp instanceof ITable)...ITable) { tbl = (ITable) shp; // Establecer el texto de la primera...

    blog.aspose.com/es/slides/manipulate-tables-in-...
  5. آرشیوها

    آرشیوها...تنظیم کنید for shp in sld.shapes: if type(shp) is slides.Table:...Table: tbl = shp # متن ستون اول سطر دوم را تنظیم کنید tbl.rows[0][1]...

    blog.aspose.com/fa/slides/work-with-tables-in-p...
  6. Chercher

    chercher...trouvée foreach (IShape shp in sld.Shapes) if (shp is ITable) tbl =...= (ITable)shp; // Définir le texte de la première colonne de la...

    blog.aspose.com/fr/slides/create-tables-in-powe...
  7. Chercher

    chercher...table found for shp in sld.shapes: if type(shp) is slides.Table:...Table: tbl = shp # Set the text of the first column of second row...

    blog.aspose.com/fr/slides/work-with-tables-in-p...
  8. آرشیوها

    آرشیوها...دهید for (IShape shp : sld.getShapes()) { if (shp instanceof ITable)...ITable) { tbl = (ITable) shp; // متن ستون اول سطر دوم را تنظیم...

    blog.aspose.com/fa/slides/manipulate-tables-in-...
  9. Lưu trữ

    Lưu trữ...được tìm thấy for shp in sld.shapes: if type(shp) is slides.Table:...Table: tbl = shp # Đặt văn bản của cột đầu tiên của hàng thứ hai...

    blog.aspose.com/vi/slides/work-with-tables-in-p...
  10. Gestionar filas y columnas en tablas de PowerPo...

    Gestiona filas y columnas de tablas en PowerPoint con Aspose.Slides para PHP a través de Java y acelera la edición de presentaciones y la actualización de datos....getShapes () as $shp ) { if ( java_instanceof ( $shp , new JavaClass...slides.Table" ))) { $tbl = $shp ; # Establece la primera fila...

    docs.aspose.com/slides/es/php-java/manage-rows-...