Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.pdf.elements
Class Row

java.lang.Object
  extended bycom.aspose.pdf.elements.PdfElementBase
      extended bycom.aspose.pdf.elements.Row
All Implemented Interfaces:
java.lang.Cloneable

public class Row
extends PdfElementBase

Repserents a row in a Table.


Constructor Summary
Row(Table table)
          Initializes a new instance of the Row class in a table.
 
Method Summary
 Cells getCells()
          Gets a Cells collection that indicates all cells in the row.
 int getCellsSize()
          Get cells number in this row.
 org.w3c.dom.Element getDOMElement()
          Gets a DOM representation of the pdf element.
 
Methods inherited from class com.aspose.pdf.elements.PdfElementBase
clone, getElementFactory, getID, getNameIndex, setID
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Row

public Row(Table table)
Initializes a new instance of the Row class in a table.

Method Detail

getCells

public Cells getCells()
Gets a Cells collection that indicates all cells in the row.


getCellsSize

public int getCellsSize()
Get cells number in this row.

Returns:
number of cells of this row.

getDOMElement

public org.w3c.dom.Element getDOMElement()
                                  throws AsposeBaseException
Description copied from class: PdfElementBase
Gets a DOM representation of the pdf element.

Overrides:
getDOMElement in class PdfElementBase
Throws:
AsposeBaseException
See Also:
PdfElementBase.getDOMElement()