Border
extends AbstractEnum
in package
FinalYes
Border Styles.
Tags
Table of Contents
Constants
- DASH_DOT_STROKED : mixed = 'dashDotStroked'
- DASH_SMALL_GAP : mixed = 'dashSmallGap'
- DASHED : mixed = 'dashed'
- DOT_DASH : mixed = 'dotDash'
- DOT_DOT_DASH : mixed = 'dotDotDash'
- DOTTED : mixed = 'dotted'
- DOUBLE : mixed = 'double'
- DOUBLE_WAVE : mixed = 'doubleWave'
- INSET : mixed = 'inset'
- NIL : mixed = 'nil'
- NONE : mixed = 'none'
- OUTSET : mixed = 'outset'
- SINGLE : mixed = 'single'
- THICK : mixed = 'thick'
- THICK_THIN_LARGE_GAP : mixed = 'thickThinLargeGap'
- THICK_THIN_MEDIUM_GAP : mixed = 'thickThinMediumGap'
- THICK_THIN_SMALL_GAP : mixed = 'thickThinSmallGap'
- THIN_THICK_LARGE_GAP : mixed = 'thinThickLargeGap'
- THIN_THICK_MEDIUM_GAP : mixed = 'thinThickMediumGap'
- THIN_THICK_SMALL_GAP : mixed = 'thinThickSmallGap'
- THIN_THICK_THIN_MEDIUM_GAP : mixed = 'thinThickThinMediumGap'
- THIN_THICK_THIN_SMALL_GAP : mixed = 'thinThickThinSmallGap'
- THIN_THICK_THINLARGE_GAP : mixed = 'thinThickThinLargeGap'
- THREE_D_EMBOSS : mixed = 'threeDEmboss'
- THREE_D_ENGRAVE : mixed = 'threeDEngrave'
- TRIPLE : mixed = 'triple'
- WAVE : mixed = 'wave'
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.
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'
NIL
public
mixed
NIL
= 'nil'
NONE
public
mixed
NONE
= 'none'
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'
WAVE
public
mixed
WAVE
= 'wave'
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>