|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.CellExCollection
com.aspose.slides.RowEx
public final class RowEx
Represents a row in a table.
Method Summary | |
---|---|
double |
getHeight()
Returns the height of a row. |
double |
getMinimalHeight()
Returns or sets the minimal possible height of a row. |
void |
setMinimalHeight(double value)
|
Methods inherited from class com.aspose.slides.CellExCollection |
---|
copyTo, get_Item, getPresentation, getSlide, getSyncRoot, isSynchronized, iterator, size |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public double getHeight()
Returns the height of a row.
Read-only double
.
public double getMinimalHeight()
Returns or sets the minimal possible height of a row.
Read/write double
.
public void setMinimalHeight(double value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |