se.biltmore.tools.odttoapt.maven.plugin.models
Class APTHorizontalRule
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.APTHorizontalRule
public class APTHorizontalRule
- extends APTParent
This represents a horizontal rule in an APT document. Example: ====
This model is a bit special since it does not handle a value. It must extend APT just as
all other models, but it its getValue() only returns the APT formatting for a horizontal rule,
and ignores any value.
This must be a parent since there are child elements in the XML, but we ignore those since
they are not relevant. All we need to know is that we have a horizontal rule.
Methods inherited from class se.biltmore.tools.odttoapt.maven.plugin.models.APT |
done, formatText, getParent, hasValue, isAllowFormat, isLink, setAllowFormat, setLink, setParent, setValue, toString |
APTHorizontalRule
public APTHorizontalRule()
getValue
protected String getValue()
- Returns the value.
- Overrides:
getValue
in class APT
Copyright © 2009-2010 Biltmore Group AB. All Rights Reserved.