Row
General
Row is a class in Aspose.Slides FOSS for Java.
Inherits from: CellCollection, IRow.
Row és una classe en FOSS per Java. Heretaris de: CellCollection, IRow.
Representa una fila en una taula.
Propietats
| Nom | Tipus de productes | Accés | Descripció |
|---|---|---|---|
height | double | Llegeix. | |
minimalHeight | double | Llegeix. | Propietat obté o fixa l’alçada mínima de la fila. |
rowFormat | IRowFormat | Llegeix. | La propietat obté el IRowFormat de la fila. |
asICellCollection | ICellCollection | Llegeix. | |
asIBulkTextFormattable | IBulkTextFormattable | Llegeix. |
Mètodes
| Signatura | Descripció |
|---|---|
Row() | Crea una fila buida sense suport XML. |
Row(cells: List<ICell>, height: double) | Crea una fila amb les cèl·lules i l’alçada donades, sense suport XML. |
Row(trElement: Element, cells: List<ICell>, saveCallback: Runnable) | Crea una fila amb suport XML des de l’element {@code <a:tr>} donat. |
initInternal(trElement: Element, rowIndex: int, slidePart: Object, parentSlide: IBaseSlide, table: ITable) → Row | Inicialitza aquesta línia a partir d’un element XML {@code <a:tr>}, fill de l’anàlisi. |
| elements en instàncies de {@link Cell} . | |
getHeight() → double | - No, no. M’agradaria que ho pogués fer. |
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.