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.
Method Summary |
double |
getHeight()
Gets the height of a row. |
void |
setHeight(double value)
Sets the height of a row. |
TableRow
public TableRow(Table parent)
TableRow
public TableRow(Table 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 .