Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 15,934 for

table

(0.06 sec)
  1. Aspose::Words::Saving::HtmlElementSizeOutputMod...

    Aspose::Words::Saving::HtmlElementSizeOutputMode enum. Specifies how Aspose.Words exports element widths and heights to HTML, MHTML and EPUB in C++....DocumentBuilder > ( doc ); // Insert a table with a negative indent, which...page boundary. SharedPtr < Table > table = builder -> StartTable...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. DocumentBuilderOptions.context_table_formatting...

    DocumentBuilderOptions.context_Table_formatting property. True if the formatting applied to Table content does not affect the formatting of the content that follows it...context_table_formatting property DocumentBuilderOptio.context_table_formatting...context_table_formatting property True if the formatting applied to...

    reference.aspose.com/words/python-net/aspose.wo...
  3. RowFormat.allow_break_across_pages property | A...

    RowFormat.allow_break_across_pages property. True if the text in a Table row is allowed to split across a page break....property True if the text in a table row is allowed to split across...across pages for every row in a table. doc = aw . Document ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  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. CellFormat.Borders | Aspose.Words for .NET

    Discover the CellFormat Borders property to access and customize cell border collections for enhanced spreadsheet design and functionality....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.tab...
  6. Row.isLastRow property | Aspose.Words for Node.js

    Row.isLastRow property. True if this is the last row in a Table; false otherwise....if this is the last row in a table; false otherwise. get isLastRow...Examples Shows how to set a table to stay together on the same...

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

    Discover the Cell ParentRow property to easily access the parent row of any cell, enhancing your data management and navigation efficiency....Examples Shows how to set a table to stay together on the same...MyDir + "Table spanning two pages.docx" ); Table table = doc ....

    reference.aspose.com/words/net/aspose.words.tab...
  8. Aspose::Words::ConditionalStyleCollection::get_...

    Aspose::Words::ConditionalStyleCollection::get_BottomRightCell method. Gets the bottom right cell style in C++....with certain area styles of a table. auto doc = MakeObject < Document...> ( doc ); SharedPtr < Table > table = builder -> StartTable...

    reference.aspose.com/words/cpp/aspose.words/con...
  9. Aspose::Words::ConditionalStyle::get_Borders me...

    Aspose::Words::ConditionalStyle::get_Borders method. Gets the collection of default cell borders for the conditional style in C++....with certain area styles of a table. auto doc = MakeObject < Document...> ( doc ); SharedPtr < Table > table = builder -> StartTable...

    reference.aspose.com/words/cpp/aspose.words/con...
  10. Aspose::Words::ConditionalStyleCollection::get_...

    Aspose::Words::ConditionalStyleCollection::get_FirstRow method. Gets the first row style in C++....with certain area styles of a table. auto doc = MakeObject < Document...> ( doc ); SharedPtr < Table > table = builder -> StartTable...

    reference.aspose.com/words/cpp/aspose.words/con...