-
- All Implemented Interfaces:
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)
DatabaseProperty.RichText.Annotations(Boolean bold, Boolean italic, Boolean strikethrough, Boolean underline, Boolean code)
DatabaseProperty.RichText.Annotations(Boolean bold, Boolean italic, Boolean strikethrough, Boolean underline)
DatabaseProperty.RichText.Annotations(Boolean bold, Boolean italic, Boolean strikethrough)
DatabaseProperty.RichText.Annotations(Boolean bold, Boolean italic)
DatabaseProperty.RichText.Annotations(Boolean bold)
DatabaseProperty.RichText.Annotations()
-
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)
-
-
Constructor Detail
-
DatabaseProperty.RichText.Annotations
DatabaseProperty.RichText.Annotations(Boolean bold, Boolean italic, Boolean strikethrough, Boolean underline, Boolean code, RichTextColor color)
-
DatabaseProperty.RichText.Annotations
DatabaseProperty.RichText.Annotations(Boolean bold, Boolean italic, Boolean strikethrough, Boolean underline, Boolean code)
-
DatabaseProperty.RichText.Annotations
DatabaseProperty.RichText.Annotations(Boolean bold, Boolean italic, Boolean strikethrough, Boolean underline)
-
DatabaseProperty.RichText.Annotations
DatabaseProperty.RichText.Annotations(Boolean bold, Boolean italic, Boolean strikethrough)
-
DatabaseProperty.RichText.Annotations
DatabaseProperty.RichText.Annotations(Boolean bold, Boolean italic)
-
DatabaseProperty.RichText.Annotations
DatabaseProperty.RichText.Annotations(Boolean bold)
-
DatabaseProperty.RichText.Annotations
DatabaseProperty.RichText.Annotations()
-
-
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)
-
-
-
-