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
| Nombre | Tipo | Acceso | Descripción |
|---|---|---|---|
height | double | Leer | [Día de la Herencia] |
When XML-backed, reads the {@code h} attribute from the {@code When XML-backed, reads the {@code h} attribute from the {@code When XML-backed, reads the {@code h} attribute from the {@code When XML-backed, reads the {@code h} attribute from the {@code When XML-backed, writes the value back to the {@code h} attribute (converting
from points to EMU) and triggers the save callback.Metodología
firma Descripció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] Ver también