com.aspose.slides
Class Row

java.lang.Object
  extended by com.aspose.slides.CellCollection
      extended by com.aspose.slides.Row
All Implemented Interfaces:
com.aspose.ms.System.Collections.ICollection, com.aspose.ms.System.Collections.IEnumerable, ICellCollection, IPresentationComponent, IRow, ISlideComponent, java.lang.Iterable

public final class Row
extends CellCollection
implements IRow

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.CellCollection
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
 
Methods inherited from interface com.aspose.slides.ICellCollection
get_Item
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 
Methods inherited from interface com.aspose.ms.System.Collections.ICollection
copyTo, getSyncRoot, isSynchronized, size
 
Methods inherited from interface com.aspose.ms.System.Collections.IEnumerable
iterator
 

Method Detail

getHeight

public double getHeight()

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

Specified by:
getHeight in interface IRow

getMinimalHeight

public double getMinimalHeight()

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

Specified by:
getMinimalHeight in interface IRow

setMinimalHeight

public void setMinimalHeight(double value)
Specified by:
setMinimalHeight in interface IRow