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_ItemgetSlidegetPresentationiteratorJavaiteratorcopyTo, getSyncRoot, isSynchronized, sizesetTextFormat, setTextFormat, setTextFormatdouble 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.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.