|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use APTParent | |
---|---|
se.biltmore.tools.odttoapt.maven.plugin.models |
Uses of APTParent in se.biltmore.tools.odttoapt.maven.plugin.models |
---|
Subclasses of APTParent in se.biltmore.tools.odttoapt.maven.plugin.models | |
---|---|
class |
APTComment
This represents an APT comment. |
class |
APTDocument
This is the top model. |
class |
APTHorizontalRule
This represents a horizontal rule in an APT document. |
class |
APTImage
This represents an image in a APT doucment. |
class |
APTList
This represents a bulleted list in a APT document. |
class |
APTListItem
This represents a list item. |
class |
APTListLetteredLowerCase
This represents a list with letter bullets in lower case. |
class |
APTListLetteredUpperCase
This represents a list with letter bullets in upper case. |
class |
APTListNumbered
This represents a list with number bullets. |
class |
APTListRomanLowerCase
This represents a list with bullets in lower case roman numerals. |
class |
APTListRomanUpperCase
This represents a list with bullets in upper case roman numerals. |
class |
APTParagraph
This represents a paragraph in a APT document. |
class |
APTPreformatted
This is a paragraph type model containing preformatted text. |
class |
APTPreformattedBoxed
This is a paragraph type model containing preformatted text that is also boxed with a thin border around it. |
Fields in se.biltmore.tools.odttoapt.maven.plugin.models declared as APTParent | |
---|---|
private APTParent |
APT.parent
If this object is added to a parent, this will contain that parent. |
Methods in se.biltmore.tools.odttoapt.maven.plugin.models that return APTParent | |
---|---|
protected APTParent |
APT.getParent()
Returns the parent of this object if any or null otherwise. |
Methods in se.biltmore.tools.odttoapt.maven.plugin.models with parameters of type APTParent | |
---|---|
void |
APT.setParent(APTParent parent)
Sets the parent of this object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |