SpreadJS Documentation
VertAlign Enumeration
GC.Spread.Sheets Namespace : VertAlign Enumeration
Defines the type of the text vertAlign.
Members
MemberDescription
normalindicate normal text align.
subscriptindicate subscript.
superscriptindicate superscript.
Example
//This example uses the VertAlign enumeration.
activeSheet.setValue(1, 1, {richText:[{style:{vertAlign:GC.Spread.Sheets.Style.VertAlign.subscript},text:'SpreadJS'}]}, GC.Spread.Sheets.SheetArea.viewport);
Inheritance Hierarchy

Object
   GC.Spread.Sheets.VertAlign

See Also

Reference

GC.Spread.Sheets Namespace