|
||||||||||
| 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 | |
BorderInfo |
getBorder()
Gets a BorderInfo object that indicates the row border info. |
Cells |
getCells()
Gets a Cells collection that indicates all cells in the row. |
int |
getCellsSize()
Gets cells number in this row. |
TextInfo |
getDefaultCellTextInfo()
Gets a TextInfo object that indicates the text format info of the row. |
org.w3c.dom.Element |
getDOMElement()
Gets a DOM representation of the pdf element. |
float |
getFixedRowHeight()
Gets a float value that indicates the fixed row height. |
Table |
getParentTable()
Gets the Row object's table. |
java.lang.String |
getVerticalAlignment()
Gets a VerticalAlignmentType value that indicates the vertical alignment type. |
boolean |
isDisabled()
Gets a bool value that indicates whether this row is disabled. |
void |
setBorder(BorderInfo info)
Sets a BorderInfo object that indicates the row border info. |
void |
setDefaultCellTextInfo(TextInfo textInfo)
Sets a TextInfo object that indicates the text format info of the row. |
void |
setFixedRowHeight(float fixedRowHeight)
Sets a float value that indicates the fixed row height. |
void |
setIsDisabled(boolean disabled)
Sets a bool value that indicates whether this row is disabled. |
void |
setVerticalAlignment(java.lang.String alignment)
Sets a VerticalAlignmentType value that indicates the vertical alignment type. |
| 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 java.lang.String getVerticalAlignment()
public void setVerticalAlignment(java.lang.String alignment)
alignment - The VerticalAlignment to set.VerticalAlignmentTypepublic TextInfo getDefaultCellTextInfo()
public void setDefaultCellTextInfo(TextInfo textInfo)
public boolean isDisabled()
public void setIsDisabled(boolean disabled)
disabled - The IsDisabled to set.public float getFixedRowHeight()
public void setFixedRowHeight(float fixedRowHeight)
fixedRowHeight - The FixedRowHeight to set.public Cells getCells()
public int getCellsSize()
public BorderInfo getBorder()
public void setBorder(BorderInfo info)
info - The BorderInfo to set.public Table getParentTable()
public org.w3c.dom.Element getDOMElement()
throws AsposeBaseException
PdfElementBase
getDOMElement in class PdfElementBaseAsposeBaseExceptionPdfElementBase.getDOMElement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||