Bitrix API

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

Methods

setColor()

public setColor(string|null $color) : self
Parameters
$color : 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

        
On this page

Search results