-
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.Annotations
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate PageProperty.RichText.Texttextprivate PageProperty.RichText.Annotationsannotationsprivate StringplainTextprivate Stringhref
-
Constructor Summary
Constructors Constructor Description PageProperty.RichText(String type, PageProperty.RichText.Text text, PageProperty.RichText.Annotations annotations, String plainText, String href)
-
Method Summary
Modifier and Type Method Description final StringgetType()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)-
-
Constructor Detail
-
PageProperty.RichText
PageProperty.RichText(String type, PageProperty.RichText.Text text, PageProperty.RichText.Annotations annotations, String plainText, String href)
-
-
Method Detail
-
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)
-
-
-
-