fop 2.2

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
          leading and trailing border
static int NORMAL
          normal border
static int REST
          all the 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
normal border

See Also:
Constant Field Values

LEADING_TRAILING

public static final int LEADING_TRAILING
leading and trailing border

See Also:
Constant Field Values

REST

public static final int REST
all the rest

See Also:
Constant Field Values
Method Detail

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

fop 2.2

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