BlockStyle
implements
Item
Table of Contents
Interfaces
- Item
Properties
-
$backgroundColor
: string|null
-
$backgroundPosition
: string|null
-
$color
: string|null
-
$fontFamily
: string|null
-
$fontSize
: string|null
-
$fontStyle
: string|null
-
$fontWeight
: string|null
-
$padding
: string|null
-
$textAlign
: string|null
-
$textDecoration
: string|null
Methods
-
__construct()
: mixed
-
createFromBlockItemStyle()
: static
$backgroundColor
public
string|null
$backgroundColor
= null
$backgroundPosition
public
string|null
$backgroundPosition
= null
$color
public
string|null
$color
= null
$fontFamily
public
string|null
$fontFamily
= null
$fontSize
public
string|null
$fontSize
= null
$fontStyle
public
string|null
$fontStyle
= null
$fontWeight
public
string|null
$fontWeight
= null
$padding
public
string|null
$padding
= null
$textAlign
public
string|null
$textAlign
= null
$textDecoration
public
string|null
$textDecoration
= null
__construct()
public
__construct([string|null $color = null ][, string|null $padding = null ][, string|null $fontSize = null ][, string|null $fontFamily = null ][, string|null $fontWeight = null ][, string|null $fontStyle = null ][, string|null $textDecoration = null ][, string|null $textAlign = null ][, string|null $backgroundColor = null ][, string|null $backgroundPosition = null ]) : mixed
Parameters
-
$color
: string|null
= null
-
-
$padding
: string|null
= null
-
-
$fontSize
: string|null
= null
-
-
$fontFamily
: string|null
= null
-
-
$fontWeight
: string|null
= null
-
-
$fontStyle
: string|null
= null
-
-
$textDecoration
: string|null
= null
-
-
$textAlign
: string|null
= null
-
-
$backgroundColor
: string|null
= null
-
-
$backgroundPosition
: string|null
= null
-
createFromBlockItemStyle()
public
static createFromBlockItemStyle(Style $style) : static
Parameters
-
$style
: Style
-