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

All Known Implementing Classes:
CharacterContext

public interface CharacterUnderline

Character underline constants.


Field Summary
static byte CONTINUOUS
          Continuous underline.
static byte DASH
          Dash underline.
static byte DASH_DOT
          Dash dot underline.
static byte DASH_DOT_DOT
          Dash dot dot underline.
static byte DOTTED
          Dotted underline.
static byte DOUBLE
          Double underline.
static byte DOUBLE_WAVE
          Double wave underline.
static byte HEAVY_WAVE
          Heavy wave underline.
static byte LONG_DASH
          Long dash underline.
static byte NONE
          No underline.
static byte THICK
          Thick underline.
static byte THICK_DASH
          Thick dash underline.
static byte THICK_DASH_DOT
          Thick dash dot underline.
static byte THICK_DASH_DOT_DOT
          Thick dash dot dot underline.
static byte THICK_DOTTED
          Thick dotted underline.
static byte THICK_LONG_DASH
          Thick long dash underline.
static byte WAVE
          Wave underline.
static byte WORDS_ONLY
          Word underline.
 

Field Detail

NONE

public static final byte NONE
No underline.

WORDS_ONLY

public static final byte WORDS_ONLY
Word underline.

CONTINUOUS

public static final byte CONTINUOUS
Continuous underline.

DOTTED

public static final byte DOTTED
Dotted underline.

DASH

public static final byte DASH
Dash underline.

DASH_DOT

public static final byte DASH_DOT
Dash dot underline.

DASH_DOT_DOT

public static final byte DASH_DOT_DOT
Dash dot dot underline.

DOUBLE

public static final byte DOUBLE
Double underline.

HEAVY_WAVE

public static final byte HEAVY_WAVE
Heavy wave underline.

LONG_DASH

public static final byte LONG_DASH
Long dash underline.

THICK

public static final byte THICK
Thick underline.

THICK_DOTTED

public static final byte THICK_DOTTED
Thick dotted underline.

THICK_DASH

public static final byte THICK_DASH
Thick dash underline.

THICK_DASH_DOT

public static final byte THICK_DASH_DOT
Thick dash dot underline.

THICK_DASH_DOT_DOT

public static final byte THICK_DASH_DOT_DOT
Thick dash dot dot underline.

THICK_LONG_DASH

public static final byte THICK_LONG_DASH
Thick long dash underline.

DOUBLE_WAVE

public static final byte DOUBLE_WAVE
Double wave underline.

WAVE

public static final byte WAVE
Wave underline.