ru.novosoft.dc.rtf.dom.objects
Class Pagination

java.lang.Object
  |
  +--ru.novosoft.dc.core.util.Flags
        |
        +--ru.novosoft.dc.rtf.dom.objects.Pagination

public final class Pagination
extends Flags

Describes pagination flags.


Field Summary
static byte BREAK_BEFORE
          An index of the "break before paragraph" flag.
static byte KEEP_TOGETHER
          An index of the "keep lines together" flag.
static byte KEEP_WITH_NEXT
          An index of the "keep paragraph with next" flag.
static byte WIDOW_ORPHAN
          An index of the "widow/orphan control" flag.
 
Constructor Summary
Pagination()
           
 
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 ru.novosoft.dc.core.util.Flags
clone, flags, has, set, size
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BREAK_BEFORE

public static final byte BREAK_BEFORE
An index of the "break before paragraph" flag.

KEEP_TOGETHER

public static final byte KEEP_TOGETHER
An index of the "keep lines together" flag.

KEEP_WITH_NEXT

public static final byte KEEP_WITH_NEXT
An index of the "keep paragraph with next" flag.

WIDOW_ORPHAN

public static final byte WIDOW_ORPHAN
An index of the "widow/orphan control" flag.
Constructor Detail

Pagination

public Pagination()
Method Detail

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.