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


public interface HorizontalAlignment

Horizontal alignment constants.


Field Summary
static byte CENTER
          Centered.
static byte DISTRIBUTE
          Distributed.
static byte JUSTIFY
          Justified.
static byte LEFT
          Left-aligned (the default).
static byte RIGHT
          Right-aligned.
 

Field Detail

LEFT

public static final byte LEFT
Left-aligned (the default).

RIGHT

public static final byte RIGHT
Right-aligned.

CENTER

public static final byte CENTER
Centered.

JUSTIFY

public static final byte JUSTIFY
Justified.

DISTRIBUTE

public static final byte DISTRIBUTE
Distributed.