0 Star 1 Fork 0

有点心急 / gotls

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
indent.go 233 Bytes
一键复制 编辑 原始数据 按行查看 历史
有点心急 提交于 2024-05-04 01:31 . 24.05.04
package excelT
// 获取缩进
func (cell *Cell) GetIndent() int {
return cell.GetStyle().Alignment.Indent
}
// 设置缩进
func (cell *Cell) SetIndent(indent int) {
cell.GetStyle().Alignment.Indent = indent
cell.SaveStyle()
}
Go
1
https://gitee.com/ydxj/gotls.git
git@gitee.com:ydxj/gotls.git
ydxj
gotls
gotls
v0.0.7

搜索帮助