|
||||||||||
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.APTParent
se.biltmore.tools.odttoapt.maven.plugin.models.APTImage
public class APTImage
This represents an image in a APT doucment. The APT documentation calls this a figure.
It has the format "[path to image] image caption" with no indent. The image caption is optional.
Field Summary | |
---|---|
(package private) APTImageCaption |
caption
The image caption. |
(package private) APTImageHRef |
href
The href to the image within the destination. |
Constructor Summary | |
---|---|
APTImage()
Creates a new APTImage instance. |
Method Summary | |
---|---|
void |
addChild(APT apt)
Adds the specified APT object as a child to this APT object. |
protected String |
getValue()
Returns the value. |
Methods inherited from class se.biltmore.tools.odttoapt.maven.plugin.models.APTParent |
---|
getChildren, getLastChild, getUnformattedValue, hasChildren |
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 |
---|
APTImageHRef href
APTImageCaption caption
Constructor Detail |
---|
public APTImage()
Method Detail |
---|
public void addChild(APT apt)
addChild
in class APTParent
apt
- The APT object to add.protected String getValue()
getValue
in class APT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |