Php/docs/class.vtiful-kernel-format
(PECL xlswriter >= 1.2.1)
简介
Create a cell format object
类摘要
Vtiful\Kernel\Format {
const
int
FORMAT_ALIGN_LEFT
= 1
const
int
FORMAT_ALIGN_CENTER
= 2
const
int
FORMAT_ALIGN_RIGHT
= 3
const
int
FORMAT_ALIGN_FILL
= 4
const
int
FORMAT_ALIGN_JUSTIFY
= 5
const
int
FORMAT_ALIGN_CENTER_ACROSS
= 6
const
int
FORMAT_ALIGN_DISTRIBUTED
= 7
const
int
FORMAT_ALIGN_VERTICAL_TOP
= 8
const
int
FORMAT_ALIGN_VERTICAL_BOTTOM
= 9
const
int
FORMAT_ALIGN_VERTICAL_CENTER
= 10
const
int
FORMAT_ALIGN_VERTICAL_JUSTIFY
= 11
const
int
FORMAT_ALIGN_VERTICAL_DISTRIBUTED
= 12
const
int
UNDERLINE_SINGLE
= 1
const
int
UNDERLINE_DOUBLE
= 2
const
int
UNDERLINE_SINGLE_ACCOUNTING
= 3
const
int
UNDERLINE_DOUBLE_ACCOUNTING
= 4
/* 方法 */
public align
( resource $handle
, int $style
)
public bold
( resource $handle
)
public italic
( resource $handle
)
public underline
( resource $handle
, int $style
)
}
预定义常量
Vtiful\Kernel\Format::FORMAT_ALIGN_LEFT
Vtiful\Kernel\Format::FORMAT_ALIGN_CENTER
Vtiful\Kernel\Format::FORMAT_ALIGN_RIGHT
Vtiful\Kernel\Format::FORMAT_ALIGN_FILL
Vtiful\Kernel\Format::FORMAT_ALIGN_JUSTIFY
Vtiful\Kernel\Format::FORMAT_ALIGN_CENTER_ACROSS
Vtiful\Kernel\Format::FORMAT_ALIGN_DISTRIBUTED
Vtiful\Kernel\Format::FORMAT_ALIGN_VERTICAL_TOP
Vtiful\Kernel\Format::FORMAT_ALIGN_VERTICAL_BOTTOM
Vtiful\Kernel\Format::FORMAT_ALIGN_VERTICAL_CENTER
Vtiful\Kernel\Format::FORMAT_ALIGN_VERTICAL_JUSTIFY
Vtiful\Kernel\Format::FORMAT_ALIGN_VERTICAL_DISTRIBUTED
Vtiful\Kernel\Format::UNDERLINE_SINGLE
Vtiful\Kernel\Format::UNDERLINE_DOUBLE
Vtiful\Kernel\Format::UNDERLINE_SINGLE_ACCOUNTING
Vtiful\Kernel\Format::UNDERLINE_DOUBLE_ACCOUNTING
Table of Contents
- Vtiful\Kernel\Format::align — Vtiful\Kernel\Format align
- Vtiful\Kernel\Format::bold — Vtiful\Kernel\Format bold
- Vtiful\Kernel\Format::italic — Vtiful\Kernel\Format italic
- Vtiful\Kernel\Format::underline — Vtiful\Kernel\Format underline
/* Constants */