Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 4,761 for

shp

(0.89 sec)
  1. إدارة الصفوف والأعمدة في جداول PowerPoint على A...

    إدارة صفوف وأعمدة الجدول في PowerPoint باستخدام Aspose.Slides لنظام Android عبر Java وتسريع تحرير العروض التقديمية وتحديث البيانات....for ( IShape shp : sld . getShapes ()) { if ( shp instanceof ITable...ITable ) { tbl = ( ITable ) shp ; //Sets ت تعيين الصف الأول للجدول...

    docs.aspose.com/slides/ar/androidjava/manage-ro...
  2. 档案

    档案...遍历形状并设置对找到的表的引用 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...
  3. 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-...
  4. آرشیوها

    آرشیوها...تنظیم کنید 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...
  5. 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...
  6. 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...
  7. آرشیوها

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

    blog.aspose.com/fa/slides/manipulate-tables-in-...
  8. 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-...
  9. Archivio

    Archivio...trovata foreach (IShape shp in sld.Shapes) if (shp is ITable) tbl =...= (ITable)shp; // Imposta il testo della prima colonna della seconda...

    blog.aspose.com/it/slides/create-tables-in-powe...
  10. Архивы

    Архивы...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/ru/slides/work-with-tables-in-p...