ru.novosoft.dc.rtf.dom.objects
Interface SectionStart


public interface SectionStart

Section start kinds.


Field Summary
static byte EVEN_PAGE
          Section starts at an even page.
static byte NEW_COLUMN
          Section starts at a new column.
static byte NEW_PAGE
          Section starts at a new page (the default).
static byte NONE
          Continuous section (no break).
static byte ODD_PAGE
          Section starts at an odd page.
 

Field Detail

NEW_PAGE

public static final byte NEW_PAGE
Section starts at a new page (the default).

EVEN_PAGE

public static final byte EVEN_PAGE
Section starts at an even page.

ODD_PAGE

public static final byte ODD_PAGE
Section starts at an odd page.

NONE

public static final byte NONE
Continuous section (no break).

NEW_COLUMN

public static final byte NEW_COLUMN
Section starts at a new column.