IRow

General

IRow és una interfície en Aspose.Slides FOSS per Java.

Representa una fila en una taula.

Propietats

NomTipus de productesAccésDescripció
heightdoubleLlegeix.La propietat obté o fixa l’alçada de la fila.
minimalHeightdoubleLlegeix.
rowFormatIRowFormatLlegeix.La propietat obté el IRowFormat per a aquesta fila.
asICellCollectionICellCollectionLlegeix.La propietat obté la fila com a ICellCollection
asIBulkTextFormattableIBulkTextFormattableLlegeix.La propietat obté la fila com a IBulkTextFormattable

Mètodes

SignaturaDescripció
getHeight()doubleRetorna l’altura de la fila.
getMinimalHeight()doubleRetorna l’alçada mínima de la fila.
setMinimalHeight(value: double)Establi la altura mínima de la fila.
getRowFormat()IRowFormatRetorna l’objecte RowFormat que conté propietats de formatge per a aquesta fila.
getAsICellCollection()ICellCollectionPermet obtenir interfície base ICellCollection.
getAsIBulkTextFormattable()IBulkTextFormattablePermet obtenir interfície base IBulkTextFormattable.
 Català