org.apache.fop.fo.properties
Interface CaptionSide

All Known Implementing Classes:
CaptionSideMaker

public interface CaptionSide


Field Summary
static int AFTER
           
static int BEFORE
           
static int BOTTOM
           
static int END
           
static int INHERIT
           
static int LEFT
           
static int RIGHT
           
static int START
           
static int TOP
           
 

Field Detail

BEFORE

static final int BEFORE
See Also:
Constant Field Values

AFTER

static final int AFTER
See Also:
Constant Field Values

START

static final int START
See Also:
Constant Field Values

END

static final int END
See Also:
Constant Field Values

TOP

static final int TOP
See Also:
Constant Field Values

BOTTOM

static final int BOTTOM
See Also:
Constant Field Values

LEFT

static final int LEFT
See Also:
Constant Field Values

RIGHT

static final int RIGHT
See Also:
Constant Field Values

INHERIT

static final int INHERIT
See Also:
Constant Field Values


Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.