se.biltmore.tools.odttoapt.maven.plugin.models
Class APTLineBreak
java.lang.Object
se.biltmore.tools.odttoapt.maven.plugin.models.APT
se.biltmore.tools.odttoapt.maven.plugin.models.APTText
se.biltmore.tools.odttoapt.maven.plugin.models.APTLineBreak
- All Implemented Interfaces:
- IgnoreChildren, NonParentSpaceReceiver
public class APTLineBreak
- extends APTText
This represents a line break. APT documents doesn't really support line breaks. OpenOffice however likes
to create such things in certain cases. I decided to support that by producing a new paragraph in the
APT output.
Constructor Summary |
APTLineBreak()
Creates a new APTLineBreak instance. |
Methods inherited from class se.biltmore.tools.odttoapt.maven.plugin.models.APT |
done, formatText, getParent, hasValue, isAllowFormat, isLink, setAllowFormat, setLink, setParent, setValue, toString |
APTLineBreak
public APTLineBreak()
- Creates a new APTLineBreak instance.
getValue
public String getValue()
- Returns the value.
- Overrides:
getValue
in class APTText
Copyright © 2009-2010 Biltmore Group AB. All Rights Reserved.