Format::setTextRotation

Format::setTextRotation – テキストの方向を設定する

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Format::setTextRotation ( integer $angle )

Description

テキストの方向を設定します。

Parameter

  • integer $angle - テキストの回転角度 (時計回り)。指定可能な値は 0、90、270 で、-1 を指定すると上から下に縦書きにします。

Note

This function can not be called statically.

Example

setTextRotation() の使用法

<?php

?>