-
- All Implemented Interfaces:
public final class PageProperty.RichText.Link
-
-
Field Summary
Fields Modifier and Type Field Description private RichTextLinkType
type
private String
url
-
Constructor Summary
Constructors Constructor Description PageProperty.RichText.Link(RichTextLinkType type, String url)
PageProperty.RichText.Link(RichTextLinkType type)
PageProperty.RichText.Link()
-
Method Summary
Modifier and Type Method Description final RichTextLinkType
getType()
final Unit
setType(RichTextLinkType type)
final String
getUrl()
final Unit
setUrl(String url)
-
-
Constructor Detail
-
PageProperty.RichText.Link
PageProperty.RichText.Link(RichTextLinkType type, String url)
-
PageProperty.RichText.Link
PageProperty.RichText.Link(RichTextLinkType type)
-
PageProperty.RichText.Link
PageProperty.RichText.Link()
-
-
Method Detail
-
getType
final RichTextLinkType getType()
-
setType
final Unit setType(RichTextLinkType type)
-
-
-
-