Sort Score
Result 10 results
Languages All
Labels All
Results 3,131 - 3,140 of 19,750 for

table

(0.07 sec)
  1. HeightRule | Aspose.Words for Java

    Specifies the rule for determining the height of an object in Java....new DocumentBuilder(doc); Table table = builder.startTable(); builder... Assert.assertEquals(0.0d, table.getRows().get(0).getRowFormat()...

    reference.aspose.com/words/java/com.aspose.word...
  2. Manipulate and Substitute TrueType Fonts in C#|...

    Aspose.Words for .NET can embed the correct TrueType fonts into the resulting document to ensure that it displays accurately using C#. If a font or a specific character is not available, Aspose.Words searches for a suiTable font replacement or uses the Font fallback mechanism....but powerful mechanism called Table substitution rule. By default...rule. Aspose.Words uses XML tables, which define the basic substitution...

    docs.aspose.com/words/net/manipulating-and-subs...
  3. Manipulate PDF Document in C#|Aspose.PDF for .NET

    This article contains information on how to validate PDF Document for PDF A Standard, how to work with TOC, how to set PDF expiry date, and etc....PDF API allows you to add a table of content either when creating...namespace allows you to create a table of contents when creating a...

    docs.aspose.com/pdf/net/manipulate-pdf-document/
  4. 使用Python.NET计算数据表的数组公式|Documentation

    了解如何使用Aspose.Cells for Python via .NET API计算Excel数据表的数组公式。编程修改和保存电子表格。...put 100 in B1, then all Data Table values formatted as Yellow will...now it also calculates Data Table array formula workbook . calculate_formula...

    docs.aspose.com/cells/zh/python-net/calculation...
  5. Plugins Licensing - System Requirements|Documen...

    C# Image Processing Library Licensing plugins to develop applications in any development environment that targets the .NET Standard 2.0 and higher....as outlined in the following table: .NET 8.0.0 or higher .NET 7...environments listed in the following table: Microsoft Visual Studio 2022...

    docs.aspose.com/imaging/net/aspose-imaging-net-...
  6. ToaCategories.DefaultCategories | Aspose.Words ...

    Discover the ToaCategories DefaultCategories property for easy access to essential Table of authorities categories. Streamline your document management today!...DefaultCategories property Gets the default table of authorities categories. public...ToaCategories property to specify table of authorities categories for...

    reference.aspose.com/words/net/aspose.words.fie...
  7. 使用 Python 更改 HTML 边框颜色

    学习使用 Aspose.HTML for Python via .NET 在 HTML 中更改边框颜色。提供逐步示例、CSS 提示和常见样式问题的解决方案。...确定要更改边框颜色的元素(如 <p> 、 <h1> 、 <div> 或 <table> ),并找到该元素以设置 style 属性。使用 Element...若要更改表格的边框颜色,可使用内联或内部 CSS。以下示例展示了如何使用内联 CSS 为 <table> 元素设置边框颜色: 使用内联 CSS 更改表格边框颜色的...

    docs.aspose.com/html/zh/python-net/how-to-chang...
  8. Document Class | Aspose.Words for .NET

    Discover the Aspose.Words.Document class for seamless Word document manipulation. Enhance your projects with powerful features and easy integration....specified in table styles into direct formatting on tables in the document...DataTable table = new DataTable ( "Test" ); table . Columns ...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Add HTML String using DOM in Python|Aspose.PDF ...

    Learn how to add an HTML string to a PDF document using the DOM API in Python with Aspose.PDF for dynamic content insertion....HtmlFragment ( "<fontsize=10><b><i>Table</i></b></fontsize>" ) margin...

    docs.aspose.com/pdf/python-java/add-html-string...
  10. SmartTag | Aspose.Words for Java

    This element specifies the presence of a smart tag around one or more inline structures runs images fieldsetc. within a paragraph in Java....Shows how to find out if a tables are nested. public void ca...Document(getMyDir() + "Nested tables.docx"); NodeCollection tables = doc.getChildNodes(NodeType...

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