Sort Score
Result 10 results
Languages All
Labels All
Results 7,261 - 7,270 of 16,048 for

table

(0.05 sec)
  1. IMailMergeCallback.TagsReplaced | Aspose.Words ...

    Scopri come il metodo IMailMergeCallback TagsReplaced migliora l'automazione dei tuoi documenti sostituendo perfettamente il testo originale con i campi MERGEFIELD....DataTable table = new DataTable ( "Test" ); table . Columns ..."FirstName" ); table . Rows . Add ( "John" ); table . Rows . Add...

    reference.aspose.com/words/it/net/aspose.words....
  2. 기존 PDF에서 표 제거|Aspose.PDF for C++

    이 섹션에서는 PDF 문서에서 표를 제거하는 방법을 설명합니다....Document > ( _dataDir + u "Table_input.pdf" ); // 테이블을 찾기 위한...// 페이지에서 첫 번째 테이블 가져오기 auto table = absorber -> get_TableList...

    docs.aspose.com/pdf/ko/cpp/remove-tables-from-e...
  3. 복잡한 PDF 만들기|Aspose.PDF for C++

    Aspose.PDF for C++를 사용하면 하나의 문서에 이미지, 텍스트 조각 및 테이블을 포함하는 더 복잡한 문서를 만들 수 있습니다....// Add table auto table = MakeObject<Table>(); table->set_ColumnWidths(u"200");...table->set_ColumnWidths(u"200"); table->set_Border(MakeObject<BorderInfo>...

    docs.aspose.com/pdf/ko/cpp/complex-pdf-example/
  4. RowFormat.HeightRule | Aspose.Words per .NET

    Scopri la proprietà RowFormat HeightRule per personalizzare facilmente le altezze delle righe della tabella per ottenere un layout e un design ottimali nelle tue applicazioni....DocumentBuilder ( doc ); Table table = builder . StartTable ();...Assert . AreEqual ( 0.0d , table . Rows [ 0 ]. RowFormat . Height...

    reference.aspose.com/words/it/net/aspose.words....
  5. RowFormat.Height | Aspose.Words per .NET

    Scopri la proprietà RowFormat Height per regolare facilmente l'altezza delle righe della tabella in punti, migliorando il layout e la leggibilità del tuo documento....DocumentBuilder ( doc ); Table table = builder . StartTable ();...Assert . AreEqual ( 0.0d , table . Rows [ 0 ]. RowFormat . Height...

    reference.aspose.com/words/it/net/aspose.words....
  6. CompatibilityOptions.grow_autofit property | As...

    CompatibilityOptions.grow_autofit property. Allow Tables to AutoFit Into Page Margins....grow_autofit property Allow Tables to AutoFit Into Page Margins...CompatibilityOptions.layout_raw_table_width property...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentVisitor.VisitRowEnd | Aspose.Words لـ .NET

    اكتشف طريقة DocumentVisitor VisitRowEnd، وهي أساسية لإدارة تعداد صفوف الجداول في تطبيقاتك. حسّن كفاءة البرمجة لديك اليوم!...VisitorAction VisitTableStart ( Table table ) { int rows = 0 ; int columns...0 ; if ( table . Rows . Count > 0 ) { rows = table . Rows . Count...

    reference.aspose.com/words/ar/net/aspose.words/...
  8. DocumentVisitor.VisitRowEnd | Aspose.Words för ...

    Upptäck DocumentVisitor VisitRowEnd-metoden, viktig för att hantera tabellradsuppräkning i dina applikationer. Öka din kodningseffektivitet idag!...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. 使用 C++ 添加、提取、删除 PDF 中的表格 | Aspose.PDF

    簡單的演示原始程式碼,可在任何平臺上使用PDF檔中的表格,C++語言。...建立一個 Table 物件。 設定表格設定(例如設定邊框)。 填充表格。 將表格新增至頁面。...instance of the Table auto table = MakeObject < Table > (); // Set...

    products.aspose.com/pdf/zh-hant/cpp/table/
  10. DocumentBuilder.EndTable | Aspose.Words per .NET

    Completa senza sforzo le tabelle dei tuoi documenti con il metodo EndTable di DocumentBuilder, assicurando una formattazione impeccabile e una presentazione professionale.... public Table EndTable () Valore di ritorno...DocumentBuilder ( doc ); Table table = builder . StartTable ();...

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