com.aspose.slides
Interface IRow

All Superinterfaces:
ICellCollection, com.aspose.ms.System.Collections.ICollection, com.aspose.ms.System.Collections.IEnumerable, IPresentationComponent, ISlideComponent, java.lang.Iterable
All Known Implementing Classes:
Row

public interface IRow
extends ICellCollection


Method Summary
 double getHeight()
           
 double getMinimalHeight()
           
 void setMinimalHeight(double value)
           
 
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

double getHeight()

getMinimalHeight

double getMinimalHeight()

setMinimalHeight

void setMinimalHeight(double value)