Row

Row class

Represents a row in a table.

getHeight

NameDescription
getHeight ()Returns the height of a row. Read-only double.

Returns: double


getMinimalHeight

NameDescription
getMinimalHeight ()Returns or sets the minimal possible height of a row. Read/write double.

Returns: double


getRowFormat

NameDescription
getRowFormat ()Returns the RowFormat object that contains formatting properties for this row. Read-only IRowFormat.

Returns: RowFormat


setMinimalHeight

NameDescription
setMinimalHeight (double)Returns or sets the minimal possible height of a row. Read/write double.

Returns: void


setTextFormat

NameDescription
setTextFormat (PortionFormat)Sets defined portion format properties to all row cells’ portions.

Parameters:

NameTypeDescription
sourcePortionFormatIPortionFormat object with necessary properties set.

Returns: void


setTextFormat

NameDescription
setTextFormat (ParagraphFormat)Sets defined paragraph format properties to all row cells’ paragraphs.

Parameters:

NameTypeDescription
sourceParagraphFormatIParagraphFormat object with necessary properties set.

Returns: void


setTextFormat

NameDescription
setTextFormat (TextFrameFormat)Sets defined text frame format properties to all row cells’ text frames.

Parameters:

NameTypeDescription
sourceTextFrameFormatITextFrameFormat object with necessary properties set.

Returns: void