Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 20,143 for

table

(0.16 sec)
  1. Aspose::Words::Saving::HtmlSaveOptions::get_All...

    Aspose::Words::Saving::HtmlSaveOptions::get_AllowNegativeIndent method. Specifies whether negative left and right indents of paragraphs are normalized when saving to HTML, MHTML or EPUB. Default value is false in C++....DocumentBuilder > ( doc ); // Insert a table with a negative indent, which...Aspose :: Words :: Tables :: Table > table = builder -> StartTable...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Table.AcceptStart | Aspose.Words for .NET

    Discover the Table AcceptStart method to seamlessly welcome visitors at the Table's start, enhancing user experience and engagement....AcceptStart Contents [ Hide ] Table.AcceptStart method Accepts a...for visiting the start of the table. public override VisitorAction...

    reference.aspose.com/words/net/aspose.words.tab...
  3. 创建或添加表格到PDF|Aspose.PDF for Java

    学习如何在PDF文档中创建或添加表格,应用单元格样式,拆分表格到页面上,并自定义行和列等。...PDF 命名空间包含名为 Table 、 Cell 和 Row 的类,这些类提供了在从头生成PDF文档时创建表格的功能。... 可以通过创建 Table 类的对象来创建表格。 Aspose . Pdf . Table table = new Aspose...

    docs.aspose.com/pdf/zh/java/add-table-in-existi...
  4. Remove Tables from PDF using Java | Aspose.PDF

    Remove Tables from PDF file programmatically with Java sample code using Aspose.PDF for Java...How to deleting Tables from PDF document Using Java Library In...In order to delete table, we’ll use Aspose.PDF for Java API which...

    products.aspose.com/pdf/java/table/remove/
  5. PreferredWidth.Type | Aspose.Words for .NET

    Discover the PreferredWidth Type property, which defines the measurement unit for preferred width values, enhancing your design precision and flexibility....preferred width type and value of a table cell. Document doc = new Document...Document ( MyDir + "Tables.docx" ); Table table = doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.tab...
  6. Aspose::Words::Tables::TableCollection class | ...

    Aspose::Words::Tables::TableCollection class. Provides typed access to a collection of Table nodes. To learn more, visit the documentation article in C++....Aspose::Words::Tables::TableCollection class Contents [ Hide...typed access to a collection of Table nodes. To learn more, visit...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. 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...
  8. 布局收集器问题 - 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
  9. Table.preferredWidth property | Aspose.Words fo...

    Table.preferredWidth property. Gets or sets the Table preferred width....property Table.preferredWidth property Gets or sets the table preferred...preferredWidth () : Aspose . Words . Tables . PreferredWidth Remarks The...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. RowFormat.AllowBreakAcrossPages | Aspose.Words ...

    Discover the RowFormat AllowBreakAcrossPages property, enable seamless text flow in Table rows across page breaks for enhanced readability and presentation....property True if the text in a table row is allowed to split across...in a table. Document doc = new Document ( MyDir + "Table spanning...

    reference.aspose.com/words/net/aspose.words.tab...