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

java.lang.Object
  extended by se.biltmore.tools.odttoapt.maven.plugin.models.APT
      extended by se.biltmore.tools.odttoapt.maven.plugin.models.APTText
          extended by 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.
 
Method Summary
 String getValue()
          Returns the value.
 
Methods inherited from class se.biltmore.tools.odttoapt.maven.plugin.models.APTText
addSpace, getAPTTextValue, getUnformattedValue
 
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
 

Constructor Detail

APTLineBreak

public APTLineBreak()
Creates a new APTLineBreak instance.

Method Detail

getValue

public String getValue()
Returns the value.

Overrides:
getValue in class APTText


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