Row

概述

Row 是一个类在Java的FOSS中.

表示一个 {@链接表} 内的单行.

本类提供了11种方法,用于在Java程序中使用 Row 对象. 有的方法包括: Row, getBackgroundColor, getBorder, getCells, getFixedRowHeight, getMinRowHeight, setBackgroundColor, setBorder, setCells, setFixedRowHeight, setMinRowHeight. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序. 特性: backgroundColor, border, cells, fixedRowHeight, minRowHeight.

属性

名称:类型Access描述情况
cellsCells阅读返回此行的细胞集合,如果需要就会惰地创建它.
fixedRowHeightdouble阅读返回固定行高度以点表示.
minRowHeightdouble阅读返回最小行高度以点表示.
backgroundColorColor阅读返回此行的背景颜色.
borderBorderInfo阅读返回此行边界的样式.

方法

Signature描述情况
Row()创建一个新的行,设置默认.
getCells()Cells返回此行的细胞集合,如果需要就会惰地创建它.
setCells(cells: Cells)为此行设置单元格集合。.
getFixedRowHeight()double返回固定行高度以点表示.
setFixedRowHeight(fixedRowHeight: double)设置以点为单位的固定行高。.
getMinRowHeight()double返回最小行高度以点表示.
setMinRowHeight(minRowHeight: double)设置以点为单位的最小行高。.
getBackgroundColor()Color返回此行的背景颜色.
setBackgroundColor(backgroundColor: Color)设置此行的背景颜色。.
getBorder()BorderInfo返回此行边界的样式.
setBorder(border: BorderInfo)为此行设置边框样式。.

查看更多

 中文