Roi
Vue de l’ensemble
‘Row’ est une classe dans Aspose.PDF FOSS pour Java.
Il représente une seule ligne dans un {@link Table}.
Cette classe fournit 11 méthodes pour travailler avec les objets Row dans des programmes Java. Les méthodologies disponibles comprennent: ‘Row’, ‘getBackgroundColor’, getSoft', ‘getCells’, 'gettFixedROWHeight', ’getMinRowsHeigh', ‚setBacground Color’, ‘setMorder’, ’setCell’ , 'setFIXEDROVHEIGHT’, setMinRoWHeights’. Tous les membres publics sont accessibles à toute application Java après l’installation de l’Aspose.PDF FOSS pour le package Java . Propriétés : ‘background Color’, «border», «celles », ‘fixed RowHeIGH, ‘minRoy Height’.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
cells | Cells | Read | Returns the cells collection for this row, creating it lazily if needed. |
fixedRowHeight | double | Read | Returns the fixed row height in points. |
minRowHeight | double | Read | Returns the minimum row height in points. |
backgroundColor | Color | Read | Returns the background color of this row. |
border | BorderInfo | Read | Returns the border styling for this row. |
méthodes
| Signature | Description |
|---|---|
Row() | Creates a new Row with default settings. |
getCells() → Cells | Returns the cells collection for this row, creating it lazily if needed. |
setCells(cells: Cells) | Sets the cells collection for this row. |
getFixedRowHeight() → double | Returns the fixed row height in points. |
setFixedRowHeight(fixedRowHeight: double) | Sets the fixed row height in points. |
getMinRowHeight() → double | Returns the minimum row height in points. |
setMinRowHeight(minRowHeight: double) | Sets the minimum row height in points. |
getBackgroundColor() → Color | Returns the background color of this row. |
setBackgroundColor(backgroundColor: Color) | Sets the background color of this row. |
getBorder() → BorderInfo | Returns the border styling for this row. |
setBorder(border: BorderInfo) | Sets the border styling for this row. |
Voir aussi
- Aspose.PDF pour Java — API d’entreprise