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

java.lang.Object
  extended by se.biltmore.tools.odttoapt.maven.plugin.models.APT
      extended by se.biltmore.tools.odttoapt.maven.plugin.models.APTParent
          extended by se.biltmore.tools.odttoapt.maven.plugin.models.APTParagraph
              extended by se.biltmore.tools.odttoapt.maven.plugin.models.APTPreformatted
                  extended by se.biltmore.tools.odttoapt.maven.plugin.models.APTPreformattedBoxed

public class APTPreformattedBoxed
extends APTPreformatted

This is a paragraph type model containing preformatted text that is also boxed with a thin border around it. In APT that is a text block prefixed and suffixed with a "+--" line.


Constructor Summary
APTPreformattedBoxed()
          Creates a new APTPreformattedBoxed instance.
 
Method Summary
 String getValue()
          Returns the value.
 
Methods inherited from class se.biltmore.tools.odttoapt.maven.plugin.models.APTPreformatted
done, getValue
 
Methods inherited from class se.biltmore.tools.odttoapt.maven.plugin.models.APTParagraph
addChild, setValue
 
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
formatText, getParent, hasValue, isAllowFormat, isLink, setAllowFormat, setLink, setParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

APTPreformattedBoxed

public APTPreformattedBoxed()
Creates a new APTPreformattedBoxed instance.

Method Detail

getValue

public String getValue()
Returns the value.

Overrides:
getValue in class APTPreformatted


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