se.biltmore.tools.odttoapt.maven.plugin.models
Class APTPreformatted
java.lang.Object
se.biltmore.tools.odttoapt.maven.plugin.models.APT
se.biltmore.tools.odttoapt.maven.plugin.models.APTParent
se.biltmore.tools.odttoapt.maven.plugin.models.APTParagraph
se.biltmore.tools.odttoapt.maven.plugin.models.APTPreformatted
- Direct Known Subclasses:
- APTPreformattedBoxed
public class APTPreformatted
- extends APTParagraph
This is a paragraph type model containing preformatted text. In APT that is a text block
prefixed and suffixed with a "---" line.
Constructor Summary |
APTPreformatted()
Creates a new APTPreformatted instance. |
APTPreformatted
public APTPreformatted()
- Creates a new APTPreformatted instance.
getValue
public String getValue()
- Returns the value.
- Overrides:
getValue
in class APTParagraph
getValue
public String getValue(String format)
- Returns the value.
- Overrides:
getValue
in class APTParagraph
- Parameters:
format
- The format for this type of preformatted paragraph.
done
public void done()
- Called at the end of paragraph.
- Overrides:
done
in class APTParagraph
Copyright © 2009-2010 Biltmore Group AB. All Rights Reserved.