public final class Row extends CellCollection implements IRow
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.
|
void |
setTextFormat(IParagraphFormat source)
Sets defined paragraph format properties to all row cells' paragraphs.
|
void |
setTextFormat(IPortionFormat source)
Sets defined portion format properties to all row cells' portions.
|
void |
setTextFormat(ITextFrameFormat source)
Sets defined text frame format properties to all row cells' text frames.
|
copyTo, get_Item, getParent_Immediate, getPresentation, getSlide, getSyncRoot, isSynchronized, iterator, size
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get_Item
getSlide
getPresentation
iterator
public final double getHeight()
Returns the height of a row.
Read-only double
.
public final double getMinimalHeight()
Returns or sets the minimal possible height of a row.
Read/write double
.
getMinimalHeight
in interface IRow
public final void setMinimalHeight(double value)
Returns or sets the minimal possible height of a row.
Read/write double
.
setMinimalHeight
in interface IRow
public final void setTextFormat(IPortionFormat source)
Sets defined portion format properties to all row cells' portions.
setTextFormat
in interface IBulkTextFormattable
source
- IPortionFormat object with necessary properties set.public final void setTextFormat(IParagraphFormat source)
Sets defined paragraph format properties to all row cells' paragraphs.
setTextFormat
in interface IBulkTextFormattable
source
- IParagraphFormat object with necessary properties set.public final void setTextFormat(ITextFrameFormat source)
Sets defined text frame format properties to all row cells' text frames.
setTextFormat
in interface IBulkTextFormattable
source
- ITextFrameFormat object with necessary properties set.public final IRowFormat getRowFormat()
Returns the RowFormat object that contains formatting properties for this row.
Read-only IRowFormat
.
getRowFormat
in interface IRow