SpreadJS製品ヘルプ
textDecoration フィールド
GC.Spread.Pivot 名前空間 > PivotTableStyle タイプ : textDecoration フィールド
テキスト装飾を示します。
シンタックス
var instance = new GC.Spread.Pivot.PivotTableStyle(backColor,
                                                  foreColor,
                                                  font,
                                                  borderLeft,
                                                  borderTop,
                                                  borderRight,
                                                  borderBottom,
                                                  borderHorizontal,
                                                  borderVertical,
                                                  textDecoration);
var value; // Type: TextDecorationType
value = instance.textDecoration;
var textDecoration : TextDecorationType;
関連トピック

参照

PivotTableStyle タイプ