[]
        
(Showing Draft Content)

GC.Spread.Sheets.VertAlign

枚举: VertAlign

Spread.Sheets.VertAlign

定义文本垂直对齐的类型

代码示例

//本示例使用垂直对齐的枚举
activeSheet.setValue(1, 1, {richText:[{style:{vertAlign:GC.Spread.Sheets.VertAlign.subscript},text:'SpreadJS'}]}, GC.Spread.Sheets.SheetArea.viewport);

Table of contents

枚举值成员

枚举值成员

normal

normal = 0

正常的文本对齐


subscript

subscript = 2

下标


superscript

superscript = 1

显示上标