-
- All Implemented Interfaces:
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
public class
PageProperty.RichText.Mention
-
Field Summary
Fields Modifier and Type Field Description private final RichTextType
type
private PageProperty.RichText.Text
text
private PageProperty.RichText.Annotations
annotations
private String
plainText
private String
href
private final PageProperty.RichText.Mention
mention
private Equation
equation
-
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, Equation equation)
PageProperty.RichText(RichTextType type, PageProperty.RichText.Text text, PageProperty.RichText.Annotations annotations, String plainText, String href, PageProperty.RichText.Mention mention)
PageProperty.RichText(RichTextType type, PageProperty.RichText.Text text, PageProperty.RichText.Annotations annotations, String plainText, String href)
PageProperty.RichText(RichTextType type, PageProperty.RichText.Text text, PageProperty.RichText.Annotations annotations, String plainText)
PageProperty.RichText(RichTextType type, PageProperty.RichText.Text text, PageProperty.RichText.Annotations annotations)
PageProperty.RichText(RichTextType type, PageProperty.RichText.Text text)
PageProperty.RichText(RichTextType type)
PageProperty.RichText()
-
Method Summary
Modifier and Type Method Description final RichTextType
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)
final PageProperty.RichText.Mention
getMention()
final Equation
getEquation()
final Unit
setEquation(Equation equation)
-
-
Constructor Detail
-
PageProperty.RichText
PageProperty.RichText(RichTextType type, PageProperty.RichText.Text text, PageProperty.RichText.Annotations annotations, String plainText, String href, PageProperty.RichText.Mention mention, Equation equation)
-
PageProperty.RichText
PageProperty.RichText(RichTextType type, PageProperty.RichText.Text text, PageProperty.RichText.Annotations annotations, String plainText, String href, PageProperty.RichText.Mention mention)
-
PageProperty.RichText
PageProperty.RichText(RichTextType type, PageProperty.RichText.Text text, PageProperty.RichText.Annotations annotations, String plainText, String href)
-
PageProperty.RichText
PageProperty.RichText(RichTextType type, PageProperty.RichText.Text text, PageProperty.RichText.Annotations annotations, String plainText)
-
PageProperty.RichText
PageProperty.RichText(RichTextType type, PageProperty.RichText.Text text, PageProperty.RichText.Annotations annotations)
-
PageProperty.RichText
PageProperty.RichText(RichTextType type, PageProperty.RichText.Text text)
-
PageProperty.RichText
PageProperty.RichText(RichTextType type)
-
PageProperty.RichText
PageProperty.RichText()
-
-
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()
-
getEquation
final Equation getEquation()
-
setEquation
final Unit setEquation(Equation equation)
-
-
-
-