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

All Known Implementing Classes:
RTFObject

public interface ActiveSymbols

Codes of all active symbols except the "par", "cell", "nestcell", "row", "nestrow", and "sect" symbols. The exceptional active symbols have the very special meaning and processed in other way than other active symbols. Active symbols are stored in RTF DOM as ACTIVE-kind instances of the RTFObject class.


Field Summary
static byte ANNOTATION_REFERENCE
          Annotation reference "chatn" (annotation text follows in a group).
static byte BEGIN_FORMULA
          Formula character "|" (used by Word 5.1 for the Macintosh as the beginning delimiter for a string of formula typesetting commands).
static byte COLUMN_BREAK
          Required column break "column".
static byte CURRENT_DATE
          Current date "chdate" (as in headers).
static byte CURRENT_DATE_LONG
          Current date in long format "chdpl" (for example, Thursday, October 28, 1997).
static byte CURRENT_DATE_MEDIUM
          Current date in abbreviated format "chdpa" (for example, Thu, Oct 28, 1997).
static byte CURRENT_PAGE_NUMBER
          Current page number "chpgn" (as in headers).
static byte CURRENT_SECTION_NUMBER
          Current section number "sectnum" (as in headers).
static byte CURRENT_TIME
          Current time "chtime" (as in headers).
static byte FOOTNOTE_ANCHOR
          Anchoring character for footnote separator "chftnsep".
static byte FOOTNOTE_CONTINUE
          Anchoring character for footnote continuation "chftnsepc".
static byte FOOTNOTE_REFERENCE
          Automatic footnote reference "chftn" (footnotes follow in a group).
static byte LEFT_TO_RIGHT
          Left-to-right mark "ltrmark".
static byte LINE_BREAK
          Required line break "line" (no paragraph break).
static byte LINE_BREAK_TYPE
          Text wrapping break type "lbr".
static byte PAGE_BREAK
          Required page break "page".
static byte RIGHT_TO_LEFT
          Right-to-left mark "rtlmark".
static byte SOFT_COLUMN_BREAK
          Nonrequired column break "softcol".
static byte SOFT_LINE_BREAK
          Nonrequired line break "softline".
static byte SOFT_LINE_HEIGHT
          Nonrequired line height "softlheight".
static byte SOFT_PAGE_BREAK
          Nonrequired page break "softpage".
static byte SUBENTRY
          ":" marks a subentry in an index entry.
static byte TAB
          Tab character "tab".
 

Field Detail

TAB

public static final byte TAB
Tab character "tab".

PAGE_BREAK

public static final byte PAGE_BREAK
Required page break "page".

COLUMN_BREAK

public static final byte COLUMN_BREAK
Required column break "column".

LINE_BREAK

public static final byte LINE_BREAK
Required line break "line" (no paragraph break).

LINE_BREAK_TYPE

public static final byte LINE_BREAK_TYPE
Text wrapping break type "lbr". The parameter of this active symbol means the following: 0 is the default line break, 1 is clear left, 2 is clear right, 3 is clear both sides.

SOFT_PAGE_BREAK

public static final byte SOFT_PAGE_BREAK
Nonrequired page break "softpage".

SOFT_COLUMN_BREAK

public static final byte SOFT_COLUMN_BREAK
Nonrequired column break "softcol".

SOFT_LINE_BREAK

public static final byte SOFT_LINE_BREAK
Nonrequired line break "softline".

SOFT_LINE_HEIGHT

public static final byte SOFT_LINE_HEIGHT
Nonrequired line height "softlheight". The parameter of this active symbol is the line height in twips.

CURRENT_DATE

public static final byte CURRENT_DATE
Current date "chdate" (as in headers).

CURRENT_DATE_MEDIUM

public static final byte CURRENT_DATE_MEDIUM
Current date in abbreviated format "chdpa" (for example, Thu, Oct 28, 1997).

CURRENT_DATE_LONG

public static final byte CURRENT_DATE_LONG
Current date in long format "chdpl" (for example, Thursday, October 28, 1997).

CURRENT_TIME

public static final byte CURRENT_TIME
Current time "chtime" (as in headers).

CURRENT_PAGE_NUMBER

public static final byte CURRENT_PAGE_NUMBER
Current page number "chpgn" (as in headers).

CURRENT_SECTION_NUMBER

public static final byte CURRENT_SECTION_NUMBER
Current section number "sectnum" (as in headers).

ANNOTATION_REFERENCE

public static final byte ANNOTATION_REFERENCE
Annotation reference "chatn" (annotation text follows in a group).

FOOTNOTE_REFERENCE

public static final byte FOOTNOTE_REFERENCE
Automatic footnote reference "chftn" (footnotes follow in a group).

FOOTNOTE_ANCHOR

public static final byte FOOTNOTE_ANCHOR
Anchoring character for footnote separator "chftnsep".

FOOTNOTE_CONTINUE

public static final byte FOOTNOTE_CONTINUE
Anchoring character for footnote continuation "chftnsepc".

BEGIN_FORMULA

public static final byte BEGIN_FORMULA
Formula character "|" (used by Word 5.1 for the Macintosh as the beginning delimiter for a string of formula typesetting commands).

SUBENTRY

public static final byte SUBENTRY
":" marks a subentry in an index entry.

LEFT_TO_RIGHT

public static final byte LEFT_TO_RIGHT
Left-to-right mark "ltrmark".

RIGHT_TO_LEFT

public static final byte RIGHT_TO_LEFT
Right-to-left mark "rtlmark".