TextPropertiesInterface
Table of Contents
Methods
-
getColor()
: string|null
-
getFontSize()
: string|null
-
getFontWeight()
: string|null
-
getIsBold()
: bool|null
-
setColor()
: self
-
setFontSize()
: self
-
setFontWeight()
: self
-
setIsBold()
: self
getColor()
public
getColor() : 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
setColor()
public
setColor(string|null $color) : self
Parameters
-
$color
: 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
-