The Vtiful\Kernel\Format classIntroductionCreate a cell format object Class synopsisVtiful\Kernel\Format
class Vtiful\Kernel\Format
{
/* Constants */
const
int
Vtiful\Kernel\Format::FORMAT_ALIGN_LEFT = 1;
const
int
Vtiful\Kernel\Format::FORMAT_ALIGN_CENTER = 2;
const
int
Vtiful\Kernel\Format::FORMAT_ALIGN_RIGHT = 3;
const
int
Vtiful\Kernel\Format::FORMAT_ALIGN_FILL = 4;
const
int
Vtiful\Kernel\Format::FORMAT_ALIGN_JUSTIFY = 5;
const
int
Vtiful\Kernel\Format::FORMAT_ALIGN_CENTER_ACROSS = 6;
const
int
Vtiful\Kernel\Format::FORMAT_ALIGN_DISTRIBUTED = 7;
const
int
Vtiful\Kernel\Format::FORMAT_ALIGN_VERTICAL_TOP = 8;
const
int
Vtiful\Kernel\Format::FORMAT_ALIGN_VERTICAL_BOTTOM = 9;
const
int
Vtiful\Kernel\Format::FORMAT_ALIGN_VERTICAL_CENTER = 10;
const
int
Vtiful\Kernel\Format::FORMAT_ALIGN_VERTICAL_JUSTIFY = 11;
const
int
Vtiful\Kernel\Format::FORMAT_ALIGN_VERTICAL_DISTRIBUTED = 12;
const
int
Vtiful\Kernel\Format::UNDERLINE_SINGLE = 1;
const
int
Vtiful\Kernel\Format::UNDERLINE_DOUBLE = 2;
const
int
Vtiful\Kernel\Format::UNDERLINE_SINGLE_ACCOUNTING = 3;
const
int
Vtiful\Kernel\Format::UNDERLINE_DOUBLE_ACCOUNTING = 4;
/* Methods */
public align(resource
$handle , int $style )public bold(resource
$handle )public italic(resource
$handle )public underline(resource
}$handle , int $style )Predefined Constants
|