Row

Общ преглед

Row е клас в Aspose.Slides FOSS за Java. Наследници от: CellCollection, IRow.

Определя ред в таблица.

Свойства на веществата

Име на фирмата:Тип на изпитванеДостъп до информацияОписание на състоянието
heightdoubleПрочети.
minimalHeightdoubleПрочети.Собствеността получава или определя минималната височина на реда.
rowFormatIRowFormatПрочети.Имотът получава IRowFormat от редицата.
asICellCollectionICellCollectionПрочети.
asIBulkTextFormattableIBulkTextFormattableПрочети.

Методи за изчисляване на данните

ПодписътОписание на състоянието
Row()Създава празен ред без XML подкрепа.
Row(cells: List<ICell>, height: double)Създава ред с дадените клетки и височина, без XML подкрепа.
Row(trElement: Element, cells: List<ICell>, saveCallback: Runnable)Създава XML-подкрепен ред от дадения елемент {@code <a:tr>}.
initInternal(trElement: Element, rowIndex: int, slidePart: Object, parentSlide: IBaseSlide, table: ITable)RowИнициализира този ред от XML елемент, дете на анализа.
{@code <a:tc>} елементи в инстанции на { @link Cell }.
getHeight()double{@наследиДок}

When XML-backed, reads the {@code h} attribute from the {@code } element and converts from EMU to points. | | `getMinimalHeight()` → `double` | {@inheritDoc}

When XML-backed, reads the {@code h} attribute from the {@code } element and converts from EMU to points. | | `setMinimalHeight(value: double)` | {@inheritDoc}

When XML-backed, writes the value back to the {@code h} attribute (converting from points to EMU) and triggers the save callback.

/ | | `getRowFormat()` → `IRowFormat` | {@inheritDoc} | | `getAsICellCollection()` → `ICellCollection` | {@inheritDoc} | | `getAsIBulkTextFormattable()` → `IBulkTextFormattable` | {@inheritDoc} | | `setTextFormat(source: Object)` | {@inheritDoc} @throws IllegalArgumentException if {@code source} is {@code null} / |
 Български