Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 2,760 for

shp

(0.19 sec)
  1. ค้นหา

    ค้นหา...ตารางที่พบ for shp in sld.shapes: if type(shp) is slides.Table:...Table: tbl = shp # กำหนดข้อความของคอลัมน์แรกของแถวที่สอง tbl.rows[0][1]...

    blog.aspose.com/th/slides/work-with-tables-in-p...
  2. Arşiv

    Arşiv...alın for (IShape shp : sld.getShapes()) { if (shp instanceof ITable)...ITable) { tbl = (ITable) shp; // İkinci satırın ilk sütununun metnini...

    blog.aspose.com/tr/slides/manipulate-tables-in-...
  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. إدارة الجدول|وثائق Aspose.Slides

    إنشاء وإدارة الجدول في عروض باوربوينت باستخدام C# أو .NET...foreach ( IShape shp in sld . Shapes ) if ( shp is ITable ) tbl...tbl = ( ITable ) shp ; // تعيين النص للعمود الأول من الصف الثاني...

    docs.aspose.com/slides/ar/net/manage-table/
  10. Aspose.HTML for .NET

    C#および.NETアプリケーションで、データを作成、編集、抽出し、HTMLページをPDF、XPS、画像、およびその他の形式に変換します。...C#でHTMLページをPDFに変換する方法 C#でHTMLをテキストに変換する方法 C#でSHPをGPXに変換する方法 日本語 English Ελληνικά...

    kb.aspose.com/ja/html/net/