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)
}

目次

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top