org.apache.fop.fo.flow.table

Class ConditionalBorder


public class ConditionalBorder
extends java.lang.Object

A class that holds the three possible values for a border-before/after on a table-cell, in the collapsing model. These three values are (for border-before, similar for border-after):

Field Summary

static int
LEADING_TRAILING
static int
NORMAL
static int
REST

Method Summary

String
toString()

Field Details

LEADING_TRAILING

public static final int LEADING_TRAILING
Field Value:
1

NORMAL

public static final int NORMAL
Field Value:
0

REST

public static final int REST
Field Value:
2

Method Details

toString

public String toString()

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.