-
public final class PageProperty.RichText
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
PageProperty.RichText.Text
public final class
PageProperty.RichText.Link
public final class
PageProperty.RichText.Annotations
-
Field Summary
Fields Modifier and Type Field Description private final String
type
private PageProperty.RichText.Text
text
private PageProperty.RichText.Annotations
annotations
private String
plainText
private String
href
-
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 String
getType()
final PageProperty.RichText.Text
getText()
final Unit
setText(PageProperty.RichText.Text text)
final PageProperty.RichText.Annotations
getAnnotations()
final Unit
setAnnotations(PageProperty.RichText.Annotations annotations)
final String
getPlainText()
final Unit
setPlainText(String plainText)
final String
getHref()
final Unit
setHref(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)
-
-
-
-