Sort Score
Result 10 results
Languages All
Labels All
Results 2,771 - 2,780 of 18,879 for

rows

(0.17 sec)
  1. 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/
  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. 使用 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/
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  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...