-
public class DatabaseProperty.RichText.Annotations
-
-
Constructor Summary
Constructors Constructor Description DatabaseProperty.RichText.Annotations(Boolean bold, Boolean italic, Boolean strikethrough, Boolean underline, Boolean code, RichTextColor color)
-
Method Summary
Modifier and Type Method Description final Boolean
getBold()
final Unit
setBold(Boolean bold)
final Boolean
getItalic()
final Unit
setItalic(Boolean italic)
final Boolean
getStrikethrough()
final Unit
setStrikethrough(Boolean strikethrough)
final Boolean
getUnderline()
final Unit
setUnderline(Boolean underline)
final Boolean
getCode()
final Unit
setCode(Boolean code)
final RichTextColor
getColor()
final Unit
setColor(RichTextColor color)
-
-
Method Detail
-
getStrikethrough
final Boolean getStrikethrough()
-
setStrikethrough
final Unit setStrikethrough(Boolean strikethrough)
-
getUnderline
final Boolean getUnderline()
-
setUnderline
final Unit setUnderline(Boolean underline)
-
getColor
final RichTextColor getColor()
-
setColor
final Unit setColor(RichTextColor color)
-
-
-
-