倭マン's BLOG

くだらない日々の日記書いてます。 たまにプログラミング関連の記事書いてます。 書いてます。

グルグル POI (4) : Row のプロパティ

今回は Row に定義されているプロパティです。

Row に定義されているプロパティ


HSSFRow と XSSFRow に共通のプロパティ。 分類は拙者の独断と偏見。

プロパティ名 プロパティ値の型 Read
(Getter)
Write
(Setter)
class java.lang.Class ×
sheet org.apache.poi.ss.usermodel.Sheet ×
rowNum
height
heightInPoints
zeroHeight
int
short
float
boolean
firstCellNum
lastCellNum
physicalNumberOfCells
short
short
int
×

HSSFRow 特有のプロパティ


上記のプロパティに加えて、HSSFRow に定義されているプロパティ。

プロパティ名 プロパティ値の型 Read
(Getter)
Write
(Setter)
スコープ
formatted boolean × public
outlineLevel int × protected
rowRecord org.apache.poi.hssf.record.RowRecord × protected
rowStyle org.apache.poi.hssf.usermodel.HSSFCellStyle public

Groovyイン・アクション

Groovyイン・アクション