Row

Row class

Represents a row in a table.

copyTo

NameDescription
copyTo(Array, int)Copies all elements from the collection to the specified array.

Parameters:

NameTypeDescription
arrayArrayTarget array.
indexintStarting index in the target array.

getHeight

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

Result: double


getMinimalHeight

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

Result: double


getParent_Immediate

NameDescription
getParent_Immediate()

getPresentation

NameDescription
getPresentation()Returns the parent presentation of a CellCollection. Read-only IPresentation.

Result: Presentation


getRowFormat

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

Result: RowFormat


getSlide

NameDescription
getSlide()Returns the parent slide of a CellCollection. Read-only IBaseSlide.

Result: Slide, MasterNotesSlide, BaseSlide, MasterSlide, LayoutSlide, MasterHandoutSlide, NotesSlide


getSyncRoot

NameDescription
getSyncRoot()Returns a synchronization root. Read-only Object.

Result: Object


get_Item

NameDescription
get_Item(int)Returns a cell by it’s position. Read-only Cell. One Cell object can be returned for several indexes in case cell is merged.

Result: Cell


isSynchronized

NameDescription
isSynchronized()Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean.

Result: boolean


iterator

NameDescription
iterator()Returns an enumerator that iterates through the collection.

Result:


iteratorJava

NameDescription
iteratorJava()Returns a java iterator for the entire collection.

Result:


setMinimalHeight

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

setTextFormat

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

Parameters:

NameTypeDescription
sourcePortionFormatIPortionFormat object with necessary properties set.

setTextFormat

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

Parameters:

NameTypeDescription
sourceParagraphFormatIParagraphFormat object with necessary properties set.

setTextFormat

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

Parameters:

NameTypeDescription
sourceTextFrameFormatITextFrameFormat object with necessary properties set.

size

NameDescription
size()Returns the number of cells in a collection. Read-only int.

Result: int