Sort Score
Result 10 results
Languages All
Labels All
Results 8,481 - 8,490 of 23,579 for

table

(0.53 sec)
  1. Манипуляция таблицами в существующем PDF|Aspose...

    Узнайте, как работать с таблицами в существующих PDF-документах, используя Aspose.PDF for .NET, обеспечивая гибкость в модификации документов.... GetDataDir_AsposePdf_Tables (); // Open PDF document using...TableAbsorber object to find tables var absorber = new Aspose ...

    docs.aspose.com/pdf/ru/net/manipulate-tables-in...
  2. Créer des tableaux croisés dynamiques et des gr...

    Comment ajouter des Tableaux croisés dynamiques et des graphiques croisés dynamiques avec Aspose.Cells pour Python via .NET.... Comment ajouter une table pivotante à l’aide de la bibliothèque...Cells for Python Pour créer une table pivotante à l’aide de Aspose...

    docs.aspose.com/cells/fr/python-net/create-pivo...
  3. ParagraphFormat.KeepWithNext | Aspose.Words per...

    Scopri come la proprietà KeepWithNext di ParagraphFormat garantisce che i paragrafi restino uniti, migliorando il flusso e la leggibilità del documento, per un aspetto curato....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. Chercher

    chercher...classe Document Créer un objet Table Ajouter le tableau au document...commençons par créer l'objet table. Notez comment nous devons passer...

    blog.aspose.com/fr/words/insert-table-in-word-d...
  5. CellFormat.LeftPadding | Aspose.Words per .NET

    Scopri la proprietà CellFormat LeftPadding per regolare facilmente la spaziatura a sinistra in punti, migliorando l'aspetto e la leggibilità del contenuto delle tue celle....DocumentBuilder ( doc ); Table table = builder . StartTable ();...Assert . AreEqual ( 0.0d , table . FirstRow . Cells [ 0 ]. CellFormat...

    reference.aspose.com/words/it/net/aspose.words....
  6. Row.IsFirstRow | Aspose.Words per .NET

    Scopri la proprietà Row IsFirstRow, che identifica facilmente la prima riga di una tabella. Migliora l'organizzazione dei tuoi dati con questa funzionalità essenziale!...VisitorAction VisitTableStart ( Table table ) { int rows = 0 ; int columns...0 ; if ( table . Rows . Count > 0 ) { rows = table . Rows . Count...

    reference.aspose.com/words/it/net/aspose.words....
  7. Cell.AcceptStart | Aspose.Words för .NET

    Upptäck Cell AcceptStart-metoden för att smidigt välkomna besökare till din cells ingångspunkt, vilket förbättrar användarupplevelsen och engagemanget....VisitorAction VisitTableStart ( Table table ) { int rows = 0 ; int columns...0 ; if ( table . Rows . Count > 0 ) { rows = table . Rows . Count...

    reference.aspose.com/words/sv/net/aspose.words....
  8. Row.Accept | Aspose.Words för .NET

    Upptäck Row Accept-metoden, utformad för att förbättra besökarnas engagemang och effektivisera användarinteraktioner för att din webbplats ska bli framgångsrik....VisitorAction VisitTableStart ( Table table ) { int rows = 0 ; int columns...0 ; if ( table . Rows . Count > 0 ) { rows = table . Rows . Count...

    reference.aspose.com/words/sv/net/aspose.words....
  9. Row.GetText | Aspose.Words för .NET

    Upptäck metoden Row GetText för att enkelt hämta text från alla celler i rad, inklusive radslutstecknet för sömlös datahantering....VisitorAction VisitTableStart ( Table table ) { int rows = 0 ; int columns...0 ; if ( table . Rows . Count > 0 ) { rows = table . Rows . Count...

    reference.aspose.com/words/sv/net/aspose.words....
  10. TableStyle.CellSpacing | Aspose.Words per .NET

    Scopri la proprietà TableStyle CellSpacing per regolare facilmente la spaziatura delle celle in punti, migliorando l'aspetto e la leggibilità della tua tabella....DocumentBuilder ( doc ); Table table = builder . StartTable ();...Styles . Add ( StyleType . Table , "MyTableStyle1" ); tableStyle...

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