public interface IRow extends ICellCollection, IBulkTextFormattable
Represents a row in a table.
Modifier and Type | Method and Description |
---|---|
double |
getHeight()
Returns the height of a row.
|
double |
getMinimalHeight()
Returns or sets the minimal possible height of a row.
|
IRowFormat |
getRowFormat()
Returns the RowFormat object that contains formatting properties for this row.
|
void |
setMinimalHeight(double value)
Returns or sets the minimal possible height of a row.
|
get_Item
getSlide
getPresentation
iterator
copyTo, getSyncRoot, isSynchronized, size
setTextFormat, setTextFormat, setTextFormat
double getHeight()
Returns the height of a row.
Read-only double
.
double getMinimalHeight()
Returns or sets the minimal possible height of a row.
Read/write double
.
void setMinimalHeight(double value)
Returns or sets the minimal possible height of a row.
Read/write double
.
IRowFormat getRowFormat()
Returns the RowFormat object that contains formatting properties for this row.
Read-only IRowFormat
.