Documentation

FillPattern

Table of Contents

$fillPatternMap  : array<int, string>
lookup()  : string
Get fill pattern from index OpenOffice documentation: 2.5.12.

Properties

$fillPatternMap

protected static array<int, string> $fillPatternMap = [0x0 => PhpOfficePhpSpreadsheetStyleFill::FILL_NONE, 0x1 => PhpOfficePhpSpreadsheetStyleFill::FILL_SOLID, 0x2 => PhpOfficePhpSpreadsheetStyleFill::FILL_PATTERN_MEDIUMGRAY, 0x3 => PhpOfficePhpSpreadsheetStyleFill::FILL_PATTERN_DARKGRAY, 0x4 => PhpOfficePhpSpreadsheetStyleFill::FILL_PATTERN_LIGHTGRAY, 0x5 => PhpOfficePhpSpreadsheetStyleFill::FILL_PATTERN_DARKHORIZONTAL, 0x6 => PhpOfficePhpSpreadsheetStyleFill::FILL_PATTERN_DARKVERTICAL, 0x7 => PhpOfficePhpSpreadsheetStyleFill::FILL_PATTERN_DARKDOWN, 0x8 => PhpOfficePhpSpreadsheetStyleFill::FILL_PATTERN_DARKUP, 0x9 => PhpOfficePhpSpreadsheetStyleFill::FILL_PATTERN_DARKGRID, 0xa => PhpOfficePhpSpreadsheetStyleFill::FILL_PATTERN_DARKTRELLIS, 0xb => PhpOfficePhpSpreadsheetStyleFill::FILL_PATTERN_LIGHTHORIZONTAL, 0xc => PhpOfficePhpSpreadsheetStyleFill::FILL_PATTERN_LIGHTVERTICAL, 0xd => PhpOfficePhpSpreadsheetStyleFill::FILL_PATTERN_LIGHTDOWN, 0xe => PhpOfficePhpSpreadsheetStyleFill::FILL_PATTERN_LIGHTUP, 0xf => PhpOfficePhpSpreadsheetStyleFill::FILL_PATTERN_LIGHTGRID, 0x10 => PhpOfficePhpSpreadsheetStyleFill::FILL_PATTERN_LIGHTTRELLIS, 0x11 => PhpOfficePhpSpreadsheetStyleFill::FILL_PATTERN_GRAY125, 0x12 => PhpOfficePhpSpreadsheetStyleFill::FILL_PATTERN_GRAY0625]

Methods

lookup()

Get fill pattern from index OpenOffice documentation: 2.5.12.

public static lookup(int $index) : string
Parameters
$index : int
Return values
string

Search results