Sort Score
Result 10 results
Languages All
Labels All
Results 7,971 - 7,980 of 20,914 for

table

(0.2 sec)
  1. Archiv

    Archiv... Außerdem gibt es das Table Objekt zurück. Das Folgende...Sie sich ihre Referenz in ein Table Objekt. Fügen Sie Spalten gemäß...

    blog.aspose.com/de/words/insert-datatable-in-wo...
  2. Archiver

    les archives... table = ac . DataTable( "Data" ) table . columns ...add( "Name" ) table . columns . add( "Email" ) table . columns ...

    blog.aspose.com/fr/cells/mail-merge-using-excel...
  3. arkiv

    arkiv...hämta dess referens till ett Table -objekt. Infoga kolumner i tabellen...datatypen därefter. Returnera Table-objektet. Följande är implementeringen...

    blog.aspose.com/sv/words/insert-datatable-in-wo...
  4. TextWrapping Enum | Aspose.Words per .NET

    Scopri l'enum Aspose.Words.Tables.TextWrapping per un efficiente inserimento del testo nelle tabelle. Migliora la formattazione dei tuoi documenti con facilità!...DocumentBuilder ( doc ); Table table = builder . StartTable ();...2" ); builder . EndTable (); table . PreferredWidth = PreferredWidth...

    reference.aspose.com/words/it/net/aspose.words....
  5. RowCollection.ToArray | Aspose.Words لـ .NET

    قم بتحويل RowCollection الخاص بك إلى مصفوفة جديدة بسهولة باستخدام طريقة ToArray، مما يضمن إدارة سلسة للبيانات وتحسين الأداء....( MyDir + "Tables.docx" ); TableCollection tables = doc . FirstSection...FirstSection . Body . Tables ; Assert . AreEqual ( 2 , tables . ToArray ()...

    reference.aspose.com/words/ar/net/aspose.words....
  6. Cell.Paragraphs | Aspose.Words för .NET

    Upptäck egenskapen Cellstycken för att få åtkomst till en samling direkta understycken, vilket förbättrar dokumentets struktur och läsbarhet....MyDir + "Table spanning two pages.docx" ); Table table = doc .... FirstSection . Body . Tables [ 0 ]; // Aktiverar KeepWithNext...

    reference.aspose.com/words/sv/net/aspose.words....
  7. Inserir uma Imagem em uma Célula de Tabela em P...

    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....PDF fornece uma classe, Table, que oferece a capacidade de...//Instanciar um objeto tabela Table table = new Table (); //Adicionar a tabela...

    docs.aspose.com/pdf/pt/java/inserir-uma-imagem-...
  8. ConditionalStyle.TopPadding | Aspose.Words per ...

    Scopri la proprietà ConditionalStyle TopPadding per regolare facilmente lo spazio sopra il contenuto delle celle della tabella, migliorando il layout e la leggibilità per un design migliore....DocumentBuilder ( doc ); Table table = builder . StartTable ();...Styles . Add ( StyleType . Table , "MyTableStyle1" ); // Gli...

    reference.aspose.com/words/it/net/aspose.words/...
  9. InlineStory.Font | Aspose.Words per .NET

    Scopri la proprietà del font InlineStory per una formattazione fluida dei caratteri di ancoraggio, migliorando il tuo design con opzioni tipografiche uniche.... Table table = new Table ( doc ); table . EnsureMinimum...footnote . Tables . Count ); footnote . AppendChild ( table ); Assert...

    reference.aspose.com/words/it/net/aspose.words/...
  10. Gestion des cellules de tableau dans les présen...

    Gérez facilement les cellules de Tableau dans PowerPoint et OpenDocument avec Aspose.Slides pour Python via .NET. Maîtrisez l'accès, la modification et le style des cellules rapidement pour une automatisation fluide des diapositives....Presentation ( "presentation_with_table.pptx" ) as presentation : #...diapositive est un tableau. table = presentation . slides [ 0...

    docs.aspose.com/slides/fr/python-net/manage-cells/