org.lobobrowser.html.style
public class ListStyle extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.awt.Image |
image |
int |
position |
static int |
POSITION_INSIDE |
static int |
POSITION_OUTSIDE |
static int |
POSITION_UNSET |
int |
type |
static int |
TYPE_CIRCLE |
static int |
TYPE_DECIMAL |
static int |
TYPE_DISC |
static int |
TYPE_LOWER_ALPHA |
static int |
TYPE_LOWER_LATIN |
static int |
TYPE_NONE |
static int |
TYPE_SQUARE |
static int |
TYPE_UNSET |
static int |
TYPE_UPPER_ALPHA |
static int |
TYPE_UPPER_LATIN |
public static final int TYPE_UNSET
public static final int TYPE_NONE
public static final int TYPE_DISC
public static final int TYPE_CIRCLE
public static final int TYPE_SQUARE
public static final int TYPE_DECIMAL
public static final int TYPE_LOWER_ALPHA
public static final int TYPE_UPPER_ALPHA
public static final int TYPE_LOWER_LATIN
public static final int TYPE_UPPER_LATIN
public static final int POSITION_UNSET
public static final int POSITION_INSIDE
public static final int POSITION_OUTSIDE
public int type
public java.awt.Image image
public int position