[]
        
(Showing Draft Content)

GC.Spread.Sheets.VertAlign

Enumeration: VertAlign

Spread.Sheets.VertAlign

Defines the type of the text vertAlign.

example

//This example uses the VertAlign enumeration.
activeSheet.setValue(1, 1, {richText:[{style:{vertAlign:GC.Spread.Sheets.VertAlign.subscript},text:'SpreadJS'}]}, GC.Spread.Sheets.SheetArea.viewport);

Table of contents

Enumeration members

Enumeration members

normal

normal = 0

indicate normal text align.


subscript

subscript = 2

indicate subscript.


superscript

superscript = 1

indicate superscript.