Sort Score
Result 10 results
Languages All
Labels All
Results 6,471 - 6,480 of 15,934 for

table

(0.07 sec)
  1. Cell.PreviousCell | Aspose.Words per .NET

    Cell PreviousCell proprietà. Ottiene il precedenteCell nodo in C#....Document ( MyDir + "Tables.docx" ); Table table = doc . FirstSection...FirstSection . Body . Tables [ 0 ]; // Enumera tutte le celle della tabella...

    reference.aspose.com/words/it/net/aspose.words....
  2. Cell.CellFormat | Aspose.Words لـ .NET

    Cell CellFormat ملكية. يوفر الوصول إلى خصائص تنسيق الخلية في C#....Document ( MyDir + "Tables.docx" ); Table table = doc . FirstSection...FirstSection . Body . Tables [ 0 ]; Cell firstCell = table . FirstRow ...

    reference.aspose.com/words/ar/net/aspose.words....
  3. TextWrapping Enum | Aspose.Words لـ .NET

    Aspose.Words.Tables.TextWrapping تعداد. يحدد كيفية التفاف النص حول الجدول في C#....DocumentBuilder ( doc ); Table table = builder . StartTable ();...2" ); builder . EndTable (); table . PreferredWidth = PreferredWidth...

    reference.aspose.com/words/ar/net/aspose.words....
  4. Buat atau Tambahkan Tabel di PDF menggunakan C#...

    Aspose.PDF for .NET adalah pustaka yang digunakan untuk membuat, membaca, dan mengedit Tabel PDF. Periksa fungsi-fungsi lanjutan lainnya dalam topik ini....berisi kelas-kelas bernama Table , Cell , dan Row yang menyediakan...Aspose . Pdf . Table table = new Aspose . Pdf . Table (); Menambahkan...

    docs.aspose.com/pdf/id/net/add-table-in-existin...
  5. Row.Cells | Aspose.Words لـ .NET

    Row Cells ملكية. يوفر الوصول المكتوب إلىCell العقد الفرعية للصف في C#....( MyDir + "Tables.docx" ); TableCollection tables = doc . FirstSection...FirstSection . Body . Tables ; Assert . AreEqual ( 2 , tables . ToArray ()...

    reference.aspose.com/words/ar/net/aspose.words....
  6. CellFormat.TopPadding | Aspose.Words per .NET

    CellFormat TopPadding proprietà. Restituisce o imposta la quantità di spazio in punti da aggiungere sopra il contenuto di cell in C#....DocumentBuilder ( doc ); Table table = builder . StartTable ();...Assert . AreEqual ( 0.0d , table . FirstRow . Cells [ 0 ]. CellFormat...

    reference.aspose.com/words/it/net/aspose.words....
  7. DocumentVisitor.VisitTableStart | Aspose.Words ...

    DocumentVisitor VisitTableStart metod. Anropas när uppräkningen av en tabell har påbörjats i C#....VisitTableStart ( Table table ) Parameter Typ Beskrivning table Table Objektet...VisitorAction VisitTableStart ( Table table ) { int rows = 0 ; int columns...

    reference.aspose.com/words/sv/net/aspose.words/...
  8. DocumentVisitor.VisitTableStart | Aspose.Words ...

    DocumentVisitor VisitTableStart metodo. Chiamato quando è iniziata lenumerazione di una tabella in C#....VisitTableStart ( Table table ) Parametro Tipo Descrizione table Table L’oggetto...VisitorAction VisitTableStart ( Table table ) { int rows = 0 ; int columns...

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

    TableCollection Item fast egendom. Hämtar enTable vid det givna indexet i C#....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....
  10. TableCollection.ToArray | Aspose.Words لـ .NET

    TableCollection ToArray طريقة. نسخ كافة الجداول من المجموعة إلى مجموعة جديدة من الجداول في C#.... public Table [] ToArray () قيمة الإرجاع مجموعة...( MyDir + "Tables.docx" ); TableCollection tables = doc . FirstSection...

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