ru.novosoft.dc.rtf.dom.objects
Class Indentation
java.lang.Object
|
+--ru.novosoft.dc.core.util.Values
|
+--ru.novosoft.dc.rtf.dom.objects.Indentation
- public final class Indentation
- extends Values
Consists of 3 indentation parameters.
|
Field Summary |
static byte |
FIRST
Index of the first-line indent. |
static byte |
LEFT
Index of the left indent. |
static byte |
RIGHT
Index of the right indent. |
|
Method Summary |
boolean |
equals(java.lang.Object obj)
Compare this object with another array of spacing parameters
and return true if they coinside. |
void |
exportTo(org.w3c.dom.Element elem)
Export the contents of this object to the specified DOM element. |
| Methods inherited from class java.lang.Object |
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
LEFT
public static final byte LEFT
- Index of the left indent.
RIGHT
public static final byte RIGHT
- Index of the right indent.
FIRST
public static final byte FIRST
- Index of the first-line indent.
Indentation
public Indentation()
equals
public boolean equals(java.lang.Object obj)
- Compare this object with another array of spacing parameters
and return true if they coinside.
- Overrides:
- equals in class Values
exportTo
public void exportTo(org.w3c.dom.Element elem)
- Export the contents of this object to the specified DOM element.