Sort Score
Result 10 results
Languages All
Labels All
Results 8,241 - 8,250 of 22,141 for

table

(0.11 sec)
  1. جدول|Aspose.Slides لـ Node.js عبر توثيق .NET

    العمل مع الجداول في Aspose.Slides for Node.js: إنشاء، تنسيق، دمج الخلايا، تطبيق الأنماط، استيراد البيانات، وتصدير مع أمثلة لـ PPT و PPTX و ODP...."double" , [ 30 , 30 ]); let table = slide . getShapes (). addTable...heights ); presentation . save ( "table.pptx" , aspose . slides . SaveFormat...

    docs.aspose.com/slides/ar/nodejs-java/examples/...
  2. TableCollection.Item | Aspose.Words för .NET

    Få enkelt åtkomst till TableCollection-objekt genom att hämta tabeller vid specifika index. Förenkla din datahantering med vår intuitiva egenskapsfunktion!...Hämtar en Table vid det givna indexet. public Table this [ int...( MyDir + "Tables.docx" ); TableCollection tables = doc . FirstSection...

    reference.aspose.com/words/sv/net/aspose.words....
  3. RowFormat.AllowBreakAcrossPages | Aspose.Words ...

    Scopri la proprietà RowFormat AllowBreakAcrossPages, che consente un flusso di testo fluido nelle righe della tabella attraverso le interruzioni di pagina, per una migliore leggibilità e presentazione....MyDir + "Table spanning two pages.docx" ); Table table = doc .... FirstSection . Body . Tables [ 0 ]; // Imposta la proprietà...

    reference.aspose.com/words/it/net/aspose.words....
  4. Archiv

    Archiv...System::SharedPtr<Table> table = System::MakeObject<Table>(doc); // Přidejte...)->get_Body()->AppendChild(table); // Zde bychom mohli zavolat...

    blog.aspose.com/cs/words/insert-table-in-word-d...
  5. データソースPDFとのテーブル統合|Aspose.PDF for .NET

    この記事では、PDFテーブルを統合する方法を示します。データベースとのテーブル統合と、テーブルが現在のページで分割されるかどうかを判断します。...NETを使用して、任意のデータソースから Table オブジェクトにデータを入力することが可能です。そして、...らPDF文書内のテーブルを入力する自由度が増します。 TableクラスのImportDataTable(..)およびImportDataView(...

    docs.aspose.com/pdf/ja/net/integrate-table/
  6. TableStyle.CellSpacing | Aspose.Words لـ .NET

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

    reference.aspose.com/words/ar/net/aspose.words/...
  7. TableStyle.AllowBreakAcrossPages | Aspose.Words...

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

    reference.aspose.com/words/ar/net/aspose.words/...
  8. TableStyle.RightPadding | Aspose.Words لـ .NET

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

    reference.aspose.com/words/ar/net/aspose.words/...
  9. TableStyle.LeftPadding | Aspose.Words för .NET

    Upptäck egenskapen TableStyle LeftPadding för att anpassa din tabellcellslayout. Justera enkelt vänsteravståndet för ett elegant och professionellt utseende....DocumentBuilder ( doc ); Table table = builder . StartTable ();...Styles . Add ( StyleType . Table , "MyTableStyle1" ); tableStyle...

    reference.aspose.com/words/sv/net/aspose.words/...
  10. TableCollection.ToArray | Aspose.Words per .NET

    Converti senza sforzo la tua TableCollection in un array con il metodo ToArray, semplificando la gestione dei dati e migliorando le prestazioni della tua applicazione.... public Table [] ToArray () Valore di ritorno...( MyDir + "Tables.docx" ); TableCollection tables = doc . FirstSection...

    reference.aspose.com/words/it/net/aspose.words....