com.spire.presentation
Class TableRow

java.lang.Object
  extended by com.spire.presentation.PptObject
      extended by com.spire.presentation.CellCollection
          extended by 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(Table parent)
           
TableRow(Table 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.
 
Methods inherited from class com.spire.presentation.CellCollection
copyTo, get, getCount, getPresentation, getSlide, getSyncRoot, isSynchronized, size
 
Methods inherited from class com.spire.presentation.PptObject
checkDisposed, getParent
 

Constructor Detail

TableRow

public TableRow(Table parent)

TableRow

public TableRow(Table parent,
                double offset,
                double desiredHeight)
Method Detail

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 .