com.alibaba.excel.metadata.property
类 RowHeightProperty
- java.lang.Object
-
- com.alibaba.excel.metadata.property.RowHeightProperty
public class RowHeightProperty extends Object
Configuration from annotations- 作者:
- Jiaju Zhuang
-
构造器概要
构造器 构造器和说明 RowHeightProperty(Short height)
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 static RowHeightProperty
build(ContentRowHeight contentRowHeight)
static RowHeightProperty
build(HeadRowHeight headRowHeight)
Short
getHeight()
void
setHeight(Short height)
-
构造器详细资料
RowHeightProperty
public RowHeightProperty(Short height)
方法详细资料
build
public static RowHeightProperty build(HeadRowHeight headRowHeight)
build
public static RowHeightProperty build(ContentRowHeight contentRowHeight)
getHeight
public Short getHeight()
setHeight
public void setHeight(Short height)
Copyright © 2018–2021 Alibaba Group. All rights reserved.