SpreadJS Documentation
GC.Spread.Sheets Namespace / Style class / isVerticalText Field
In This Topic
    isVerticalText Field
    In This Topic
    Indicates whether to set the text vertical.
    Syntax
    var instance = new GC.Spread.Sheets.Style(backColor,
                                             foreColor,
                                             hAlign,
                                             vAlign,
                                             font,
                                             themeFont,
                                             formatter,
                                             borderLeft,
                                             borderTop,
                                             borderRight,
                                             borderBottom,
                                             diagonalDown,
                                             diagonalUp,
                                             locked,
                                             textIndent,
                                             wordWrap,
                                             shrinkToFit,
                                             backgroundImage,
                                             cellType,
                                             backgroundImageLayout,
                                             tabStop,
                                             textDecoration,
                                             imeMode,
                                             name,
                                             parentName,
                                             watermark,
                                             cellPadding,
                                             labelOptions,
                                             labelOptions.alignment,
                                             labelOptions.visibility,
                                             labelOptions.font,
                                             labelOptions.foreColor,
                                             labelOptions.margin,
                                             isVerticalText,
                                             textOrientation);
    var value; // Type: number
    value = instance.isVerticalText;
    var isVerticalText : number;
    Example
    //This example uses the rotate property.
    var style = new GC.Spread.Sheets.Style();
    style.isVerticalText = true;
    activeSheet.setStyle(1,1,style,GC.Spread.Sheets.SheetArea.viewport);
    See Also

    Reference

    Style class