-
public final class PageProperty.RichText
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPageProperty.RichText.Textpublic final classPageProperty.RichText.Linkpublic final classPageProperty.RichText.Annotationspublic classPageProperty.RichText.Mention
-
Field Summary
Fields Modifier and Type Field Description private final RichTextTypetypeprivate PageProperty.RichText.Texttextprivate PageProperty.RichText.Annotationsannotationsprivate StringplainTextprivate Stringhrefprivate final PageProperty.RichText.Mentionmention
-
Constructor Summary
Constructors Constructor Description PageProperty.RichText(RichTextType type, PageProperty.RichText.Text text, PageProperty.RichText.Annotations annotations, String plainText, String href, PageProperty.RichText.Mention mention)
-
Method Summary
Modifier and Type Method Description final RichTextTypegetType()final PageProperty.RichText.TextgetText()final UnitsetText(PageProperty.RichText.Text text)final PageProperty.RichText.AnnotationsgetAnnotations()final UnitsetAnnotations(PageProperty.RichText.Annotations annotations)final StringgetPlainText()final UnitsetPlainText(String plainText)final StringgetHref()final UnitsetHref(String href)final PageProperty.RichText.MentiongetMention()-
-
Constructor Detail
-
PageProperty.RichText
PageProperty.RichText(RichTextType type, PageProperty.RichText.Text text, PageProperty.RichText.Annotations annotations, String plainText, String href, PageProperty.RichText.Mention mention)
-
-
Method Detail
-
getType
final RichTextType getType()
-
getText
final PageProperty.RichText.Text getText()
-
setText
final Unit setText(PageProperty.RichText.Text text)
-
getAnnotations
final PageProperty.RichText.Annotations getAnnotations()
-
setAnnotations
final Unit setAnnotations(PageProperty.RichText.Annotations annotations)
-
getPlainText
final String getPlainText()
-
setPlainText
final Unit setPlainText(String plainText)
-
getMention
final PageProperty.RichText.Mention getMention()
-
-
-
-