public enum BoxProperty extends java.lang.Enum<BoxProperty>
| 枚举常量和说明 |
|---|
BORDER_COLOR |
BORDER_STYLE |
BORDER_WIDTH |
MARGIN |
PADDING |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
setValues(com.steadystate.css.dom.CSSStyleDeclarationImpl cssStyleDeclaration,
int i,
org.w3c.dom.css.CSSValue value) |
void |
setValues(com.steadystate.css.dom.CSSStyleDeclarationImpl cssStyleDeclaration,
int i,
org.w3c.dom.css.CSSValue topBottom,
org.w3c.dom.css.CSSValue rightLeft) |
void |
setValues(com.steadystate.css.dom.CSSStyleDeclarationImpl cssStyleDeclaration,
int i,
org.w3c.dom.css.CSSValue top,
org.w3c.dom.css.CSSValue rightLeft,
org.w3c.dom.css.CSSValue bottom) |
void |
setValues(com.steadystate.css.dom.CSSStyleDeclarationImpl cssStyleDeclaration,
int i,
org.w3c.dom.css.CSSValue topValue,
org.w3c.dom.css.CSSValue rightValue,
org.w3c.dom.css.CSSValue bottomValue,
org.w3c.dom.css.CSSValue leftValue) |
static BoxProperty |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static BoxProperty[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final BoxProperty MARGIN
public static final BoxProperty PADDING
public static final BoxProperty BORDER_STYLE
public static final BoxProperty BORDER_WIDTH
public static final BoxProperty BORDER_COLOR
public static BoxProperty[] values()
for (BoxProperty c : BoxProperty.values()) System.out.println(c);
public static BoxProperty valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public void setValues(com.steadystate.css.dom.CSSStyleDeclarationImpl cssStyleDeclaration,
int i,
org.w3c.dom.css.CSSValue topValue,
org.w3c.dom.css.CSSValue rightValue,
org.w3c.dom.css.CSSValue bottomValue,
org.w3c.dom.css.CSSValue leftValue)
public void setValues(com.steadystate.css.dom.CSSStyleDeclarationImpl cssStyleDeclaration,
int i,
org.w3c.dom.css.CSSValue value)
public void setValues(com.steadystate.css.dom.CSSStyleDeclarationImpl cssStyleDeclaration,
int i,
org.w3c.dom.css.CSSValue topBottom,
org.w3c.dom.css.CSSValue rightLeft)
public void setValues(com.steadystate.css.dom.CSSStyleDeclarationImpl cssStyleDeclaration,
int i,
org.w3c.dom.css.CSSValue top,
org.w3c.dom.css.CSSValue rightLeft,
org.w3c.dom.css.CSSValue bottom)