Row

Revisión

Row Es una clase en Aspose.Slides FOSS para Java. Heredados de: CellCollection, IRow.

Representar una línea en una mesa.

Esta clase ofrece 24 métodos para trabajar con objetos de Row en programas Java. Los métodos disponibles incluyen: CellCollection, Row, asICollection, asIEnumerable, asIPresentationComponent, asISlideComponent, asList, get, getAsIBulkTextFormattable, getAsICellCollection, getHeight, getMinimalHeight,y 10 métodos adicionales. Todos los miembros públicos están accesibles a cualquier aplicación Java después de instalar el Aspose.Slides FOSS para el paquete Java. Propiedades : asIBulkTextFormattable, asICellCollection, height, minimalHeight, presentation, rowFormat,Y dos más.

Propiedades

NombreTipoAccesoDescripción
heightdoubleLeer[Día de la Herencia]

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

When XML-backed, reads the {@code h} attribute from the {@code } element and converts from EMU to points. | | `rowFormat` | `IRowFormat` | Read | {@inheritDoc} | | `asICellCollection` | `ICellCollection` | Read | {@inheritDoc} | | `asIBulkTextFormattable` | `IBulkTextFormattable` | Read | {@inheritDoc} | | `slide` | `IBaseSlide` | Read | Gets the slide. | | `slidePart` | `Object` | Read | Returns the slide part associated with this collection. | | `presentation` | `IPresentation` | Read | Gets the presentation. |

Metodología

firmaDescripción
Row()Crea un Rodo vacío sin soporte XML.
Row(cells: List<ICell>, height: double)Crea una línea con las células y la altura, sin soporte XML.
Row(trElement: Element, cells: List<ICell>, saveCallback: Runnable)Crea un rango XML-backed desde el elemento dado {@code <a:tr>}.
initInternal(trElement: Element, rowIndex: int, slidePart: Object, parentSlide: IBaseSlide, table: ITable)RowInicializa esta línea desde un elemento XML {@code <a:tr>}, parsando a la niña
{@code <a:tc>} elementos en las instantes { @link Cell}.
getHeight()double[Día de la Herencia]

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} / | | `CellCollection()` | Creates an empty CellCollection. | | `get(index: int)` → `ICell` | | | `size()` → `int` | | | `asList()` → `List` | Returns an unmodifiable view of the internal cell list. | | `asICollection()` → `List` | | | `asIEnumerable()` → `Iterable` | | | `getSlide()` → `IBaseSlide` | Returns the slide. | | `setParentSlide(parentSlide: IBaseSlide)` | Sets the parent slide for this collection. | | `getSlidePart()` → `Object` | Returns the slide part associated with this collection. | | `getPresentation()` → `IPresentation` | Returns the presentation. | | `asISlideComponent()` → `ISlideComponent` | | | `asIPresentationComponent()` → `IPresentationComponent` | | | `iterator()` → `Iterator` | |

Ver también

 Español