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

NameTypeAccessDescription
cellsCellsReadReturns the cells collection for this row, creating it lazily if needed.
fixedRowHeightdoubleReadReturns the fixed row height in points.
minRowHeightdoubleReadReturns the minimum row height in points.
backgroundColorColorReadReturns the background color of this row.
borderBorderInfoReadReturns the border styling for this row.

méthodes

SignatureDescription
Row()Creates a new Row with default settings.
getCells()CellsReturns the cells collection for this row, creating it lazily if needed.
setCells(cells: Cells)Sets the cells collection for this row.
getFixedRowHeight()doubleReturns the fixed row height in points.
setFixedRowHeight(fixedRowHeight: double)Sets the fixed row height in points.
getMinRowHeight()doubleReturns the minimum row height in points.
setMinRowHeight(minRowHeight: double)Sets the minimum row height in points.
getBackgroundColor()ColorReturns the background color of this row.
setBackgroundColor(backgroundColor: Color)Sets the background color of this row.
getBorder()BorderInfoReturns 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
 Français