Table of Contents
Properties
-
$underlineMap
: array<int, string>
Methods
-
escapement()
: void
-
underline()
: void
$underlineMap
protected
static array<int, string>
$underlineMap
= [0x1 => \PhpOffice\PhpSpreadsheet\Style\Font::UNDERLINE_SINGLE, 0x2 => \PhpOffice\PhpSpreadsheet\Style\Font::UNDERLINE_DOUBLE, 0x21 => \PhpOffice\PhpSpreadsheet\Style\Font::UNDERLINE_SINGLEACCOUNTING, 0x22 => \PhpOffice\PhpSpreadsheet\Style\Font::UNDERLINE_DOUBLEACCOUNTING]
escapement()
public
static escapement(Font $font, int $escapement) : void
Parameters
-
$font
: Font
-
-
$escapement
: int
-
underline()
public
static underline(Font $font, int $underline) : void
Parameters
-
$font
: Font
-
-
$underline
: int
-