public class XMLSpacer extends java.lang.Object implements EmptyElement
| Modifier and Type | Field and Description |
|---|---|
static char |
LARGE
A spacer with a large height.
|
static char |
NONE
A spacer which has no height, workds exactly as a
XMLBreak. |
static char |
NORMAL
A spacer which a normal height, work exactl as a
XMLEmptyLine. |
static char |
SMALL
A spacer with a small height.
|
static char |
VERY_LARGE
A spacer with a very large height.
|
TYPE_NONE| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeclaration()
Return the declaration ID of the element.
|
char |
getHeight()
Return the spacer height.
|
void |
setHeight(char height)
Set the spacer height.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCustomStyles, getInlinedStyle, getStyle, hasInlinedStyle, setCustomStyles, setCustomStyles, setInlinedStylepublic static final char NONE
XMLBreak.public static final char SMALL
public static final char NORMAL
XMLEmptyLine.public static final char LARGE
public static final char VERY_LARGE
public void setHeight(char height)
height - the heightpublic char getHeight()
public java.lang.String getDeclaration()
getDeclaration in interface StyledElementCopyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence