Sort Score
Result 10 results
Languages All
Labels All
Results 7,941 - 7,950 of 22,428 for

table

(0.24 sec)
  1. إدارة الصفوف والأعمدة في جداول PowerPoint باستخ...

    إدارة صفوف وأعمدة الجدول في PowerPoint باستخدام Aspose.Slides للـ Java وتسريع تحرير العرض التقديمي وتحديث البيانات....pres = new Presentation ( "table.pptx" ); try { // يصل إلى الشريحة...شكل جدول إلى الشريحة ITable table = sld . getShapes (). addTable...

    docs.aspose.com/slides/ar/java/manage-rows-and-...
  2. CellCollection.Item | Aspose.Words لـ .NET

    الوصول إلى خلايا محددة بسهولة باستخدام خاصية عنصر مجموعة الخلايا. استرجع أي خلية حسب الفهرس لإدارة بيانات مبسطة وأداء مُحسّن....( MyDir + "Tables.docx" ); TableCollection tables = doc . FirstSection...FirstSection . Body . Tables ; Assert . AreEqual ( 2 , tables . ToArray ()...

    reference.aspose.com/words/ar/net/aspose.words....
  3. RowCollection.Item | Aspose.Words لـ .NET

    يمكنك الوصول إلى أي صف بسهولة باستخدام خاصية RowCollection Item. استرجع البيانات بسرعة من الفهرس المطلوب لإدارة بياناتك بسلاسة....( MyDir + "Tables.docx" ); TableCollection tables = doc . FirstSection...FirstSection . Body . Tables ; Assert . AreEqual ( 2 , tables . ToArray ()...

    reference.aspose.com/words/ar/net/aspose.words....
  4. Création d'un PDF complexe|Aspose.PDF pour Pyth...

    Aspose.PDF pour Python via .NET vous permet de créer des documents plus complexes contenant des images, des fragments de texte et des Tableaux dans un seul document.... Ajouter (table) à la page paragraphs . Enregistrer...Ajouter un tableau table = ap . Table () table . column_widths =...

    docs.aspose.com/pdf/fr/python-net/complex-pdf-e...
  5. CellCollection Class | Aspose.Words för .NET

    Upptäck klassen Aspose.Words.Tables.CellCollection för enkel, maskinskriven åtkomst till Cell-noder, vilket förbättrar dokumenthantering och effektivitet....( MyDir + "Tables.docx" ); TableCollection tables = doc . FirstSection...FirstSection . Body . Tables ; Assert . AreEqual ( 2 , tables . ToArray ()...

    reference.aspose.com/words/sv/net/aspose.words....
  6. FieldSkipIf.LeftExpression | Aspose.Words för .NET

    Upptäck egenskapen FieldSkipIf LeftExpression och hantera enkelt vänster sida av dina jämförelseuttryck för förbättrad datakontroll och flexibilitet....DataTable table = new DataTable ( "Employees" ); table . Columns..."Name" ); table . Columns . Add ( "Department" ); table . Rows ...

    reference.aspose.com/words/sv/net/aspose.words....
  7. Aggiungi, estrai, elimina tabelle in PDF usando...

    Gestisci le tabelle nel file PDF in modo programmatico con il codice di esempio Java utilizzando Aspose.PDF per Java... Table table = new com . aspose . pdf . Table (); able...getLightGray ()); table . setBorder ( border ); table . setDefaultCellBorder...

    products.aspose.com/pdf/it/java/table/
  8. Renderizar tabla con Entity Framework|Aspose.PD...

    Este artículo te mostrará cómo renderizar una tabla utilizando el modelo de Entity Framework como fuente de datos usando el Aspose.PDF for .NET.... La clase Table se utiliza para procesar tablas...4x10. Al inicializar el objeto Table, se utilizaron las configuraciones...

    docs.aspose.com/pdf/es/net/render-table-using-e...
  9. Cell.NextCell | Aspose.Words لـ .NET

    اكتشف خاصية NextCell للوصول بسهولة إلى عقدة الخلية التالية، مما يعزز إدارة بياناتك ويبسط سير عملك....Document ( MyDir + "Tables.docx" ); Table table = doc . FirstSection...FirstSection . Body . Tables [ 0 ]; //إحصاء جميع خلايا الجدول. for (...

    reference.aspose.com/words/ar/net/aspose.words....
  10. Paragraph.IsInCell | Aspose.Words لـ .NET

    اكتشف خاصية "الفقرة في الخلية". حدّد بسهولة ما إذا كانت الفقرة فرعًا مباشرًا لخلية، مما يُحسّن بنية مستندك وتنسيقه....MyDir + "Table spanning two pages.docx" ); Table table = doc .... FirstSection . Body . Tables [ 0 ]; // تمكين KeepWithNext لكل...

    reference.aspose.com/words/ar/net/aspose.words/...