TextStyle
class TextStyle extends Model (View source)
Properties
protected | $backgroundColorType | ||
protected | $backgroundColorDataType | ||
string | $baselineOffset | ||
bool | $bold | ||
protected | $fontSizeType | ||
protected | $fontSizeDataType | ||
protected | $foregroundColorType | ||
protected | $foregroundColorDataType | ||
bool | $italic | ||
protected | $linkType | ||
protected | $linkDataType | ||
bool | $smallCaps | ||
bool | $strikethrough | ||
bool | $underline | ||
protected | $weightedFontFamilyType | ||
protected | $weightedFontFamilyDataType |
Methods
getBackgroundColor()
No description
setBaselineOffset($baselineOffset)
No description
string
getBaselineOffset()
No description
setBold($bold)
No description
bool
getBold()
No description
getFontSize()
No description
getForegroundColor()
No description
setItalic($italic)
No description
bool
getItalic()
No description
setSmallCaps($smallCaps)
No description
bool
getSmallCaps()
No description
setStrikethrough($strikethrough)
No description
bool
getStrikethrough()
No description
setUnderline($underline)
No description
bool
getUnderline()
No description
getWeightedFontFamily()
No description
Details
setBackgroundColor(OptionalColor $backgroundColor)
No description
OptionalColor
getBackgroundColor()
No description
setBaselineOffset($baselineOffset)
No description
string
getBaselineOffset()
No description
setBold($bold)
No description
bool
getBold()
No description
setFontSize(Dimension $fontSize)
No description
Dimension
getFontSize()
No description
setForegroundColor(OptionalColor $foregroundColor)
No description
OptionalColor
getForegroundColor()
No description
setItalic($italic)
No description
bool
getItalic()
No description
setLink(Link $link)
No description
Link
getLink()
No description
setSmallCaps($smallCaps)
No description
bool
getSmallCaps()
No description
setStrikethrough($strikethrough)
No description
bool
getStrikethrough()
No description
setUnderline($underline)
No description
bool
getUnderline()
No description
setWeightedFontFamily(WeightedFontFamily $weightedFontFamily)
No description
WeightedFontFamily
getWeightedFontFamily()
No description