com.aspose.slides.pptx
Class RowEx

java.lang.Object
  extended by com.aspose.slides.pptx.CellListEx
      extended by com.aspose.slides.pptx.RowEx
All Implemented Interfaces:
IPresentationComponent, ISlideComponent

public final class RowEx
extends CellListEx

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, getByIndexInternal, getPresentation, getSlide, 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.


getMinimalHeight

public double getMinimalHeight()
Returns the minimal possible height of a row.


setMinimalHeight

public void setMinimalHeight(double value)
Sets the minimal possible height of a row.

Parameters:
value - new minimal possible height of a row.