Table of Contents
Interfaces
- TextPropertiesInterface
Constants
-
SCOPE_MOBILE
= 'mobile'
-
SCOPE_WEB
= 'web'
Methods
-
getColor()
: string|null
-
getCurrencyId()
: string|null
-
getDecoration()
: string|null
-
getFontSize()
: string|null
-
getFontWeight()
: string|null
-
getIsBold()
: bool|null
-
getOpportunity()
: float|null
-
getRendererName()
: string
-
getScope()
: string|null
-
getSort()
: int|null
-
getTitle()
: string|null
-
setColor()
: self
-
setCurrencyId()
: self
-
setDecoration()
: self
-
setFontSize()
: self
-
setFontWeight()
: self
-
setIsBold()
: self
-
setOpportunity()
: self
-
setScope()
: self
-
setScopeMobile()
: self
-
setScopeWeb()
: self
-
setSort()
: self
-
setTitle()
: self
-
toArray()
: array<string|int, mixed>
SCOPE_MOBILE
public
mixed
SCOPE_MOBILE
= 'mobile'
SCOPE_WEB
public
mixed
SCOPE_WEB
= 'web'
getColor()
public
getColor() : string|null
Return values
string|null
getCurrencyId()
public
getCurrencyId() : 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
getOpportunity()
public
getOpportunity() : float|null
getRendererName()
public
getRendererName() : string
getScope()
public
getScope() : string|null
Return values
string|null
getSort()
public
getSort() : int|null
getTitle()
public
getTitle() : string|null
Return values
string|null
setColor()
public
setColor(string|null $color) : self
Parameters
-
$color
: string|null
-
setCurrencyId()
public
setCurrencyId(string|null $currencyId) : self
Parameters
-
$currencyId
: 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
-
setOpportunity()
public
setOpportunity(float|null $opportunity) : self
Parameters
-
$opportunity
: float|null
-
setScope()
public
setScope(string|null $scope) : self
Parameters
-
$scope
: string|null
-
setScopeMobile()
public
setScopeMobile() : self
setScopeWeb()
public
setScopeWeb() : self
setSort()
public
setSort(int|null $sort) : self
Parameters
-
$sort
: int|null
-
setTitle()
public
setTitle(string|null $title) : self
Parameters
-
$title
: string|null
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>