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