CakeFest 2024: The Official CakePHP Conference

La classe Vtiful\Kernel\Format

(PECL xlswriter >= 1.2.1)

Introduction

Créé un objet de format de cellule

Synopsis de la classe

class Vtiful\Kernel\Format {
/* Constantes */
/* Méthodes */
public align(resource $handle, int $style)
public bold(resource $handle)
public italic(resource $handle)
public underline(resource $handle, int $style)
}

Sommaire

add a note

User Contributed Notes

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