![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.pdf.elements.PdfElementBase
com.aspose.pdf.elements.Row
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 |
public Row(Table table)
Method Detail |
public Cells getCells()
public int getCellsSize()
public org.w3c.dom.Element getDOMElement() throws AsposeBaseException
PdfElementBase
getDOMElement
in class PdfElementBase
AsposeBaseException
PdfElementBase.getDOMElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |