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

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.APTPageBreak
All Implemented Interfaces:
IgnoreChildren, NonParentSpaceReceiver

public class APTPageBreak
extends APTText

This represents a page break in a APT document. This is represented by a soft page break (Control-Return) in OpenOffice.

In APT this is accomplished by a ^L as the first and only character on a line.


Constructor Summary
APTPageBreak()
          Creats a new APTPageBreak 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

APTPageBreak

public APTPageBreak()
Creats a new APTPageBreak instance.

Method Detail

getValue

public String getValue()
Returns the value.

Overrides:
getValue in class APTText


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