-
- 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 BooleangetBold()final UnitsetBold(Boolean bold)final BooleangetItalic()final UnitsetItalic(Boolean italic)final BooleangetStrikethrough()final UnitsetStrikethrough(Boolean strikethrough)final BooleangetUnderline()final UnitsetUnderline(Boolean underline)final BooleangetCode()final UnitsetCode(Boolean code)final RichTextColorgetColor()final UnitsetColor(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)
-
-
-
-