tablerow-ag凯发旗舰厅
com.spire.presentation
class tablerow
java.lang.object
com.spire.presentation.pptobject
com.spire.presentation.cellcollection
com.spire.presentation.tablerow
- all implemented interfaces:
- com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, iactivepresentation, islidecomponent, java.lang.iterable
public final class tablerow
- extends cellcollection
represents a row in a table.
constructor summary |
tablerow( parent)
|
tablerow( parent,
double offset,
double desiredheight)
|
method summary |
double |
getheight()
gets the height of a row. |
void |
setheight(double value)
sets the height of a row. |
tablerow
public tablerow( parent)
tablerow
public tablerow( parent,
double offset,
double desiredheight)
getheight
public double getheight()
- gets the height of a row.
read-only .
- returns:
- throws:
java.lang.exception
setheight
public void setheight(double value)
- sets the height of a row.
read-only .