CakeFest 2024: The Official CakePHP Conference

The Vtiful\Kernel\Format class

(PECL xlswriter >= 1.2.1)

はじめに

Create a cell format object

クラス概要

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

目次

add a note

User Contributed Notes

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