Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 19,750 for

table

(0.13 sec)
  1. ParagraphFormat.keepWithNext property | Aspose....

    ParagraphFormat.keepWithNext property. True if the paragraph is to remains on the same page as the paragraph that follows it....Examples Shows how to set a table to stay together on the same...myDir + "Table spanning two pages.docx" ); let table = doc . firstSection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. CompositeNode.HasChildNodes | Aspose.Words for ...

    Discover if a CompositeNode has child nodes with the HasChildNodes property. Simplify your coding with this essential feature for efficient node management....to combine the rows from two tables into one. Document doc = new...new Document ( MyDir + "Tables.docx" ); // Below are two ways...

    reference.aspose.com/words/net/aspose.words/com...
  3. 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...
  4. 布局收集器问题 - 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
  5. InlineStory.Tables | Aspose.Words for .NET

    Discover InlineStory Tables. Access a collection of story Tables that enhance your data organization and storytelling capabilities. Explore now!...Tables Contents [ Hide ] InlineStory.Tables property Gets a collection...collection of tables that are immediate children of the story...

    reference.aspose.com/words/net/aspose.words/inl...
  6. Cell class | Aspose.Words for Node.js

    Aspose.Words.Tables.Cell class. Represents a Table cell...class Cell class Represents a table cell. To learn more, visit the...the Working with Tables documentation article. Remarks Cell can...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Row.AcceptStart | Aspose.Words for .NET

    Discover the Row AcceptStart method, seamlessly accept visitors at the row's start for enhanced user experience and efficient navigation....the node structure of every table in a document. public void TableToText...a string of all encountered Table nodes and their children. ///...

    reference.aspose.com/words/net/aspose.words.tab...
  8. Get the Cell object by DisplayName of PivotFiel...

    How to get the Cell object by DisplayName of PivotField of PivotTable with Aspose.Cells for JavaScript via C++....code accesses the first pivot table of the worksheet and then gets...second data field of the pivot table. It then changes the fill color...

    docs.aspose.com/cells/javascript-cpp/get-the-ce...
  9. Aspose::Words::Tables::RowFormat::get_HeightRul...

    Aspose::Words::Tables::RowFormat::get_HeightRule method. Gets or sets the rule for determining the height of the Table row in C++....Aspose::Words::Tables::RowFormat::get_HeightRule method Contents...determining the height of the table row. Aspose :: Words :: HeightRule...

    reference.aspose.com/words/cpp/aspose.words.tab...
  10. Aspose::Words::Tables::Row::get_NextRow method ...

    Aspose::Words::Tables::Row::get_NextRow method. Gets the next Row node in C++....Aspose::Words::Tables::Row::get_NextRow method Row::get_NextRow...Words :: Tables :: Row > Aspose :: Words :: Tables :: Row ::...

    reference.aspose.com/words/cpp/aspose.words.tab...