[]
• new PivotTableStyle(backColor?
, foreColor?
, font?
, borderLeft?
, borderTop?
, borderRight?
, borderBottom?
, borderHorizontal?
, borderVertical?
, textDecoration?
)
PivotTableのスタイルを表します。
名前 | 型 |
---|---|
backColor? |
string |
foreColor? |
string |
font? |
string |
borderLeft? |
LineBorder |
borderTop? |
LineBorder |
borderRight? |
LineBorder |
borderBottom? |
LineBorder |
borderHorizontal? |
LineBorder |
borderVertical? |
LineBorder |
textDecoration? |
TextDecorationType |
• backColor: string
背景色を示します。
• borderBottom: LineBorder
下罫線を示します。
• borderHorizontal: LineBorder
横罫線を示します。
• borderLeft: LineBorder
左罫線を示します。
• borderRight: LineBorder
右罫線を示します。
• borderTop: LineBorder
上罫線を示します。
• borderVertical: LineBorder
縦罫線を示します。
• font: string
フォントを示します。
• foreColor: string
前景色を示します。
• textDecoration: TextDecorationType
テキスト装飾を示します。