Class KeepValue
java.lang.Object
org.apache.fop.datatypes.KeepValue
Keep Value
Stores the different types of keeps in a single convenient format.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
KEEP_WITH_ALWAYS
-
KEEP_WITH_AUTO
-
KEEP_WITH_VALUE
constant for a user-settable keep-with value (??)- See Also:
-
type
-
value
private int value
-
-
Constructor Details
-
KeepValue
Constructor- Parameters:
type- one of "KEEP_WITH_ALWAYS", "KEEP_WITH_AUTO", or "KEEP_WITH_VALUE"val- keep-with value to use (used only by KEEP_WITH_VALUE ??).
-
-
Method Details
-
getValue
public int getValue()- Returns:
- the keep-with value
-
getType
- Returns:
- the descriptive type
-
toString
-