Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,410 of 20,352 for

table

(0.07 sec)
  1. Aspose::Words::Fields::FieldDatabaseDataTable c...

    Aspose::Words::Fields::FieldDatabaseDataTable class. Provides data for the FieldDatabase field result. Please see DataTable instance. To learn more, visit the documentation article in C++....columns that belong to this table. get_Rows () const Gets rows...rows that belong to this table. GetType () const override Is (const...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations....mail merges, populating data tables, generating one slide per data...simply copy data from an Excel table and display it on a PowerPoint...

    docs.aspose.com/slides/python-net/excel-integra...
  3. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks using Aspose.Slides for PHP via Java. Load sheets and cells and use values to generate data-driven PowerPoint presentations....mail merges, populating data tables, generating one slide per data...simply copy data from an Excel table and display it on a PowerPoint...

    docs.aspose.com/slides/php-java/excel-integration/
  4. Document.UpdateFields | Aspose.Words for .NET

    Revamp your document with the UpdateFields method—efficiently refresh all field values for enhanced accuracy and seamless editing....docx" ); Shows how to insert a Table of contents (TOC) into a document...DocumentBuilder ( doc ); // Insert a table of contents for the first page...

    reference.aspose.com/words/net/aspose.words/doc...
  5. 使用 Python 从 PDF 中删除表格 | Aspose.PDF

    Python 源代码用于通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上从 PDF 文件中删除表格。... pages [ 1 ]) table = absorber . table_list [ 0 ] absorber...absorber . remove ( table ) document . save ( path_outfile )...

    products.aspose.com/pdf/zh-hans/python-net/tabl...
  6. FieldMergingArgsBase.table_name property | Aspo...

    FieldMergingArgsBase.Table_name property. Gets the name of the data Table for the current merge operation or empty string if the name is not available....table_name property FieldMergingArgsBase.table_name property...property Gets the name of the data table for the current merge operation...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Images is placed over footer when converting do...

    version 20.5 Java When converting the attached document to PDF some images is covering the footer information. Is this a know issue and are there any fixes in later versions? In the uploaded files I’ve attached the wor…...Words table row breaking logic does not...support floating objects inside a table currently since they have this...

    forum.aspose.com/t/images-is-placed-over-footer...
  8. Աղյուսակի ավտոմատ տեղաբաշխում Word-ում Java-ի մ...

    Այս հոդվածում ներկայացված է, թե ինչպես ավտոմատ կերպով տեղաբաշխել աղյուսակը Word-ում Java-ի միջոցով։ Այն պարունակում է IDE-ի կարգավորման մանրամասները, քայլերի ցանկը և կոդի օրինակ, որը ցույց է տալիս, թե ինչպես տեղավորել աղյուսակը էջի վրա Word-ում՝ օգտագործելով Java։...TABLE տարբերակը։ Տիպափոխեք ստացված հանգույցը Table օբյեկտի։...օբյեկտի։ Կանչեք autoFit() մեթոդը Table դասում։ Պահպանեք ելքային ֆայլը՝...

    kb.aspose.com/hy/words/java/autofit-table-in-wo...
  9. Create AcroForms - Create Fillable PDF in PHP|A...

    This section explains how to create AcroForms from scratch in your PDF documents with Aspose.PDF for PHP via Java....options and place them inside Table cells. $colors = new Color ();...getPages () -> add (); $table = new Table (); $table -> setColumnWidths...

    docs.aspose.com/pdf/php-java/create-forms/
  10. Node Class | Aspose.Words for .NET

    Discover the Aspose.Words.Node class, the essential foundation for all Word document nodes, enabling seamless document manipulation and customization....doc = new Document ( MyDir + "Tables.docx" ); Assert . That ( doc...GetChildNodes ( NodeType . Table , true ). Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words/node/