se.biltmore.tools.odttoapt.maven.plugin.models
Class APTPageBreak
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.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. |
Methods inherited from class se.biltmore.tools.odttoapt.maven.plugin.models.APT |
done, formatText, getParent, hasValue, isAllowFormat, isLink, setAllowFormat, setLink, setParent, setValue, toString |
APTPageBreak
public APTPageBreak()
- Creats a new APTPageBreak instance.
getValue
public String getValue()
- Returns the value.
- Overrides:
getValue
in class APTText
Copyright © 2009-2010 Biltmore Group AB. All Rights Reserved.