|
||||||||||
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
public class APTText
This represents a part of a paragraph in a APT document. An APTParagraph has one or more APTText children. This class also has some subclasses handling specific formats like bold, italic, etc.
Constructor Summary | |
---|---|
APTText()
Creates a new APTText instance. |
Method Summary | |
---|---|
void |
addSpace(APTSpaces space)
Receives a set of spaces. |
protected String |
getAPTTextValue()
For subclasses of this to override. |
String |
getUnformattedValue()
Subclasses of this needs to supply their style formatting even on "unformatted". |
protected String |
getValue()
Returns the value. |
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 |
Constructor Detail |
---|
public APTText()
Method Detail |
---|
protected String getAPTTextValue()
public String getUnformattedValue()
getUnformattedValue
in class APT
protected String getValue()
getValue
in class APT
public void addSpace(APTSpaces space)
addSpace
in interface NonParentSpaceReceiver
space
- The space to receive.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |