Sort Score
Result 10 results
Languages All
Labels All
Results 2,961 - 2,970 of 19,528 for

rows

(0.12 sec)
  1. 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...
  2. 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...
  3. BuildingBlock | Aspose.Words for Java

    Represents a glossary document entry such as a Building Block AutoText or an AutoCorrect entry 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. Comment | Aspose.Words for Java

    Represents a container for text of a comment 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. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – PDF Conversion Solution using Python https://products.aspose.com/pdf/python-net/conversion/ Recent content in PDF Conversion Solution using Pyt......"text":"Extract the number of rows and columns from the loaded...loaded DICOM image using its Rows and Columns attributes, which represent...

    products.aspose.com/pdf/python-net/conversion/i...
  6. Document | Aspose.Words for Java

    Represents a Word document in Java....for a mail merge from a single row in the table doc.getMailMerge()...for (Row row : table.getRows()) { for (Cell cell : row.getCells())...

    reference.aspose.com/words/java/com.aspose.word...
  7. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Merge PDF Documents using Python https://products.aspose.com/pdf/python-net/merger/ Recent content in Merge PDF Documents using Python on Aspso......(2 columns), and vertical (2 rows). This creates a single BMP...(2 columns), and vertical (2 rows). This creates a single BMP...

    products.aspose.com/pdf/python-net/merger/index...
  8. Download .NET Component DLL to Process PDF | As...

    Download C# Class Library DLL to work with PDF pages, images, attachments, fonts, bookmarks, annotations, forms, watermarks, security & printing via .NET API....hotfix: 1) IsRowBroken with Fixed row hight bug fixed. Refer to http://...Working with Table containing Rows... Added: Downloads: Download...

    releases.aspose.com/pdf/net/
  9. HtmlSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.HTML SaveFormat.MHTML SaveFormat.EPUB SaveFormat.AZW_3 or SaveFormat.MOBI format in Java....getTableWidthOutputM() Controls how table, row and cell widths are exported... value) Controls how table, row and cell widths are exported...

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

    Base class for objects in the drawing layer such as an AutoShape freeform OLE object ActiveX control or picture 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...