com.aspose.slides
Interface IRow

All Superinterfaces:
ICellCollection, com.aspose.ms.System.Collections.IEnumerable<ICell>, IGenericCollection<ICell>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ICell>, IPresentationComponent, ISlideComponent, java.lang.Iterable<ICell>
All Known Implementing Classes:
Row

public interface IRow
extends ICellCollection


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)
           Returns or sets the minimal possible height of a row.
 
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.slides.IGenericCollection
copyTo, getSyncRoot, isSynchronized, size
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

getHeight

double getHeight()

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


getMinimalHeight

double getMinimalHeight()

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


setMinimalHeight

void setMinimalHeight(double value)

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



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.