Sort Score
Result 10 results
Languages All
Labels All
Results 2,301 - 2,310 of 14,273 for

rows

(0.19 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. StructuredDocumentTag | Aspose.Words for Java

    Represents a structured document tag SDT or content control in a document in Java.... Row-level - Among rows in a table, as a child...Among cells in a table row, as a child of a Row node. Inline-level...

    reference.aspose.com/words/java/com.aspose.word...
  7. 使用 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/
  8. GlossaryDocument | Aspose.Words for Java

    Represents the root element for a glossary document within a Word 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...
  9. Footnote | Aspose.Words for Java

    Represents a container for text of a footnote or endnote 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...
  10. Paragraph | Aspose.Words for Java

    Represents a paragraph of text 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...