Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 16,146 for

table

(0.09 sec)
  1. Aspose::Words::Tables::PreferredWidth::get_Valu...

    Aspose::Words::Tables::PreferredWidth::get_Value method. Gets the preferred width value. The unit of measure is specified in the Type property in C++....Aspose::Words::Tables::PreferredWidth::get_Value method Pref... double Aspose :: Words :: Tables :: PreferredWidth :: get_Value...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. Aspose::Words::DocumentBuilder::InsertTableOfCo...

    Aspose::Words::DocumentBuilder::InsertTableOfContents method. Inserts a TOC (Table of contents) field into the document in C++....tent method Inserts a TOC (table of contents) field into the...This method inserts a TOC (table of contents) field into the...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. FieldSkipIf.ComparisonOperator | Aspose.Words f...

    Discover the FieldSkipIf ComparisonOperator property, easily manage and customize your comparison operators for enhanced data handling....column in our data table. If a row from that table // has a value... Writeln ( ", " ); // This table has three rows, and one of them...

    reference.aspose.com/words/net/aspose.words.fie...
  4. InlineStory.Font | Aspose.Words for .NET

    Discover the InlineStory Font property for seamless font formatting of anchor characters, enhancing your design with unique typography options.... Footnote , null ); // Table nodes have an "EnsureMinimum()"...the table has at least one cell. Table table = new Table ( doc...

    reference.aspose.com/words/net/aspose.words/inl...
  5. 布局收集器问题 - Free Support Forum - aspose.com

    我需要通过文档布局收集器获取表格相对于页面的坐标,但是获取到的布局收集器是空的,为什么?怎么解决? // 获取表格所属文档,并强制更新文档布局(以确保后续布局信息准确) if (Table.Document is not Document document) return (null, null); // 确保布局信息是最新的 document.UpdatePageLayout(); // 创建布局收集器和枚举器 Layou…...获取表格所属文档,并强制更新文档布局(以确保后续布局信息准确) if (table.Document is not Document document)...= layoutCollector.GetEntity(table); if (layoutEntity == null)...

    forum.aspose.com/t/topic/311958
  6. Specify whether the PivotTable is compatible fo...

    This article shows how to specify whether the PivotTable is compatible for Excel2003 while refreshing PivotTable with Aspose.Cells for Python via .NET....property is set true and pivot table is refreshed, the data of cell...cell B5 of the pivot table is truncated and it becomes 255 characters...

    docs.aspose.com/cells/python-net/specify-whethe...
  7. Export Excel Data to DataTable without any Form...

    Learn how to Export Excel Data to DataTable without any Formatting through the Aspose.Cells for .NET API....export excel data into a data table without any formatting. For...export excel data to a data table, it will be exported as 0.01...

    docs.aspose.com/cells/net/export-excel-data-to-...
  8. BorderCollection.Bottom | Aspose.Words for .NET

    Discover the BorderCollection Bottom property to easily access and customize your bottom border for enhanced design flexibility and style....shading color while building a table. Document doc = new Document...DocumentBuilder ( doc ); // Start a table and set a default color/thickness...

    reference.aspose.com/words/net/aspose.words/bor...
  9. Merge Cells in Word using Python

    Follow this article to merge cells in Word using Python. It contains the IDE settings, steps, and a sample code to combine cells in Word using Python....cells in a table. Steps to Merge Cells in Word Table using Python...for Python via .NET to merge table cells Add the predefined method...

    kb.aspose.com/words/python/merge-cells-in-word-...
  10. FieldDatabaseDataTable | Aspose.Words for Java

    Provides data for the FieldDatabase field result in Java....and display the result in a table. FieldDatabase field = (FieldDatabase)...query result in the field's table. field.setFirstRecord("1");...

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