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

All Known Implementing Classes:
CellSpacing, Padding, BorderSet

public interface Margins

Indices of margin parameters used in the Padding and CellSpacing classes.


Field Summary
static byte BOTTOM
          Index of the bottom margin parameter.
static byte LEFT
          Index of the left margin parameter.
static byte RIGHT
          Index of the right margin parameter.
static byte TOP
          Index of the top margin parameter.
 

Field Detail

TOP

public static final byte TOP
Index of the top margin parameter.

BOTTOM

public static final byte BOTTOM
Index of the bottom margin parameter.

LEFT

public static final byte LEFT
Index of the left margin parameter.

RIGHT

public static final byte RIGHT
Index of the right margin parameter.