はじめに
PHP Manual
PHP Manual»XLSWriter»Vtiful\Kernel\Format

The Vtiful\Kernel\Format class

(PECL xlswriter >= 1.2.1)

Create a cell format object

class Vtiful\Kernel\Format {
/* 定数 */
/* メソッド */
public function align(resource $handle, int $style)
public function bold(resource $handle)
public function italic(resource $handle)
public function underline(resource $handle, int $style)
}

目次

To Top