|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.CellCollection
com.aspose.slides.Row
public final class Row
Represents a row in a table.
Method Summary | |
---|---|
void |
copyTo(ICell[] array,
int index)
Copies all elements from the collection into the specified array. |
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 class com.aspose.slides.CellCollection |
---|
get_Item, getParent_Immediate, 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.slides.IGenericCollection |
---|
getSyncRoot, isSynchronized, size |
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable |
---|
iterator |
Method Detail |
---|
public double getHeight()
Returns the height of a row.
Read-only double
.
getHeight
in interface IRow
public double getMinimalHeight()
Returns or sets the minimal possible height of a row.
Read/write double
.
getMinimalHeight
in interface IRow
public void setMinimalHeight(double value)
Returns or sets the minimal possible height of a row.
Read/write double
.
setMinimalHeight
in interface IRow
public void copyTo(ICell[] array, int index)
IGenericCollection
Copies all elements from the collection into the specified array.
copyTo
in interface IGenericCollection<ICell>
array
- Array to fill.index
- Starting position in target array.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |