ru.novosoft.dc.rtf.dom.objects
Class RowPagination
java.lang.Object
|
+--ru.novosoft.dc.core.util.Flags
|
+--ru.novosoft.dc.rtf.dom.objects.RowPagination
- public final class RowPagination
- extends Flags
Describes table row pagination flags.
|
Field Summary |
static byte |
KEEP_TOGETHER
An index of the "row keep together" flag. |
static byte |
KEEP_WITH_NEXT
An index of the "keep with next row" flag. |
static byte |
ROW_HEADER
An index of the "table header" flag (table header is repeated at
the top of every page the current table appears on). |
|
Method Summary |
boolean |
equals(java.lang.Object obj)
Compare this object with another pagination
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 |
ROW_HEADER
public static final byte ROW_HEADER
- An index of the "table header" flag (table header is repeated at
the top of every page the current table appears on).
KEEP_TOGETHER
public static final byte KEEP_TOGETHER
- An index of the "row keep together" flag.
KEEP_WITH_NEXT
public static final byte KEEP_WITH_NEXT
- An index of the "keep with next row" flag.
RowPagination
public RowPagination()
equals
public boolean equals(java.lang.Object obj)
- Compare this object with another pagination
and return true if they coinside.
- Overrides:
- equals in class Flags
exportTo
public void exportTo(org.w3c.dom.Element elem)
- Export the contents of this object to the specified DOM element.