Documentation

CellFont

Table of Contents

$underlineMap  : array<int, string>
escapement()  : void
underline()  : void

Properties

$underlineMap

protected static array<int, string> $underlineMap = [0x1 => PhpOfficePhpSpreadsheetStyleFont::UNDERLINE_SINGLE, 0x2 => PhpOfficePhpSpreadsheetStyleFont::UNDERLINE_DOUBLE, 0x21 => PhpOfficePhpSpreadsheetStyleFont::UNDERLINE_SINGLEACCOUNTING, 0x22 => PhpOfficePhpSpreadsheetStyleFont::UNDERLINE_DOUBLEACCOUNTING]

Methods

escapement()

public static escapement(Font $font, int $escapement) : void
Parameters
$font : Font
$escapement : int
Return values
void

underline()

public static underline(Font $font, int $underline) : void
Parameters
$font : Font
$underline : int
Return values
void

Search results