Sort Score
Result 10 results
Languages All
Labels All
Results 7,831 - 7,840 of 22,449 for

table

(0.22 sec)
  1. DocumentBuilder.RowFormat | Aspose.Words för .NET

    Utforska egenskapen RowFormat i DocumentBuilder för att enkelt komma åt och anpassa tabellradsformatering för förbättrad dokumentdesign och presentation....DocumentBuilder ( doc ); Table table = builder . StartTable ();...Assert . AreEqual ( 0.0d , table . Rows [ 0 ]. RowFormat . Height...

    reference.aspose.com/words/sv/net/aspose.words/...
  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. Chercher

    chercher...de DocumentBuilder Créer une table en utilisant DOM Insérer un...DocumentBuilder. Démarrez une table à l’aide de la méthode DocumentBuilder...

    blog.aspose.com/fr/words/create-table-in-word-j...
  5. Crear o Añadir Tabla en PDF|Aspose.PDF para Java

    Aprenda cómo crear o añadir una tabla a un documento PDF, aplicando estilo a las celdas, dividiendo la tabla en páginas y personalizando las filas y columnas, etc....PDF contiene clases llamadas Table , Cell , y Row que proporcionan...objeto de la clase Table. Aspose . Pdf . Table table = new Aspose ...

    docs.aspose.com/pdf/es/java/add-table-in-existi...
  6. Tabellenzellen in Präsentationen in .NET verwal...

    Verwalten Sie mühelos Tabellenzellen in PowerPoint mit Aspose.Slides für .NET. Beherrschen Sie den schnellen Zugriff, die Modifikation und das Styling von Zellen für nahtlose Folienautomatisierung....pptx" )) { ITable table = pres . Slides [ 0 ]. Shapes...Tabelle for ( int i = 0 ; i < table . Rows . Count ; i ++) { for...

    docs.aspose.com/slides/de/net/manage-cells/
  7. 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/...
  8. 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....
  9. Row.PreviousRow | Aspose.Words لـ .NET

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

    reference.aspose.com/words/ar/net/aspose.words....
  10. 강제 테이블 렌더링을 새 페이지에서 시작하기|Aspose.PDF for Java

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....setLandscape ( true ); Table table = new Table (); table . setColumnWidths...<= 120 ; i ++ ) { Row row = table . getRows (). add (); row ....

    docs.aspose.com/pdf/ko/java/force-table-renderi...