Package com.itextpdf.tool.xml.html
Class HTML.Attribute
- java.lang.Object
-
- com.itextpdf.tool.xml.html.HTML.Attribute
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HTML.Attribute.Value
Possible attribute values.
-
Field Summary
Fields Modifier and Type Field Description static String
ALIGN
static String
ALT
static String
CELLPADDING
static String
CELLSPACING
static String
CLASS
static String
COLOR
static String
COLSPAN
static String
DIR
static String
FACE
static String
HEIGHT
static String
HREF
static String
ID
static String
NAME
static String
ROWSPAN
static String
SIZE
static String
SRC
static String
START
static String
STYLE
static String
TYPE
static String
VALIGN
static String
WIDTH
-
-
-
Field Detail
-
ALT
public static final String ALT
- See Also:
- Constant Field Values
-
CELLPADDING
public static final String CELLPADDING
- See Also:
- Constant Field Values
-
CELLSPACING
public static final String CELLSPACING
- See Also:
- Constant Field Values
-
STYLE
public static final String STYLE
- See Also:
- Constant Field Values
-
CLASS
public static final String CLASS
- See Also:
- Constant Field Values
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
HREF
public static final String HREF
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
SRC
public static final String SRC
- See Also:
- Constant Field Values
-
WIDTH
public static final String WIDTH
- See Also:
- Constant Field Values
-
HEIGHT
public static final String HEIGHT
- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
COLSPAN
public static final String COLSPAN
- See Also:
- Constant Field Values
-
ROWSPAN
public static final String ROWSPAN
- See Also:
- Constant Field Values
-
VALIGN
public static final String VALIGN
- See Also:
- Constant Field Values
-
ALIGN
public static final String ALIGN
- See Also:
- Constant Field Values
-
FACE
public static final String FACE
- See Also:
- Constant Field Values
-
SIZE
public static final String SIZE
- See Also:
- Constant Field Values
-
COLOR
public static final String COLOR
- See Also:
- Constant Field Values
-
START
public static final String START
- See Also:
- Constant Field Values
-
DIR
public static final String DIR
- See Also:
- Constant Field Values
-
-