The Vtiful\Kernel\Format class

(PECL xlswriter >= 1.2.1)

Giriş

Create a cell format object

Sınıf Sözdizimi

class Vtiful\Kernel\Format {
/* Sabitler */
/* Yöntemler */
public function align(resource $handle, int $style)
public function bold(resource $handle)
public function italic(resource $handle)
public function underline(resource $handle, int $style)
}

İçindekiler

add a note

User Contributed Notes

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