TextFormat
class TextFormat extends Model (View source)
Properties
bool | $bold | ||
string | $fontFamily | ||
int | $fontSize | ||
protected | $foregroundColorType | ||
protected | $foregroundColorDataType | ||
protected | $foregroundColorStyleType | ||
protected | $foregroundColorStyleDataType | ||
bool | $italic | ||
protected | $linkType | ||
protected | $linkDataType | ||
bool | $strikethrough | ||
bool | $underline |
Methods
setBold($bold)
No description
bool
getBold()
No description
setFontFamily($fontFamily)
No description
string
getFontFamily()
No description
setFontSize($fontSize)
No description
int
getFontSize()
No description
getForegroundColor()
No description
getForegroundColorStyle()
No description
setItalic($italic)
No description
bool
getItalic()
No description
setStrikethrough($strikethrough)
No description
bool
getStrikethrough()
No description
setUnderline($underline)
No description
bool
getUnderline()
No description
Details
setBold($bold)
No description
bool
getBold()
No description
setFontFamily($fontFamily)
No description
string
getFontFamily()
No description
setFontSize($fontSize)
No description
int
getFontSize()
No description
setForegroundColor(Color $foregroundColor)
No description
Color
getForegroundColor()
No description
setForegroundColorStyle(ColorStyle $foregroundColorStyle)
No description
ColorStyle
getForegroundColorStyle()
No description
setItalic($italic)
No description
bool
getItalic()
No description
setLink(Link $link)
No description
Link
getLink()
No description
setStrikethrough($strikethrough)
No description
bool
getStrikethrough()
No description
setUnderline($underline)
No description
bool
getUnderline()
No description