Sort Score
Result 10 results
Languages All
Labels All
Results 2,721 - 2,730 of 18,745 for

rows

(0.47 sec)
  1. What's new|Aspose.Words for Python via .NET

    Aspose.Words for Python via .NET expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product....7 introduces flexible table row visibility and richer typography...specific table rows has been introduced by adding the Row.Hidden property...

    docs.aspose.com/words/python-net/what-s-new-in-...
  2. Free Support Forum - aspose.com - Latest topics

    Free Support Forum - aspose.com - Latest topics Latest topics Issue with Bullet Numbering While Splitting Document Pages Hi Team, I am splitting a document page-wise using the code below. However, ......DataPointId); int row = table.Select(s => s.RowIndex)...List<ESGTableProperties> rows = trow.ToList(); var tr = trow...

    forum.aspose.com/latest.rss
  3. CompositeNode | Aspose.Words for Java

    Base class for nodes that can contain other nodes in Java..../// Called when visiting of a Row node is ended in the document...visitRowEnd(Row row) { if (!row.hasChildNodes() && row.getParentNode()...

    reference.aspose.com/words/java/com.aspose.word...
  4. OfficeMath | Aspose.Words for Java

    Represents an Office Math object such as function equation matrix or alike in Java....for (Row row : table.getRows()) { for (Cell cell : row.getCells())...Examples: Shows how to combine the rows from two tables into one. Document...

    reference.aspose.com/words/java/com.aspose.word...
  5. Add Text to PDF using C#|Aspose.PDF for .NET

    Learn how to add text to a PDF document in .NET using Aspose.PDF for content enhancement and document editing.... Rows . Add (). Cells . Add (). Paragraphs...Pdf . Text . TextFragment ( "Row 1 Cell 1" )); text . FootNote...

    docs.aspose.com/pdf/net/add-text-to-pdf-file/
  6. 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....for (Row row : table.getRows()) { for (Cell cell : row.getCells())...Examples: Shows how to combine the rows from two tables into one. Document...

    reference.aspose.com/words/java/com.aspose.word...
  7. Section | Aspose.Words for Java

    Represents a single section in a document in Java....for (Row row : table.getRows()) { for (Cell cell : row.getCells())...Examples: Shows how to combine the rows from two tables into one. Document...

    reference.aspose.com/words/java/com.aspose.word...
  8. 使用 C# 向 PDF 添加文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中向 PDF 文档添加文本,以增强内容和编辑文档。... Rows . Add (). Cells . Add (). Paragraphs...Pdf . Text . TextFragment ( "Row 1 Cell 1" )); text . FootNote...

    docs.aspose.com/pdf/zh/net/add-text-to-pdf-file/
  9. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a main document and a glossary document of a Word document in Java..../// Called when visiting of a Row node is ended in the document...visitRowEnd(Row row) { if (!row.hasChildNodes() && row.getParentNode()...

    reference.aspose.com/words/java/com.aspose.word...
  10. InlineStory | Aspose.Words for Java

    Base class for inline-level nodes that can contain paragraphs and tables in Java..../// Called when visiting of a Row node is ended in the document...visitRowEnd(Row row) { if (!row.hasChildNodes() && row.getParentNode()...

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