-
- All Implemented Interfaces:
public final class PageProperty.RichText.Annotations
-
-
Constructor Summary
Constructors Constructor Description PageProperty.RichText.Annotations(Boolean bold, Boolean italic, Boolean strikethrough, Boolean underline, Boolean code, RichTextColor color)
PageProperty.RichText.Annotations(Boolean bold, Boolean italic, Boolean strikethrough, Boolean underline, Boolean code)
PageProperty.RichText.Annotations(Boolean bold, Boolean italic, Boolean strikethrough, Boolean underline)
PageProperty.RichText.Annotations(Boolean bold, Boolean italic, Boolean strikethrough)
PageProperty.RichText.Annotations(Boolean bold, Boolean italic)
PageProperty.RichText.Annotations(Boolean bold)
PageProperty.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
-
PageProperty.RichText.Annotations
PageProperty.RichText.Annotations(Boolean bold, Boolean italic, Boolean strikethrough, Boolean underline, Boolean code, RichTextColor color)
-
PageProperty.RichText.Annotations
PageProperty.RichText.Annotations(Boolean bold, Boolean italic, Boolean strikethrough, Boolean underline, Boolean code)
-
PageProperty.RichText.Annotations
PageProperty.RichText.Annotations(Boolean bold, Boolean italic, Boolean strikethrough, Boolean underline)
-
PageProperty.RichText.Annotations
PageProperty.RichText.Annotations(Boolean bold, Boolean italic, Boolean strikethrough)
-
PageProperty.RichText.Annotations
PageProperty.RichText.Annotations(Boolean bold)
-
PageProperty.RichText.Annotations
PageProperty.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)
-
-
-
-