Sort Score
Result 10 results
Languages All
Labels All
Results 8,361 - 8,370 of 23,379 for

table

(0.44 sec)
  1. TableStyle.TopPadding | Aspose.Words per .NET

    Scopri la proprietà TableStyle TopPadding per regolare facilmente la spaziatura sopra il contenuto delle celle della tabella, migliorando così la leggibilità e il design della tua tabella....DocumentBuilder ( doc ); Table table = builder . StartTable ();...Styles . Add ( StyleType . Table , "MyTableStyle1" ); tableStyle...

    reference.aspose.com/words/it/net/aspose.words/...
  2. TableStyle.BottomPadding | Aspose.Words per .NET

    Scopri la proprietà TableStyle BottomPadding e personalizza la spaziatura delle celle della tua tabella per migliorare il layout e la leggibilità. Ottimizza il tuo design senza sforzo!...DocumentBuilder ( doc ); Table table = builder . StartTable ();...Styles . Add ( StyleType . Table , "MyTableStyle1" ); tableStyle...

    reference.aspose.com/words/it/net/aspose.words/...
  3. TableStyle.Bidi | Aspose.Words لـ .NET

    اكتشف خاصية TableStyle Bidi لإدارة أنماط الجدول من اليمين إلى اليسار بسهولة، مما يعزز تخطيطك لتحسين قابلية القراءة وتجربة المستخدم....DocumentBuilder ( doc ); Table table = builder . StartTable ();...Styles . Add ( StyleType . Table , "MyTableStyle1" ); tableStyle...

    reference.aspose.com/words/ar/net/aspose.words/...
  4. TableStyle.VerticalAlignment | Aspose.Words per...

    Scopri la proprietà TableStyle VerticalAlignment per controllare senza sforzo l'allineamento delle celle nelle tue tabelle, migliorandone la leggibilità e la presentazione....DocumentBuilder ( doc ); Table table = builder . StartTable ();...Styles . Add ( StyleType . Table , "MyTableStyle1" ); tableStyle...

    reference.aspose.com/words/it/net/aspose.words/...
  5. PreferredWidth.Type | Aspose.Words för .NET

    Upptäck egenskapen PreferredWidth Type, som definierar måttenheten för önskade breddvärden, vilket förbättrar din designprecision och flexibilitet....Document ( MyDir + "Tables.docx" ); Table table = doc . FirstSection...FirstSection . Body . Tables [ 0 ]; Cell firstCell = table . FirstRow ...

    reference.aspose.com/words/sv/net/aspose.words....
  6. PreferredWidth.Type | Aspose.Words لـ .NET

    اكتشف خاصية نوع PreferredWidth، التي تحدد وحدة القياس لقيم العرض المفضلة، مما يعزز دقة التصميم ومرونته....Document ( MyDir + "Tables.docx" ); Table table = doc . FirstSection...FirstSection . Body . Tables [ 0 ]; Cell firstCell = table . FirstRow ...

    reference.aspose.com/words/ar/net/aspose.words....
  7. إدارة الصفوف والأعمدة في جداول PowerPoint في .N...

    إدارة صفوف وأعمدة الجداول في PowerPoint باستخدام Aspose.Slides لـ .NET وتسريع تعديل العروض وتحديث البيانات....Slides الفئة Table والواجهة ITable والعديد من الأنواع...pres = new Presentation ( "table.pptx" ); // الوصول إلى الشريحة...

    docs.aspose.com/slides/ar/net/manage-rows-and-c...
  8. Створити таблицю HTML на C# – Aspose.HTML for .NET

    Дізнайтеся, як програмно створювати та додавати таблиці до документів HTML за допомогою бібліотеки Aspose.HTML for .NET....NET Create HTML table XHTML JPG PDF XML MHTML HTML...Install-Package Aspose.HTML Елемент HTML <table> Таблиці HTML використовуються...

    products.aspose.com/html/uk/net/create-html-table/
  9. 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/
  10. Aggiungi tabella al PDF usando C# | Aspose.PDF

    Aggiungere una tabella in un file PDF in modo programmatico con codice di esempio C# utilizzando Aspose.PDF per .NET... Crea oggetto Table. Impostare l’impostazione della...Combine ( dataDir , "sample_with_table_out.pdf" ); Aspose . Pdf . Document...

    products.aspose.com/pdf/it/net/table/add/