-
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 final PageProperty.RichText.Texttextprivate final PageProperty.RichText.Annotationsannotationsprivate final StringplainTextprivate final 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 PageProperty.RichText.AnnotationsgetAnnotations()final StringgetPlainText()final StringgetHref()-
-
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()
-
getAnnotations
final PageProperty.RichText.Annotations getAnnotations()
-
getPlainText
final String getPlainText()
-
-
-
-