org.apache.fop.datatypes
Class KeepValue
java.lang.Object
org.apache.fop.datatypes.KeepValue
- public class KeepValue
- extends Object
Keep Value
Stores the different types of keeps in a single convenient format.
KEEP_WITH_ALWAYS
public static final String KEEP_WITH_ALWAYS
- See Also:
- Constant Field Values
KEEP_WITH_AUTO
public static final String KEEP_WITH_AUTO
- See Also:
- Constant Field Values
KEEP_WITH_VALUE
public static final String KEEP_WITH_VALUE
- See Also:
- Constant Field Values
KeepValue
public KeepValue(String type,
int val)
getValue
public int getValue()
getType
public String getType()
toString
public String toString()
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.