Package org.apache.fop.datatypes
Class KeepValue
- java.lang.Object
-
- org.apache.fop.datatypes.KeepValue
-
public class KeepValue extends java.lang.ObjectKeep Value Stores the different types of keeps in a single convenient format.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringKEEP_WITH_ALWAYSconstant for keep-with-alwaysstatic java.lang.StringKEEP_WITH_AUTOconstant for automatic keep-with computationstatic java.lang.StringKEEP_WITH_VALUEconstant for a user-settable keep-with value (??)
-
Constructor Summary
Constructors Constructor Description KeepValue(java.lang.String type, int val)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetType()intgetValue()java.lang.StringtoString()
-
-
-
Field Detail
-
KEEP_WITH_ALWAYS
public static final java.lang.String KEEP_WITH_ALWAYS
constant for keep-with-always- See Also:
- Constant Field Values
-
KEEP_WITH_AUTO
public static final java.lang.String KEEP_WITH_AUTO
constant for automatic keep-with computation- See Also:
- Constant Field Values
-
KEEP_WITH_VALUE
public static final java.lang.String KEEP_WITH_VALUE
constant for a user-settable keep-with value (??)- See Also:
- Constant Field Values
-
-