com.aspose.slides
Class RowEx

java.lang.Object
  extended by com.aspose.slides.CellExCollection
      extended by com.aspose.slides.RowEx
All Implemented Interfaces:
com.aspose.ms.System.Collections.ICollection<CellEx>, com.aspose.ms.System.Collections.IEnumerable<CellEx>, java.lang.Iterable<CellEx>

public final class RowEx
extends CellExCollection

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

getHeight

public double getHeight()

Returns the height of a row. Read-only double.


getMinimalHeight

public double getMinimalHeight()

Returns or sets the minimal possible height of a row. Read/write double.


setMinimalHeight

public void setMinimalHeight(double value)