| 程序包 | 说明 |
|---|---|
| com.lark.oapi.service.docx.v1.model |
| 限定符和类型 | 方法和说明 |
|---|---|
TableProperty.Builder |
TableProperty.Builder.columnSize(Integer columnSize)
列数
示例值:1
|
TableProperty.Builder |
TableProperty.Builder.columnWidth(Integer[] columnWidth)
列宽,单位px
示例值:100
|
TableProperty.Builder |
TableProperty.Builder.headerColumn(Boolean headerColumn)
设置首列为标题列
示例值:false
|
TableProperty.Builder |
TableProperty.Builder.headerRow(Boolean headerRow)
设置首行为标题行
示例值:false
|
TableProperty.Builder |
TableProperty.Builder.mergeInfo(TableMergeInfo[] mergeInfo)
单元格合并信息
示例值:
|
static TableProperty.Builder |
TableProperty.newBuilder() |
TableProperty.Builder |
TableProperty.Builder.rowSize(Integer rowSize)
行数
示例值:1
|
| 构造器和说明 |
|---|
TableProperty(TableProperty.Builder builder) |
Copyright © 2025. All rights reserved.