public enum STFrameScrollbar extends Enum<STFrameScrollbar>
Java class for ST_FrameScrollbar.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_FrameScrollbar">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="on"/>
<enumeration value="off"/>
<enumeration value="auto"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AUTO
Automatically Show Scrollbar As
Needed
|
OFF
Never Show Scrollbar
|
ON
Always Show Scrollbar
|
| Modifier and Type | Method and Description |
|---|---|
static STFrameScrollbar |
fromValue(String v) |
String |
value() |
static STFrameScrollbar |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STFrameScrollbar[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STFrameScrollbar ON
public static final STFrameScrollbar OFF
public static final STFrameScrollbar AUTO
public static STFrameScrollbar[] values()
for (STFrameScrollbar c : STFrameScrollbar.values()) System.out.println(c);
public static STFrameScrollbar valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static STFrameScrollbar fromValue(String v)
Copyright © 2007-2019. All Rights Reserved.