|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.biltmore.tools.odttoapt.maven.plugin.models.APT
se.biltmore.tools.odttoapt.maven.plugin.models.APTText
se.biltmore.tools.odttoapt.maven.plugin.models.APTLink
public class APTLink
This represents a hyper text link in a APT document.
Hyper text links have one of the following formats:
{{href}} - link with href as text. {{{href}text}} - link with different text.
This is an APTText subclass which means that this can occur within an APTParagraph.
Field Summary | |
---|---|
private String |
href
The href. |
Constructor Summary | |
---|---|
APTLink(String href)
Creates a new APTLink. |
Method Summary | |
---|---|
protected String |
getAPTTextValue()
Returns the value. |
void |
setHRef(String href)
Sets the href of the link. |
Methods inherited from class se.biltmore.tools.odttoapt.maven.plugin.models.APTText |
---|
addSpace, getUnformattedValue, getValue |
Methods inherited from class se.biltmore.tools.odttoapt.maven.plugin.models.APT |
---|
done, formatText, getParent, hasValue, isAllowFormat, isLink, setAllowFormat, setLink, setParent, setValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private String href
Constructor Detail |
---|
public APTLink(String href)
href
- The href of the link.Method Detail |
---|
public void setHRef(String href)
href
- The href to set.protected String getAPTTextValue()
getAPTTextValue
in class APTText
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |