Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 4,035 for

shp

(0.77 sec)
  1. ค้นหา

    ค้นหา...บ for (IShape shp : sld.getShapes()) { if (shp instanceof ITable)...ITable) { tbl = (ITable) shp; // กำหนดข้อความของคอลัมน์แรกของแถวที่สอง...

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

    آرشیوها...کنید foreach (IShape shp in sld.Shapes) if (shp is ITable) tbl =...= (ITable)shp; // متن ستون اول سطر دوم را تنظیم کنید tbl[0, 1]...

    blog.aspose.com/fa/slides/create-tables-in-powe...
  3. ארכיון

    ארכיון...שנמצאה for (IShape shp : sld.getShapes()) { if (shp instanceof ITable)...ITable) { tbl = (ITable) shp; // הגדר את הטקסט של העמודה הראשונה...

    blog.aspose.com/he/slides/manipulate-tables-in-...
  4. Zeilen und Spalten verwalten|Aspose.Slides für ...

    Verwalten von Tabellenzeilen und -spalten in PowerPoint-Präsentationen in JavaScript... size (); i ++ ) { let shp = sld . getShapes (). get_Item...instanceOf ( shp , "com.aspose.slides.ITable" )) { tbl = shp ; // Setzt...

    docs.aspose.com/slides/de/nodejs-java/manage-ro...
  5. 使用 Java 管理 PowerPoint 表格的行和列|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 中管理表格的行和列,加快演示文稿编辑和数据更新。...for ( IShape shp : sld . getShapes ()) { if ( shp instanceof ITable...ITable ) { tbl = ( ITable ) shp ; //Sets the first row of a table...

    docs.aspose.com/slides/zh/java/manage-rows-and-...
  6. Lưu trữ

    Lưu trữ...thấy for (IShape shp : sld.getShapes()) { if (shp instanceof ITable)...ITable) { tbl = (ITable) shp; // Đặt văn bản của cột đầu tiên của...

    blog.aspose.com/vi/slides/manipulate-tables-in-...
  7. 搜索

    搜索...遍歷形狀並設置對找到的表格的引用 foreach (IShape shp in sld.Shapes) if (shp is ITable) tbl =...= (ITable)shp; // 設置第二行第一列的文本 tbl[0, 1].TextFrame.Text = "New";...

    blog.aspose.com/zh-hant/slides/create-tables-in...
  8. Lưu trữ

    Lưu trữ...thấy foreach (IShape shp in sld.Shapes) if (shp is ITable) tbl =...= (ITable)shp; // Đặt văn bản của cột đầu tiên của hàng thứ hai...

    blog.aspose.com/vi/slides/create-tables-in-powe...
  9. Archiv

    Archiv...gefundene Tabelle for shp in sld.shapes: if type(shp) is slides.Table:...Table: tbl = shp # Legen Sie den Text der ersten Spalte der zweiten...

    blog.aspose.com/de/slides/work-with-tables-in-p...
  10. Gérer les lignes et les colonnes des tableaux P...

    Gérez les lignes et les colonnes des tableaux PowerPoint avec Aspose.Slides pour PHP via Java et accélérez l'édition des présentations ainsi que les mises à jour de données....getShapes () as $shp ) { if ( java_instanceof ( $shp , new JavaClass...slides.Table" ))) { $tbl = $shp ; # Définit la première ligne...

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