Sort Score
Result 10 results
Languages All
Labels All
Results 2,451 - 2,460 of 20,301 for

table

(0.14 sec)
  1. ForeignKeyConstraint | Aspose.Words for Java

    Represents an action restriction enforced on a set of columns in a primary key/foreign key relationship when a value or row is either deleted or updated in Java....getRelatedTable() Gets the parent table of this constraint. getTable()...getTable() Gets the child table of this constraint. getUpdateRule()...

    reference.aspose.com/words/java/com.aspose.word...
  2. 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/
  3. ChartDataTable.Font | Aspose.Words for .NET

    Discover the ChartDataTable Font property to enhance your data Table's appearance with customizable font formatting for better readability and impact....font formatting of the data table. public Font Font { get ; }...Examples Shows how to show data table with chart series data. Document...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Alignment match with an RSPT RDLC reference rep...

    Hi Team, How can I create an Aspose Word template that matches the alignment of an RDLC report? Is there any tool or an easier way to replicate the layout? I’ve attached a reference RDLC report and the Aspose template I…...alignments don’t match—images and tables aren’t in the same positions—and...report – same page margins, table position, image placement, and...

    forum.aspose.com/t/alignment-match-with-an-rspt...
  5. 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...
  6. Problem for resetting the numbering of List whi...

    We encountered an issue when resetting the list numbering when merging documents. In order to prevent the merged list from continuing the numbering of the target document, we wrote a new processing method called “ResetNu…...Tables.Table) { Table tmTb = newNode as Table; Table tmSrcTb...tmSrcTb = node as Table; for (int i = 0; i < tmTb.Rows.Count; i++)...

    forum.aspose.com/t/problem-for-resetting-the-nu...
  7. 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/
  8. MailMerge.UseNonMergeFields | Aspose.Words for ...

    Unlock the power of MailMerge! Use the UseNonMergeFields property to enhance your documents by merging into various field types seamlessly....places data from each row of a table into MERGEFIELDs, which name...name columns in that table. // Our document has no such fields,...

    reference.aspose.com/words/net/aspose.words.mai...
  9. 使用C++设置数据透视表选项——空单元格显示|Documentation

    学习如何在使用Aspose.Cells的C++中设置数据透视表中的“空单元格显示”选项。...0 ); // Get the first pivot table PivotTableCollection pivotTables..."null" ); // Calculate pivot table data pt . CalculateData ();...

    docs.aspose.com/cells/zh/cpp/setting-pivot-tabl...
  10. CompositeNode | Aspose.Words for Java

    Base class for nodes that can contain other nodes in Java....accept(hiddenContentRemover); // 2 - Table node: Table table = doc.getFirstSection()...getBody().getTables().get(0); table.accept(hiddenContentRemover);...

    reference.aspose.com/words/java/com.aspose.word...