public static enum DOMCSS2Properties.CssProp extends Enum<DOMCSS2Properties.CssProp>
Enum Constant and Description |
---|
display |
font_family |
font_size |
font_style |
font_variant |
font_weight |
line_height |
text_align |
vertical_align |
visibility |
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName() |
static DOMCSS2Properties.CssProp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DOMCSS2Properties.CssProp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DOMCSS2Properties.CssProp font_family
public static final DOMCSS2Properties.CssProp font_size
public static final DOMCSS2Properties.CssProp font_style
public static final DOMCSS2Properties.CssProp font_variant
public static final DOMCSS2Properties.CssProp font_weight
public static final DOMCSS2Properties.CssProp line_height
public static final DOMCSS2Properties.CssProp display
public static final DOMCSS2Properties.CssProp text_align
public static final DOMCSS2Properties.CssProp vertical_align
public static final DOMCSS2Properties.CssProp visibility
public static DOMCSS2Properties.CssProp[] values()
for (DOMCSS2Properties.CssProp c : DOMCSS2Properties.CssProp.values()) System.out.println(c);
public static DOMCSS2Properties.CssProp 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 getPropertyName()
Copyright © 2020 OXPath Team. All rights reserved.