se.biltmore.tools.odttoapt.maven.plugin.models
Class APTImageCaption

java.lang.Object
  extended by se.biltmore.tools.odttoapt.maven.plugin.models.APT
      extended by se.biltmore.tools.odttoapt.maven.plugin.models.APTImageCaption

public class APTImageCaption
extends APT

This represents an image caption for an image in a APT document. The caption occurs as a separate tag in the content.xml file of the .odt document therefore there is a separate model to represent it to make life easier. The APTImage model will become a parent and receive this model as a child, and when it gets it, it will use it as a caption.

This model has no other requirements than that provided by the APT baseclass.


Constructor Summary
APTImageCaption()
           
 
Method Summary
 
Methods inherited from class se.biltmore.tools.odttoapt.maven.plugin.models.APT
done, formatText, getParent, getUnformattedValue, getValue, 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

APTImageCaption

public APTImageCaption()


Copyright © 2009-2010 Biltmore Group AB. All Rights Reserved.