TextPropertiesMixin
Table of Contents
Methods
-
getColor()
: string|null
-
getDecoration()
: string|null
-
getFontSize()
: string|null
-
getFontWeight()
: string|null
-
getIsBold()
: bool|null
-
getTitle()
: string|null
-
setColor()
: self
-
setDecoration()
: self
-
setFontSize()
: self
-
setFontWeight()
: self
-
setIsBold()
: self
-
setTitle()
: self
getColor()
public
getColor() : string|null
Return values
string|null
getDecoration()
public
getDecoration() : string|null
Return values
string|null
getFontSize()
public
getFontSize() : string|null
Return values
string|null
getFontWeight()
public
getFontWeight() : string|null
Return values
string|null
getIsBold()
public
getIsBold() : bool|null
getTitle()
public
getTitle() : string|null
Return values
string|null
setColor()
public
setColor(string|null $color) : self
Parameters
-
$color
: string|null
-
setDecoration()
public
setDecoration(string|null $decoration) : self
Parameters
-
$decoration
: string|null
-
setFontSize()
public
setFontSize(string|null $fontSize) : self
Parameters
-
$fontSize
: string|null
-
setFontWeight()
public
setFontWeight(string|null $fontWeight) : self
Parameters
-
$fontWeight
: string|null
-
setIsBold()
public
setIsBold(bool|null $isBold) : self
Parameters
-
$isBold
: bool|null
-
setTitle()
public
setTitle(string|null $title) : self
Parameters
-
$title
: string|null
-