-
- All Implemented Interfaces:
public final class PageProperty.RichText.Link
-
-
Field Summary
Fields Modifier and Type Field Description private RichTextLinkTypetypeprivate Stringurl
-
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 RichTextLinkTypegetType()final UnitsetType(RichTextLinkType type)final StringgetUrl()final UnitsetUrl(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)
-
-
-
-