fop 1.0

org.apache.fop.fo.flow.table
Class ConditionalBorder

java.lang.Object
  extended by org.apache.fop.fo.flow.table.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
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NORMAL

public static final int NORMAL
See Also:
Constant Field Values

LEADING_TRAILING

public static final int LEADING_TRAILING
See Also:
Constant Field Values

REST

public static final int REST
See Also:
Constant Field Values
Method Detail

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

fop 1.0

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