|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Overflow>
org.axsl.common.value.Overflow
public enum Overflow
Enumeration of valid "overflow" values, that is, the property that tells what to do when the content of an element overflows its Area. See XSL-FO 1.1, Section 7.21.2.
Enum Constant Summary | |
---|---|
AUTO
Provides a scrolling mechanism for overflowing boxes. |
|
ERROR_IF_OVERFLOW
Implies the same as "hidden", but with an error indicated. |
|
HIDDEN
The content is clipped, and no scrolling mechanism is provided. |
|
REPEAT
The meaning of this value is unclear. |
|
SCROLL
The content is clipped, and a scrolling mechanism is provided. |
|
VISIBLE
The content is not clipped, that is, it may be rendered outside of its area. |
Method Summary | |
---|---|
static Overflow |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Overflow[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Overflow VISIBLE
public static final Overflow HIDDEN
public static final Overflow SCROLL
public static final Overflow ERROR_IF_OVERFLOW
public static final Overflow REPEAT
public static final Overflow AUTO
Method Detail |
---|
public static final Overflow[] values()
for(Overflow c : Overflow.values()) System.out.println(c);
public static Overflow valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.