public class RowStyle extends Object implements Serializable
| 构造器和说明 |
|---|
RowStyle() |
| 限定符和类型 | 方法和说明 |
|---|---|
CellStyle |
getDefaultCellStyle() |
int |
getHeight() |
String |
getHeightRule() |
void |
setDefaultCellStyle(CellStyle defaultCellStyle) |
void |
setHeight(int height) |
void |
setHeightRule(String heightRule) |
public int getHeight()
public void setHeight(int height)
public String getHeightRule()
public void setHeightRule(String heightRule)
public CellStyle getDefaultCellStyle()
public void setDefaultCellStyle(CellStyle defaultCellStyle)
Copyright © 2021. All rights reserved.