|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.CellListEx
com.aspose.slides.pptx.RowEx
public final class RowEx
Represents a row in a table.
Method Summary | |
---|---|
double |
getHeight()
Returns the height of a row. |
double |
getMinimalHeight()
Returns the minimal possible height of a row. |
void |
setMinimalHeight(double value)
Sets the minimal possible height of a row. |
Methods inherited from class com.aspose.slides.pptx.CellListEx |
---|
get, getPresentation, getSlide, iterator, size |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public double getHeight()
public double getMinimalHeight()
public void setMinimalHeight(double value)
value
- new minimal possible height of a row.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |