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, iteratorJava, sizeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget_ItemgetSlidegetPresentationiteratorJavaiteratorpublic 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 IRowpublic final void setMinimalHeight(double value)
Returns or sets the minimal possible height of a row.
Read/write double.
setMinimalHeight in interface IRowpublic final void setTextFormat(IPortionFormat source)
Sets defined portion format properties to all row cells' portions.
setTextFormat in interface IBulkTextFormattablesource - 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 IBulkTextFormattablesource - 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 IBulkTextFormattablesource - 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 IRowCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.