Bitrix API

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

Methods

setColor()

public setColor(string|null $color) : self
Parameters
$color : string|null
Return values
self

setDecoration()

public setDecoration(string|null $decoration) : self
Parameters
$decoration : string|null
Return values
self

setFontSize()

public setFontSize(string|null $fontSize) : self
Parameters
$fontSize : string|null
Return values
self

setFontWeight()

public setFontWeight(string|null $fontWeight) : self
Parameters
$fontWeight : string|null
Return values
self

setIsBold()

public setIsBold(bool|null $isBold) : self
Parameters
$isBold : bool|null
Return values
self

setTitle()

public setTitle(string|null $title) : self
Parameters
$title : string|null
Return values
self

        
On this page

Search results