Documentation

Border extends AbstractEnum
in package

FinalYes

Border Styles.

Tags
since
0.18.0
see
http://www.datypic.com/sc/ooxml/t-w_ST_Border.html

Table of Contents

Constants

DASH_DOT_STROKED  = 'dashDotStroked'
DASH_SMALL_GAP  = 'dashSmallGap'
DASHED  = 'dashed'
DOT_DASH  = 'dotDash'
DOT_DOT_DASH  = 'dotDotDash'
DOTTED  = 'dotted'
DOUBLE  = 'double'
DOUBLE_WAVE  = 'doubleWave'
INSET  = 'inset'
NIL  = 'nil'
NONE  = 'none'
OUTSET  = 'outset'
SINGLE  = 'single'
THICK  = 'thick'
THICK_THIN_LARGE_GAP  = 'thickThinLargeGap'
THICK_THIN_MEDIUM_GAP  = 'thickThinMediumGap'
THICK_THIN_SMALL_GAP  = 'thickThinSmallGap'
THIN_THICK_LARGE_GAP  = 'thinThickLargeGap'
THIN_THICK_MEDIUM_GAP  = 'thinThickMediumGap'
THIN_THICK_SMALL_GAP  = 'thinThickSmallGap'
THIN_THICK_THIN_MEDIUM_GAP  = 'thinThickThinMediumGap'
THIN_THICK_THIN_SMALL_GAP  = 'thinThickThinSmallGap'
THIN_THICK_THINLARGE_GAP  = 'thinThickThinLargeGap'
THREE_D_EMBOSS  = 'threeDEmboss'
THREE_D_ENGRAVE  = 'threeDEngrave'
TRIPLE  = 'triple'
WAVE  = 'wave'

Properties

$constCacheArray  : mixed

Methods

isValid()  : bool
Returns true the value is valid for this enum.
validate()  : void
Validates that the value passed is a valid value.
values()  : array<string|int, mixed>
Returns all values for this enum.
getConstants()  : mixed

Constants

DASH_DOT_STROKED

public mixed DASH_DOT_STROKED = 'dashDotStroked'

DASH_SMALL_GAP

public mixed DASH_SMALL_GAP = 'dashSmallGap'

DASHED

public mixed DASHED = 'dashed'

DOT_DASH

public mixed DOT_DASH = 'dotDash'

DOT_DOT_DASH

public mixed DOT_DOT_DASH = 'dotDotDash'

DOTTED

public mixed DOTTED = 'dotted'

DOUBLE

public mixed DOUBLE = 'double'

DOUBLE_WAVE

public mixed DOUBLE_WAVE = 'doubleWave'

INSET

public mixed INSET = 'inset'

OUTSET

public mixed OUTSET = 'outset'

SINGLE

public mixed SINGLE = 'single'

THICK

public mixed THICK = 'thick'

THICK_THIN_LARGE_GAP

public mixed THICK_THIN_LARGE_GAP = 'thickThinLargeGap'

THICK_THIN_MEDIUM_GAP

public mixed THICK_THIN_MEDIUM_GAP = 'thickThinMediumGap'

THICK_THIN_SMALL_GAP

public mixed THICK_THIN_SMALL_GAP = 'thickThinSmallGap'

THIN_THICK_LARGE_GAP

public mixed THIN_THICK_LARGE_GAP = 'thinThickLargeGap'

THIN_THICK_MEDIUM_GAP

public mixed THIN_THICK_MEDIUM_GAP = 'thinThickMediumGap'

THIN_THICK_SMALL_GAP

public mixed THIN_THICK_SMALL_GAP = 'thinThickSmallGap'

THIN_THICK_THIN_MEDIUM_GAP

public mixed THIN_THICK_THIN_MEDIUM_GAP = 'thinThickThinMediumGap'

THIN_THICK_THIN_SMALL_GAP

public mixed THIN_THICK_THIN_SMALL_GAP = 'thinThickThinSmallGap'

THIN_THICK_THINLARGE_GAP

public mixed THIN_THICK_THINLARGE_GAP = 'thinThickThinLargeGap'

THREE_D_EMBOSS

public mixed THREE_D_EMBOSS = 'threeDEmboss'

THREE_D_ENGRAVE

public mixed THREE_D_ENGRAVE = 'threeDEngrave'

TRIPLE

public mixed TRIPLE = 'triple'

Properties

Methods

isValid()

Returns true the value is valid for this enum.

public static isValid(string $value) : bool
Parameters
$value : string
Return values
bool

true if value is valid

validate()

Validates that the value passed is a valid value.

public static validate(string $value) : void
Parameters
$value : string

values()

Returns all values for this enum.

public static values() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results