Sort Score
Result 10 results
Languages All
Labels All
Results 9,421 - 9,430 of 24,110 for

table

(0.05 sec)
  1. Criando um PDF complexo|Aspose.PDF for .NET

    Aspose.PDF para NET permite que você crie documentos mais complexos que contêm imagens, fragmentos de texto e tabelas em um único documento....); // Add table var table = new Aspose . Pdf . Table { ColumnWidths..."Helvetica" ) } }; var headerRow = table . Rows . Add (); headerRow ...

    docs.aspose.com/pdf/pt/net/complex-pdf-example/
  2. CompositeNode.HasChildNodes | Aspose.Words لـ .NET

    اكتشف ما إذا كانت العقدة المركبة تحتوي على عقد فرعية باستخدام خاصية HasChildNodes. بسّط برمجة جهازك باستخدام هذه الميزة الأساسية لإدارة العقد بكفاءة....doc = new Document ( MyDir + "Tables.docx" ); // فيما يلي طريقتان...الجسم: Table firstTable = doc . FirstSection . Body . Tables [ 0...

    reference.aspose.com/words/ar/net/aspose.words/...
  3. Cell.Paragraphs | Aspose.Words per .NET

    Scopri la proprietà Paragrafi cella per accedere a una raccolta di paragrafi figlio diretti, migliorando la struttura e la leggibilità del tuo documento....MyDir + "Table spanning two pages.docx" ); Table table = doc .... FirstSection . Body . Tables [ 0 ]; // Abilitazione di KeepWithNext...

    reference.aspose.com/words/it/net/aspose.words....
  4. أرشيف

    أرشيف...بتعيين نص الخلية باستخدام خاصية Table.rows [صف] [خلية] .textframe...الشريحة tbl = sld.shapes.add_table(100, 50, dblCols, dblRows) #...

    blog.aspose.com/ar/slides/work-with-tables-in-p...
  5. Row.firstCell property | Aspose.Words for Node.js

    Row.firstCell property. Returns the first [Cell](../../cell/) in the row.... Tables . Cell See Also module Aspose.Words.Tables class...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Ta bort pivottabell från ett arbetsblad|Documen...

    Python via .NET kod för att ta bort PivotTable för Excel ark...pivot_tables.remove(pivot_table) -metoden för att...pivot-tabellobjekt och Worksheet.pivot_tables.remove_at(index, keep_data)...

    docs.aspose.com/cells/sv/python-net/delete-pivo...
  7. Paragraph.IsInCell | Aspose.Words för .NET

    Upptäck egenskapen Paragraph IsInCell. Avgör enkelt om ett stycke är ett direkt underordnat stycke till en cell, vilket förbättrar dokumentstrukturen och formateringen....MyDir + "Table spanning two pages.docx" ); Table table = doc .... FirstSection . Body . Tables [ 0 ]; // Aktiverar KeepWithNext...

    reference.aspose.com/words/sv/net/aspose.words/...
  8. Paragraph.IsInCell | Aspose.Words per .NET

    Scopri la proprietà Paragraph IsInCell. Determina facilmente se un paragrafo è figlio diretto di una cella, migliorando la struttura e la formattazione del documento....MyDir + "Table spanning two pages.docx" ); Table table = doc .... FirstSection . Body . Tables [ 0 ]; // Abilitazione di KeepWithNext...

    reference.aspose.com/words/it/net/aspose.words/...
  9. PreferredWidthType Enum | Aspose.Words för .NET

    Upptäck Aspose.Words.Tables.PreferredWidthType-enum. Definiera enkelt tabell- och cellbreddmått för exakt dokumentformatering....Document ( MyDir + "Tables.docx" ); Table table = doc . FirstSection...FirstSection . Body . Tables [ 0 ]; Cell firstCell = table . FirstRow ...

    reference.aspose.com/words/sv/net/aspose.words....
  10. RowCollection.ToArray | Aspose.Words för .NET

    Konvertera enkelt din RowCollection till en ny array med ToArray-metoden, vilket säkerställer sömlös datahantering och förbättrad prestanda....( MyDir + "Tables.docx" ); TableCollection tables = doc . FirstSection...FirstSection . Body . Tables ; Assert . AreEqual ( 2 , tables . ToArray ()...

    reference.aspose.com/words/sv/net/aspose.words....