Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 20,352 for

table

(0.33 sec)
  1. FieldNextIf.LeftExpression | Aspose.Words for .NET

    Discover the FieldNextIf LeftExpression property. Easily manage the left side of your comparison expressions for enhanced data manipulation and analysis....A mail merge that uses this table would normally create a 3-page...DataTable table = new DataTable ( "Employees" ); table . Columns...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Get the Cell Object by DisplayName of PivotFiel...

    Learn how to retrieve the cell object by the display name of a pivot field and apply formatting using Aspose.Cells for C++....code accesses the first pivot table of the worksheet and then retrieves...second data field of the pivot table. It then changes the fill color...

    docs.aspose.com/cells/go-cpp/get-the-cell-objec...
  3. RowFormat.heightRule property | Aspose.Words fo...

    RowFormat.heightRule property. Gets or sets the rule for determining the height of the Table row....determining the height of the table row. get heightRule () : Aspose...Shows how to create a formatted table using DocumentBuilder. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FieldGreetingLine.AlternateText | Aspose.Words ...

    Discover how to use the FieldGreetingLine AlternateText property to enhance user experience by displaying custom text when names are missing....cover any cases where the data table data is invalid // by substituting...1033" )); // Create a data table with columns whose names match...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Export Excel data to fill PDF form|Aspose.PDF f...

    This section explains how you can export Excel worksheet data to fill PDF form using AutoFiller Class....allows you to generate Data Table in PDF document. // For complete...Create a new DataTable var table = new System . Data . DataTable...

    docs.aspose.com/pdf/net/export-excel-worksheet-...
  6. CellFormat.width property | Aspose.Words for Py...

    CellFormat.width property. Gets the width of the cell in points....Currently, not every combination of table, cell and document properties...cell contents in an auto-fit table layout. Cells in other rows...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 创建复杂的PDF|Aspose.PDF for C++

    Aspose.PDF for C++允许您创建包含图像、文本片段和表格的更复杂的文档。...// 添加表格 auto table = MakeObject < Table > (); table -> set_ColumnWidths...set_ColumnWidths ( u "200" ); table -> set_Border ( MakeObject < BorderInfo...

    docs.aspose.com/pdf/zh/cpp/complex-pdf-example/
  8. Remove Pivot Connection|Documentation

    Learn how to remove a pivot connection with the Aspose.Cells library....disassociate a slicer and a pivot table in Excel, you need to right‑click...disassociate a slicer and a pivot table using the Aspose.Cells API programmatically...

    docs.aspose.com/cells/net/remove-pivot-connection/
  9. CellFormat.orientation property | Aspose.Words ...

    CellFormat.orientation property. Returns or sets the orientation of text in a Table cell....the orientation of text in a table cell. @property def orientation...Examples Shows how to build a table with custom borders. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Creating a complex PDF|Aspose.PDF for PHP via Java

    Aspose.PDF for PHP via Java allows you to create more complex documents that contain images, text fragments, and Tables in one document.... Create a table, add table properties. Add (table) to the page...$description ); // Add table $table = new Table (); $table -> setColumnWidths...

    docs.aspose.com/pdf/php-java/complex-pdf-example/